Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I noticed in the variables file the old titles are set to default = 0 where the new ones are not, don't know if this is where the problem with titles stems from.

With Lani's exp, it seems she was set to lev 1 and exp set zero, but the amount needed to get to lev 2 is still the amount she would have needed to get to the next lev in the previous rewind, lev 4 or 5 I believe, only this time it wants that amount to get to lev 1.

Another bug I found is if you don't unequip things from Lani, then buy them in the next rewind then try and equip them, it will tell you they are equipped to Lani and the only way to unequip them is to add her to your party and do so.

Hate bugs, I can see how they can tie up so much of your time you cant advance the story line, bummer.  

Good catch on Lani's xp. Looks like I neglected to reset her next level requirements at the time of rewind, just as mentioned. I've corrected it for the next version release.

As for the titles, those are legacy variables, just left in the code to avoid breaking old save files. I've since moved the titles into a better system, but I'm wary of cleaning up some of the legacy stuff too soon after moving it to obsolescence. I know a lot of people will play a game and then come back to it six months later to see what's been added, and I want those people to be able to come in with their saved games intact if they were so inclined. I think that once Covid is over and I have my development time back, I'll spend a dozen hours or so just cleaning up and removing legacy code.