More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew rom hacks" to "") |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = CTRPF Data Tool | |title=CTRPF Data Tool | ||
| image = | |image=Ctrpfdatatool2.png | ||
| type = | |description=A CTRPluginFramework Setting Editor, written in C#. | ||
| version = | |author=rydoginator | ||
| | |lastupdated=2017/09/14 | ||
| | |type=Hack Utilities | ||
|version=1.0.1 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/ctrpfdatatool.7z | ||
|website=https://github.com/rydoginator/ctrpf-editor | |||
|source=https://github.com/rydoginator/ctrpf-editor | |||
}} | }} | ||
This is a tool to parse the CTRPFData.bin file that comes from using any NTR Plugins that use [[CTRPluginFramework_3DS|CTRPF]]. | |||
==User guide== | |||
With this tool, you can add/remove/edit freecheats that you can make with NTR plugins using CTRPF, such as: | |||
* [https://gbatemp.net/threads/release-mario-kart-7-ctrpf-cheat-plugin.478036/ Mario Kart 7.] | |||
* [[Zelda Ocarina Of Time 3D Plugin 3DS|The Legend Of Zelda: Ocrania Of Time.]] | |||
* [[ACNL-NTR-Cheats 3DS|Animal Crossing New Leaf.]] | |||
The file integrity checker is checked when opening the file (you can check the file integrity by opening it in HxD). The requirements for the CTRPFData.bin goes as follows: | |||
* | * File needs to be larger than 0x80 bytes. | ||
* | * File needs to be a multiple of 0x40 (so it can be 0x80, 0xC0, 0x100, 0x140, 0x180, etc). | ||
* | * File needs to be the same size as 0x80 + (the value at offset 0x34 * 0x40). | ||
== | ==Screenshots== | ||
https://dlhb.gamebrew.org/3dshomebrews/ctrpfdatatool5.png | |||
https://dlhb.gamebrew.org/3dshomebrews/ctrpfdatatool3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/ctrpfdatatool4.png | |||
==Changelog== | |||
'''v1.0.1''' | |||
* | * Added a file integrity checker. | ||
* | * Fixed a bug that would not decrement your cheatsCount value when removing a cheat. | ||
'''v1.0''' | |||
* Initial release. | |||
* Supports 1 byte, up to 4 byte free cheats. | |||
===Special thanks to: | ==Credits== | ||
* | Special thanks to: | ||
* | * Nanquitas CTRPluginFramework. | ||
* Mega-Mew UI and idea. | |||
==External links== | |||
* GitHub - https://github.com/rydoginator/ctrpf-editor | |||
* GBAtemp - https://gbatemp.net/threads/release-ctrpf-data-tool-a-ctrpfdata-bin-editor.483864 | |||
* Reddit - https://www.reddit.com/r/3dshacks/comments/6zs15u/release_ctrpf_data_tool_a_ctrpfdatabin_editor |
Latest revision as of 06:16, 6 Mayıs 2024
CTRPF Data Tool | |
---|---|
General | |
Author | rydoginator |
Type | Hack Utilities |
Version | 1.0.1 |
License | Mixed |
Last Updated | 2017/09/14 |
Links | |
Download | |
Website | |
Source | |
This is a tool to parse the CTRPFData.bin file that comes from using any NTR Plugins that use CTRPF.
User guide
With this tool, you can add/remove/edit freecheats that you can make with NTR plugins using CTRPF, such as:
The file integrity checker is checked when opening the file (you can check the file integrity by opening it in HxD). The requirements for the CTRPFData.bin goes as follows:
- File needs to be larger than 0x80 bytes.
- File needs to be a multiple of 0x40 (so it can be 0x80, 0xC0, 0x100, 0x140, 0x180, etc).
- File needs to be the same size as 0x80 + (the value at offset 0x34 * 0x40).
Screenshots
Changelog
v1.0.1
- Added a file integrity checker.
- Fixed a bug that would not decrement your cheatsCount value when removing a cheat.
v1.0
- Initial release.
- Supports 1 byte, up to 4 byte free cheats.
Credits
Special thanks to:
- Nanquitas CTRPluginFramework.
- Mega-Mew UI and idea.