DuckTheMuck
Newbie
- Jan 29, 2024
- 36
- 81
- 87
You must be registered to see the links
version 0.29.1
<<elseif $breastsProg > 0 and $day < 18>>\
<<button "Breasts" "Transformation - Breasts 2">>\<<set $recentTransformation to "breasts2">>\<</button>>
<!-- Chest -->
<<if (($nude isnot 1 or ($nude is 1 and $bra is 69) or ($nude is 0 and $bind is false)) and $showbra isnot true and $outfit isnot 6 and $outfit isnot 7) and $bind is false>>
bind variable is true and causes the game skip this step due to the last part of the check)or $nude is 2 <!-- Chest -->
<<if (($nude isnot 1 or ($nude is 1 and $bra is 69) or ($nude is 0 and $bind is false)) and $showbra isnot true and $outfit isnot 6 and $outfit isnot 7) and $bind is false or $nude is 2>>
<<elseif $nextScene is "Day 8 - Change (Restroom) 1" or $nextScene is "Day 11 - Restroom" or $nextScene is "Day 12 - Game Cheerleader 2">>\
"Day 12 - Restroom" instead, since that's what the game actually sets the variable to in that scene.:: Day 18 - Shopping Samantha & Jessica 11
//...
<<elseif $d18samjessbrastorecompany is 3>>\
//...
<<if $bind is true>>\
//...
<<else>>\
//...
A soft knock breaks the quiet hum of the fitting room.
@@.girl;"Hey,"@@ Riley's voice comes gently from the other side of the door. @@.girl;"Are you three doing alright in there? Ready for me to come in?"@@
//...
<</if>>\
I think that's the public version, which is two updates behind the Patreon one. So it'll get update to 0.28 when 0.30 is released for patrons, which may potentially happen around Sep 30, but it's not guaranteed since the author had an accident last week and broke a toe.Is the online version being updated anytime soon?
I swear you know more about this game's code than the actual dev lmao.Hmm looking at the script of the new version... amaty there's a change here that feels a bit weird:
This effectively means that if the player didn't rush breast transformations to level 2 before day 18, they're forever stuck with level 1 (i.e. AA-cup) at most? Feels rather arbitrary/inconvenient (especially since there's no warning of any sort about it anywhere) so can't help but wonder if this is intentional, or some sort of an oversight?Code:<<elseif $breastsProg > 0 and $day < 18>>\ <<button "Breasts" "Transformation - Breasts 2">>\<<set $recentTransformation to "breasts2">>\<</button>>
(i was delaying this transformation in my playthrough in favor of making more uniform changes towards feminine appearance first, so it feels kind of weird to find the game just blocking you like that now; almost feels like some sort of punishment that you haven't gone all raaaawr, gotta have boobs asap)
If the issue is that getting breasts to level 2 triggers follow-up scene of MC scrambling to deal with it, i think a better way to address it would be to simply skip that part from day 18 onwards --since MC has a regular bra at this point-- than block the whole transformation.
edit: there's also a bug in the current version with the paperdoll:
Under these conditions the game doesn't draw Ethan's breasts in the "nude" mode if he's binding his chest. (as theHTML:<!-- Chest --> <<if (($nude isnot 1 or ($nude is 1 and $bra is 69) or ($nude is 0 and $bind is false)) and $showbra isnot true and $outfit isnot 6 and $outfit isnot 7) and $bind is false>>bindvariable is true and causes the game skip this step due to the last part of the check)
The simplest, if crude way to fix it would be to add
or $nude is 2
to the end of the check, so it becomes:
HTML:<!-- Chest --> <<if (($nude isnot 1 or ($nude is 1 and $bra is 69) or ($nude is 0 and $bind is false)) and $showbra isnot true and $outfit isnot 6 and $outfit isnot 7) and $bind is false or $nude is 2>>
edit 2: also, a minor error:
The last part of the check should be forHTML:<<elseif $nextScene is "Day 8 - Change (Restroom) 1" or $nextScene is "Day 11 - Restroom" or $nextScene is "Day 12 - Game Cheerleader 2">>\"Day 12 - Restroom"instead, since that's what the game actually sets the variable to in that scene.
While at it, there're also some inconsistencies with the text flow in that passage (Event - Breasts) The game first has Ethan scramble for a binder, and it's only after that it has him remember binding is a thing and ponder his options, and if you pick to bind the chest he is scrambling for a way to do it again. The first instance (before the options) should probably be cut. (and the subsequent check should have Day 12 added, as it's currently missing from the list)
edit 3: one more bug on day 18. When shopping for a bra, if you go with Samantha and Jessica and ask them both to enter the booth, the measurements part of the scene is erroneously nested too deep:
This results in the measurements bit getting all skipped if Ethan has been binding chest. The whole subscene should be placed after that <</if>> so it plays regardless of if Ethan was binding chest or not.HTML::: Day 18 - Shopping Samantha & Jessica 11 //... <<elseif $d18samjessbrastorecompany is 3>>\ //... <<if $bind is true>>\ //... <<else>>\ //... A soft knock breaks the quiet hum of the fitting room. @@.girl;"Hey,"@@ Riley's voice comes gently from the other side of the door. @@.girl;"Are you three doing alright in there? Ready for me to come in?"@@ //... <</if>>\
!!! thanksYou must be registered to see the links
version 0.29.1
I think you can overall safely play it -- the bugs i've found are just cosmetic, with exception of the breast size limit, and you can work around that one by getting the breast increase early, with 4-5 transformation opportunities you get between the moment the game unlocks upper body changes, and day 18.Dang, would really like to continue this game but seeing the bugs ffive pointed out makes me hesitate to download this version.
Hopefully they'll get fixed soon enough.
All clubs are about the same when it comes to amount of content. Effectively what you pick is which RO you get to spend some extra time with -- Vincent in the nerd club, Jessica in the fashion club, Aurora in the occult club and Jordan in the yearbook club.Thinking about doing a catch up of this. Are any of the clubs notably better or worse than the others? I remember there being a large gap between when you pick a club and when you see the first club content
Not sure about android, but if you play on pc you can use "Save to Disk" for effectively unlimited amount of saves. (in fact, it's safer to use it in general since you won't lose them if your browser decides to clear the cache)My only complaint with this BEAUTIFUL and AMAZING game is the limited save slots. Other than that, this game is amazing and I love it.
Well, the game was updated to v.0.30 about a week ago, but it's not available here. You'd need patreon subscription or wait for a public release (which should get to that point 2 updates down the road) and/or hope someone posts it here, whichever happens first.any update?
Oh, okay, thank you for your answer.Well, the game was updated to v.0.30 about a week ago, but it's not available here. You'd need patreon subscription or wait for a public release (which should get to that point 2 updates down the road) and/or hope someone posts it here, whichever happens first.
That's a good idea, yeah. I'll change it up so the event won't be there following day 18Hmm looking at the script of the new version... amaty there's a change here that feels a bit weird:
This effectively means that if the player didn't rush breast transformations to level 2 before day 18, they're forever stuck with level 1 (i.e. AA-cup) at most? Feels rather arbitrary/inconvenient (especially since there's no warning of any sort about it anywhere) so can't help but wonder if this is intentional, or some sort of an oversight?Code:<<elseif $breastsProg > 0 and $day < 18>>\ <<button "Breasts" "Transformation - Breasts 2">>\<<set $recentTransformation to "breasts2">>\<</button>>
(i was delaying this transformation in my playthrough in favor of making more uniform changes towards feminine appearance first, so it feels kind of weird to find the game just blocking you like that now; almost feels like some sort of punishment that you haven't gone all raaaawr, gotta have boobs asap)
If the issue is that getting breasts to level 2 triggers follow-up scene of MC scrambling to deal with it, i think a better way to address it would be to simply skip that part from day 18 onwards --since MC has a regular bra at this point-- than block the whole transformation.
edit: there's also a bug in the current version with the paperdoll:
Under these conditions the game doesn't draw Ethan's breasts in the "nude" mode if he's binding his chest. (as theHTML:<!-- Chest --> <<if (($nude isnot 1 or ($nude is 1 and $bra is 69) or ($nude is 0 and $bind is false)) and $showbra isnot true and $outfit isnot 6 and $outfit isnot 7) and $bind is false>>bindvariable is true and causes the game skip this step due to the last part of the check)
The simplest, if crude way to fix it would be to add
or $nude is 2
to the end of the check, so it becomes:
HTML:<!-- Chest --> <<if (($nude isnot 1 or ($nude is 1 and $bra is 69) or ($nude is 0 and $bind is false)) and $showbra isnot true and $outfit isnot 6 and $outfit isnot 7) and $bind is false or $nude is 2>>
edit 2: also, a minor error:
The last part of the check should be forHTML:<<elseif $nextScene is "Day 8 - Change (Restroom) 1" or $nextScene is "Day 11 - Restroom" or $nextScene is "Day 12 - Game Cheerleader 2">>\"Day 12 - Restroom"instead, since that's what the game actually sets the variable to in that scene.
While at it, there're also some inconsistencies with the text flow in that passage (Event - Breasts) The game first has Ethan scramble for a binder, and it's only after that it has him remember binding is a thing and ponder his options, and if you pick to bind the chest he is scrambling for a way to do it again. The first instance (before the options) should probably be cut. (and the subsequent check should have Day 12 added, as it's currently missing from the list)
edit 3: one more bug on day 18. When shopping for a bra, if you go with Samantha and Jessica and ask them both to enter the booth, the measurements part of the scene is erroneously nested too deep:
This results in the measurements bit getting all skipped if Ethan has been binding chest. The whole subscene should be placed after that <</if>> so it plays regardless of if Ethan was binding chest or not.HTML::: Day 18 - Shopping Samantha & Jessica 11 //... <<elseif $d18samjessbrastorecompany is 3>>\ //... <<if $bind is true>>\ //... <<else>>\ //... A soft knock breaks the quiet hum of the fitting room. @@.girl;"Hey,"@@ Riley's voice comes gently from the other side of the door. @@.girl;"Are you three doing alright in there? Ready for me to come in?"@@ //... <</if>>\