More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<youtube>YVtLUUTTNt4</youtube> | <youtube>YVtLUUTTNt4</youtube> | ||
= PCHex = | == PCHex == | ||
3DS Homebrew port of PKHex, A Pokémon save editor. Currently just proof of concept. | 3DS Homebrew port of PKHex, A Pokémon save editor. Currently just proof of concept. | ||
So I've been working on this for a little while and was giving update on the 3FHex's projects thread, but this is now getting to the state where it deserves its own thread. So here is my latest project : PCHex, a homebrew port of PKHex. | So I've been working on this for a little while and was giving update on the 3FHex's projects thread, but this is now getting to the state where it deserves its own thread. So here is my latest project : PCHex, a homebrew port of PKHex. | ||
* Load a save directly from cartridge / software | |||
* Access the box data and the pokemons inside | What this can do right now is : | ||
* Edit the Pokemons | * Load a save directly from cartridge / software | ||
* Export the save back | * Access the box data and the pokemons inside | ||
* Edit the Pokemons | |||
* Export the save back | |||
It's coded in C, is open-sourced, and has a shitty terminal-based UI so far<br> | It's coded in C, is open-sourced, and has a shitty terminal-based UI so far<br> | ||
I'm currently in the process of redoing the UI entirely, this time graphical and touch-based. | I'm currently in the process of redoing the UI entirely, this time graphical and touch-based. | ||
For those interested in trying it out, I uploaded the latest version on the post just down below, just extract in your 3ds folder and run with homebrew launcher. | For those interested in trying it out, I uploaded the latest version on the post just down below, just extract in your 3ds folder and run with homebrew launcher. | ||
That's all for now, thanks for reading and please leave any feedback you have! | |||
That's all for now, thanks for reading and please leave any feedback you have ! | |||
== Build == | == Build == | ||
Line 40: | Line 40: | ||
* Follow Instructions | * Follow Instructions | ||
* Select to export your changes | * Select to export your changes | ||
Revision as of 05:12, 25 September 2021
Template:Infobox-3DS-Homebrews
PCHex
3DS Homebrew port of PKHex, A Pokémon save editor. Currently just proof of concept.
So I've been working on this for a little while and was giving update on the 3FHex's projects thread, but this is now getting to the state where it deserves its own thread. So here is my latest project : PCHex, a homebrew port of PKHex.
What this can do right now is :
- Load a save directly from cartridge / software
- Access the box data and the pokemons inside
- Edit the Pokemons
- Export the save back
It's coded in C, is open-sourced, and has a shitty terminal-based UI so far
I'm currently in the process of redoing the UI entirely, this time graphical and touch-based.
For those interested in trying it out, I uploaded the latest version on the post just down below, just extract in your 3ds folder and run with homebrew launcher.
That's all for now, thanks for reading and please leave any feedback you have!
Build
You need the latest git version of ctrulib, found here: https://github.com/smealum/ctrulib as this will NOT work with devkitPro's base ctrulib.
Install
Copy the content of the "export" folder in your "homebrew" or "3ds" folder.
Use
- Choose PCHex from the homebrew browser
- Choose your Pokémon game as the target game
- Follow Instructions
- Select to export your changes