Website-Forwarders for your 3ds's homemenu!
(This guide is meant only for Windows Users for now)
-
Devkitpro & ctrulib
-
A 48x48 icon named as
icon.png -
A 256x128 banner named as
banner.png -
An audio file(wav) less than 3 second named as
banner.wav
-
Copy the
banner.wav,banner.pngandicon.pngto theassetsfolder. -
Open the
makefileusing your favourite text editorIn
APP_UNIQUE_ID := 0x6890replace0x6890with a hex string (for example:- 0x90887)In
BUILD_LINK := https://reddit.com/r/3dshacksreplacehttps://reddit.com/r/3dshackswith the link you want to make the forwarder for (Example:-https://gbatemp.net) -
Open the cmd(Command Prompt) and then type in
make -
Copy the generated
website-forwarder.ciato your 3ds and install it using FBI. (Restart your 3ds:-This is IMPORTANT) -
Enjoy!
This may not work sometimes(nothing would be displayed on screen). In this case, you will need to restart your 3ds.
Make sure you type in make clean in the cmd before trying to generate a forwarder for another link.
Always have a protocol attached to the link for which you are trying to generate a forwarder(For eg:- https://reddit.com/r/3dshacks would work whereas only reddit.com/r/3dshacks would not work.)
Don't remove any line in main.c or the program will not work.
Thanks to all the people who worked on ctrulib.