Thx you, this is a new version with a fix.I think you messed up some pictures. The hooliganevents at school seem to have the wrong adress.
There is a problem with pictures, they are won't to showThx you, this is a new version with a fix.
Did you download the archive available here ?There is a problem with pictures, they are won't to show
$misc[3150] = 'Should I look for <<$olya>>’s clothes in the "Naughty Girl" boutique ?'
if event_IK = 12 : event_IK = 13
! Olya set
if event_IK = 13 :
$tmp[1] = '<th><<$misc[10445]>><<$var_game["partition"]>></th></tr><tr><td><table cellspacing=5 cellpadding=0 border=0><tr>'
$tmp[0] = ''
if arrpos('$cabinet_top','olya_top') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_top''"><img src="pictures/places/boutique/olya_top_ico.jpg"></a></td>'
if arrpos('$cabinet_bottom','olya_bottom') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_bottom''"><img src="pictures/places/boutique/olya_bottom_ico.jpg"></a></td>'
if $tmp[0] = '' : $tmp[0] = '<td width=250><center><b><<$misc[10437]>><br></b></center></td>'
$tmp[1] += $tmp[0]
$tmp[] = $tmp[1]
End
Thank you very much for this feedback and these elements which helped me a lot in the correction of this issueThank you for keeping an updated version of this game alive!
When trying to get trough the quest line with Olya and the weekend sessions at the professor I got stuck at the part where I am supposed to buy new clothes for her at Naughty Girls in the lake district. For some reason the Olya Set is not available to be bought there.
You don't have permission to view the spoiler content. Log in or register now.
Can anyone recall if you managed to get past that point recently?
I am not sure if
- I managed to get past that point several years ago by manually advancing the event_IK variable.
- it did work in the past but an update has changed something.
- "event_IK = 13" may not be the only requirement for the Olya Set to show up in the store in the lake district.
###
Last available dialogue by using the special option "Discuss with the professor" with Olya:
location: dialogue _girl_olya
This properly triggeredCode:$misc[3150] = 'Should I look for <<$olya>>’s clothes in the "Naughty Girl" boutique ?'
But nowCode:if event_IK = 12 : event_IK = 13
at
location: boutique
the clothing does not show up in the Naughty Girls store
Code:! Olya set if event_IK = 13 : $tmp[1] = '<th><<$misc[10445]>><<$var_game["partition"]>></th></tr><tr><td><table cellspacing=5 cellpadding=0 border=0><tr>' $tmp[0] = '' if arrpos('$cabinet_top','olya_top') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_top''"><img src="pictures/places/boutique/olya_top_ico.jpg"></a></td>' if arrpos('$cabinet_bottom','olya_bottom') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_bottom''"><img src="pictures/places/boutique/olya_bottom_ico.jpg"></a></td>' if $tmp[0] = '' : $tmp[0] = '<td width=250><center><b><<$misc[10437]>><br></b></center></td>' $tmp[1] += $tmp[0] $tmp[] = $tmp[1] End
You don't have permission to view the spoiler content. Log in or register now.
When it's donewhen the next update
No, sorry, i hadn't see your message. My apologies. I'll fix that this weekend.Bobus, does this include my latest grammar corrections?
Hi Idon, can you tell us whose shower it is, when you are taking it and what event it is?there are some mistakes when you go to take a shower
EDIT : Another day, another version ! This fix 0.17.3 update grammar (thx Friendly Ghost) and typo.
( Medias archive available here. )
version: 0.17.3:sorry even when you go to the bathroom always in your house
'<center><b>' ucase($misc[1400]) + '</b></center>'
'<center><b>' + ucase($misc[1400]) + '</b></center>'
That's the core of my last update.version: 0.17.3:
location: bathroom
line 10
Try if adding the "+" helps with your issue as well.Code:'<center><b>' ucase($misc[1400]) + '</b></center>'
edit in QGen5:
Code:'<center><b>' + ucase($misc[1400]) + '</b></center>'
It's fixed, thx.Media mega link is totally dead