More actions
(Created page with "{{Infobox 3DS homebrew | title = CTRPF Data Tool | image = https://dlhb.gamebrew.org/3dshomebrew/CTRPF-Data-Tool.jpeg|250px | type = System Tools | version = v1.0.1 | licence...") |
No edit summary |
||
Line 12: | Line 12: | ||
<youtube>KFSHQXtdSss</youtube> | <youtube>KFSHQXtdSss</youtube> | ||
This is a tool to parse the CTRPFData.bin file that comes from using any NTR Plugins that use CTRPF. Example of plugins using CTRPF: Mario Kart 7 The Legend Of Zelda: Ocrania Of Time Animal Crossing New Leaf | This is a tool to parse the CTRPFData.bin file that comes from using any NTR Plugins that use CTRPF. | ||
Example of plugins using CTRPF: | |||
* Mario Kart 7 | |||
* The Legend Of Zelda: Ocrania Of Time | |||
* Animal Crossing New Leaf | |||
==What exactly is the purpose of this tool?== | |||
To add/remove/edit ""free cheats"" that you can make with the above plugins. | |||
==What is a ""free cheat""== | |||
Since CTRPF doesn't support ""Action Replay"" yet @Nanquitas had a brilliant idea of instead, allowing the user to create cheat codes that will be constantly writing a value at an address with a specified size. Here, in this thread, you could potentially share other free cheats that are provided from other users so other users can enjoy your cheats! | |||
* Example template of sharing cheats: | |||
* Code: | |||
* Game: | |||
* Cheat Name: | |||
* Address: | |||
* Value: | |||
* Size: | |||
* So, it would look like this for a rupee modifier for A Link Between Worlds | |||
* Code: | |||
* Game: Zelda: A Link Between Worlds (USA) | |||
* Cheat Name: Rupee Modifier | |||
* Address: 168B5FA8 | |||
* Value: XXXX | |||
* Size: 2 bytes | |||
* Replace XXXX with the value you want. 270F is 9,999. | |||
Once you finished editing/adding your cheats, make sure to save your file! | |||
===Special thanks to:=== | |||
* @Nanquitas CTRPluginFramework | |||
* @Mega-Mew UI and idea |
Revision as of 12:53, 20 April 2020
This is a tool to parse the CTRPFData.bin file that comes from using any NTR Plugins that use CTRPF.
Example of plugins using CTRPF:
- Mario Kart 7
- The Legend Of Zelda: Ocrania Of Time
- Animal Crossing New Leaf
What exactly is the purpose of this tool?
To add/remove/edit ""free cheats"" that you can make with the above plugins.
What is a ""free cheat""
Since CTRPF doesn't support ""Action Replay"" yet @Nanquitas had a brilliant idea of instead, allowing the user to create cheat codes that will be constantly writing a value at an address with a specified size. Here, in this thread, you could potentially share other free cheats that are provided from other users so other users can enjoy your cheats!
- Example template of sharing cheats:
- Code:
- Game:
- Cheat Name:
- Address:
- Value:
- Size:
- So, it would look like this for a rupee modifier for A Link Between Worlds
- Code:
- Game: Zelda: A Link Between Worlds (USA)
- Cheat Name: Rupee Modifier
- Address: 168B5FA8
- Value: XXXX
- Size: 2 bytes
- Replace XXXX with the value you want. 270F is 9,999.
Once you finished editing/adding your cheats, make sure to save your file!
Special thanks to:
- @Nanquitas CTRPluginFramework
- @Mega-Mew UI and idea