Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits)

Hi!

I found little old bug. In v0.18c in line 6376 you set one variable - "$c5downtown = True". But in line 6454 you check another - "if c5outside:".

UPD: And one question. If Rita called police in chapter 2, how can she 'help' her neighbor in chapter 6 (and 7 too)? And if it's ok, and he just decided to be brave or stupid, then why he can't appear in сhapter 10?

UPD2: I think code in line 11059 must be "$c7poolinnocent = True". It's not used anywhere, but...

UPD3: Line 11711 - "show c7 vio mmf 20". Strange image for situation when Nick already join.

Thanks for reporting! I'll look into these issues and fix them for the upcoming release. 

Another pack bugs, questions and advices.

1) Line 18019 - "if not c6parkgirl or c8mia:". It still work, but correct condition is "if not c6parkgirl and not c8mia:" or just "else:".

2) Line 13267 - IOError: Couldn't find file 'audio/effects/lewd/suck1.wav'.

3) Line 15573 and 15830 - must be "if vir=="No":".

4) Rita's Stats don't show FJ and TJ.

5) Rita don't increase $les after meeting with Mia, if first partner was Luna. Is this a mistake or a plan? Blocks 17923-17935 and 18001-18012.

6) Line 17944 - must be "show c10 mia 20".

7) I think, here (18570-18784) need some "if c5outside:" conditions. In chapter 5 we can choose "Go swimming at the local pool." and not meet this guy.

8) Of course, this is not a bug, and is more consistent with the concept of jumping for "Lesbian Mode". But ""Josh & Connor." if not lesonly:" in line 14548 looks more clear than two menus. The same for line 17282 - ""Spend some time in my pool." if not c2pervertpolice:".

And some more

9) Another "mistake or plan" question. Some code blocks (21550-21589, 23447-23460, 23797-23810) have two "$inn+=1". It's ok?

10) Line 22242 - I think here need "pov", not "wom".

11) Lines 23771-23772 makes sense only in "Lesbian Mode". In vanilla game need other words because women not invite Rita on nudist beach.

12) Line 25199 - must be "$c13lunakissonly = True".

13) Lines 25325 and 25489 - "Could you please lay on your back?". Hmm... Rita, of course, is nervous, but not so nervous that she forgets where her back - "c13 spa 15.jpg".

Thank you for reporting these issues as well!