From 72cd5923df44d2493c74d31dfb32f42a8289c2a7 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 6 Apr 2015 15:49:45 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- unvanquished/._cfg0000_maprotation.cfg | 15 ++++++++ unvanquished/._cfg0000_server.cfg | 47 ++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 unvanquished/._cfg0000_maprotation.cfg create mode 100644 unvanquished/._cfg0000_server.cfg diff --git a/unvanquished/._cfg0000_maprotation.cfg b/unvanquished/._cfg0000_maprotation.cfg new file mode 100644 index 0000000..4d3e571 --- /dev/null +++ b/unvanquished/._cfg0000_maprotation.cfg @@ -0,0 +1,15 @@ +rotation1 +{ + antares + chasm + forlorn + parpax + perseus + plat23 + spacetracks + station15 + if numClients < 12 #skip-thunder + thunder + #skip-thunder + yocto +} diff --git a/unvanquished/._cfg0000_server.cfg b/unvanquished/._cfg0000_server.cfg new file mode 100644 index 0000000..4d0f381 --- /dev/null +++ b/unvanquished/._cfg0000_server.cfg @@ -0,0 +1,47 @@ +// Unvanquished dedicated server configuration file. + +// ----------- +// basic setup +// ----------- + +// Whether the server is advertised on the internet or in the LAN only. +set server.lanOnly "0" + +// Server name and motto of the day. +set sv_hostname "Unnamed Unvanquished Server" +set g_motd "https:/\/unvanqished.net/" + +// Number of client slots. +set sv_maxclients "32" + +// Private slots are reserved for players who know the password. +set sv_privateClients "2" +set sv_privatePassword "archlinuxftw" + +// ------------ +// team balance +// ------------ + +set g_teamForceBalance "1" +set g_doWarmup "1" + +// ---------------- +// client downloads +// ---------------- + +// Whether clients are allowed to download missing files from the game server. +set sv_allowDownload "1" + +// Whether clients are redirected to a webserver for faster downloads. +set sv_wwwDownload "0" +set sv_wwwBaseURL "dl.unvanquished.net/pkg" + +// ------------ +// map rotation +// ------------ + +// Name of the first map rotation to use. +set g_initialMapRotation "rotation1" + +// The first map must be loaded explicitly. This must be the last command. +map plat23