Qsp — Save Editor

Warning: There are multiple versions of QSP save editors. The most reliable is the open-source tool often titled "QSP Save Editor" by alekseik1 (found on GitHub) or the classic "QspSaveEditor" from Russian hobbyist forums.


  "header":  "engine": "QSP", "version": "x.y" ,
  "metadata":  "player_name": "Player", "timestamp": "2026-04-10T12:34:56Z" ,
  "variables": 
    "score":  "type": "int", "value": 123 ,
    "visited_rooms":  "type": "array", "value": ["hall","kitchen"] 
  ,
  "inventory": [
     "id": "torch", "qty": 1, "props":  "on": false  
  ]

qsp save editor: design, implementation, and applications qsp save editor

To understand the editor, you first need to understand the save structure. QSP games save data in .qsp and .sav files. Unlike standard save files that simply record a "level" or "chapter," QSP saves are essentially spreadsheets of variables. They track everything: your character's name, health, money, relationship status with 30 different NPCs, inventory items, and even obscure flags like $met_stranger_in_bar. Warning: There are multiple versions of QSP save editors

The QSP Save Editor is a standalone Windows utility (often running via .exe or Java Runtime) that allows you to: "header": "engine": "QSP", "version": "x

It is not a cheat code generator; it is a raw data editor. You have full control, but with great power comes great responsibility—one incorrect edit can crash your game.


This is your most important tool. Instead of scrolling through 2,000 variables, search for keywords: