Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

There are a few bits of scripting that I understand and you'll need to grasp to edit it. First is that the "cheat" that is activated by button press (for a short while before turning back off) is: a function (a list of commands) that is called (seeked out and activated) by the mod when you press the button associated with it.  You'll have to look at how the lines of commands are organized to find the autoheal function. Next realize that "commenting out" is done by putting a # sign in front of the line of code. Commenting out means you are telling the mod to ignore that line totally, but leaving it in just in case you want to re-enable that line or you are actually just leaving a comment for reference. You can find a few comments in the file already. 

SO: find the autoheal function, comment out what you don't want it to do. For me, I put a # in front of every line except the one about STA which would be for stamina. Of course don't comment out the beginning or the end of the function, just the inner commands that you don't want to happen. Hope this helps get you on your way!

I play on joiplay and the cheat menu doesn't work what can I do to fix this? Please help I've been trying for ETERNITY now.

The cheat menu got moved,  I don't know how to access it in the current build.  The actual way I play now which is fun,  is by modifying the base stats of Lona in the files. 

What works for me is 10000 max stamina and 500 max food.  This way food is still relevant,  she isn't constantly hungry,  i don't run out of stamina in one fight,  and Lona can pass out so the game doesn't become soft locked in certain situations. 

(+1)

how can I do that? 

I've actually tried finding stuff like that on my own xD but I wasn't successful, can you please explain it to me, I've no idea where these files are found or what to actually change, it's probably just the value but I'm the most clueless individual if it's about coding, so please help me xD

which files do I have to edit?