Fraz submitted a new resource:

Season Change Assistant - Change the season of any map on the fly..

A simple gump to control the seasons of the maps while in game.

Copy into your Scripts/Commands folder. (Or other to your liking)
Default control is given to Decorator and above. Change to your liking if your not afraid to get your hands dirty with these lines below

CommandSystem.Register("SeasonChange", AccessLevel.Decorator, new CommandEventHandler(SeasonChange_OnCommand));
CommandSystem.Register("SC", AccessLevel.Decorator, new CommandEventHandler(SeasonChange_OnCommand));

Use...

Read more about this resource...
 
Back