Editor - Qsp Save
When you first open the QSP Save Editor, you’ll see a deceptively simple interface. Here’s what each section does:
Changing a variable that the game expects to be between 0-100 to a value like 9999 can cause integer overflows or unexpected behavior. Some games check for "impossible" values and intentionally crash. qsp save editor
Different QSP modules use different naming conventions. Here’s a cheat sheet for popular games: When you first open the QSP Save Editor,
| Game Title | Common Health Var | Common Money Var | Quest Var Pattern |
| :--- | :--- | :--- | :--- |
| Son of a Bitch (SoB) | i_hp, i_health | i_money, i_cash | i_quest_ or q_ |
| Era (any mod) | era_hp, st_hp | era_money, gold | era_flag_ |
| Fetish Locator | energy, health | dollars, credits | FL_week1_ |
| Generic QSP RPG | cur_hp, max_hp | gold_coins | done_, stage_ | Different QSP modules use different naming conventions
Pro Tip: If you can’t find a variable, search for a unique piece of text from the game screen. For example, if the game says "You have 50 gold," search for 50. The editor will show you the variable storing that 50.