|
1 | 1 | <config>
|
2 | 2 |
|
3 |
| - <!-- This parameter specifies the name the server will be visible as in the ingame server browser |
| 3 | + <!-- This parameter specifies the name the server will be visible as in the ingame server browser |
4 | 4 | and on Game-Monitor. It is a required parameter. -->
|
5 | 5 | <servername>Default MTA Server</servername>
|
6 | 6 |
|
|
22 | 22 |
|
23 | 23 | <!-- This parameter specifies the UDP port on which the server will be accepting incoming player
|
24 | 24 | connections; default value: 22003. It is a required parameter. -->
|
25 |
| - <serverport>22010</serverport> |
| 25 | + <serverport>22010</serverport> |
26 | 26 |
|
27 | 27 | <!-- This parameter specifies the number of maximum player slots available on the server; default
|
28 | 28 | value: 32. It is a required parameter. -->
|
|
76 | 76 | disconnection, clients will be given an opportunity to download an update.
|
77 | 77 | If left blank, this setting is disabled and there are no restrictions on who can connect.
|
78 | 78 | Version numbers are described here: http://wiki.multitheftauto.com/wiki/GetPlayerVersion
|
79 |
| - and look like this: 1.1.0-9.03100.0 |
| 79 | + and look like this: 1.1.0-9.03100.0 |
80 | 80 | Note that this setting only determines if the client should be prompted to update. The actual
|
81 | 81 | build number they receive will be the highest available. See: http://nightly.mtasa.com/ver -->
|
82 | 82 | <minclientversion></minclientversion>
|
|
99 | 99 | will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
|
100 | 100 | <ase>1</ase>
|
101 | 101 |
|
102 |
| - <!-- This parameter allows you to disable LAN broadcasting. --> |
| 102 | + <!-- This parameter allows you to disable LAN broadcasting. --> |
103 | 103 | <donotbroadcastlan>0</donotbroadcastlan>
|
104 | 104 |
|
105 | 105 | <!-- If set, players will have to provide a password specified below, before they can connect to the
|
106 | 106 | server. If left blank, server doesn't require a password from them. -->
|
107 |
| - <password></password> |
| 107 | + <password></password> |
108 | 108 |
|
109 | 109 | <!-- This parameter reduces the server's bandwidth usage by using various optimizations.
|
110 | 110 | Values: none, medium or maximum ; default value: medium -->
|
111 |
| - <bandwidth_reduction>medium</bandwidth_reduction> |
| 111 | + <bandwidth_reduction>medium</bandwidth_reduction> |
112 | 112 |
|
113 | 113 | <!-- The following ???_sync_interval parameters determine the time in milliseconds between certain
|
114 | 114 | network packets being sent. More information on how each settings works is available here:
|
115 | 115 | http://wiki.multitheftauto.com/wiki/Server_mtaserver.conf -->
|
116 | 116 | <!-- Player sync interval. Default: 100 -->
|
117 | 117 | <player_sync_interval>100</player_sync_interval>
|
118 | 118 | <!-- Lightweight (player) sync interval. Used when players are far apart. Default: 1500 -->
|
119 |
| - <lightweight_sync_interval>1500</lightweight_sync_interval> |
| 119 | + <lightweight_sync_interval>1500</lightweight_sync_interval> |
120 | 120 | <!-- Camera sync interval. Default: 500 -->
|
121 |
| - <camera_sync_interval>500</camera_sync_interval> |
| 121 | + <camera_sync_interval>500</camera_sync_interval> |
122 | 122 | <!-- Ped sync interval. Default: 400 -->
|
123 |
| - <ped_sync_interval>400</ped_sync_interval> |
| 123 | + <ped_sync_interval>400</ped_sync_interval> |
124 | 124 | <!-- Ped far sync interval. Used when peds are far away. Default: 2000 -->
|
125 | 125 | <ped_far_sync_interval>2000</ped_far_sync_interval>
|
126 | 126 | <!-- Unoccupied_vehicle sync interval. Default: 400 -->
|
127 |
| - <unoccupied_vehicle_sync_interval>400</unoccupied_vehicle_sync_interval> |
| 127 | + <unoccupied_vehicle_sync_interval>400</unoccupied_vehicle_sync_interval> |
128 | 128 | <!-- Keysync mouse rotation sync interval. For limiting key sync packets due to mouse movement. Default: 100 -->
|
129 |
| - <keysync_mouse_sync_interval>100</keysync_mouse_sync_interval> |
| 129 | + <keysync_mouse_sync_interval>100</keysync_mouse_sync_interval> |
130 | 130 | <!-- Keysync analog movement sync interval. For limiting key sync packets due to joystick movement. Default: 100 -->
|
131 |
| - <keysync_analog_sync_interval>100</keysync_analog_sync_interval> |
| 131 | + <keysync_analog_sync_interval>100</keysync_analog_sync_interval> |
132 | 132 |
|
133 | 133 | <!-- This parameter can improve the reliability of shots when using certain weapons. However, it uses more bandwidth.
|
134 | 134 | Values: 0 - disabled , 1 - enabled ; default value: 1. -->
|
135 |
| - <bullet_sync>1</bullet_sync> |
| 135 | + <bullet_sync>1</bullet_sync> |
136 | 136 |
|
137 | 137 | <!-- This parameter sets the amount of extrapolation that clients will apply to remote vehicles. This can reduce
|
138 | 138 | some of the latency induced location disparency by predicting where the remote vehicles will probably be.
|
|
156 | 156 | This is used to prevent private files saved on the client from being read by other servers.
|
157 | 157 | More infomation about client private files can be found here: http://wiki.multitheftauto.com/wiki/Filepath
|
158 | 158 | Keep a backup of this file in a safe place. Default value: server-id.keys-->
|
159 |
| - <idfile>server-id.keys</idfile> |
| 159 | + <idfile>server-id.keys</idfile> |
160 | 160 |
|
161 | 161 | <!-- Specifies the location and name of the main server log file. If left blank, server won't be saving this file. -->
|
162 | 162 | <logfile>logs/local_server.log</logfile>
|
|
175 | 175 |
|
176 | 176 | <!-- This parameter specifies the location and name of the Access Control List settings file. If left
|
177 | 177 | blank, server will use acl.xml file, located in the same folder as this configuration file. -->
|
178 |
| - <acl>acl.xml</acl> |
| 178 | + <acl>acl.xml</acl> |
179 | 179 |
|
180 | 180 | <!-- Specifies the location and name of the debugscript log file. If left blank, server won't be saving this file. -->
|
181 | 181 | <scriptdebuglogfile>logs/local_scripts.log</scriptdebuglogfile>
|
|
207 | 207 | Available range: 0 to 10. Default - 4 -->
|
208 | 208 | <voice_quality>4</voice_quality>
|
209 | 209 |
|
210 |
| - <!-- Specifies the voice bitrate, in bps. This optional parameter overrides the previous two settings. |
| 210 | + <!-- Specifies the voice bitrate, in bps. This optional parameter overrides the previous two settings. |
211 | 211 | If not set, MTA handles this automatically. Use with care. -->
|
212 | 212 | <!-- <voice_bitrate>24600</voice_bitrate> -->
|
213 | 213 |
|
|
289 | 289 | <resource src="votemanager" startup="1" protected="0"/>
|
290 | 290 | <resource src="webadmin" startup="1" protected="0"/>
|
291 | 291 |
|
292 |
| - <!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. --> |
| 292 | + <!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. --> |
293 | 293 | <resource src="play" startup="1" protected="0"/>
|
294 | 294 |
|
295 | 295 | </config>
|
0 commit comments