source: AE/packages/NewCharacters/install/step9999.bat@ 304

Last change on this file since 304 was 304, checked in by gumby, 16 years ago

Packages!

File size: 568 bytes
Line 
1@ECHO OFF
2ECHO Recombining final level archives...
3FOR %%L IN (0 1 2 3 4 6 8 9 10 11 12 13 14 18 19) DO (
4 FOR %%D IN (..\GameDataFolder\level%%L_Final) DO (
5 IF EXIST %%D (
6 IF EXIST ..\..\GameDataFolder\level0_Final.sep (
7 OniSplit.exe -import:sep %%D %%D.dat
8 ) ELSE (
9 OniSplit.exe -import:nosep %%D %%D.dat
10 )
11 )
12 )
13)
14XCOPY ..\..\GameDataFolder\IGMD ..\GameDataFolder\IGMD /S /I /Y
15COPY ..\..\persist.dat ..\persist.dat
16COPY ..\..\key_config.txt ..\key_config.txt
Note: See TracBrowser for help on using the repository browser.