-
Notifications
You must be signed in to change notification settings - Fork 26
/
README
executable file
·133 lines (91 loc) · 5.83 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/******************************************************************************/
/* */
/* _ _ _ _ */
/* | | | (_(_) */
/* | | ___ __ _ __| |_ _ _ __ ___ */
/* | | / _ \ / _` |/ _` | | | '_ \ / _ \ */
/* | |___| (_) | (_| | (_| | | | | | | __/ */
/* ______/\___/ \__,_|\__,_|_|_|_| |_|\___| v4.0 */
/* */
/* RPX/RPL and File Replacement Tool */
/* */
/******************************************************************************/
- 1......Requirements
- 2......How to Use
- 3......Preparing the SD Card
/******************************************************************************/
/* Requirements */
/******************************************************************************/
- Wii U FW 5.3.2
- SD(HC) Card
- Super Smash Bros for Wii U (Disc or EShop version) - optional but may be needed for some games
/******************************************************************************/
/* How to Use */
/******************************************************************************/
- 1. Setup your SD Card (see below)
- 2. In the Internet Browser, launch the included kernel exploit (www/kexploit)
(You need a modified kernel exploit that sets 0xA0000000 virtual memory range to 0x10000000 physical memory address)
- 3. Relaunch the Internet Browser
- 4. Insert your SD Card into the Wii U, if it's not already done.
- 5. Launch loadiine (www/loadiine)
- Press A to install loadiine
or
- Press X to install loadiine with server enabled (use it for debug purpose, the server must be running before pressing X).
- 6. The loadiine menu should open. Now, Select your App/Game using the D-Pad.
- Press A to use Smash Bros mode and launch directly the disk
- Note : auto-launch does not work for everyone, launch manually Smash Bros instead
- Note : if you are using Smash Bros EShop version, press Y instead, it returns to Home Menu, then launch Smash Bros.
or
- Press X to use Mii Maker mode (Smash Bros disk is not needed)
- The game should start
- 7. Enjoy
- Note: When exiting the Game/Application, you must relaunch the Mii Maker and select the game again.
If you don't, launching Super Smash Bros will result in a crash.
/******************************************************************************/
/* Preparing the SD Card / How to add a Game or Application */
/******************************************************************************/
Note: You may add multiple Games/Applications, but ALL STEPS are REQUIRED
-------------------------------------------------------------------------------
Setting Up RPX/RPL and Data Files
1. Create a folder named "wiiu" in the root of the SD Card.
- ex : SDCARD/wiiu
2. In "wiiu", create another folder named "games"
- ex : SDCARD/wiiu/games
3. In "games", create a new folder with the name of your app
- ex : SDCARD/wiiu/games/MyApplication/
4. Copy the "code" folder of your app/game inside your application folder (with rpx, rpl and xml files)
- ex : SDCARD/wiiu/games/MyApplicatin/code/my_application.rpx
- ex : SDCARD/wiiu/games/MyApplicatin/code/my_application_library.rpl
- ex : SDCARD/wiiu/games/MyApplicatin/code/app.xml
- ex : SDCARD/wiiu/games/MyApplicatin/code/cos.xml
- note : if you don't have the xml files, loadiine will try to use default values instead
5. Copy the "content" folder of your app/game inside your application folder
- ex : SDCARD/wiiu/games/MyApplication/content/...
- ex : H:/MyApplication/vol/content/data.bin -> SDCARD/wiiu/games/MyApplication/content/data.bin
- ex : H:/MyApplication/vol/content/datab/datab.bin -> SDCARD/wiiu/games/MyApplication/content/datab/datab.bin
Note : Do not rename RPX and RPL files
-------------------------------------------------------------------------------
Summary
Your file structure should look like this if the above information was used :
- SDCARD/wiiu/games/MyApplication/code/my_application.rpx
- SDCARD/wiiu/games/MyApplication/code/*.rpl [only if application contains .rpl files]
- SDCARD/wiiu/games/MyApplication/code/app.xml
- SDCARD/wiiu/games/MyApplication/code/cos.xml
- SDCARD/wiiu/games/MyApplication/content/[content files/folders]
/******************************************************************************/
/* Limitations : */
/******************************************************************************/
- The total size of each RPX and RPL files must be less than 65.7 MB (tested up to 47.3 MB)
- Don't go in the wiiu settings it breaks everything
/******************************************************************************/
/* Notes : */
/******************************************************************************/
- If you have problems with saves, try delete your Smash Bros saves.
/******************************************************************************/
/* Special thanks : */
/******************************************************************************/
- To everyone involved in libwiiu and webkit/kernel exploit !
- To the testers !
Feel free to modify and improve this software.
Golden45.
Dimok.