From 98ad7db3e893967552a0b9c77056e15ed0551ffa Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 24 Sep 2014 19:07:36 +0300 Subject: [PATCH] wesnoth: import from gist.github.com --- wesnoth/wesnothd.conf | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 wesnoth/wesnothd.conf diff --git a/wesnoth/wesnothd.conf b/wesnoth/wesnothd.conf new file mode 100644 index 0000000..5e6e6cd --- /dev/null +++ b/wesnoth/wesnothd.conf @@ -0,0 +1,55 @@ +# This is sample configuration file for The Battle for Wesnoth server. +# Usage: +# run "wesnothd- --config " +# You must create folder called ".wesnothd" to your home folder if you don't edit these settings. (run "mkdir .wesnothd") +# DO NOT RUN THIS AS ROOT! + +# Selects can the server be shutdown remotely in game. +allow_remote_shutdown = no + +# Location where bans are saved +ban_save_file = ~/.wesnothd/ + +# Will the server compress stored rooms? +compress_stored_rooms = yes + +# How many connections are allowed from one IP? +connections_allowed = 5 + +# Which nicks aren't allowed? +disallow_names = "*admin*,*admln*,*server*,ai,ai?,computer,human,network,player," +# Use "mkfifo ~/wesnothd/fifo" to create fifo. +fifo_path = ~/wesnothd/fifo + +# I don't know/understand what this does +max_messages = 4 + +# This has something to do with previous but I don't know what it does +messages_time_period = 10 + +# Message Of The Day +motd = "Welcome to my Wesnoth server :D" + +# Who can create new rooms +new_room_policy = "everyone" + +# admin password, identifying: (in lobby) /quote admin +passwd = "SuPeRsEcReTpAsSwOrD" + +# Path where replays of games are saved +replay_save_path = ~/.wesnothd/replays/ + +# Command which can restart the server (I don't know how to do this) +restart_command = wesnothd-1.9 + +# Where list of rooms is saved? +room_save_file = ~/.wesnothd/rooms + +# Does the server save replays of saved games? See replay_save_path. +save_replays = true + +# Which versions of Wesnoth can connect? +versions_accepted="*" + +# What is used as database for login details? I don't know how to specify the database so server doesn't have registering. +user_handler = forum \ No newline at end of file