Another script. A relativly simple one at that. It displays a list of all default maps in SRB2, and their MAPXX numbers.
Useful for netgames where you want to play CTF, but can't remember which group of maps are CTF. Or, when you wanna play your favorite Match map, but can't remember it's MAPXX number for the life of ya.
http://www.freewebtown.com/srb2playah/MapLists.zip
Just unzip this into SRB2's directory.
Then, copy + paste this to your AutoExec.cfg file:
(If you don't have an AutoExec.cfg file, just create a blank TXT document and name it AutoExec.cfg)
Then, just type MAPLIST into the console, and bam. A whole list of all of SRB2's default maps and their gametypes.
But wait! There's more!
MAPLISTMATCH displays a list of all Match maps. (All match maps support Tag)
MAPLISTCTF for CTF maps.
MAPLISTSP displays all Single-player maps. (All Single-player maps support Race and Coop)
MAPLISTLOCKED displays all maps that require being unlocked. (IE Spring Hill, Mario Koopa Blast, ect.)
MAPLISTNONLOCKED shows like MAPLIST, except with the unlockable maps filtered out.
It's a rather simple script, but it saves a lot of time cycling through all the multiplayer maps trying to find the CTF maps.
Useful for netgames where you want to play CTF, but can't remember which group of maps are CTF. Or, when you wanna play your favorite Match map, but can't remember it's MAPXX number for the life of ya.
http://www.freewebtown.com/srb2playah/MapLists.zip
Just unzip this into SRB2's directory.
Then, copy + paste this to your AutoExec.cfg file:
Code:
exec MapListMAIN.txt
Then, just type MAPLIST into the console, and bam. A whole list of all of SRB2's default maps and their gametypes.
But wait! There's more!
MAPLISTMATCH displays a list of all Match maps. (All match maps support Tag)
MAPLISTCTF for CTF maps.
MAPLISTSP displays all Single-player maps. (All Single-player maps support Race and Coop)
MAPLISTLOCKED displays all maps that require being unlocked. (IE Spring Hill, Mario Koopa Blast, ect.)
MAPLISTNONLOCKED shows like MAPLIST, except with the unlockable maps filtered out.
It's a rather simple script, but it saves a lot of time cycling through all the multiplayer maps trying to find the CTF maps.