Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: lightningplayz23
If you can help where I can have a trigger to change the skybox then thanks!!!
ModmeBot:
Reply By: Abnormal202
In Bo3, the game uses Lightingstates for different skyboxes. You can have up to 4 different lighting states on the skybox in 1 map, and when the game starts it should default to lightingstate 1.
you can change the lightingstate through script using:
where "2" is the lighting state you are setting it to.
if you want a trigger that sets the lighting state, give it the targetname "skybox_trigger" and use this script:
and make sure to thread it by putting this in your main() function:
sharpgamers4you:
wait where do i put all these scripts?