Skip to content

Commit 12de62a

Browse files
committed
meta: add yuzu guide
1 parent 3314a35 commit 12de62a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,22 @@ Alternatively you can transfer files via FTP using [ftpd](https://github.com/mth
2020
### Ryujinx
2121
1. Download the latest version of the mod from the [Releases](https://github.com/RoccoDev/xc3-file-loader/releases/latest) page.
2222
2. Open Ryujinx, then right-click on the game and select "Open Atmosphere Mods Directory".
23-
3. From the archive, extract the `exefs` and `romfs` directory into the folder you opened.
23+
3. From the archive, extract the `exefs` and `romfs` directories into the folder you opened.
2424

25-
#### Replacing files
25+
### Yuzu
26+
1. Download the latest version of the mod from the [Releases](https://github.com/RoccoDev/xc3-file-loader/releases/latest) page.
27+
**Note: the `version-edit` mod file is not supported on Yuzu.**
28+
2. Open Yuzu, then right-click on the game and select "Open Mod Data Location".
29+
3. In the directory you just opened, create a folder called `file-loader` (or any name of your choice).
30+
4. From the archive, extract the `exefs` and `romfs` directories into this new folder. (If using xenomods, copy only `romfs`.)
31+
5. Go back to the mod data location, then create folders for each file replacement mod you want to install, for example you can have a `my-bdat-swap-1` folder.
32+
6. Inside this new folder, create a `romfs` folder, and copy your new files there. (see the next section)
2633

27-
After installing the mod, you can place your custom files in the `/atmosphere/contents/010074f013262000/romfs/` folder.
34+
*Note*: You can also place everything in a single mod directory, but Yuzu has a nice way to disable mods on demand. Note that Yuzu caches RomFS contents, so you should restart the emulator after you make changes (not just the game).
35+
36+
### Replacing files
37+
38+
After installing the mod, you can place your custom files in the `/atmosphere/contents/010074f013262000/romfs/` folder (this is different on Yuzu, see above).
2839
This mod enables loading files that would normally be overwritten by the game's archives.
2940

3041
## Build instructions

0 commit comments

Comments
 (0)