https://github.com/huguesjohnson/hapsby
Universal save game editor written in Java.
https://github.com/huguesjohnson/hapsby
gamehacking java
Last synced: 2 months ago
JSON representation
Universal save game editor written in Java.
- Host: GitHub
- URL: https://github.com/huguesjohnson/hapsby
- Owner: huguesjohnson
- License: mit
- Created: 2015-03-13T00:08:13.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-11-02T18:53:13.000Z (8 months ago)
- Last Synced: 2026-04-30T13:34:52.498Z (2 months ago)
- Topics: gamehacking, java
- Language: Java
- Homepage: https://huguesjohnson.com/hapsby.html
- Size: 1.13 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hapsby
Hapsby is a save state/save game editor for Java compatible platforms. It currently supports over 30 games, adding support for new games is relatively uncomplicated.
I wrote the first version of Hapsby back in spring/summer 2000 as a way to learn Java and cheat at NES/SMS/Genesis RPGs. Yeah, I cheated at a few games. I enjoy console RPGs but don't have time for all the XP/gold grinding. Hapsby was designed to solve this problem. Anyway, after a few iterations I had it working nicely and left it untouched for years. In late 2008 I had the urge to update it. Once I looked at the code I originally duct-taped together I opted for a sizable overhaul. The result was a more usable, and lighter, Hapsby 2.0. In the spring 2015 of 2015 I upgraded it again to JavaFX.
Hapsby was originally released under GPL v2. It has since been relicensed to use The Mit License.
There are three folders in this repository:
Hapsby 1.x: The orignal version written in 2000. This is no longer being maintained.
Hapsby 2.x: The second major release written in 2008. This is the version for systems that can not run Java 8+. This is no longer being maintained unless a critical bug is found.
HapsbyFX: This is the current, semi-actively maintained version for Java 8+.