mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 08:35:38 -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 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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user