help add red background. I want to add in a specific gametype help please. (not necessarily red if no other color)
![]()
help add red background. I want to add in a specific gametype help please. (not necessarily red if no other color)
![]()
Hi Aren. It's FOG
I think ..this make your objective for a specific gametype is other case ;vCode:<FOG min="0" max="4500"> <R>###</R> <G>###</G> <B>###</B> </FOG>
This code make the fog red, if you want to make it work for one game type just add GameType == GameType Check.Code:DWORD dwColor = 0; float fNear = 1200; float fFar = 2500; dwColor |= (153 << 16); dwColor |= (0 << 8); dwColor |= (0); RSetFog(true, fNear, fFar, dwColor);
You could add this in ZGame::Update