Advertisement
Guest User

pk_config

a guest
Nov 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. set_pass_admin secret
  2. set_server_name Test
  3. set_welcome_message Welcome!
  4. set_max_players 64 64
  5. set_mission conquest # other options: quick_battle, no_money
  6. set_map scene_1 # this is the map that is started first
  7. add_map scene_2 # this adds scene_2 to the rotation
  8. set_factions 0 0 # this is ignored by the mod, but warband needs it to start
  9. set_team_point_limit 0 # if 1 or above, when a faction holds all castles for this many minutes, the mission ends
  10. 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
  11. set_disallow_ranged_weapons 0 # set this to 1 to disable combat troops respawning with partial health
  12. set_num_bots_voteable 50 # set this to the maximum number of herd animals
  13. set_valid_vote_ratio 60 # percent of players voting yes for a poll to succeed
  14. set_starting_gold 100 # adjustment in percent to the default starting gold of 30 - 100
  15. set_combat_gold_bonus 100 # adjustment in percent to the default 10-20% of gold dropped on death
  16. set_map_time_limit 1440 # start next scene once a day
  17. set_round_max_seconds 600 # time in seconds before items are removed; set the same value in module.ini for mission_object_prune_time
  18. scale_squad 50 # percentage of stockpile target count setting to start the mission with
  19. set_upload_limit 580000 # set this to the correct value for your server bandwidth (explained in the previously linked tutorial)
  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. start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement