Home Artists Posts Import Register

Content

Here's the update to fix the issue in Chapter 2 that broke shit all to hell. Also, please note: Previous save files will not work during the updates. I will explain more of this below to those who are curious or care :) 

PC 

MAC 


A major shout out to the folks that let me know early on about these bugs. As always, I appreciate the feedback. While bugs like this are embarrassing and I hate doing testing just to launch something that's broken,  I have a whole new appreciation for game fixes that have unintended bugs. Still no clue why Chapter 2 broke when I didn't touch it during this update but it did. It should work appropriately now. There was an unintended crash during the first afterschool choice. Apparently, the loss of an "=" made my entire project just give up on life.

Why Wont Saves Work?

So basically, Ren'Py uses types of code to remember user choices. I use this to advance the story forward but in order to set a new code, I must first "declare" this at the beginning of the game. Basically before you have an item, the code is "false," after you get it, the code becomes "true." In order for the game to recognize the new codes, it seems you have to choose "new game" to set the initial "false" variables in place otherwise shit falls apart. This is partially why I divided the game into chapters so that you guys don't have to start at the beginning every single update. On the downside, you will have to start at the beginning of each chapter during an update. 

Comments

No comments found for this post.