6,834
edits
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
|- | |- | ||
|bindip | |bindip | ||
| | |"" (empty string) | ||
|Forces the server to use a specific IP. Only for hosts that have multiple IP addresses. | |Forces the server to use a specific IP. Only for hosts that have multiple IP addresses. | ||
|- | |- | ||
Line 26: | Line 26: | ||
|- | |- | ||
|game | |game | ||
|gta:iii | |gta:iii | ||
|The identifier of the game that the server should run for. See [[GameIdentifiers|game identifiers]] for more information. | |The identifier of the game that the server should run for. See [[GameIdentifiers|game identifiers]] for more information. | ||
|- | |- | ||
Line 62: | Line 62: | ||
|- | |- | ||
|logtimestamp | |logtimestamp | ||
| | |%d/%m/%Y - %X | ||
|The timestamp format to use in the log files. Based on the [http://cplusplus.com/reference/clibrary/ctime/strftime/ strftime] format from C++. Some examples: | |The timestamp format to use in the log files. Based on the [http://cplusplus.com/reference/clibrary/ctime/strftime/ strftime] format from C++. Some examples: | ||
<code>[%H:%M:%S]</code> This displays only the time.<br> | <code>[%H:%M:%S]</code> This displays only the time.<br> | ||
Line 72: | Line 72: | ||
|- | |- | ||
|minclientversion | |minclientversion | ||
|1. | |1.0.0.0 | ||
|The minimum version that clients can connect with. [https://gtaconnected.com/downloads/client/version See latest client version here]. | |The minimum version that clients can connect with. [https://gtaconnected.com/downloads/client/version See latest client version here]. | ||
|- | |- | ||
Line 106: | Line 106: | ||
|"" (empty string) | |"" (empty string) | ||
|The password to connect to the remote console service. | |The password to connect to the remote console service. | ||
|- | |||
|rconport | |||
|23000 | |||
|The port to host the remote console service on. | |||
|- | |- | ||
|resources | |resources | ||
Line 118: | Line 122: | ||
|false | |false | ||
|The status of whether to show the server in the server browser, use true or false. | |The status of whether to show the server in the server browser, use true or false. | ||
|- | |||
|serverlistingurl | |||
|serverlisting.gtaconnected.com | |||
|The URL of the server listing. | |||
|- | |- | ||
|servername | |servername | ||
Line 146: | Line 154: | ||
|low | |low | ||
|The priority of sync packets. This property can be one of the following values: low, medium, high, immediate. | |The priority of sync packets. This property can be one of the following values: low, medium, high, immediate. | ||
|- | |||
|syncpacketreliable | |||
|false | |||
|Flags to bitwise-OR with for reliable packets. | |||
|- | |||
|syncpacketunsequenced | |||
|false | |||
|Flags to bitwise-OR with for unsequenced packets. | |||
|- | |- | ||
|timesync | |timesync | ||
|false | |false | ||
|Enables/disables syncing the time set by server to all clients. | |Enables/disables syncing the time set by server to all clients. | ||
|- | |||
|waiteventtimeout | |||
|5 | |||
|The timeout duration for wait events. | |||
|- | |- | ||
|weathersync | |weathersync |
edits