Guest User

Untitled

a guest
Jan 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. # This is sample configuration file for The Battle for Wesnoth server.
  2. # Usage:
  3. # run "wesnothd-<version> --config <path to this config file>"
  4. # You must create folder called ".wesnothd" to your home folder if you don't edit these settings. (run "mkdir .wesnothd")
  5. # DO NOT RUN THIS AS ROOT!
  6.  
  7. # Selects can the server be shutdown remotely in game.
  8. allow_remote_shutdown = no
  9.  
  10. # Location where bans are saved
  11. ban_save_file = ~/.wesnothd/
  12.  
  13. # Will the server compress stored rooms?
  14. compress_stored_rooms = yes
  15.  
  16. # How many connections are allowed from one IP?
  17. connections_allowed = 5
  18.  
  19. # Which nicks aren't allowed?
  20. disallow_names = "*admin*,*admln*,*server*,ai,ai?,computer,human,network,player,"
  21. # Wesnoth always fails to load fifo, but server works without it works anyway
  22. fifo_path = ~/wesnothd/fifo
  23.  
  24. # I don't know/understand what this does
  25. max_messages = 4
  26.  
  27. # This has something to do with previous but I don't know what it does
  28. messages_time_period = 10
  29.  
  30. # Message Of The Day
  31. motd = "Welcome to my Wesnoth server :D"
  32.  
  33. # Who can create new rooms
  34. new_room_policy = "everyone"
  35.  
  36. # admin password, identifying: (in lobby) /quote admin <password>
  37. passwd = "SuPeRsEcReTpAsSwOrD"
  38.  
  39. # Path where replays of games are saved
  40. replay_save_path = ~/.wesnothd/replays/
  41.  
  42. # Command which can restart the server (I don't know how to do this)
  43. restart_command = wesnothd-1.9
  44.  
  45. # Where list of rooms is saved?
  46. room_save_file = ~/.wesnothd/rooms
  47.  
  48. # Does the server save replays of saved games? See replay_save_path.
  49. save_replays = true
  50.  
  51. # Which versions of Wesnoth can connect?
  52. versions_accepted="*"
  53.  
  54. # What is used as database for login details? I don't know how to specify the database so server doesn't have registering.
  55. user_handler = forum
Add Comment
Please, Sign In to add comment