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 (→‎Tested files: align values right)
Line 26: Line 26:
! filename !! usage !! size in bytes
! filename !! usage !! size in bytes
|-
|-
| snd_user.rpl || Extended sound effects for Sound driver 1 || 84,032
| snd_user.rpl || Extended sound effects for Sound driver 1 || style="text-align:right" | 84,032
|-
|-
| snduser2.rpl || Extended sound effects for Sound driver 2 || 111,360
| snduser2.rpl || Extended sound effects for Sound driver 2 || style="text-align:right" |111,360
|-
|-
| nn_sl.rpl || Title management for Home Menu, doesn't really do anything || 403,904
| nn_sl.rpl || Title management for Home Menu, doesn't really do anything || style="text-align:right" |403,904
|-
|-
| swkbd.rpl || Software keyboard || 1,116,288
| swkbd.rpl || Software keyboard || style="text-align:right" | 1,116,288
|-
|-
| nsyskbd.rpl || Keyboard driver for software keyboard || 20,416
| nsyskbd.rpl || 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 02:50, 23 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_mlc/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
snd_user.rpl Extended sound effects for Sound driver 1 84,032
snduser2.rpl Extended sound effects for Sound driver 2 111,360
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