Jump to content
Sign in to follow this  
blix2006

day/night time acceleration??

Recommended Posts

is there a way to do it in say capture the island mode?

Share this post


Link to post
Share on other sites

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

while {true} do {

sleep(1);

skipTime(0.0167);

};

This script accelerates daytime to double speed. Basicly it skips 1 seconds each second (skipTime takes hours as a parameter, while sleep uses seconds - messy :P).

skipTime only affects sun position and height of tide, so it doesn't interfere with gameplay.

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  

×