• Do not use Works in Progress as a way of avoiding the releases system! Works in Progress can be used for sharing early betas and for getting suggestions for improvement. Releases of finished content are not allowed in this forum! If you would like to submit a finished addon, click here for instructions on how to do so.

How do you make specific HUD graphics transparent? X_x

Status
Not open for further replies.

Shuffle

Developer
Sonic Team Junior
Don't say make every other pixel cyan, I'm not doing that. >_>

I looked at the code for "You are a spectator(tot), go jump on a base, darnit!!", noticed that it used V_TRANSLUCENT or something like that..
Tried it for my graphic. Guess what? Doesn't work! >:O
So what exactly am I supposed to do? o.o
 
Strings work differently.

For images, use

V_DrawTranslucentPatch()

You don't have to use the V_TRANSLUCENT flag with it, but if you do, it allows the GR_TRANSLUCENTHUD console variable to alter its opacity.
 
Ahh, alright, thanks.
I dunno how I overlooked that ^^;
Edit: By the way.. is there a way to change the translucency, too? o.o
 
Status
Not open for further replies.

Who is viewing this thread (Total: 2, Members: 0, Guests: 2)

Back
Top