Update changelog and server documentation
This commit is contained in:
parent
e7ef80720a
commit
11bca593fd
@ -52,7 +52,8 @@ For similar reasons, and because some features are vastly more complex than othe
|
||||
* Around the Lighthouse, Fort Magma Grand Paradisio Island, Hacienda, Minigolf, Nessie's Pond, Northern Resort, Oliver's Math Class, Shifting Sands, STK Enterprise, XR591
|
||||
* Smoothness issues causing collisions and kart slowdown fixed by Auria :
|
||||
* Nessie's Pond, Old Mine, Shifting Sands, Volcano Island, XR591
|
||||
|
||||
#### Karts
|
||||
* New version of Beastie by Jymis
|
||||
|
||||
## SuperTuxKart 0.9.3 (28. October 2017)
|
||||
* Reduced RAM and VRAM usage, reducing load times by Auria and Benau
|
||||
|
@ -21,7 +21,7 @@ It will create that xml configuration file if not found in current directory, yo
|
||||
The current server configuration xml looks like this:
|
||||
```xml
|
||||
<?xml version="1.0"?>
|
||||
<server-config version="4" >
|
||||
<server-config version="5" >
|
||||
|
||||
<!-- Name of server, encode in XML if you want to use unicode characters. -->
|
||||
<server-name value="stk server" />
|
||||
@ -57,7 +57,7 @@ The current server configuration xml looks like this:
|
||||
<motd value="" />
|
||||
|
||||
<!-- Timeout in seconds for voting tracks in server. -->
|
||||
<voting-timeout value="20" />
|
||||
<voting-timeout value="30" />
|
||||
|
||||
<!-- Timeout in seconds for validation of clients in wan, currently stk will use the stk-addons server to share AES key between client and server. -->
|
||||
<validation-timeout value="20" />
|
||||
@ -128,6 +128,9 @@ The current server configuration xml looks like this:
|
||||
<!-- Kick idle player which has no network activity to server for more than some seconds during game, unless he has finished the race. Negative value to disable, and this option will always be disabled for LAN server. -->
|
||||
<kick-idle-player-seconds value="60" />
|
||||
|
||||
<!-- Set how many states the server will send per second, the higher this value, the more bandwidth requires, also each client will trigger more rewind, which clients with slow device may have problem playing this server, use the default value is recommended. -->
|
||||
<state-frequency value="10" />
|
||||
|
||||
<!-- ip: IP in X.X.X.X/Y (CIDR) format for banning, use Y of 32 for a specific ip, expired-time: unix timestamp to expire, -1 (uint32_t max) for a permanent ban. -->
|
||||
<server-ip-ban-list>
|
||||
<ban ip="0.0.0.0/0" expired-time="0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user