Vegeta Posted October 9, 2007 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. 0 Quote Share this post Link to post
Da Spadger Posted October 9, 2007 I think there's a console command for it, but it makes translucent textures opaque as well. >:/ 0 Quote Share this post Link to post
myk Posted October 9, 2007 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. 0 Quote Share this post Link to post
Graf Zahl Posted October 9, 2007 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. 0 Quote Share this post Link to post
Vegeta Posted October 10, 2007 Thanks guys. I think d_drawtrans will suffice for me as I don't use GL. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.