As far as I could see, changing line 9 of the SnowOnly ACS into this: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
Code: Select all
If (GetCvar("NSMusic") == 0) { ChangeSky("skypic1","skypic1"); }
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.
I wouldn't say your ACS skills are poor.Dr_Cosmobyte wrote:Well, i will try but again, my ACS skills suck...
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.