Ctrpluginframework - User Manual
Ctrpluginframework - User Manual
Warning
As anyone should know, using something that alters the data of a game can
potentially lead to a corrupted save game.
While the devs that releases the plugins do their best to avoid that, it’s still a risk
and you should take precaution in case it happens.
So, you should use a save manager (like the excellent JKSM:
https://github.com/J-D-K/JKSM/releases) to backup your saves before using a
plugin.
To enter the menu of the plugin press Select (default hotkey) in game.
Once you do, a menu resembling of this will be displayed:
On the upper screen, you can see the cheats available for this game while you’ll have some options on
the bottom screen.
If you see that icon on the bottom screen, it means that the currently selected folder / cheats
possess a note that can give valuable information.
Touch that button to display the note and touch it again to close the note.
Favorites
CTRPF allows you to place some cheats and folders in a favorites list. A sort of quick access to your
preferred cheats.
To do so, select the folder / cheat that you want to put in the favorites list and touch the following icon
on the bottom screen: .
From now on, the selected folder / cheat can be accessed in the favorites list by entering the favorites
mode. You can enter the favorites mode by touching this button on the bottom screen:
When a folder / cheat is put in the favorites list, the star icon will look like this: . Touching this icon
will remove the selected folder / cheat from the favorites list.
Game Guide
On the bottom screen of the main menu, you can find a button .
This button, allows you to display a guide for the game on the form of .txt files.
● The title id of Zelda OOT 3D EUR is 0004000000033600, so the plugin will be located inside the
folder: SD:/plugin/0004000000033600/
● From here I create a folder Guide, so SD:/plugin/0004000000033600/Guide/
and I put all my guide’s files inside this folder.
The Game Guide will list all folders and .txt files inside the Guide folder, so you can dissect the step
between folders. The Game Guide supports foreign language and special characters but the file must be
saved with utf8 encoding.
Additionally, the Game Guide supports loading 24-bits bmp picture files.
The pictures files loaded will be from the current folder.
1.bmp and 2.bmp will only be visible when I open the folder Forêt Kokiri.
The recommended size for the bmp is 280px*200px, but the framework will try to adjust the bmp.
However, the bmp can’t be too big and it’s not recommended that the dimensions are bigger than
400*240.
You can navigate inside the pictures list by pressing L / R or swiping to the left / right on the touch
screen.
To exit the Game Guide, you can touch the close button on the right top corner of the touchscreen.
Search
Behind this button you’ll find a searcher that will help you find and create cheats for your games.
The use of a searcher is pretty generic, so I won’t do a full tutorial but I’ll explain how to set your
parameters for your search, as well as the few options that it currently has.
So, unless you have an idea where the value you’re searching for is,
you’ll want to use ‘All Memory’.
However, if you want to specify a range, you first need to select a
memory region. To be able to change the address in Start and Stop,
Start and Stop must be in the selected region.
Search Type gives you two choices:
1. Specified value
2. Unknown value
Specified value, is when you know the value that you’re searching for while, you don’t know the value
for an unknown search. There’s a huge difference since the unknown search will basically do a dump of
all the addresses and will be slower.
Scan type allows you to select the comparison condition that you want to use for the search.
The meaning is different according to the Search Type selected so here’s a detailed listing:
1. Specified value
● Equal to - If the address’s value is equal to the value you’ve entered, it’s considered a match
● Not equal to - I f the address’s value is different to the value you’ve entered, it’s considered a match
● Bigger than - I f the address’s value is bigger than the value you’ve entered, it’s considered a match
● Bigger or equal - I f the address’s value is bigger than or equal to the value you’ve entered, it’s considered a match
● Smaller than - I f the address’s value is smaller than the value you’ve entered, it’s considered a match
● Smaller or equal - I f the address’s value is smaller than or equal to the value you’ve entered, it’s considered
a match
2. Unknown value
● Equal to - If the address’s value is equal to the last search’s value, it’s considered a match
● Not equal to - I f the address’s value is different to the last search’s value, it’s considered a match
● Bigger than - I f the address’s value is bigger than the last search’s value, it’s considered a match
● Bigger or equal - I f the address’s value is bigger than or equal the last search’s value, it’s considered a match
● Smaller than - I f the address’s value is smaller than the last search’s value, it’s considered a match
● Smaller or equal - I f the address’s value is smaller than or equal to the last search’s value, i t’s considered a match
Tip:
You can find a button Hex next to the value’s textbox. This controls the input type of the
keyboard, if you want to enter a decimal value leave it disabled. However, if you want to enter a
hexadecimal value, touch it to enable the hexadecimal mode.
This button also controls the input type of the Edit option in the search results.
Start the search
When your parameters are set press the button Search to start the search.
A progress bar will appear, you just have to wait until it’s completed and the result window is displayed.
When the result window appear press A to access to your results list.
Tip:
You can cancel an ongoing search by pressing the button Cancel.
The results
Once the search is done, you’ll have access to your search results. You can navigate through the list with
the following controls:
If you press X on the search results, you’ll trigger the Options submenu.
● Edit
● Jump in editor
● New cheat
● Export
● Export all
Edit
With Edit, you’ll be able to directly edit the value of the selected
address in the results list.
So select Edit, and press A to display a keyboard that will allows
you to edit the value.
Press B to cancel the edit and press the enter key ( ) to valid your input and edit the address’s value.
Jump in Editor
Jump in editor will open the HexEditor at the address selected
New cheat
With the New cheat option, you’ll be able to create a new free cheat from the selected address to be
able to freeze / lock a value afterward.
The cheat once created will be accessible from Tools/Free Cheats.
To create a new cheat, press A on the New cheat option and press A again when a message box asking
for a name appear on the screen.
A keyboard will appear, you enter the name of the new cheat and you press the Enter key when you’re
done.
And that’s it. From now, you can go in Tools -> Free Cheats to configure / enable the new cheat.
Export
Export will create a new text document on the plugin’s folder named ExportedAddresses.txt.
Then, it’ll export the select address inside this text file, so you can keep track of the address that seems
interesting for you.
Export All
Export All does the same thing as Export, except that it will export all the addresses that are currently
visible on the results list.
Tools
In the home menu, you can find a button , this button hides some options which can
enhance the experience with CTRPF.
About
About will gives you information filled by the dev of the plugin. Since it’s completely up to the dev to
write something in it, this guide can’t tell you what it’ll be, but you should take a peek at it for every
plugin you’ll use since it can help you to use the plugin correctly.
HexEditor
The HexEditor is a basic hex editor like you can find on every platform, except that this one will allows
you to edit the memory of the current process, in real time so.
Those cheats when enabled allows you to freeze a value to the address.
The bottom screen will give you some options to edit your cheats, here’s a resume of them
● Address: the address targeted by the cheat, you can change it by touching the box
● Value: the value that will be forced to the address when the cheat is enabled, touch the box to
change it
● Open in HexEditor: will open the HexEditor directly on the address targeted by the cheat
● Change name: touch this button to change the name of the cheat (don’t forget to save your
changes)
● Save: save your changes if you’ve modified anything (address, value, name)
● Cancel: cancel the changes you’ve made
● Delete: delete the cheat
Settings
Inside settings you’ll be able to change some options of the framework.
Customizing background
CTRPF allows you to customize your backgrounds simply by putting the .bmp of the image you want to
use inside the plugin’s folder.
The files must be named TopBackground.bmp and BottomBackground.bmp for the respective screens.
Note
On some games (especially on O3DS), the background might not be loaded if there’s not enough
memory available for CTRPF. In that case, the framework will choose to avoid loading the backgrounds
to reduce the memory needed.