diff --git a/NETWORKING.md b/NETWORKING.md index 9c654d892..982188816 100644 --- a/NETWORKING.md +++ b/NETWORKING.md @@ -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 - + @@ -104,8 +104,8 @@ The current server configuration xml looks like this: - - + + @@ -163,7 +163,7 @@ x.x.x.x:y is your server ip address with its port, id is the id field of server- You can see STK server xml list [here](https://addons.supertuxkart.net/api/v2/server/get-all). -The server you want to test must be able to be connected without NAT penetration. You can remove `--auto-connect` if you have another client which can control the starting of games in server, or you can consider enable owner-less mode on server so the games on server can keep going. Remove `--no-graphics` if you want to see the AI racing. You can also run network AI tester in server-only build of STK. +You can remove `--auto-connect` if you have another client which can control the starting of games in server, or you can consider enable owner-less mode on server so the games on server can keep going. Remove `--no-graphics` if you want to see the AI racing. You can also run network AI tester in server-only build of STK. With the network AI tester, it's easier to for example simulate high-loaded servers or bad (high ping with packet loss) network.