Actions: I decide to "Compress Game Data" to make a distributable copy of my game. I choose the options: "Create Encrypted Archive" and "Include RTP Data".
Scenario: After the archive is created, what is necessary (what files?) for people to download based upon changes I made in the game from the last time I compressed:
- Script changes
- Database changes (skills, items, actors, enemies, common events, etc)
- Map changes (new maps, events, map edits)
- Character graphic additions (sprites, faces, etc)
Basically, I'm looking for something like this:
- Script changes: (game.exe)
- Database Changes, Map changes, graphics additions: (Game.rgss3a)
Thanks in advance!