unless i manually ?attmod points_kill in the arena
ideas?
Cyan~Fire - Thu Jul 28, 2005 7:24 pm Post subject:
It needs to be a backslash. You have a forwardslash.
Anonymous - Thu Jul 28, 2005 8:19 pm Post subject:
same thing with backslash, sorry the forward slash was from me trying different things phong - Thu Jul 28, 2005 8:24 pm Post subject:
Got it to work, thanks
Bak - Thu Jul 28, 2005 9:04 pm Post subject:
What was the problem?
Was it "Modules:AttachModules= ..." ?
Anonymous - Fri Jul 29, 2005 4:19 pm Post subject:
For some reason it only seems to work when I apply in to the conf in the "default" directory. If I try to do it arenas specific it will not.
Smong - Fri Jul 29, 2005 5:43 pm Post subject:
The settings are organised into sections. A section can appear more than once in the same file. Here's an example:
Quote:
[section name]
some setting = some value
another setting = another value
It looks like you are not putting the section name ('Modules') before the AttachModules setting. In arenas/default/arena.conf the last section name is Modules, so your 'AttachModules' setting - presumably at the end of the file - works.
There is also an alternative way which Bak tried to explain:
Quote:
section name:some setting = some value
section name:another setting = another value