Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I've always found those inside the .jar file, with WinRAR (or any other program that you can use to open the Jar file) you find those in `scripts/encounters.json`


Recently the quality of the JSON file improved a lot so there's just a few adjustments that I needed to make in order to run the script

Deleted 2 years ago

hey! I'm really really new to programming, how exactly do i run that? I already have python installed :)

As per this comment is how I do it today:
https://itch.io/post/6606189

I open the files on vscode so it detect failed JSON specs that needs adjustments (usually is like dquotes missing or commas missing)

(1 edit)

I've tried running the code in python to no avail. I don't have experience with coding so I don't know what might be wrong, I just copy-pasted it in python, which resulted in an error with line 6 "jencounters = json.loads(f.read())", any help?

the way I run is I created a script and made python call it, running via de IDLE is a bit harder as you need to change the path of files for that to work, if you don't have coding experience I don't recommend going this route but instead wait for the download the person who created this thread made

Managed to get it working! Somehow missed when you mentioned you tweaked the JSON and then noticed one of your new replies mentioning it again and so I opened the encounters.json on vscode and after fixing 3 or 4 errors it worked! XD

Glad you made it, it used to be 200+ errors now it's like 3 or 4! 


Have fun hot potato ;)

i'm kind of having a hard time getting the code to work, do you mind just sharing the profile.json text with everything unlocked??

Already posted it earlier on this thread

https://itch.io/post/6607944