Jump to content

How can I set the sprite transparency off? (Gzdoom)


Vegeta

Recommended Posts

Well the subject says it all, how can I set the sprite transparency off? I want projectiles and stuff to be non transparent. I'm using Gzdoom.

Share this post


Link to post

You'll have to add it to autoexec.cfg or to your usual command line to avoid having to set it each time through the console.

Here's a permamnent solution: Add all the stuff you want restored to nontranslucent state to the DECORATE stuff loaded at startup using replace (plus the name of the class replaced) in the header of each thing to supercede each default class. The only thing you need to change is the renderstyle property, usually from Add to Normal.

Share this post


Link to post

r_drawtrans won't help you at all. This flag is only for the software renderer.

So if you absolutely want non-transparent stuff you have to do it the hard way.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...