More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Pocket Card Jockey | |title=Pocket Card Jockey | ||
|image=PocketCardJockey.jpg | |image=PocketCardJockey.jpg | ||
|description=Pocket Card Jockey | |description=A save editor for the Nintendo 3DS game Pocket Card Jockey. | ||
|author=Taser9090 | |author=Taser9090 | ||
|lastupdated=2018/08/15 | |lastupdated=2018/08/15 | ||
Line 8: | Line 8: | ||
|version=1.1 | |version=1.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/pocketcardjockeytool.7z 1.0 & 1.1 | ||
|website=https://gbatemp.net/threads/wip-pocket-card-jockey-save-editor.514493 | |website=https://gbatemp.net/threads/wip-pocket-card-jockey-save-editor.514493 | ||
|source=https://github.com/jrobles1646/pocket-card-jockey-tool | |source=https://github.com/jrobles1646/pocket-card-jockey-tool | ||
}} | }} | ||
This is a save editor for Pocket Card Jockey written in C++. | |||
To use it, you must have the save file in the same directory as the executable (PocketCardJockey.exe) and it must be named gamedata. All commands are inputted through keyboard. | |||
==Features== | |||
* Edit speed. | |||
* Edit stamina. | |||
* Edit number of wins. | |||
* Edit number of races horse participated in. | |||
* Edit peak times. | |||
* Maximize cash for all race horses. | |||
* Appearance/gender. | |||
* Racing style. | |||
* Temperament. | |||
* Active Shop items (to an extent). | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/pocketcardjockeytool3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/pocketcardjockeytool4.png | |||
Currently, the program doesn't edit the player data, horse's name, and skills | ==Known issues== | ||
Currently, the program doesn't edit the player data, horse's name, and skills. | |||
If you raise your growth mode's horse's speed/stamina too high, it will loop and reset. So the program assumes the maximum stat is roughly 75 for that specific horse (it still resets/loops, however). | |||
-There are no plans to implement a puzzle pieces or trophies editor. | |||
==Changelog== | |||
'''v1.1''' | |||
* Added features for editing horse appearance, temperament, how many more babies it can produce, and racing style. | |||
'''v1.0''' | |||
* First release of the Pocket Card Jockey Save Editor. Included is an .exe file, a test save, and a g++-compiled executable. | |||
==External links== | |||
* GitHub - https://github.com/jrobles1646/pocket-card-jockey-tool | |||
* GBAtemp - https://gbatemp.net/threads/wip-pocket-card-jockey-save-editor.514493 | |||
[[Category:3DS homebrew rom hacks]] | |||
[[Category:Homebrew hack utility for 3DS games]] |
Revision as of 08:49, 31 March 2022
Pocket Card Jockey | |
---|---|
File:PocketCardJockey.jpg | |
General | |
Author | Taser9090 |
Type | Hack Utilities |
Version | 1.1 |
License | Mixed |
Last Updated | 2018/08/15 |
Links | |
1.0 & 1.1 Download | |
Website | |
Source | |
This is a save editor for Pocket Card Jockey written in C++.
To use it, you must have the save file in the same directory as the executable (PocketCardJockey.exe) and it must be named gamedata. All commands are inputted through keyboard.
Features
- Edit speed.
- Edit stamina.
- Edit number of wins.
- Edit number of races horse participated in.
- Edit peak times.
- Maximize cash for all race horses.
- Appearance/gender.
- Racing style.
- Temperament.
- Active Shop items (to an extent).
Screenshots
Known issues
Currently, the program doesn't edit the player data, horse's name, and skills.
If you raise your growth mode's horse's speed/stamina too high, it will loop and reset. So the program assumes the maximum stat is roughly 75 for that specific horse (it still resets/loops, however).
-There are no plans to implement a puzzle pieces or trophies editor.
Changelog
v1.1
- Added features for editing horse appearance, temperament, how many more babies it can produce, and racing style.
v1.0
- First release of the Pocket Card Jockey Save Editor. Included is an .exe file, a test save, and a g++-compiled executable.