PS Wiki

Живее всех живых

Инструменты пользователя

Инструменты сайта


nsw:info:szs

Создание тем

Необходимо

  • файлы прошивки
  • hactool
  • keys.prod

Распаковка

qlaunch_unpack_by_yoti.bat
@echo off
title QLaunch unpacker script by Yoti (v20210703)
echo QLaunch unpacker script by Yoti (v20210703)
if not exist hactool.exe goto thisistheend
if not exist prod.keys goto thisistheend
 
echo Wait...
 
for %%i in (????????????????????????????????.nca) do (
	hactool -i -k prod.keys --disablekeywarns -t nca %%i | find "0100000000001000" >nul && (
		echo %%~ni [qlaunch]
		if exist %%~ni rd /s /q %%~ni
		hactool -x -k prod.keys --disablekeywarns -t nca --romfsdir=%%~ni %%i >nul
		goto thisistheend
	)
)

:thisistheend
echo Done!!!
pause

Расположение

  • Экран блокировки – lyt\Entrance.szs → blyt/EntMain.bflyt
  • Главное меню – lyt\ResidentMenu.szs → blyt/RdtBase.bflyt
nsw/info/szs.txt · Последнее изменение: 2021.07.03 13:32:19 — admin