Hi,
I created a very simple tool that give you a list of all SRB2 official maps when you are playing, especially in a netgame.
"What for?" you'd ask:
Think: You're a server in a netgame and forgot mapnumber or gametype you need. Will you open SRB2Wiki? Saying the truth, it's a bit annoying. So I created a script that shows in your console a complete list of official maps of SRB2 v1.09.4(a).
Procedures:
1) Edit autoexec.cfg (stored in same folder of SRB2), and add:
2) Create a notepad file "listmap.txt", open it and add:
(yea! You don't need to type all that stuff, simply copy and paste into listmap.txt, and save it in SRB2's folder :p )
3) Start up SRB2, start a game (single or netgame);
4) Open console and type "LISTMAP", and press ENTER;
You'll see the list in your console! Use PageUp and PageDown to scroll list.
If you're a bit lazy to create yourself a listmap.txt, you can download it here (listmap.txt) and save it into SRB2's folder.
Please, test it first before commenting, because seems a silly thing... until you need any day.
SCREENSHOT
Comments? Doubts? Just post...
(Credits to http://wiki.srb2.org/wiki/Levels)
I created a very simple tool that give you a list of all SRB2 official maps when you are playing, especially in a netgame.
"What for?" you'd ask:
Think: You're a server in a netgame and forgot mapnumber or gametype you need. Will you open SRB2Wiki? Saying the truth, it's a bit annoying. So I created a script that shows in your console a complete list of official maps of SRB2 v1.09.4(a).
Procedures:
1) Edit autoexec.cfg (stored in same folder of SRB2), and add:
Code:
alias listmap "exec listmap.txt"
2) Create a notepad file "listmap.txt", open it and add:
Code:
echo " "
echo "*** LIST OF SRB2 1.09.4 OFFICIAL MAPS ***"
echo " "
echo "== Coop mode (gametype 0) ==="
echo "MAP01-03: Greenflower Zone Act 1,2,3"
echo "MAP04-06: Techno Hill Zone Act 1,2,3"
echo "MAP07-09: Castle Eggman Zone Act 1,2,3"
echo "MAP50-56: Special Stages 1-7"
echo "MAP16: Red Volcano Zone Act 1 (*unlockable*)"
echo "MAP29: Spring Hill Zone (*unlockable*)"
echo "MAP30-32: Mario Koopa Blast Zone Act 1-3 (*unlockable*)"
echo "MAP40: Christmas Hunt Zone (*unlockable*)"
echo "MAP42: Adventure Example Zone (*unlockable*)"
echo " "
echo "== Race mode (gametype 2) ==="
echo "MAP70: Quicksand Ruins Zone"
echo "MAP71: Tainted Gorge Zone"
echo "MAP72: Fertile Canyon Zone"
echo "MAP73: Toxic Citadel Zone"
echo "MAP74: Frozen Night Zone"
echo "MAP75: Metallic Hall Zone"
echo "MAP76: Heaven Pass Zone"
echo "MAP77: Sonic Circuit Zone"
echo "MAP78: Slumber Circuit Zone"
echo " "
echo "== Flag mode (gametype 4) ==="
echo "MAP80: Silver Cascade Zone"
echo "MAP81: Lime Forest Zone"
echo "MAP82: Cloud Palace Zone"
echo "MAP83: Metal Star Zone"
echo "MAP84: Dual Fortress Zone"
echo "MAP85: Iron Turret Zone"
echo "MAP86: Nimbus Ruins Zone"
echo "MAP87: Conveyor Conflict Zone"
echo "MAP88: Sapphire Falls CTF Zone"
echo "MAP89: Isolated Canyon Zone"
echo " "
echo "== Match/Tag mode (gametype 1/3) ==="
echo "MAP90: Sapphire Falls Zone"
echo "MAP91: Thunder Citadel Zone"
echo "MAP92: Desolate Twilight Zone"
echo "MAP93: Hydro Plant Zone"
echo "MAP94: Starlit Warehouse Zone"
echo "MAP95: Midnight Abyss Zone"
echo "MAP96: Tree Ring Zone"
echo "MAP97: Zim's Base Zone"
echo "MAP98: Airborne Temple Zone"
echo "MAP99: Meadow Match Zone"
echo " "
echo "******************************"
echo "Skills: 1=easy; 2=normal; 3=hard; 4=very hard 5=ultimate"
echo "Console > MAP MAPXX -GAMETYPE X -SKILL X"
echo "/!\ Use PageUp or PageDown to scroll list /!\"
echo "******************************"
echo " "
(yea! You don't need to type all that stuff, simply copy and paste into listmap.txt, and save it in SRB2's folder :p )
3) Start up SRB2, start a game (single or netgame);
4) Open console and type "LISTMAP", and press ENTER;
You'll see the list in your console! Use PageUp and PageDown to scroll list.
If you're a bit lazy to create yourself a listmap.txt, you can download it here (listmap.txt) and save it into SRB2's folder.
Please, test it first before commenting, because seems a silly thing... until you need any day.
SCREENSHOT
Comments? Doubts? Just post...
(Credits to http://wiki.srb2.org/wiki/Levels)