Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. #WARNING: Make sure that you change the capital values with proper ones.
  2. #uncomment the line below when you set a valid administrator password
  3. #set_pass_admin
  4. #if you have premium members, set a password for them, otherwise delete/comment out the line below
  5. #uncomment the line below when you set a valid private password
  6. #set_pass_private PRIVATEPASS
  7. #uncomment the line below when you set a valid server name
  8. set_server_name *US_GK_TDM*
  9. #uncomment the line below when you set a valid welcome message
  10. set_welcome_message Welcome to the Golden Kingdom! Bigotry and racism are not allowed on any GK server, including names with such terms in them. Questions and comments about US_GK_TDM can be left @ http://www.leagueofrevolution.com. Join our team speak ts3.gkserver.us
  11. #Steam must be running in order to use valve anti cheat
  12. #Also you must use the Steam version of the dedicated server in order to use this option
  13. set_enable_valve_anti_cheat 1
  14. #setting team deathmatch (multiplayer_tdm) mode
  15. set_mission multiplayer_tdm
  16. #setting max players, first one is non-premium member limit, second one is premium member limit
  17. set_max_players 100 100
  18. set_num_bots_voteable 0
  19. set_control_block_direction 1
  20. set_starting_gold 180
  21. set_combat_gold_bonus 130
  22. set_disallow_ranged_weapons 0
  23. set_force_default_armor 0
  24. set_melee_friendly_fire 1
  25. set_friendly_fire_damage_friend_ratio 25
  26. set_friendly_fire_damage_self_ratio 25
  27. set_ban_voteable 0
  28. set_maps_votable 1
  29. set_valid_vote_ratio 61
  30. set_map_time_limit 20 #sets map time limit in minutes (5-120)
  31.  
  32. #Rotation to be swapped weekly, preferable on Tuesday night.
  33. set_map multi_scene_17 # Arena (Native)
  34.  
  35. #adding all kingdoms to both sides just to randomize all of them
  36. #adding less kingdoms will reduce the randomization set (used in set_randomize_factions command)
  37. add_factions fac_kingdom_1 fac_kingdom_1
  38. add_factions fac_kingdom_2 fac_kingdom_2
  39. add_factions fac_kingdom_3 fac_kingdom_3 # Khergits
  40. add_factions fac_kingdom_4 fac_kingdom_4
  41. add_factions fac_kingdom_5 fac_kingdom_5
  42. add_factions fac_kingdom_6 fac_kingdom_6
  43. set_randomize_factions 1
  44.  
  45. #if the bottleneck is your server's bandwidth, then make sure that you set a correct value for upload limit
  46. set_upload_limit 100000000
  47. #if you are running more than one dedicated server on the same computer, you must give different ports to each of them
  48. set_port 7860
  49. #if you are running the Steam version of the dedicated server, this port must also be set, and same limitations of set_port apply for Steam port
  50. set_steam_port 7861
  51. set_server_log_folder Modules\Native\Logs\TDM
  52. set_server_ban_list_file Modules\Native\Logs\TDM\Bans\bans.txt
  53. start
  54.  
  55. #MBAC begin
  56. # reusing class limit commands to set parameters
  57.  
  58. limit_grenadier 103 #advanced logging
  59. limit_skirmisher 102 #player join message
  60. # 102 = disable, 103 = enable
  61.  
  62. # determines what type of message should be issued when the specific condition occours
  63. limit_rifle 103 #hack warnings
  64. limit_cavalry 103 #hack consequence
  65. # 101 = server log only
  66. # 102 = broadcast to all players
  67. # 103 = broadcast admins only
  68.  
  69. # determines what hacks should be detected
  70. limit_lancer 103 #unblockable
  71. limit_hussar 103 #autoblock
  72. limit_dragoon 103 #aimbot
  73. # 102 = disable, 103 = enable
  74.  
  75. # determines the consequence per hack
  76. limit_cuirassier 101 #unblockable
  77. limit_heavycav 101 #autoblock
  78. limit_artillery 101 #aimbot
  79. # 101 = message only
  80. # 102 = perma ban
  81. # 103 = temp ban
  82. # 104 = kick
  83. #MBAC end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement