mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
Add new batch files
This commit is contained in:
parent
d7d2928462
commit
c1767a03c6
19
1 Extract ISO.bat
Normal file
19
1 Extract ISO.bat
Normal file
@ -0,0 +1,19 @@
|
||||
@echo off
|
||||
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
|
||||
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
|
||||
::echo Done!
|
||||
::echo Dumping the (raw) script from DATA.BIN to a single text file...
|
||||
::perl scripts\abcde\abcde.pl -cm abcde::Cartographer "extracted\DATA.BIN" datacommands.txt "scripts\dump" -s
|
||||
::echo Dumping the script (with pointers) from DATA.BIN to multiple text files...
|
||||
::perl scripts\abcde\abcde.pl --multi-table-files -cm abcde::Cartographer "extracted\DATA.BIN" scriptcommands.txt "scripts\dump" -m
|
||||
::echo Done!
|
||||
echo Dumping the script (with pointers) from DATA.BIN to a single text file...
|
||||
perl scripts\abcde\abcde.pl --multi-table-files -cm abcde::Cartographer "extracted\DATA.BIN" scriptcommands.txt "scripts\dump" -s
|
||||
echo Done!
|
||||
copy /Y scripts\dump.txt scripts\translated.txt
|
||||
echo Done!
|
||||
pause
|
7
2 Patch ISO.bat
Normal file
7
2 Patch ISO.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@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"
|
||||
isotool.py -m insert --iso lostkefin.iso -o "Ys V - Lost Kefin, Kingdom of Sand [English Patched].iso" --filelist filelist.txt --files translated
|
||||
pause
|
@ -1,5 +0,0 @@
|
||||
armips patch.asm
|
||||
copy "SLPM_663.60" "translated/SLPM_663.60"
|
||||
perl "scripts/abcde/abcde.pl" -cm abcde::Atlas "translated/DATA.BIN" "scripts/translated.txt"
|
||||
isotool.py -m insert --iso lostkefin.iso -o english.iso --filelist filelist.txt --files translated
|
||||
@pause
|
Loading…
Reference in New Issue
Block a user