PRESENTSList of Retired mapsby Kills Alone and the H2MT Crew
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.mapLeave 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.batUPDATED January 9th, 2012(cls
@echo OFF)
Title H2V Retired Maps Cleanup Tool
: http://www.h2pc.org/forums/viewtopic.php?f=19&t=189
: http://forum.halomaps.org/index.cfm%3Fpage=topic&topicID=38293
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:
Visit Us:
www.Halo2Vista.com www.H2MT.org www.H2PC.org Edited by Kills_Alone on Jun 30, 2013 at 06:47 PM