Question about Infrared
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- .ex.inferis.
- Posts: 223
- Joined: Wed Dec 17, 2008 7:30 am
- Location: At the End Mills, within the Black Star
Question about Infrared
Hey all. I couldn't find it in the wiki, so I ask: is there a way to change the color of the screen when you pick up the Light Amp Goggles in GZDoom? Or is that hardcoded?
Re: Question about Infrared
Code: Select all
ACTOR PowerSteelFeet : PowerIronFeet
{
Powerup.Color 0, 0, 0, 0
Powerup.Duration 0x7FFFFFFF
}
ACTOR EnviroProtect : PowerupGiver
{
+INVENTORY.AUTOACTIVATE
Inventory.MaxAmount 0
Powerup.Type "SteelFeet"
}
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49223
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Question about Infrared
No, the green tint is hard coded.