Server.ini

From Soldat Community Wiki
Revision as of 18:15, 14 August 2012 by Freeman (talk | contribs) (Created page with "Server.ini file was added in version 2.6.1, by EnEsCe. New settings can be found and adjusted in this file, such as enabling or disabling scripting, using health cooldown, etc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Server.ini file was added in version 2.6.1, by EnEsCe. New settings can be found and adjusted in this file, such as enabling or disabling scripting, using health cooldown, etc. Like soldat.ini, you can edit this file with any plain editor such as Nano or Notepad.

For Dedicated Servers only

 [GAME]
 TKWarnings_Before_TempBan=5 [!] Number of teamkills that needs to be done before a temporary ban is handed out. Only with PunishTK set to 1.
 PunishTK=0 [!] Enables/disables the built-in TK punish feature.
 EchoKills=1 [!] Echoes kills done to the admin console.
 BotBalanceTeams=0 [!] Whether or not bots should count as players in the team balance.
 HealthCooldown=0 [!] Amount of time (in seconds) a player needs to wait before s/he's able to pick up a second medikit. Use 0 to disable.
 TimestampConsole=0 [!] If the console should be timestamped or not.
 OldLogFilesFormat=0 [!] Uses the old filename format for log files. 0 for timestamped lognames, 1 for numeric auto-increasing filenames.
 [NETWORK]
 NR-Service=0 [!] Enables/disables the Nickname Registration Service, by EnEsCe.
 NR-OnlyAllowRegistered=0 [!] Only allows nicknames registered with the NR Service.
 MaxAdminConnections=20 [!] Maximum number of admins connections that can be opened to the server.
 AntiMassFlag=1 [!] Anti-massflag cheat on/off
 Scripting=0 [!] Enables/disables server scripting.
 BEBanTime=5 [!] The ban time for a BE violation, in minutes.
 OnScriptCrash=ignore [!] What action to take when a script crashes. Available parameters are recompile, shutdown, ignore and disable.