Author |
Message |
phong Seasoned Helper

Gender: Joined: Jul 19 2005 Posts: 156 Offline
|
Posted: Thu Jul 28, 2005 5:27 pm Post subject: arena config |
 |
|
|
|
arena.conf
AttachModules = fm_normal /
points_kill
only attaches fm_normal
unless i manually ?attmod points_kill in the arena
ideas? |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu Jul 28, 2005 7:24 pm Post subject: |
 |
|
|
|
It needs to be a backslash. You have a forwardslash. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Thu Jul 28, 2005 8:19 pm Post subject: |
 |
|
|
|
same thing with backslash, sorry the forward slash was from me trying different things  |
|
Back to top |
|
 |
phong Seasoned Helper

Gender: Joined: Jul 19 2005 Posts: 156 Offline
|
Posted: Thu Jul 28, 2005 8:24 pm Post subject: |
 |
|
|
|
Got it to work, thanks |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
|
Back to top |
|
 |
Guest
Offline
|
Posted: 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. |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: 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 | This method doesn't require [section name]. |
|
Back to top |
|
 |
|