|
||
|
|||||||
| FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Aug 2003
Age: 26
Posts: 134
|
If you want to change your world save intervals go to
Scripts\Misc\AutoSave.cs In line 9 you will see a code that looks like this Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 5.0 ); for example of 30 minutes in between saves Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 30.0 ); |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|