Available here : [URL]
Notes on version 2.2.9:
- added config file with lots of usefull options, see "server.ini"
- fixed beginning of log files
- changed weapons mod client info to default damage/new damage percentage instead of values
I haven't tested the new options nearly at all so if there is any strange behaviour please report it quickly.
This is the new "server.ini" file, in the comments I explain a little:
[code]
//additional server settings for advanced users
[NETWORK]
//if you get a crash when too many people try to download a map try changing this value to something greater than 0
MaxConnections=0
//this is the amount of packets the server can get from a client until it stops processing them, so it doesn't get flooded
TooMuch_Packets_LAN = 40
TooMuch_Packets_Internet = 31
//this is the amount of packets the server can get until the client will get flood warnings
Flooding_Packets_LAN = 54
Flooding_Packets_Internet = 34
//this is the amount of times a cheat can be detected from a player until he is kicked or server voted
Vote_Cheat_Warnings = 8
//this is the amount of times a knife cheat can be detected
Max_KnifeCheat_Warnings = 14
//here, if set to 1 the anticheat system doesn't kick or vote people
Disable_AntiCheat_Kick = 0
//time in seconds when the log files are updated (default: every 3600 secs).
LogFilesUpdate = 3600
//after this amount of flood/ping warnings the player is kicked
Max_Flood_Warnings = 4
Max_Ping_Warnings = 10
// these can be handy to deal with lag and improve network performance
// set your connection in Soldat.ini to T1 (Internet_Connection=3)
// now you can change the packet sending rate
// Soldat uses ticks for measuring time, 60 ticks = 1 second
// so here for example a minor snapshot is sent every 40 ticks
// a ping packet is sent every 21 ticks, get the idea?
T1_Snapshot = 40
T1_MajorSnapshot = 20
T1_DeadSnapshot = 50
T1_Heartbeat = 139
T1_Delta = 8
T1_Ping = 21
T1_ThingSnapshot = 29
//additional greeting messages
Greeting_Message2=Welcome to Soldat
Greeting_Message3=running Dedicated Server version 2.2.9
[/code]
If you want to know more about these settings please ask. I hope you make use of it and maybe find better default options that everyone can use?
Notes on version 2.2.9:
- added config file with lots of usefull options, see "server.ini"
- fixed beginning of log files
- changed weapons mod client info to default damage/new damage percentage instead of values
I haven't tested the new options nearly at all so if there is any strange behaviour please report it quickly.
This is the new "server.ini" file, in the comments I explain a little:
[code]
//additional server settings for advanced users
[NETWORK]
//if you get a crash when too many people try to download a map try changing this value to something greater than 0
MaxConnections=0
//this is the amount of packets the server can get from a client until it stops processing them, so it doesn't get flooded
TooMuch_Packets_LAN = 40
TooMuch_Packets_Internet = 31
//this is the amount of packets the server can get until the client will get flood warnings
Flooding_Packets_LAN = 54
Flooding_Packets_Internet = 34
//this is the amount of times a cheat can be detected from a player until he is kicked or server voted
Vote_Cheat_Warnings = 8
//this is the amount of times a knife cheat can be detected
Max_KnifeCheat_Warnings = 14
//here, if set to 1 the anticheat system doesn't kick or vote people
Disable_AntiCheat_Kick = 0
//time in seconds when the log files are updated (default: every 3600 secs).
LogFilesUpdate = 3600
//after this amount of flood/ping warnings the player is kicked
Max_Flood_Warnings = 4
Max_Ping_Warnings = 10
// these can be handy to deal with lag and improve network performance
// set your connection in Soldat.ini to T1 (Internet_Connection=3)
// now you can change the packet sending rate
// Soldat uses ticks for measuring time, 60 ticks = 1 second
// so here for example a minor snapshot is sent every 40 ticks
// a ping packet is sent every 21 ticks, get the idea?
T1_Snapshot = 40
T1_MajorSnapshot = 20
T1_DeadSnapshot = 50
T1_Heartbeat = 139
T1_Delta = 8
T1_Ping = 21
T1_ThingSnapshot = 29
//additional greeting messages
Greeting_Message2=Welcome to Soldat
Greeting_Message3=running Dedicated Server version 2.2.9
[/code]
If you want to know more about these settings please ask. I hope you make use of it and maybe find better default options that everyone can use?