:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
BTTFModMachine

Weather Mod

Recommended Posts

Hello Everyone!

If you were wondering how to make any date greater than Oct 27th sunny rather than dark, here's how.

Open SB and find:

:WEATHER_540

if and

  $CMONTH == 10 // integer values 

  3@ > 27 // integer values 

jf @WEATHER_579 

$WEATHER = 6 // integer values 

jump @WEATHER_10 

Change

$WEATHER = 6

To

$WEATHER = 0

That's all!

Good Luck!

-BTTFModMachine

Share this post


Link to post
Share on other sites

Thanks! :)

Share this post


Link to post
Share on other sites
Sign in to follow this