Author Topic: Want to make a few little changes, but dont know how. please help :)  (Read 2431 times)

Me and 12 other 2238 addicts have desided to run our own server just for shits and giggles. Just wanted to adjust the settings so that we can log in with several accounts at once and also adjust the amount of members needed to buy a faction base.  Can any offer an advice or help?

Offline Atom

  • Rotator
Re: Want to make a few little changes, but dont know how. please help :)
« Reply #1 on: July 06, 2013, 11:19:09 pm »
There is no need to adjust any settings. You just need to connect with multiple clients.
As for the second question, it has been answered in length in this topic: http://fodev.net/forum/index.php/topic,29402.0.html

Re: Want to make a few little changes, but dont know how. please help :)
« Reply #2 on: July 06, 2013, 11:25:16 pm »
Changing two lines inside Server/scripts/config.fos:
Code: [Select]
__RegistrationTimeout = 5 * 60;
__AccountPlayTime = 10 * 60;
to
Code: [Select]
__RegistrationTimeout = 0;
__AccountPlayTime = 0;
should be useful in his case.