Wings Overlay Transparent

I need to make Wandnight Wings transparent by 50%, but it's still normal. in the SOC lump is there a way to fix this?
Code:
State S_TAL0
SpriteName = TAL0
SpriteFrame = A|FF_TRANS50
Spritesubnumber = 5

State S_TAL0
SpriteName = TAL0A5
SpriteFrame = B|FF_TRANS50
Spritesubnumber = 5

State S_TAL0
SpriteName = TAL0A5
SpriteFrame = C|FF_TRANS50
Spritesubnumber = 5

State S_TAL0
SpriteName = TAL0A5
SpriteFrame = D|FF_TRANS50
Spritesubnumber = 5

State S_TAL0
SpriteName = TAL0A5
SpriteFrame = E|FF_TRANS50
Spritesubnumber = 5

State S_TAL0
SpriteName = TAL0A5
SpriteFrame = F|FF_TRANS50
Spritesubnumber = 5
 
double check your sprite and state names

the state S_TAL0 is defined 6 times and the sprite name TAL0A5 is defined 5 times.
 
Last edited:

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

Back
Top