Server Help

ASSS Questions - Settings

Anonymous - Wed May 26, 2004 8:10 am
Post subject: Settings
How do i edit settings from my old server to a asss server, there is no server.cfg in ass and no esc+c, can someone list all necceray files i have to edit? and how do i do a ?getfile, does not work for me.
Mine GO BOOM - Wed May 26, 2004 10:19 am
Post subject:
Well, for public arenas, by default, they are stored in the defaultarena subfolder. The main config file is arena.conf. And if you notice, in ASSS, you can now load other files inside of each other.

The example with the default file is that the arena.conf loads standard SVS files with the following command:
#include conf/svs/svs.conf

It is hard to explain this if you never worked with any programming languages before, but this allows you to modularize the settings into different files, for ease of use editing later.
Anonymous - Wed May 26, 2004 12:51 pm
Post subject:
I can't remember when it changed, but default arena is now arenas/(default)

After renaming server.cfg to arena.conf there are two things you need to add to make it work:
Quote:
[General]
Map=mymap.lvl
LevelFiles=whatever.lvz

and:
Quote:
[Modules]
AttachModules = \
fm_normal \
points_kill \
points_flag \
points_goal

Here you can add stuff like koth and points_periodic if you need it. Similarly don't list a module if you don't need it, fx: no goals/balls so no need for points_goal. The '\' character means the setting continues onto the next line.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group