Guest User

Untitled

a guest
Jul 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. set_server_name 53rd_Shropshire_1812
  2. set_pass_admin mydickissobigicanuseittopaddleabattleship
  3. set_welcome_message Yay 1812.
  4.  
  5. set_server_log_folder server_logs
  6. set_server_ban_list_file ban_list.txt
  7.  
  8. # Enable manual blocking at all times in this mod.
  9. set_control_block_direction 1
  10.  
  11. # I advise to turn on friendly fire, It's realistic.
  12. set_friendly_fire 1
  13. set_melee_friendly_fire 1
  14. set_friendly_fire_damage_friend_ratio 100
  15. set_friendly_fire_damage_self_ratio 0
  16.  
  17. #setting Team Deathmatch (multiplayer_td) mode
  18. set_mission multiplayer_tdm
  19. set_round_max_seconds 480
  20.  
  21. # Max players anything between 4-64 players.
  22. set_max_players 250 250
  23.  
  24. # Add them mappies =)
  25. set_map multi_olafson_farm1
  26. add_map multi_olafson_fort_1
  27. add_map multi_archer_forestpallisade
  28. add_map multi_olafson_house_1
  29. add_map multi_archer_arabianfort
  30. add_map multi_temuzu_lahayesainte
  31. add_map multi_thandrius_highlands
  32. add_map multi_olafson_villages_1
  33. add_map multi_beaver_rivercrossing
  34. add_map multi_temuzu_guerrilla
  35. add_map multi_temuzu_beach
  36. add_map multi_olafson_arabianvillage_1
  37. add_map multi_thandrius_taiga
  38. add_map multi_olafson_village_1
  39. add_map multi_olafson_bushland
  40. add_map multi_temuzu_trenchesv2_rain_night
  41. add_map multi_temuzu_village_21_rain
  42.  
  43.  
  44. #adding all kingdoms to both sides just to randomize all of them
  45. #adding less kingdoms will reduce the randomization set (used in
  46. set_randomize_factions command)
  47. add_factions fac_kingdom_1 fac_kingdom_1
  48. add_factions fac_kingdom_2 fac_kingdom_2
  49. add_factions fac_kingdom_3 fac_kingdom_3
  50. add_factions fac_kingdom_4 fac_kingdom_4
  51. set_randomize_factions 1
  52.  
  53. #since default team point limit is 300, the line below is necessary for
  54. this mode
  55. set_team_point_limit 5
  56. set_map_time_limit 30
  57.  
  58. #No moneys needed in
  59.  
  60. set_starting_gold 0
  61. set_round_gold_bonus 0
  62. set_combat_gold_bonus 0
  63.  
  64. #vote restrictions
  65. set_kick_voteable 0
  66. set_ban_voteable 0
  67. set_factions_voteable 0
  68. set_maps_voteable 0
  69. set_num_bots_voteable 100
  70.  
  71. # Always enable the default armor for hacking clients.
  72. set_force_default_armor 1
  73. set_ghost_mode 0
  74.  
  75. set_upload_limit 10000000
  76. set_port 7201
  77.  
  78. set_add_to_game_servers_list 1
  79.  
  80.  
  81. start
Add Comment
Please, Sign In to add comment