Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: yologirlgamer
How can i change the lightning state? For example like use a trigger or something and the skybox changes? Is this possible?
ModmeBot:
Reply By: Wild
yologirlgamer
How can i change the lightning state? For example like use a trigger or something and the skybox changes? Is this possible?
ModmeBot:
Reply By: Exofile
You can go ahead and read up on the function in the ScriptDocs.
For simplicity; here is the function:
Just choose the number you'd like. The game starts off at Lightingstate 1 on start, for reference.
ModmeBot:
Reply By: mathfag
Exofile
You can go ahead and read up on the function in the ScriptDocs. For simplicity; here is the function: void SetLightingState(<new light="" state="">) Just choose the number you'd like. The game starts off at Lightingstate 1 on start, for reference.
ModmeBot:
Reply By: Exofile
mathfag
Actually it goes 0 to 3. 0 is lighting state 1, 1 is state 2...
ModmeBot:
Reply By: mathfag
Exofile
mathfag Actually it goes 0 to 3. 0 is lighting state 1, 1 is state 2... Anyone familiar with scripting would be able to figure this out. In Radiant; Lightingstate 1 is equal to 0 in scripting. 1-4 in Radiant, & 0-3 in Scripting. When I say it starts on 1 I was referring to the Radiant- version of the lighting state, if you understand.