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

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

Packages!

File size: 860 bytes
Line 
1@ECHO OFF
2SET DG=..\GameDataFolder\level0_Final
3FOR %%L IN (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 ECHO Level %%L: moving particle M3GM to level 0...
7 OniSplit.exe -move:delete %DG% %%D\M3GMdebris*.oni %%D\M3GMtoxic_bubble.oni %%D\M3GMelec*.oni %%D\M3GMrat*.oni %%D\M3GMjet.oni %%D\M3GMbomb_*.oni %%D\M3GMbarab_swave.oni %%D\M3GMbloodyfoot.oni
8 ECHO Level %%L: moving almost all TXMP to level 0...
9 OniSplit.exe -move:delete %DG% %%D\ONSK*.oni
10 OniSplit.exe -move:delete %DG% %%D\TXMPfail_*.oni
11 OniSplit.exe -move %%D\TXMB %%D\TXMB*.oni
12 OniSplit.exe -move %%D\LSI %%D\M3GMpowerup_lsi.oni %%D\TXMPlsi_icon.oni
13 OniSplit.exe -move:delete %DG% %%D\TXMP*.oni
14 )
15 )
16)
Note: See TracBrowser for help on using the repository browser.