I have been hosting my own server for play between me and my little brother but I want to know how do you change the area respawn time from 7200 tics(Thats 2 Hours) to 600 tics(Thats 10 min) any help would be appreciated.
Thanks,
-Gene
Server Area Respawn Times
Moderator: Board moderators
If you want to change the maximum time all maps live before being reset you would edit include/config.h and change
to something appropriate and recompile.
For a single map you can change the reset time simply by opening it in a text editor (that can understand unix text file format - try wordpad/vi) and changing reset_timeout. If there is no such value you can add it between "arch map" and first "end" clause.
I don't recommend doing either, though. Having a longer reset time encourages players to go exploring. You could take a look at the Crossfire map spoiler instead.
Code: Select all
#define MAP_MAXRESET 7200
For a single map you can change the reset time simply by opening it in a text editor (that can understand unix text file format - try wordpad/vi) and changing reset_timeout. If there is no such value you can add it between "arch map" and first "end" clause.
I don't recommend doing either, though. Having a longer reset time encourages players to go exploring. You could take a look at the Crossfire map spoiler instead.

/* Debian GNU/Linux - rebooting is for adding hardware. */
-
- Luser
- Posts: 10
- Joined: Fri Jul 04, 2003 6:53 am
-
- Junior member
- Posts: 111
- Joined: Thu May 15, 2003 9:27 am
- Location: Sélentine, I. Pref. Occ.
-
- Luser
- Posts: 10
- Joined: Fri Jul 04, 2003 6:53 am