Update batch files

This commit is contained in:
Kaisaan 2025-05-25 22:09:00 -04:00
parent 4239bc59aa
commit 35d9c65761
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
echo Copy the original .iso next to this batch file and rename it to lostkefin.iso echo Copy the original .iso next to this batch file and rename it to lostkefin.iso
echo Extracting iso... echo Extracting iso...
isotool.py -m extract --iso lostkefin.iso --filelist filelist --files extracted isotool.py -m extract --iso lostkefin.iso --filelist filelist --files extracted
xcopy /s /y extracted translated xcopy extracted translated /E /I /Y
echo Done! echo Done!
::echo Dumping the (raw) script from DATA.BIN to multiple files... ::echo Dumping the (raw) script from DATA.BIN to multiple files...
::perl scripts\abcde\abcde.pl -cm abcde::Cartographer "extracted\DATA.BIN" datacommands.txt "scripts\dump" -m ::perl scripts\abcde\abcde.pl -cm abcde::Cartographer "extracted\DATA.BIN" datacommands.txt "scripts\dump" -m

View File

@ -1,5 +1,4 @@
@echo off @echo off
xcopy extracted translated /E /I /Y
armips patch.asm armips patch.asm
echo Patching ISO. Please wait. echo Patching ISO. Please wait.
perl scripts\abcde\abcde.pl --multi-table-files -cm abcde::Atlas "translated\DATA.BIN" "scripts\translated.txt" perl scripts\abcde\abcde.pl --multi-table-files -cm abcde::Atlas "translated\DATA.BIN" "scripts\translated.txt"