fodev.net

FOnline Development => Questions and Answers => Topic started by: Vinfacom on July 06, 2013, 07:48:34 pm

Title: Want to make a few little changes, but dont know how. please help :)
Post by: Vinfacom on July 06, 2013, 07:48:34 pm
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?
Title: Re: Want to make a few little changes, but dont know how. please help :)
Post by: Atom 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
Title: Re: Want to make a few little changes, but dont know how. please help :)
Post by: Kilgore 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.