[SCRIPT] List of Retired maps

Mar 20, 2013
535
1
0
42
Hawaii
www.h2mt.org
Gamertag
Kills Alone
#1


List of Retired maps

SCRIPT


by Kills Alone and the H2MT Crew




ABOUT:

I am putting together a list of retired maps so that I can make a .bat (batch) file to move all of them for users that have too many old outdated maps or just too many maps in general. So I will list the maps I am aware of (or recall).

Spelling is important, I want the external name, not the internal. Here is an example: the_pit.map


Leave the map names and I'll add them to the list right here:

boneyard.map
boneyardv2.map
boneyardv3.map
coagulation Redux.map
collateral pb1.map
collateral pb2.map
collateral.map
delta_halo_pb1.map
delta towers pb1.map
griffball_arena.map
h3 guardian pb1.map
holidays grave.map
holidays grave v1.map
narrows.map
narrows_v3_pb1.map
new_mombasa.map
night_mombasa.map
outskirts pb1.map
outskirts pb2.map
outskirts pb3.map
outskirts pb4.map
outskirts pb5.map
outskirts pb6.map
sandtrap.map
sandtrap v2.map
sandtrap v4 pb1.map
the_pit.map
tombstone.map
tombstone devolved.map
valhalla.map
zombstone.map








Here is the .bat file, copy the text and save it as: H2V Retired Maps Cleanup Tool.bat

UPDATED January 9th, 2013

Code:
(cls
@echo OFF)

Title H2V Retired Maps Cleanup Tool
: http://www.halo2vista.com/forums/viewtopic.php?f=54&t=189

echo.
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo H2V RETIRED MAPS CLEANUP TOOL
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
echo    Presented by H2MT
echo.
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo Kills Alone - January 9th, 2013
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.

if exist A:\Windows\explorer.exe set WINDOWSDRIVE=A
if exist B:\Windows\explorer.exe set WINDOWSDRIVE=B
if exist C:\Windows\explorer.exe set WINDOWSDRIVE=C
if exist D:\Windows\explorer.exe set WINDOWSDRIVE=D
if exist E:\Windows\explorer.exe set WINDOWSDRIVE=E
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=F
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=G
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=H
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=I
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=J
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=K
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=L
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=M
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=N
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=O
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=P
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=Q
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=R
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=S
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=T
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=U
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=V
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=W
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=X
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=Y
if exist F:\Windows\explorer.exe set WINDOWSDRIVE=Z

echo.
echo Windows is installed on the %WINDOWSDRIVE% drive.
echo.

set USER=%WINDOWSDRIVE%:\Users\%UserName%\Documents\My Games\Halo 2\Maps
set OLD=%WINDOWSDRIVE%:\Users\%UserName%\Documents\My Games\Halo 2\Maps\Retired Maps


%WINDOWSDRIVE%:
cd %USER%


echo.
echo Changed current working directory to
echo %USER%
echo.

echo.
echo Creating new Retired Maps directory, if non-existent.
echo.
if not exist then mkdir "Retired Maps"


