theoallen / TSBS

Theolized Sideview Battle System for RPG Maker VXAce. Check out our sample game demo: https://rpgmaker.net/games/6366/
14 stars 10 forks source link

Game Updates? #4

Closed powerover closed 9 years ago

powerover commented 9 years ago

So this is just a general question, how do you make an update pack for your game? Say you have your game released already and you want to make an update with new equipment or skills. How you do that without interfering with the player's save file?

theoallen commented 9 years ago

As long as you do not insert a new script which insert a new attribute to save (such as game settings like journal, etc ...), it should be fine. It's a common problem in RPG Makers. If I recall correctly, there is a script called RGSS3 Initialized (I forgot the exact name). It makes you can reload the old saved game with updated game.

Also, if you updated action sequences in TSBS and you want to update the game, it won't mess with the someone's save file.

powerover commented 9 years ago

Ty : D