Hey all!
How can I change the default blood color (to yellow)?
I need this because I am playing Alient TC wad atm, and I tried to change blood colors for all enemies separately (and it worked for the most part), but when I did this for objects that are used for alien sacks:
- Code: Select all • Expand view
Actor CBlood_ShortGreenColumn : ShortGreenColumn replaces ShortGreenColumn
{
BloodColor "C8BA4A"
}
or this
- Code: Select all • Expand view
Actor CBlood_FlyingSkull : FlyingSkull replaces FlyingSkull
{
BloodColor "C8BA4A"
}
It broke those objects (sprites reverted back to default doom textures, you can't shoot them, etc).
Can somebody help me out?