mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
Update batch files
This commit is contained in:
parent
8647aba120
commit
a181f08aaa
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user