PDA

View Full Version : Server shutdown


Scorpion166
05-22-2003, 09:16 PM
I've got my server up and running, but when the map time expires ( currently set at 20 minutes) the server freezes and then shuts down. It says it can't find the maps. But they are all in the same subdirectory so I don't understand that.

It will also kick for no apparent reason so I'm really getting frustrated.

Has anyone had this problem? Thanks in advance.

Scorpion166

Update
05-23-2003, 03:57 PM
Not that i know of? sorry m8 :(

SNYPE
05-23-2003, 05:07 PM
Is this a Dedicated server?
Post your config if it is please.

LPChip
05-24-2003, 10:33 PM
I know what the problem is on this one...

you've entered a typo in the sv_maplist

it will say that the map doesn't exist and then just shuts down.

the standard maps are:

(t)dm:dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm4 dm/mohdm5 dm/mohdm6 dm/mohdm7
obj:obj/obj_team1 obj/obj_team2 obj/obj_team3 obj/obj_team4

for customs, its hard to say as the path isn't always the same as the pk3 file. To know it, rename the .pk3 to .pk3.zip or something, and open it with an archiver, now browse to maps/dm and see what the name is of the BSP file. This is (without the .bsp) what you have to enter as mapname. Example: user_mymap1.pk3 contains: maps/obj/my_map1.bsp - enter: obj/my_map1

i hope this is clear. if not, reply, and i'll try to explain better.

NOTE: when you rename a .pk3 file to .pk3.zip, it still is being detected by mohaa ;) good to know for the modders out there