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
4239bc59aa
commit
35d9c65761
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user