In order to edit this wiki, you must register and verify your account.

System RPL Files: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
m (code formatting for folder name)
m (→‎Tested files: code formatting for the filenames)
Line 26: Line 26:
! filename !! usage !! size in bytes !! cemu version
! filename !! usage !! size in bytes !! cemu version
|-
|-
| snd_user.rpl || Extended sound effects for Sound driver 1 || style="text-align:right" | 84,032 || 1.11.5+
| <code>snd_user.rpl</code> || Extended sound effects for Sound driver 1 || style="text-align:right" | 84,032 || 1.11.5+
|-
|-
| snduser2.rpl || Extended sound effects for Sound driver 2 || style="text-align:right" |111,360 || 1.11.5+
| <code>snduser2.rpl</code> || Extended sound effects for Sound driver 2 || style="text-align:right" |111,360 || 1.11.5+
|-
|-
| nn_sl.rpl || Title management for Home Menu, doesn't really do anything || style="text-align:right" |403,904 || ?
| <code>nn_sl.rpl</code> || Title management for Home Menu, doesn't really do anything || style="text-align:right" |403,904 || ?
|-
|-
| swkbd.rpl || Software keyboard || style="text-align:right" | 1,116,288 || ?
| <code>swkbd.rpl</code> || Software keyboard || style="text-align:right" | 1,116,288 || ?
|-
|-
| nsyskbd.rpl || Keyboard driver for software keyboard || style="text-align:right" | 20,416 || ?
| <code>nsyskbd.rpl</code> || Keyboard driver for software keyboard || style="text-align:right" | 20,416 || ?
|}
|}


* The sound files can make sound work in Dr. Luigi, and some other games, and N64 VC
* The sound files can make sound work in Dr. Luigi, and some other games, and N64 VC
* The keyboard files make name entry work in [[Pokkén Tournament]]
* The keyboard files make name entry work in [[Pokkén Tournament]]

Revision as of 17:30, 27 February 2018

Description

RPL files are code, that can be used by games or Wii U applications.

Dumping

The correct path to system RPLs inside Wii U is:

storage_slc/sys/title/00050010/1000400a/code

You can find other copies of those files in the Wii U but they are just backups or old versions of the system.

You can use ftpiiu_anywhere to dump the files you want from your Wii U. You can follow the online guide but in the end copy the files from the folder above.

Loading

Cemu normally emulates the system RPLs in high level. To force cemu to load a system rpl file instead of emulating it, just put it in a folder named cafeLibs inside your cemu folder.

Tested files

These below are the files tested and known to work. Other files probably will just lead to games crashing on boot.

filename usage size in bytes cemu version
snd_user.rpl Extended sound effects for Sound driver 1 84,032 1.11.5+
snduser2.rpl Extended sound effects for Sound driver 2 111,360 1.11.5+
nn_sl.rpl Title management for Home Menu, doesn't really do anything 403,904 ?
swkbd.rpl Software keyboard 1,116,288 ?
nsyskbd.rpl Keyboard driver for software keyboard 20,416 ?
  • The sound files can make sound work in Dr. Luigi, and some other games, and N64 VC
  • The keyboard files make name entry work in Pokkén Tournament