if exist "boneyard.map" (move /Y "boneyard.map" "Retired Maps") else echo OFF
if exist "boneyardv2.map" (move /Y "boneyardv2.map" "Retired Maps") else echo OFF
if exist "boneyardv3.map" (move /Y "boneyardv3.map" "Retired Maps") else echo OFF
if exist "coagulation Redux.map" (move /Y "coagulation Redux.map" "Retired Maps") else echo OFF
if exist "collateral pb1.map" (move /Y "collateral pb1.map" "Retired Maps") else echo OFF
if exist "collateral pb2.map" (move /Y "collateral pb2.map" "Retired Maps") else echo OFF
if exist "collateral.map" (move /Y "collateral.map" "Retired Maps") else echo OFF
if exist "delta_halo_pb1.map" (move /Y "delta_halo_pb1.map" "Retired Maps") else echo OFF
if exist "delta towers pb1.map" (move /Y "delta towers pb1.map" "Retired Maps") else echo OFF
if exist "griffball_arena.map" (move /Y "griffball_arena.map" "Retired Maps") else echo OFF
if exist "h3 guardian pb1.map" (move /Y "h3 guardian pb1.map" "Retired Maps") else echo OFF
if exist "holidays grave.map" (move /Y "holidays grave.map" "Retired Maps") else echo OFF
if exist "holidays grave v1.map" (move /Y "holidays grave v1.map" "Retired Maps") else echo OFF
if exist "narrows.map" (move /Y "narrows.map" "Retired Maps") else echo OFF
if exist "narrows_v3_pb1.map" (move /Y "narrows_v3_pb1.map" "Retired Maps") else echo OFF
if exist "new_mombasa.map" (move /Y "new_mombasa.map" "Retired Maps") else echo OFF
if exist "night_mombasa.map" (move /Y "night_mombasa.map" "Retired Maps") else echo OFF
if exist "outskirts pb1.map" (move /Y "outskirts pb1.map" "Retired Maps") else echo OFF
if exist "outskirts pb2.map" (move /Y "outskirts pb2.map" "Retired Maps") else echo OFF
if exist "outskirts pb3.map" (move /Y "outskirts pb3.map" "Retired Maps") else echo OFF
if exist "outskirts pb4.map" (move /Y "outskirts pb4.map" "Retired Maps") else echo OFF
if exist "outskirts pb5.map" (move /Y "outskirts pb5.map" "Retired Maps") else echo OFF
if exist "outskirts pb6.map" (move /Y "outskirts pb6.map" "Retired Maps") else echo OFF
if exist "sandtrap.map" (move /Y "sandtrap.map" "Retired Maps") else echo OFF
if exist "sandtrap v2.map" (move /Y "sandtrap v2.map" "Retired Maps") else echo OFF
if exist "sandtrap v4 pb1.map" (move /Y "sandtrap v4 pb1.map" "Retired Maps") else echo OFF
if exist "the_pit.map" (move /Y "the_pit.map" "Retired Maps") else echo OFF
if exist "tombstone.map" (move /Y "tombstone.map" "Retired Maps") else echo OFF
if exist "tombstone devolved.map" (move /Y "tombstone devolved.map" "Retired Maps") else echo OFF
if exist "valhalla.map" (move /Y "valhalla.map" "Retired Maps") else echo OFF
if exist "zombstone.map" (move /Y "zombstone.map" "Retired Maps") else echo OFF


echo.
echo.
echo Process complete. Opening the Halo 2 Maps directory for review.
echo.
echo.


explorer.exe %OLD%

: exit
Pause


-Added support for Windows installed on any drive letter, not just the standard C drive.


*If you do not know how to turn on file-name extensions:
http://windows.microsoft.com/en-US/windows-vista/Show-or-hide-file-name-extensions


ABOUT THE H2MT CREW:

The Halo 2 Map/Mod Team has been around for years now. We create custom maps, mods, applications, videos and other content for Halo 2 Vista (aka Halo 2 PC or H2V).

We have some members that also work with Halo 2 for the original XBOX and Halo Custom Edition for the PC.


Some of the members act as consultants and error finders while others create new BSPs (terrain or geometry) to battle over.

The team has released a few mods that enhance gameplay rather then taking away from it, mods such as the MainMenu Mod, Blu Trainer vK2 and Ambiguous Alpha & Beta (the first Real-Time H2V Editor).

A few members have created tools that now allow us access to enhanced Real Time Editing capabilities while others have ported maps and content from various Halo games.


We now have a large pool of custom BSPs, weapons, vehicles, HUDs, shaders, bitmaps, new crates, active scenery, skys, scripts and more to choose from.


When a project has reached an acceptable level of completion we choose to share most of our source files as we believe that the community can grow and learn with more ease through proper existing examples.


We are not actively searching for new members at this time, particularly novices, but if you feel you have some skills that could help us expand the Halo Universe please contact us through the H2PC Forums.



H2MT members past and present:

AvengerofDeath2

B4M_TwinReaper

Baltic Beazt

Computron

Garanas

JohnnyBlaz20

Kantanomo

Kills Alone

Kirby_422

PCTechmaster07

PirateEggs

Shock120

Skiddy 632

Slaters Fury

StatutorytrOy

Super PolarBear

SuperSniper

XHN_SCRAPY

ZeroErrors