how to play custom maps?
#3
Your map doesn't show up in your single-player map list because it is not official (and therefore not included in the default map cfg file).
You can select the option "Show all maps..." in the single-player menu and it will search your packages\maps directory and (if your map is saved there) display it from that menu.
If you want to make it easier to have a bot game with it, add the name of your map (making sure it's in the packages\maps folder) to alias defaultmaps:
(menus.cfg, line 32)
newmenu maps
// Add maps to the below list to include them in the normal map menu (also for botmaps).
// Don't add ac_depot_classic to the maps list.
alias defaultmaps "ac_aqueous ac_arabian ac_arctic ac_arid ac_complex ac_depot ac_desert ac_desert2 ac_desert3 ac_douze ac_elevation ac_gothic ac_iceroad ac_ingress ac_keller ac_mines ac_outpost ac_power ac_rattrap ac_scaffold ac_shine ac_snow ac_sunset ac_toxic ac_urban ac_werk"
Thanks given by:


Messages In This Thread
how to play custom maps? - by pythonscript - 21 Oct 10, 09:43PM
RE: how to play custom maps? - by Gibstick - 21 Oct 10, 09:47PM
RE: how to play custom maps? - by V-Man - 23 Oct 10, 07:03AM