Jump to content
Sign in to follow this  
bigpickle

Day Night Cycle Faster ?

Recommended Posts

Hey all,

I have a MP mission I'm working on and i want to have the day night cycle sped up. How can I achieve this?

Share this post


Link to post
Share on other sites

in your init.sqf put the following

[] spawn {while {true} do {skiptime 0.00007; sleep 0.02};};

approximate time is 12x normal

adjust skiptime and sleep values as necessary

*shit, sorry ! untested for multiplayer. :confused:

Edited by [DirTyDeeDs]-Ziggy-

Share this post


Link to post
Share on other sites

Since skipTime has local effects it should be executed on all clients in a multiplayer mission.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×