Question about Infrared

Archive of the old editing forum
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.
Locked
User avatar
.ex.inferis.
Posts: 223
Joined: Wed Dec 17, 2008 7:30 am
Location: At the End Mills, within the Black Star

Question about Infrared

Post by .ex.inferis. »

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?
User avatar
corysykes
Posts: 329
Joined: Mon May 07, 2007 6:03 pm
Location: Location i have no Location

Re: Question about Infrared

Post by corysykes »

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"
}
I found this but it was for another item I am sure if you played around with it and visit the wiki on inheritance you might find something...
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Question about Infrared

Post by Graf Zahl »

No, the green tint is hard coded.
Locked

Return to “Editing (Archive)”