Advertisement
Guest User

Untitled

a guest
Nov 25th, 2020
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.34 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3. <!-- This parameter specifies the name the server will be visible as in the ingame server browser
  4. and on Game-Monitor. It is a required parameter. -->
  5. <servername>[HUN] VALOS | Deathmatch/Race/Shooter/DD/Hunter | Multigamemode</servername>
  6. <!-- This parameter specifies the contact email addresses for the owner(s) of this server.
  7. The email addresses will not be publicly available, and only used by MTA administrators
  8. to contact the server owner.
  9. Note: Missing or incorrect owner_email_address can affect visibility in the master server list.
  10. Values: Comma separated list of email addresses -->
  11. <owner_email_address/>
  12. <!-- ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING - it is generally only
  13. needed for professional servers and should be left blank otherwise.
  14. This parameter specifies the IP to use for servers that have multiple IP addresses. If left
  15. blank, it will default to server's standard local IP address. -->
  16. <!-- SERVERIP SHOULD BE LEFT BLANK UNLESS YOU ARE SURE OF WHAT YOU ARE DOING -->
  17. <serverip>37.221.209.212</serverip>
  18. <!-- WARNING: SETTING serverip AND THEN ASKING FOR SUPPORT CAN CAUSE DEATH OR INJURY -->
  19. <!-- This parameter specifies the UDP port on which the server will be accepting incoming player
  20. connections; default value: 22003. It is a required parameter. -->
  21. <serverport>22077</serverport>
  22. <!-- This parameter specifies the number of maximum player slots available on the server; default
  23. value: 32. It is a required parameter. -->
  24. <maxplayers>30</maxplayers>
  25. <!-- This parameter specifies whether the builtin http server is enabled.
  26. The builtin http server is used for webadmin and (if httpdownloadurl is empty) resource downloads.
  27. Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
  28. <httpserver>1</httpserver>
  29. <!-- This parameter specifies the TCP port on which the server will be accepting incoming http
  30. connections. It can be set to the same value as <serverport>. It is a required parameter
  31. if <httpserver> is set to 1. -->
  32. <httpport>22177</httpport>
  33. <!-- If set, this parameter specifies the external URL from which clients will be able to download
  34. needed resources ingame. If not set (or the external URL files are incorrect), resource downloads
  35. are switched to the internal http server. -->
  36. <httpdownloadurl>http://wdl28.clans.hu/hiddenname/server</httpdownloadurl>
  37. <!-- This parameter is deprecated. Please use httpmaxconnectionsperclient instead-->
  38. <httpconnectionsperclient/>
  39. <!-- This parameter limits the number of http connections each client can make. Depending on the type
  40. of http server that is used, a lower figure may reduce download timeouts.
  41. Available range: 1 to 8. -->
  42. <httpmaxconnectionsperclient>5</httpmaxconnectionsperclient>
  43. <!-- This parameter limits the number http connections that an IP can initiate over a short period of time.
  44. Available range: 1 to 100. default value: 20 -->
  45. <httpdosthreshold>20</httpdosthreshold>
  46. <!-- This parameter lists the IP addresses that are to be excluded from http dos threshold limits.
  47. e.g. 88.11.22.33,101.2.3.4 -->
  48. <http_dos_exclude/>
  49. <!-- By default, the server will block the use of locally customized gta3.img player skins
  50. This setting can be used to allow such mods. Not recommended for competitive servers.
  51. Values: none, peds ; default value: none -->
  52. <allow_gta3_img_mods>none</allow_gta3_img_mods>
  53. <!-- By default, the server will block the use of customized GTA:SA data files. -->
  54. <!-- To allow specific client files, add one or more of the following: -->
  55. <!-- <client_file name="data/carmods.dat" verify="0"/> -->
  56. <!-- Comma separated list of disabled anti-cheats.
  57. For details see http://wiki.multitheftauto.com/wiki/Anti-cheat_guide
  58. e.g. To disable anti-cheat #2 and #3, use: 2,3 -->
  59. <disableac/>
  60. <!-- Comma separated list of enabled special detections.
  61. A special detection is a type of anti-cheat for (usually) harmless game modifications.
  62. Competitive servers may wish to enable special detections, but most servers should leave this setting blank.
  63. For details see http://wiki.multitheftauto.com/wiki/Anti-cheat_guide
  64. e.g. To enable special detection #12 use: 12 -->
  65. <enablesd/>
  66. <!-- This parameter specifies whether communications between the server and client is encrypted.
  67. Encryption can help prevent network data being viewed and modified.
  68. Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
  69. <networkencryption>1</networkencryption>
  70. <!-- Minimum client version. Clients with a lower version will not be allowed to connect. After
  71. disconnection, clients will be given an opportunity to download an update.
  72. If left blank, this setting is disabled and there are no restrictions on who can connect.
  73. Version numbers are described here: http://wiki.multitheftauto.com/wiki/GetPlayerVersion
  74. and look like this: 1.1.0-9.03100.0
  75. Note that this setting only determines if the client should be prompted to update. The actual
  76. build number they receive will be the highest available. See: http://nightly.mtasa.com/ver -->
  77. <minclientversion>1.5.7-9.20621.0</minclientversion>
  78. <!-- This parameter specifies if/when the <minclientversion> setting is automatically updated.
  79. Keeping <minclientversion> updated can help reduce cheating.
  80. Note: The instant setting (2) is only recommened for competitive servers.
  81. Values: 0 - disabled, 1 - enabled (delayed by a few days), 2 - enabled (instant) ; default value: 1. -->
  82. <minclientversion_auto_update>1</minclientversion_auto_update>
  83. <!-- Recommended client version. When connecting, if clients have a lower version, they will be given
  84. the option to download an update. If left blank, this setting is disabled.
  85. Note that this setting only determines if the client should be prompted to update. The actual
  86. build number they receive will be the highest available. See: http://nightly.mtasa.com/ver -->
  87. <recommendedclientversion/>
  88. <!-- This parameter can be used to make the server report to Game-Monitor master servers, allowing it to
  89. be visible in the ingame server browser. An additional UDP port needs to be available for this to
  90. work (value from <serverport> + 123 , so on a default <serverport> value 22003 the right port
  91. will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
  92. <ase>1</ase>
  93. <!-- This parameter allows you to disable LAN broadcasting. -->
  94. <donotbroadcastlan>0</donotbroadcastlan>
  95. <!-- If set, players will have to provide a password specified below, before they can connect to the
  96. server. If left blank, server doesn't require a password from them. -->
  97. <password>lofasz</password>
  98. <!-- This parameter reduces the server's bandwidth usage by using various optimizations.
  99. Values: none, medium or maximum ; default value: medium -->
  100. <bandwidth_reduction>medium</bandwidth_reduction>
  101. <!-- The following ???_sync_interval parameters determine the time in milliseconds between certain
  102. network packets being sent. More information on how each settings works is available here:
  103. http://wiki.multitheftauto.com/wiki/Server_mtaserver.conf -->
  104. <!-- Player sync interval. Default: 100 -->
  105. <player_sync_interval>100</player_sync_interval>
  106. <!-- Lightweight (player) sync interval. Used when players are far apart. Default: 1500 -->
  107. <lightweight_sync_interval>1500</lightweight_sync_interval>
  108. <!-- Camera sync interval. Default: 500 -->
  109. <camera_sync_interval>500</camera_sync_interval>
  110. <!-- Ped sync interval. Default: 400 -->
  111. <ped_sync_interval>400</ped_sync_interval>
  112. <!-- Unoccupied_vehicle sync interval. Default: 400 -->
  113. <unoccupied_vehicle_sync_interval>400</unoccupied_vehicle_sync_interval>
  114. <!-- Keysync mouse rotation sync interval. For limiting key sync packets due to mouse movement. Default: 100 -->
  115. <keysync_mouse_sync_interval>100</keysync_mouse_sync_interval>
  116. <!-- Keysync analog movement sync interval. For limiting key sync packets due to joystick movement. Default: 100 -->
  117. <keysync_analog_sync_interval>100</keysync_analog_sync_interval>
  118. <!-- This parameter can improve the reliability of shots when using certain weapons. However, it uses more bandwidth.
  119. Values: 0 - disabled , 1 - enabled ; default value: 1. -->
  120. <bullet_sync>1</bullet_sync>
  121. <!-- This parameter sets the amount of extrapolation that clients will apply to remote vehicles. This can reduce
  122. some of the latency induced location disparency by predicting where the remote vehicles will probably be.
  123. Depending on the gamemode, an incorrect prediction may have a negative effect. Therefore this setting
  124. should be considered experimental.
  125. Available range: 0 to 100. Default - 0 -->
  126. <vehext_percent>0</vehext_percent>
  127. <!-- This parameter places a limit on how much time (in milliseconds) the vehicle extrapolation will attempt to
  128. compensate for.
  129. Only relevant if <vehext_percent> is greater than zero.
  130. Available range: 50 to 500. Default - 150 -->
  131. <vehext_ping_limit>150</vehext_ping_limit>
  132. <!-- This parameter can reduce the delay of player actions appearing on remote clients by 2 frames (approx 50ms).
  133. Due to the impact this may have on shot lag compensation, it should be considered experimental.
  134. Values: 0 - disabled , 1 - enabled ; default value: 0. -->
  135. <latency_reduction>0</latency_reduction>
  136. <!-- Specifies the location and file name of this servers unique private key.
  137. This is used to prevent private files saved on the client from being read by other servers.
  138. More infomation about client private files can be found here: http://wiki.multitheftauto.com/wiki/Filepath
  139. Keep a backup of this file in a safe place. Default value: server-id.keys-->
  140. <idfile>server-id.keys</idfile>
  141. <!-- Specifies the location and name of the main server log file. If left blank, server won't be saving this file. -->
  142. <logfile>logs/server.log</logfile>
  143. <!-- As well as the main log file, login successes and failures are logged here for easy reviewing of security issues.
  144. If left blank, this file is not used -->
  145. <authfile>logs/server_auth.log</authfile>
  146. <!-- Specifies the location and name of the file used to log database queries.
  147. The server command 'debugdb' sets the amount of logging. -->
  148. <dbfile>logs/db.log</dbfile>
  149. <!-- Specifies the location and name of the file used to log loadstring function calls.
  150. If left blank or not set, no logging is done. -->
  151. <!-- <loadstringfile>logs/loadstring.log</loadstringfile> -->
  152. <!-- This parameter specifies the location and name of the Access Control List settings file. If left
  153. blank, server will use acl.xml file, located in the same folder as this configuration file. -->
  154. <acl>acl.xml</acl>
  155. <!-- Specifies the location and name of the debugscript log file. If left blank, server won't be saving this file. -->
  156. <scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile>
  157. <!-- Specifies the level of the debugscript log file. Available values: 0, 1, 2, 3. When not set, defaults to 0. -->
  158. <scriptdebugloglevel>0</scriptdebugloglevel>
  159. <!-- Specifies the level of the html debug. Available values: 0, 1, 2, 3. When not set, defaults to 0. -->
  160. <htmldebuglevel>0</htmldebuglevel>
  161. <!-- Specifies whether or not duplicate log lines should be filtered. Available values: 0 or 1, defaults to 1. -->
  162. <filter_duplicate_log_lines>1</filter_duplicate_log_lines>
  163. <!-- Specifies the frame rate limit that will be applied to connecting clients.
  164. Available range: 25 to 100. Default: 36. -->
  165. <fpslimit>100</fpslimit>
  166. <!-- Specifies whether or not players should automatically be logged in based on their IP adresses -->
  167. <autologin>0</autologin>
  168. <!-- This parameter specifies whether or not to enable player voice chat in-game
  169. Values: 0 - disabled , 1 - enabled -->
  170. <voice>0</voice>
  171. <!-- This parameter specifies the sample rate for voice chat. 'voice' parameter must be set to 1 for this to be effective.
  172. Higher settings use more bandwidth and increase the sampling quality of voice chat
  173. Values: 0 - Narrowband (8kHz), 1 - Wideband (16kHz), 2 - Ultrawideband (32kHz). Default - 1 -->
  174. <voice_samplerate>1</voice_samplerate>
  175. <!-- This parameter specifies the voice quality for voice chat. 'voice' parameter must be set to 1 for this to be effective.
  176. Higher settings use more bandwidth and increase the the overall quality of voice chat
  177. Available range: 0 to 10. Default - 4 -->
  178. <voice_quality>4</voice_quality>
  179. <!-- Specifies the voice bitrate, in bps. This optional parameter overrides the previous two settings.
  180. If not set, MTA handles this automatically. Use with care. -->
  181. <!-- <voice_bitrate>24600</voice_bitrate> -->
  182. <!-- This parameter specifies the path to use for a basic backup of some server files.
  183. Note that basic backups are only made during server startup. Default value: backups -->
  184. <backup_path>backups</backup_path>
  185. <!-- This parameter specifies the number of days between each basic backup.
  186. Backups are only made during server startup, so the actual interval may be much longer.
  187. Setting backup_interval to 0 will disable backups
  188. Available range: 0 to 30. Default - 3 -->
  189. <backup_interval>3</backup_interval>
  190. <!-- This parameter specifies the maximum number of backup copies to keep.
  191. Setting backup_copies to 0 will disable backups
  192. Available range: 0 to 100. Default - 5 -->
  193. <backup_copies>5</backup_copies>
  194. <!-- This parameter specifies when the internal sqlite databases should be defragmented.
  195. http://www.sqlite.org/lang_vacuum.html
  196. Values: 0 - Never, 1 - On server start only after basic backup, 2 - On server start always. Default - 1 -->
  197. <compact_internal_databases>1</compact_internal_databases>
  198. <!-- This parameter specifies whether server crash dump files should be sent to MTA HQ.
  199. Values: 0 - Off, 1 - On. Default - 1 -->
  200. <crash_dump_upload>1</crash_dump_upload>
  201. <!-- This parameter lists the ACL groups that are protected by serial authorization.
  202. Login attempts to a protected account from a second serial are blocked until the serial is manually authorized via
  203. the authserial command.
  204. For more info see: https://mtasa.com/authserial
  205. Note: This is security critical feature and disabling auth_serial_groups can affect visibility in the master server list.
  206. Values: Comma separated list of ACL groups. Default - Admin -->
  207. <auth_serial_groups>Admin</auth_serial_groups>
  208. <!-- This parameter specifies if the authorized serial login checks should also apply to the http interface.
  209. Protected account login attempts to the http interface will only succeed if the IP address matches one
  210. recently used by the account holder in-game
  211. For more info see: https://mtasa.com/authserialhttp
  212. Note: This is security critical feature and disabling auth_serial_http can affect visibility in the master server list.
  213. Values: 0 - Off, 1 - Enabled. Default - 1 -->
  214. <auth_serial_http>1</auth_serial_http>
  215. <!-- This parameter specifies which IP addresses should always pass auth_serial_http checks.
  216. Values: Comma separated list of IP addresses -->
  217. <auth_serial_http_ip_exceptions>127.0.0.1</auth_serial_http_ip_exceptions>
  218. <!-- This parameter specifies if extra security measures are applied to resources which use dbConnect with mysql.
  219. The extra measures are:
  220. - Script files cannot be accessed with fileOpen()
  221. - meta.xml is read only
  222. *NOTE* This only protects resources which use dbConnect with mysql
  223. Values: 0 - Off, 1 - Enabled. Default - 1 -->
  224. <database_credentials_protection>1</database_credentials_protection>
  225. <!-- Specifies the module(s) which are loaded with the server. To load several modules, add more <module>
  226. parameter(s). Optional parameter. -->
  227. <module src="ml_sockets.so"/>
  228. <module src="mta_mysql.so"/>
  229. <!-- <module src="sample_win32.dll"/> -->
  230. <!-- <module src="sample_linux.so"/> -->
  231. <!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped.
  232. To specify several resources, add more <resource> parameter(s). -->
  233. <resource src="admin" startup="1" protected="0"/>
  234. <resource src="defaultstats" startup="1" protected="0"/>
  235. <resource src="helpmanager" startup="1" protected="0"/>
  236. <resource src="joinquit" startup="1" protected="0"/>
  237. <resource src="mapcycler" startup="1" protected="0"/>
  238. <resource src="parachute" startup="1" protected="0"/>
  239. <resource src="performancebrowser" startup="1" protected="0"/>
  240. <resource src="resourcebrowser" startup="1" protected="1" default="true"/>
  241. <resource src="resourcemanager" startup="1" protected="1"/>
  242. <resource src="spawnmanager" startup="1" protected="0"/>
  243. <resource src="voice" startup="1" protected="0"/>
  244. <resource src="votemanager" startup="1" protected="0"/>
  245. <resource src="webadmin" startup="1" protected="0"/>
  246. <!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. -->
  247. <resource src="freeroam" startup="1" protected="0"/>
  248. </config>
  249.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement