Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

"Cheats", or, For those who need a "save file"

You can always modify the game's save file by going to "C:\Users\<username>\AppData\LocalLow\Retsymthenam\Atomiquest\Saves"

open the "Save.json" file with notepad.

and then post it here: https://jsonformatter.org/json-viewer

Then you may modify it however you want

Example:

"State": {

            "Character": "Medic",

            "HP": "51",

            "ENERGY": "13",

            "EXP": "46",

            "SocialPoints": "4",

            "Relations": [

              {

                "Key": "Tom",

                "Profile": {

                  "Charm": "3",

                  "Dominated": "0"

                }

              }

            ]

          }