View Issue Details

IDCategoryLast Update
0002054Bug Report2019-12-20 22:43
Reportergeekahedron 
SeverityminorReproducibilityalways
Status resolvedResolutionfixed
Summary0002054: Jenny doesn't pay up
DescriptionAt breakfast the morning after the second show ("Princess Jenny"), Jenny hands MC some money for the show (step 21 of the walkthrough), but the in-game money never actually appears. Noticed it during a cheat game, tried again with a normal game and the same thing happened.
Platform/OSWindows
Version0.19.1

Activities

geekahedron

geekahedron

2019-09-19 13:50

reporter  

jennypay001a.png (246,165 bytes)
jennypay001a.png (246,165 bytes)
jennypay001b.png (173,284 bytes)
jennypay001b.png (173,284 bytes)
Casiope

Casiope

2019-09-21 19:39

updater   ~0002983

I confirm the bug. There is no popup or amount added when Jenny hands the money to the main character after the second camshow (blowjob). The first and third do offer financial compensation as planned. The bug is in script locations\home\entrance\kitchen\dining_room\dialogues, line 396:

pause
-->
pause
call screen money_popup(100)
$ player.get_money(100)

I also took the opportunity to check the amounts: the remuneration is not the right one when the main character participates in the first video (hand job) during Jenny's route; if we rely on the rewards earned during the replays (hand job: $50 - blowjob: $100 - cheerleader sex: $200), it should be $50 instead of $100. The bug is in script locations\home\entrance\kitchen\dining_room\dialogues, line 530:

pause
call screen money_popup(100)
$ player.get_money(100)
-->
pause
call screen money_popup(50)
$ player.get_money(50)

The third camshow does not grant any payment in this same route. Probably for storytelling reasons.
Casiope

Casiope

2019-12-20 22:43

updater   ~0004084

This issue has been fixed in version 0.19.5. Please update the game to the last version. The report is now closed.

Issue History

Date Modified Username Field Change
2019-09-19 13:50 geekahedron New Issue
2019-09-19 13:50 geekahedron File Added: jennypay001a.png
2019-09-19 13:50 geekahedron File Added: jennypay001b.png
2019-09-21 19:39 Casiope Note Added: 0002983
2019-11-01 09:35 Casiope Status new => confirmed
2019-11-01 09:35 Casiope Version 0.18.6 => 0.19.1
2019-12-20 22:43 Casiope Status confirmed => resolved
2019-12-20 22:43 Casiope Resolution open => fixed
2019-12-20 22:43 Casiope Note Added: 0004084