- Joined
- Feb 10, 2016
- Messages
- 20
- Reaction score
- 2
- First Language
- English
- Primarily Uses
I thought there would be some sort of json output (or something) related to individual users.
I went through each of the folders, but I can't seem to find what I'm looking for.
data/actors has an equips key
Example: "equips":[1,1,2,3,0]
But let's say I go into the game and take off all of the equipment for Actor1: these values do not change
I'm not really sure where the actual save data is going.
Additionally, I'd like to know where the file is that says "this is what is in your party inventory" instead of "this is a list of all possible items in the game"
Am I over looking one of the files in the data or javascript folders?
I went through each of the folders, but I can't seem to find what I'm looking for.
- audio/fonts/icon/img - not it
- data - not it, because these are json files that make up the actual database (actors, items, equipment, etc)
- js - not it, because these files are what make the game run
- index.html - not it
data/actors has an equips key
Example: "equips":[1,1,2,3,0]
But let's say I go into the game and take off all of the equipment for Actor1: these values do not change
I'm not really sure where the actual save data is going.
Additionally, I'd like to know where the file is that says "this is what is in your party inventory" instead of "this is a list of all possible items in the game"
Am I over looking one of the files in the data or javascript folders?
Last edited:


