View Single Post
Old 07-06-2008, 01:50 PM   #4 (permalink)
Hammerhand
Forum Expert
 
Hammerhand's Avatar
 
Join Date: Jan 2006
Location: Look behind you....
Age: 44
Posts: 1,356
Default

On the lenient kick issue, you can completely shut that off simply by going into the ClientVerification.cs and changing one word.
From this
Code:
private static bool m_DetectClientRequirement = true;
To this
Code:
private static bool m_DetectClientRequirement = false;
For the save issue, go into AutoSave.cs and change it here.
Code:
private static TimeSpan m_Delay = TimeSpan.FromMinutes( 30.0 );
I have this test server set to save every 1/2 hour. Just change the #'s in blue to whatever suits you. 15.0, 30.0, 45.0, 60.0 or whatever you want.
__________________
May you have the strength of eagles' wings,
the faith and courage to fly to new heights,
and the wisdom of the universe to carry you there.
Hammerhand is offline   Reply With Quote