]> git.pld-linux.org Git - packages/crossfire.git/commitdiff
- most options moved to /etc/crossfire/settings
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 3 Mar 2003 16:43:15 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire.init -> 1.3
    crossfire.sysconfig -> 1.4

crossfire.init
crossfire.sysconfig

index 4332859d0332389c065b932278eb052306b29c7d..2e56800b5d78ea2274cf2be8445511ab3f99d9cd 100644 (file)
@@ -36,22 +36,6 @@ case "$1" in
                else
                        FLAGS="$FLAGS +d"
                fi
-               if is_yes "$STAT_LOSS_ON_DEATH" ; then
-                       FLAGS="$FLAGS -stat_loss_on_death"
-               else
-                       FLAGS="$FLAGS +stat_loss_on_death"
-               fi
-               if is_yes "$BALANCED_STAT_LOSS" ; then
-                       FLAGS="$FLAGS -balanced_stat_loss"
-               else
-                       FLAGS="$FLAGS +balanced_stat_loss"
-               fi
-               if is_yes "$USE_PERMANENT_EXPERIENCE" ; then
-                       FLAGS="$FLAGS -use_permanent_experience"
-               else
-                       FLAGS="$FLAGS +use_permanent_experience"
-               fi
-       
                msg_starting crossfire
                daemon su games -c "\"exec crossfire -detach $FLAGS >>/var/log/crossfire 2>&1\"" 
                RETVAL=$?
index 637369f30691c568ddcd6ba7d442c83f0ef6915e..fb743eecaa4cf088140675a8422a419065443d2e 100644 (file)
@@ -6,14 +6,5 @@ PORT=13327
 # more verbose message logging?
 DEBUG=no
 
-# toggle between stat loss or stat depletion
-STAT_LOSS_ON_DEATH=no
-
-# Based death stat depletion on level etc?
-BALANCED_STAT_LOSS=false
-
-# allow players to accumulate permanent experience? 
-USE_PERMANENT_EXPERIENCE=no
-
 # Define nice level for crossfire & config 
 SERVICE_RUN_NICE_LEVEL="+5"
This page took 0.098155 seconds and 4 git commands to generate.