View Single Post
Old
  (#2)
rudedog is Offline
Site Owner
 
rudedog's Avatar
 
Posts: 5,843
Join Date: Jan 2002
Location: Florida, USA
 Send a message via ICQ to rudedog Send a message via AIM to rudedog  
Default 10-28-2002, 05:51 AM

first off, I edited your post. did not know if that was your real rcon password biggrin:

I see one problem right away
[code:5ba8f]// map rotation for the server dm/mohdm5 snowy park
sv_maplist "obj_1 obj_2 obj_3 obj_4"

// starting map when launched
map obj_1 [/code:5ba8f]
Change to
[code:5ba8f]// map rotation for the server dm/mohdm5 snowy park
sv_maplist "obj/obj_1 obj/obj_2 obj/obj_3 obj_4"

// starting map when launched
map obj/obj_1 [/code:5ba8f]

You need to tell MOH what dir to look in, so you need the obj/ before the map name just like the dm/ before the map name in death match
If you have any more server questions, check out http://www.mohadmin.com and look under guides. I have sample dm / obj / and mixed server.cfg files up


Not so Rude
- Rudedog
Follow me via Twitter @THErealRUDEDOG
  
Reply With Quote