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 02-20-2003, 06:15 AM

you can rename the pk3 file but the map name is still embedded in that file. so you could change dday.pk3 to User_DM_Map_dday.pk3. This is only good for cleaning up your main dir.


To get all your maps loaded, you need to modify your maplist and map file
maplist will run all your maps loaded after the maplist command.

map will load your first map. usually the first map listed under map list

you can place both of these in your shortcut but should be used in your server.cfg file ( if a dedicated server is being used)

[code:733c4]seta sv_maplist "dm/mohdm1 dm/Arnhem dm/mohdm2 obj/obj_team1 obj/push_cityhall obj/objlol_v2_13 obj/obj_team2 dm/mohdm3 dm/mohdust dm/mohdm4 dm/mohdm7 obj/obj_team3 obj/obj_maromg obj/wdcobj1 obj/obj_team4 dm/mohdm5 dm/urbansprawl dm/dm_thunder dm/mohdm6" [/code:733c4]
This is a mixed map mod maplist but you should get the idea. These are also the embedded names not the pk3 names


[code:733c4]map dm/mohdm1[/code:733c4]


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