This repository was archived by the owner on Jan 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
manual
44670 edited this page Apr 24, 2015
·
4 revisions
layeredFS is a translate solution of NTR CFW, which allows you make translations on genuine game cards.This tool allows you generate layeredFS translation data.
layeredFS supports NTR 1.0/NTR 2.0 and any version in future.
layeredFS works as a in-game-plugin, it will redirect the access of romfs files to SD card, when the application are accessing a romfs file, it will check if there is file in same name on SD card. If the file on SD card exists, the access of the romfs file will be redirected on it.
Requirements:
devkitARM: http://devkitpro.org/
python 2.7: https://www.python.org/
- Copy decrypted exefs.bin to workdir.
- Run build_layeredfs.bat, when it prompts 'Enter the folder of the layeredFS file:', enter the path that the translation file will be placed on SD card, ie. 'layered'. (using a game-unique name is recommend)
- Copy to workdir
layeredfs.plg to SDCard, the path is plugin\GAMEID\layeredfs.plg . - Prepare translation data. Copy the files which are different from original version to the folder you entered in Step 2 on SD card. (Copying unchanged files is not essential.)
- The screen will flashes green when the genuine card runs, the layeredfs plugin will be loaded and start redirecting file accesses.