redeclipse-conf

configuration and runit scripts for RedEclipse 1.6 (template)
git clone git://deadbeef.fr/redeclipse-conf.git
Log | Files | Refs | README

commit 0e4da055a9a1c29d1e3fe5cfdfbb3ec0cf3b5ce5
parent 13b4c927bd6b4fdacc14e1d2d0a7e9e2d2de3b42
Author: none <none>
Date:   Sun, 21 Jun 2020 12:57:38 +0000

add servinit.cfg to include other ones

Diffstat:
Aservinit.cfg | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/servinit.cfg b/servinit.cfg @@ -0,0 +1,15 @@ +/// includes the various setting files +/// contains "generic" server stuff, mostly network and auth stuff +exec privileges.cfg +/// maps, mutators and modes allowance/rotation settings +exec game_rotation.cfg +/// AI behavior: bots, grunts, drones, and their balance. +exec ai.cfg +/// generic gameplay settings +exec game.cfg +/// weapons and status damage settings +exec weapons.cfg +/// gameplay settings specific to some mutator/mode +exec specifics.cfg +/// list of maps +exec maps.cfg