Skip to main content

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

This is awesome. You’re good at this. You should fix the subscribestar link or get a patreon, people should be able to support your work.

Also the code between the wife / doctor edging sessions is all tangled up due to reused identifier names.

Thank you! Really appreciate it.

Thanks for letting me know about the link. Not sure how Patreon got added there. Link already fixed.

Can you tell me which labels are conflicting? Cause I took special care to make sure there are no conflicts that you mention so this sounds surprising. Are you running on a fresh copy or did you update the game using copy paste? If you updated maybe you have stale compiled classes which could cause conflicts.

(1 edit)

Sure. Pristine 0.2.3.

The main offender is session_4_wife_prepare_dialogue_pool() that appears both in session_4_edging_by_wife.rpy and session_4_edging_by_wife_doctor.rpy. There's another bug there: the one in session_4_edging_by_wife.rpy loads in the medical text while the one in session_4_edging_by_wife_doctor.rpy does not, it should be the other way around. But also, there are a lot of other identifiers that are duplicated between these two files so in practice in the game, these sessions end up running a weird Frankenstein mix of the two.

Hope this was helpful! It's clear that you put an awful lot of work into this game and that's awesome. Had a lot of fun playing this together with my wife.

Ok, I see it. Thank you for reporting this!