View Issue Details

IDCategoryLast Update
0001993Bug Report2019-06-12 20:49
ReporterRanthoron 
SeverityminorReproducibilityhave not tried
Status newResolutionopen
Summary0001993: Cookie Jar scene unlocked too early
DescriptionThe Cookie Jar scene with Jenny on front of the TV is fully unlocked, although I just had the manual handling camshow.
Platform/OSLinux
Version0.18.6

Activities

Ranthoron

Ranthoron

2019-06-11 19:42

reporter  

2-1-LT1.save (409,141 bytes)
Ranthoron

Ranthoron

2019-06-12 19:22

reporter   ~0002792

It's also fully unlocked
Casiope

Casiope

2019-06-12 20:47

updater   ~0002794

Confirmed.
The bug is in characters\jenny\button_dialogues01, lines 1898 and 1899; these two lines have to be removed, first because the command is calling the wrong scene unlocking, secondly because the good scene unlocking is called later in script characters\jenny\sex_scenes lines 2915 and 2916:

$ persistent.cookie_jar["Jenny"]["unlocked"] = True
$ persistent.cookie_jar["Jenny"]["gallery"]["08_unlocked"] = True
-->
(nothing, just remove the lines)
Casiope

Casiope

2019-06-12 20:49

updater   ~0002795

Related to bug report 0001526 (if all cookie jar unlocking bugs could be corrected together, it would be awesome)

Issue History

Date Modified Username Field Change
2019-06-11 19:42 Ranthoron New Issue
2019-06-11 19:42 Ranthoron File Added: 2-1-LT1.save
2019-06-12 19:22 Ranthoron Note Added: 0002792
2019-06-12 20:47 Casiope Note Added: 0002794
2019-06-12 20:49 Casiope Note Added: 0002795