From 35d9c6576187400d0a4df5e8cfd02b3a76374de4 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Sun, 25 May 2025 22:09:00 -0400 Subject: [PATCH] Update batch files --- 1 Extract ISO.bat | 2 +- 2 Patch ISO.bat | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/1 Extract ISO.bat b/1 Extract ISO.bat index e7e4ac4..3000bbb 100644 --- a/1 Extract ISO.bat +++ b/1 Extract ISO.bat @@ -2,7 +2,7 @@ echo Copy the original .iso next to this batch file and rename it to lostkefin.iso echo Extracting iso... 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 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 diff --git a/2 Patch ISO.bat b/2 Patch ISO.bat index d2b5087..3551298 100644 --- a/2 Patch ISO.bat +++ b/2 Patch ISO.bat @@ -1,5 +1,4 @@ @echo off -xcopy extracted translated /E /I /Y armips patch.asm echo Patching ISO. Please wait. perl scripts\abcde\abcde.pl --multi-table-files -cm abcde::Atlas "translated\DATA.BIN" "scripts\translated.txt"