Advertisement
Ramaraunt1

cfg

Apr 27th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. set_pass_admin FoR
  2. set_pass basic
  3. set_server_name FoR_Testing
  4. set_welcome_message Welcome!
  5. set_max_players 10 10
  6. set_mission conquest # other options: quick_battle, no_money
  7. set_map scene_7 # this is the map that is started first
  8. add_map scene_3 # this adds scene_2 to the rotation
  9. set_factions 0 0 # this is ignored by the mod, but warband needs it to start
  10. set_team_point_limit 0 # if 1 or above, when a faction holds all castles for this many minutes, the mission ends
  11. set_force_default_armor 2 # control of weather systems if added to the scene: 0 is always fine, 1 is always raining, 2 is dynamic
  12. set_disallow_ranged_weapons 0 # set this to 1 to disable combat troops respawning with partial health
  13. set_num_bots_voteable 50 # set this to the maximum number of herd animals
  14. set_valid_vote_ratio 60 # percent of players voting yes for a poll to succeed
  15. set_starting_gold 5000 # adjustment in percent to the default starting gold of 30 - 100
  16. set_combat_gold_bonus 100 # adjustment in percent to the default 10-20% of gold dropped on death
  17. set_map_time_limit 1440 # start next scene once a day
  18. set_round_max_seconds 600 # time in seconds before items are removed; set the same value in module.ini for mission_object_prune_time
  19. scale_squad 50 # percentage of stockpile target count setting to start the mission with
  20. set_respawn_period 5
  21. set_maps_voteable 0
  22. set_kick_voteable 1
  23. set_ban_voteable 0
  24. set_control_block_direction 1
  25. set_combat_speed 2
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. ###########################################################################
  33. # If using another Configuration file such as Battle.txt be sure to copy and paste all of the below information or else risk suspension of account.
  34. #DO NOT EDIT player slots above the number you paid for, your account will be suspended if done.
  35. #setting max players, first one is non-premium member limit, second one is premium member limit(reserved slots)
  36. set_max_players 10 10
  37. #Setting this too high or too low will cause lag, make sure before changing to contact a tech. 1000000x number of slots is what we most recommend if all clients have high speed connections.
  38. set_upload_limit 100000000
  39. #DO NOT EDIT anything below this line. Also be sure if you use a different module or config file that these settings are transferred over.
  40. set_port 7440
  41. set_steam_port 7441
  42. set_server_log_folder Logs
  43. set_server_ban_list_file Logs\ban_list.txt
  44. start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement