Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Vegeta

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

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

Thanks guys. I think d_drawtrans will suffice for me as I don't use GL.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×