Dr_Cosmobyte wrote:The original ACS is from TerminusEst13 's Harder Event (which he authorized me to use), and i am basically babystepping into ACS. Given that the ChangeSky has a CVAR, the only thing i probably will know how to do is to turn the sky off =p
As far as I could see, changing line 9 of the SnowOnly ACS into this:
- Code: Select all • Expand view
If (GetCvar("NSMusic") == 0) { ChangeSky("skypic1","skypic1"); }
Worked.... Sort of.
The TEXTURES.skies lump had definitions for skies 1-4 for BTSX, so it caused normal Doom skies to be broken.
However, when I commented out those lines, both Doom and BTSX ran fine.
BTSX both had it's own sky with NSMusic CVar enabled, and had the snow sky when the music was disabled.
Dr_Cosmobyte wrote:Well, i will try but again, my ACS skills suck...
I wouldn't say your ACS skills are poor.
I find them quite impressive more than anything!
But I could help with the fog, as I have made a working script to test it, if you'd want.