ServerConfiguration: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 29: Line 29:
|gamemode
|gamemode
|n/a ('''required''')
|n/a ('''required''')
|Custom text to identify the game mode. Appears in the server browser. '''This is not IV gamemode ID'''
|Custom text to identify the game mode. Appears in the server browser. '''This is not IV gamemode ID'''.
|-
|-
|httpport
|httpport
Line 37: Line 37:
|httpserver
|httpserver
|true
|true
|Whether or not to run the [[HTTPServer|HTTP server]]
|Whether or not to run the [[HTTPServer|HTTP server]].
|-
|-
|httpurl
|httpurl
Line 44: Line 44:
|-
|-
|iv_episode
|iv_episode
|0
| -1
|Sets the DLC to use for IV. See [[Resources/GTAIV/Episodes|IV Episodes]] for more information
|Sets the DLC to use for IV. See [[Resources/GTAIV/Episodes|IV Episodes]] for more information.
|-
|-
|iv_gamemode
|iv_gamemode
|30
|8
|Sets the built-in gamemode for IV. See [[Resources/GTAIV/GameModes|IV Gamemodes]] for more information.
|Sets the built-in gamemode for IV. See [[Resources/GTAIV/GameModes|IV Gamemodes]] for more information.
|-
|-
|iv_nativemultiplayer
|iv_nativemultiplayer
|0
|true
|If enabled, server uses native sync (from Rockstar/GFWL), otherwise server uses GTAC's custom sync
|If enabled, server uses native sync (from Rockstar/GFWL), otherwise server uses GTAC's custom sync.
|-
|-
|logpath
|logpath
Line 62: Line 62:
|"" (empty string)
|"" (empty string)
|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>
<code>[%d/%m/%Y %H:%M:%S]</code> This would display the date in dd/mm/yyyy format followed by the time in hour:minute:second format.  
<code>[%d/%m/%Y %H:%M:%S]</code> This would display the date in dd/mm/yyyy format followed by the time in hour:minute:second format.  
|-
|-
Line 71: Line 71:
|minclientversion
|minclientversion
|1.3.0
|1.3.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].
|-
|-
|modules
|modules
Line 127: Line 127:
|streamoutdistance
|streamoutdistance
|200.0
|200.0
|The distance that an entity is removed from a client, recommended 200.0. '''Must be higher than streamindistance'''
|The distance that an entity is removed from a client, recommended 200.0. '''Must be higher than streamindistance'''.
|-
|-
|syncinterval
|syncinterval
Line 135: Line 135:
|syncmethod
|syncmethod
|interval
|interval
|The sync type for regularly sync'd data. Use none, interval, or replay. (See sync methods section below)
|The sync type for regularly sync'd data. Use none, interval, or replay. (See sync methods section below.)
|-
|-
|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.
|-
|-
|weathersync
|weathersync
|false
|false
|Enables/disables syncing the weather set by server to all clients
|Enables/disables syncing the weather set by server to all clients.
|}
|}


6,833

edits

Navigation menu