Interface administrators, moderator
2,603
edits
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
|- | |- | ||
|minclientversion | |minclientversion | ||
|1. | |1.3.0 | ||
|The minimum version that clients can connect with. | |The minimum version that clients can connect with. | ||
|- | |- | ||
Line 81: | Line 81: | ||
|22000 | |22000 | ||
|The port for the server to listen on, between 0 and 65,535. Players only need to know the port if using the /connect command in-game, not when using the server browser. | |The port for the server to listen on, between 0 and 65,535. Players only need to know the port if using the /connect command in-game, not when using the server browser. | ||
|- | |- | ||
|rcon | |rcon | ||
Line 120: | Line 116: | ||
|syncmethod | |syncmethod | ||
|interval | |interval | ||
|The sync type for regularly sync'd data. Use none, interval, replay | |The sync type for regularly sync'd data. Use none, interval, or replay. (See sync methods section below) | ||
|- | |- | ||
|cvar | |cvar | ||
|null | |null | ||
|Sets a server's cvar value | |Sets a server's cvar value. See [[CVars|CVars]] for more information. | ||
|- | |- | ||
|bindip | |bindip |