saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
cb181e828b
commit
72cd5923df
15
unvanquished/._cfg0000_maprotation.cfg
Normal file
15
unvanquished/._cfg0000_maprotation.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
rotation1
|
||||
{
|
||||
antares
|
||||
chasm
|
||||
forlorn
|
||||
parpax
|
||||
perseus
|
||||
plat23
|
||||
spacetracks
|
||||
station15
|
||||
if numClients < 12 #skip-thunder
|
||||
thunder
|
||||
#skip-thunder
|
||||
yocto
|
||||
}
|
47
unvanquished/._cfg0000_server.cfg
Normal file
47
unvanquished/._cfg0000_server.cfg
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user