- Jan 19, 2020
- 12,382
- 49,477
- 892
Yes indeed, this above and this.The variables can break Ren'Py if the dev does not use thedefaultkeyword to define them. Often devs of Ren'Py games are coming across old code examples online where they just throw in a new variable without defining it, and that will break saves.
More times than not, a dev has deleted labels from their game and/or deleted their rpyc file (which is very important to Ren'Py for determining various things on where to rollback to and such).