u need to probably enable the turf + scores in pub in global.conf if u are making a turf zone
3&4 i cant help with as i dont know much about setttings, hoperfully someone else will
BDwinsAlt - Wed Aug 01, 2007 6:42 am
Post subject:
Unless you configured something wrong, it should work. I know halo was able to do this. Do you have a subgame configuration? We had a server.cfg included in our arena files. It should work with normal asss setts though.
If you don't have a biller running, you won't be logged into staff (without a password) each time you enter unless you use ?passwd like doc said.
Smong - Wed Aug 01, 2007 3:17 pm
Post subject: Re: Several things do not work
Although you said you enabled stuff in modules.conf you didn't say what, I'll just go over what is required:
pymod:pymod
<py> fg_wz
<py> fg_turf
You also need to attach either fg_wz or fg_turf to the arena depending on which game you want. This is probably the bit you are missing. In arena.conf there will be a Modules:AttachModules setting, append it to that. Take care if using a multiline setting, each line must end with a backslash "\" except for the last line.
Also fg_wz requires a Flag:FlagCount setting to be present, if you're using the sample files it's already setup in flags.conf.
For prox to work make sure PrizeWeight:Proximity is more than 0 and ships can get some bounty somehow (either initial bounty or through prizes). You might also want to check BombExplodeDelay is more than 0 and ProximityDistance may need to be more than 0 too, although I haven't checked that.
Afterburners only work if you aren't already upgraded to max speed. Usually this means when you type ?status speed won't read as 100%. Note if you set UpgradeSpeed to 0 then it will always read as 100% (that's how it's done in TW).
Anonymous - Thu Aug 02, 2007 3:15 am
Post subject:
Thanks for the help all, it has been quite useful.
I'm a pretty good FreeBSD admin, and I have done probably 5 subgame servers in the past.
This was my first attempt with ASSS -not quite the same-
Thanks again.