Author Topic: maplists how to create?  (Read 930 times)

0 Members and 2 Guests are viewing this topic.

Offline pahSibla

  • Major(1)
  • Posts: 17
maplists how to create?
« on: July 08, 2009, 04:14:34 am »
i'd like to know how to make 3 separate maplists. one for dm,cs, default
i have arsse.dev btw

DarkCrusade

  • Guest
Re: maplists how to create?
« Reply #1 on: July 08, 2009, 05:13:32 am »
Use MPA. Just Select the maps you want to have in one maplist (in the program) and click on the button "save as maplist". You can load maplists as well and make archives of them.

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1904
Re: maplists how to create?
« Reply #2 on: July 08, 2009, 05:27:43 am »
You need to use scripting in order to dynamically load the maplists as your gamemode changes, or manually execute a /loadlist mapslist_dm (or whatever you wish to name your mapslist) every time you change gamemode.

For scripts that may be of help, check out these:
http://forums.soldat.pl/index.php?topic=34726.0
http://forums.soldat.pl/index.php?topic=8205.0

Offline pahSibla

  • Major(1)
  • Posts: 17
Re: maplists how to create?
« Reply #3 on: July 08, 2009, 04:53:11 pm »
SO i've saved lists with MPA and have yet to figure out how to get a list used by arrse. 

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1904
Re: maplists how to create?
« Reply #4 on: July 08, 2009, 04:54:58 pm »
Read my post first, if you haven't already.

Upload the mapslist file to your server's root folder. Then, in ARSSE, type /loadlist mapslists_dm to load the mapslist - provided that its filename is "mapslists_dm.txt".