- Joined
- Oct 25, 2015
- Messages
- 449
- Reaction score
- 268
- First Language
- English
So I have a JSON file for actors.
I can currently generate new actors in the game and write them to the JSON file thus having a character generation in game.
Problem is when you start a new game you have all of the database actors plus the new ones from the previous save file.
I would like to have these separate.
Question is do I not write to Actors.json but make a new json specfic for that save file?
And when I load the save game do I just combine the two data files together ?
I can currently generate new actors in the game and write them to the JSON file thus having a character generation in game.
Problem is when you start a new game you have all of the database actors plus the new ones from the previous save file.
I would like to have these separate.
Question is do I not write to Actors.json but make a new json specfic for that save file?
And when I load the save game do I just combine the two data files together ?