Issue #1
The anal virgin shower scenes with Kolka will never trigger because it's incrementing the anal counter on line 326 before the check on line 328:
You must be registered to see the links
Issue #2
The cum location info in the stat window is listing the randomly generated date/hookup NPCs you meet on the street as "Stranger" even though you know their name.
Seems to be because the cum display info uses the $npc_usedname value instead of something like $npc_firstname:
You must be registered to see the links
The call to generate the NPC is passing in 'Stranger' which is being set as their used name:
You must be registered to see the links
You must be registered to see the links
You must be registered to see the links
I've worked around this issue in my own game by adding this to line 25 of dateM.qsrc under the block with the call to generate the NPC:
$npc_usedname[$npclastgenerated] = $npc_firstname[$npclastgenerated]
It just sets their used name to be the same as their first name. npcgeneratec.qsrc could potentially be modified to do this instead. Could add a check to see if the name given is an empty string, and if so it sets the used name to be the same as the first name.
Edit: For the randomly generated disco NPCs which I've noticed don't have the same issue, it's setting their used name to be the same as $npc_nickname, so I guess that's a potential way to go also instead of using $npc_firstname:
You must be registered to see the links
Issue #3
Girl Life 0.8.9.0 Dev 07.03.2023 Bug:
Friends With Benefits
Curious to know where he is, you climb out of bed, wandering his apartment looking for him. A few doors down the hall, you realize you hear water running in the bathroom. He must be taking a shower.
Option of Join X in the shower results in a blank page.
To add to this,
You must be registered to see the links
should be:
act'Join <<$npc_firstname[$boy]>> in the shower':gt'booty_call_shower', 'morning_shower_join1'