Update batch files

This commit is contained in:
Kaisaan 2025-05-24 00:45:10 -04:00
parent 8647aba120
commit a181f08aaa
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +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
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

@ -3,5 +3,6 @@ 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"
armips patch.asm
isotool.py -m insert --iso lostkefin.iso -o "Ys V - Lost Kefin, Kingdom of Sand [English Patched].iso" --filelist filelist.txt --files translated isotool.py -m insert --iso lostkefin.iso -o "Ys V - Lost Kefin, Kingdom of Sand [English Patched].iso" --filelist filelist.txt --files translated
pause pause