Interface administrators, moderator
2,818
edits
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Server Configuration}} | {{DISPLAYTITLE:Server Configuration}} | ||
== Summary == | == Summary == | ||
The | The server.xml file is used to configure your server with things like server name, game, networking, sync, which resources to load, and many other options. | ||
== | == Custom Config File == | ||
You can start the server with a [[ServerCommandLine|command switch]] for a different configuration file name. Example: <code>Server.exe -config my-config.xml</code>. | |||
== CVars == | |||
See the [[CVars|CVars]] page for info. | |||
== Options == | |||
{| class="wikitable" | {| class="wikitable" | ||
!Server Property Name | !Server Property Name | ||
| Line 59: | Line 61: | ||
|iv_nativemultiplayer | |iv_nativemultiplayer | ||
|true | |true | ||
|If enabled, server uses | |If enabled, server uses Rockstar's sync, otherwise server uses GTAC's custom sync. See [[NativeMultiplayer|this page for more information]] | ||
|- | |- | ||
|logpath | |logpath | ||
| Line 184: | Line 186: | ||
|- | |- | ||
|} | |} | ||
== Example == | == Example == | ||