Azriel Satan

Member
Jul 27, 2017
379
1,079
The reason the hospital transition doesn't work is because it relies on a variable that only gets initialized when you first start the game & a variable that doesent exist. To fix it open the console and input SugarCube.State.variables.transitionstage = 0, SugarCube.State.variables.breasts = 1. Its also only 3 little sleep events with no sex content so you can also not bother with it and just use the option at gabby.

There is also a broken variable for $breasts for seducing the male police officers during the prison scene, inputing SugarCube.State.variables.breasts = 1 in the console will cause it to trigger (but remove all male scenes).

 
Last edited:

Candy1970

Well-Known Member
Jan 14, 2018
1,343
1,363
trinket transition .........totally breaks the game .......as the scenes are still all male on male ...and all the dialogue was written for male
 
  • Like
Reactions: CypherWisp

Xarvenius

Newbie
Feb 7, 2020
55
16
The reason the hospital transition doesn't work is because it relies on a variable that only gets initialized when you first start the game. To fix it open the console and input SugarCube.State.variables.transitionstage = 0. Its also only 3 little sleep events with no sex content so dont bother with it and just use the option at gabby.

It also appears that there are a few variables about that just dont function related to breasts; They call the non existent variable $breasts instead of $breastsize. (Located at the prison and during the hospital transformation, just set SugarCube.State.variables.breasts = 1 if you want to see the prison scenes).
do you have any working tutorial on how to use it?
the only stuff i could find so far doenst get a working result.
 

Azriel Satan

Member
Jul 27, 2017
379
1,079
trinket transition .........totally breaks the game .......as the scenes are still all male on male ...and all the dialogue was written for male
Thats because there is only 3 scenes in the game that actually account for being female, because it was added in the most recent minor update.
 

Azriel Satan

Member
Jul 27, 2017
379
1,079
do you have any working tutorial on how to use it?
the only stuff i could find so far doenst get a working result.
On the tab for the game press "Ctrl+Shift+C", select console, then paste SugarCube.State.variables.transitionstage = 0 and click run if using firefox or press enter if using chrome.
 

Xarvenius

Newbie
Feb 7, 2020
55
16
On the tab for the game press "Ctrl+Shift+C", select console, then paste SugarCube.State.variables.transitionstage = 0 and click run if using firefox or press enter if using chrome.
still cant use the hospital transition, regardless of breatsize, femininity or how long the last operation is in the past. money ia a bit above 2k and 200 does the doc want, but it only shows the nervermind option for the transition.
 

Azriel Satan

Member
Jul 27, 2017
379
1,079
still cant use the hospital transition, regardless of breatsize, femininity or how long the last operation is in the past. money ia a bit above 2k and 200 does the doc want, but it only shows the nervermind option for the transition.
Try running SugarCube.State.variables.breasts = 1 too. (It wont mess with your actual breast size, that a different variable)
 

Azriel Satan

Member
Jul 27, 2017
379
1,079
Fixed the broken Variables and changed the trigger for hospital transition.
(Replaced all $breasts with $breastsize, changed the requirements for hospital transition from transitionstage = 0to $breastsize > 0)
 
Last edited:

Grimpack

Member
Nov 4, 2017
147
75
I can't believe the dude took over three years to add the transformation option. That's basically every scene and scenario in the game that needs to be reworked now.
 
May 31, 2019
326
403
I can't believe the dude took over three years to add the transformation option. That's basically every scene and scenario in the game that needs to be reworked now.
Ah, the time old TF/sissy game tradition of adding full MTF later when it's prohibitively hard to implement in any meaningful way, instead of building the game from the ground up with it in mind.
Hell, even if you don't want to release that content immediately, it's always better to code/design your game with future plans in mind and lay the groundwork for that rather than retroactively shoving it into the game's code wherever you can put it without breaking things.
It's not like it wasn't planned since the beginning either, right there in the OP it says, and has said for years
You can also become a sissy yourself and later will be able to become a woman
so the dude not making their job easier by adding even just simple inactive hooks and variables to the relevant scenes/phrases/whathaveyou to future-proof things is just bad. He's had literal years of dev time to make his job easier for this exact moment, and he dropped the ball.

Special advice for anyone who fancies themselves a porn-dev and wants to make a TF game with MTF and all that.
Plan your shit in advance, put in your checks and hooks (even if there's no content for it), and when you're ready to add all that, you've got all the room you need to shove it in there.
Should be pretty obvious from all the games that have been retroactively adding this kind of "feature", that doing nothing and putting things off until later when your game is fuckhuge isn't a good idea.
 

Candy1970

Well-Known Member
Jan 14, 2018
1,343
1,363
Ah, the time old TF/sissy game tradition of adding full MTF later when it's prohibitively hard to implement in any meaningful way, instead of building the game from the ground up with it in mind.
Hell, even if you don't want to release that content immediately, it's always better to code/design your game with future plans in mind and lay the groundwork for that rather than retroactively shoving it into the game's code wherever you can put it without breaking things.
It's not like it wasn't planned since the beginning either, right there in the OP it says, and has said for years

so the dude not making their job easier by adding even just simple inactive hooks and variables to the relevant scenes/phrases/whathaveyou to future-proof things is just bad. He's had literal years of dev time to make his job easier for this exact moment, and he dropped the ball.

Special advice for anyone who fancies themselves a porn-dev and wants to make a TF game with MTF and all that.
Plan your shit in advance, put in your checks and hooks (even if there's no content for it), and when you're ready to add all that, you've got all the room you need to shove it in there.
Should be pretty obvious from all the games that have been retroactively adding this kind of "feature", that doing nothing and putting things off until later when your game is fuckhuge isn't a good idea.
Exactly one of the nicer things about working with twine and sugar cube is you can add content before its ever linked to to game ,so if you want to have a full transformation you can work on it in a unconnected area and link it in when you feel the time is right so you don't totally break the game .
 
May 31, 2019
326
403
Exactly one of the nicer things about working with twine and sugar cube is you can add content before its ever linked to to game ,so if you want to have a full transformation you can work on it in a unconnected area and link it in when you feel the time is right so you don't totally break the game .
That's not even something specific to Twine, you can do that in just about any game engine. There's so many stories about cut content being found in released games. Dev's will plan something and implement it, but it just doesn't find its way into release.
This isn't quite the same as that, but it is an example of things being left in a game that's not visible to the end-user.

Really, the whole issue for this game is just a complete lack of planning on the Dev's side, despite having a clear goal in mind from the very start. Not every scene needed a hook or variable, but those variables and checks should have been made and added into the game from the early days.
But yeah, here's hoping the implementation isn't a complete clusterfuck nightmare. Despite how wide the game is (with way too many things to do, but not finish), the actual systems running under the hood are pretty simplistic.
 

Elijah Hu

Member
Feb 8, 2018
270
45
it seems to me that you fully mtf to woman, you can be a a cup breast low feminity tomboy girl or high feminity girly girl with c cup\d cup breast.
 
3.50 star(s) 26 Votes