FOnline Development > Questions and Answers

Want to make a few little changes, but dont know how. please help :)

(1/1)

Vinfacom:
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?

Atom:
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

Kilgore:
Changing two lines inside Server/scripts/config.fos:

--- Code: ---__RegistrationTimeout = 5 * 60;
__AccountPlayTime = 10 * 60;
--- End code ---
to

--- Code: ---__RegistrationTimeout = 0;
__AccountPlayTime = 0;
--- End code ---
should be useful in his case.

Navigation

[0] Message Index

Go to full version