Server Help

ASSS Questions - ASSS ignores some settings

hellzlaker - Tue Feb 26, 2008 7:27 pm
Post subject: ASSS ignores some settings
I use a server.cfg insteal of the .conf settings since there is CSEdit tool which makes it easier to edit ship settings. and i just added this to my arena.conf
Code: Show/Hide
; drop in all of svs settings here
;#include conf/svs/svs.conf
#include server.cfg
so that ASSS reads the cfg file.

It works just fine but it ignores some stuff like safety limit and just leaves it at 90 000 which is 15 minutes and no matter what i change it to in server.cfg , once i run ASSS it changes back to 90000

Also the greeting message for some reason it doesnt show in when i enter zone :S

for now i just added just added at the arena.conf some quick fixes
Code: Show/Hide
Misc:SafetyLimit=0
but wonder why it ignores my CFG? Also i didnt have the quick fix before so dont say its because i have the quickfix thing..
Bak - Tue Feb 26, 2008 7:35 pm
Post subject:
paste the entire arena.conf (the one that has #include server.cfg) here.
hellzlaker - Tue Feb 26, 2008 8:09 pm
Post subject:
Ok here you go
Code: Show/Hide

; drop in all of svs settings here
;#include conf/svs/svs.conf
#include server.cfg

; but override these particular ones
;[Warbird]
;XRadarStatus=0

;[Javelin]
;AntiWarpStatus=0

;[Leviathan]
;StealthStatus=0

;[Bomb]
;BombDamageLevel=7500


[ General ]
Map = map.lvl
LevelFiles = planet.lvz, bg.lvz, ships.lvz


[ Misc ]
SeeEnergy = $SEE_TEAM
SpecSeeEnergy = $SEE_ALL


[ Modules ]
; this key holds the names of the modules that will take effect in this
; arena. typical things to put here are modules for scoring, special
; game types, flag guards, etc.
AttachModules = \
   fm_normal \
   points_kill \
   points_flag \
   points_goal \
   buy


; separate out settings for flags and balls into separate files
;#include flags.conf

;#include balls.conf

; set by APPSmusic with ?quickfix on Tue Feb 26 17:28:46 2008
Bomb:BombDamageLevel = 850
Misc:SafetyLimit=0


also i put ";" so that it wouldnt read the stuff that it writes over (the original settings) I wanted it more orgonized for me biggrin.gif
Bak - Tue Feb 26, 2008 9:34 pm
Post subject:
interesting... if you do a search in server.cfg for "SafetyLimit" see what it says (also make sure it's only defined once!)
hellzlaker - Tue Feb 26, 2008 9:52 pm
Post subject:
It still says
Code: Show/Hide
SafetyLimit=90000
, i mean its ok if since i overwrote it with quickfix in arena.conf i just wonder why it ignores SafetyLimit and it ignores Greeting Message

EDIT: Also its defined only once, pretty wierd :S
Smong - Sun Mar 02, 2008 10:45 am
Post subject:
Did you put server.cfg in the same directory as arena.conf?

To get the greet message to work go into modules.conf and add "messages" somewhere near the bottom.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group