- Feb 1, 2018
- 384
- 615
ch13_bathhouse_6b.webm is part of the ELITE release. Somehow you got `elite_version=True` turned on but you don't have the assets. Make sure game/elite.rpy has the variable set to False and you shouldn't see that error. If you want the ELITE version assets, they are on patreon or steam.image ch13_bathhouse_6b has been missing since 0.13.1, since i had to restart.
i bet dev, never even tested it including past script changes (a possible reason why old saves don't work).
bad dev., always test your work.
The old saves don't work because of rpyc issues related to how the releases are built. TLDR is I was following the old development best practice of "don't check in compiled/generated code into source control". Since rpyc's are compiled, I never checked them in and thus they were generated by the build system during release. Apparently renpy needs rpyc files to be pretty consistent for old saves to work. It's still unclear to me why they are being compiled so differently that they break saves.