Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit d4fbf55

Browse files
committed
Update TRADUCIR.bat
1 parent bf92eb5 commit d4fbf55

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

TRADUCIR.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ cd tools
66
titlekey.exe
77
cd ..
88
set /p var=<tools\final.txt
9-
tools\hactool.exe -k keys.dat "%CD%\tools\extracted\eddd7cfa3cdca6623f31cf2f20e9257e.nca" --titlekey="%var%" --romfsdir="%CD%\tools\extracted\romfs"
9+
cd tools
10+
hactool.exe -k keys.dat -t nca "extracted\eddd7cfa3cdca6623f31cf2f20e9257e.nca" --titlekey="%var%" --romfsdir="extracted\romfs"
11+
cd ..
1012
if not exist "%CD%\READY_LAYEREDFS" (
1113
mkdir "%CD%\READY_LAYEREDFS\010080b00ad66000\romfs"
1214
)
13-
COPY %CD%\tools\extracted\romfs\game.win %CD%\
15+
16+
COPY tools\extracted\romfs\game.win %CD%\
1417
echo Applying Patch %progress%
1518
tools\xdelta3.exe -d -vfs "game.win" "game Patch file.vcdiff" "%CD%\READY_LAYEREDFS\010080b00ad66000\romfs\game.win"
1619
pause

0 commit comments

Comments
 (0)