gilgamesh9
Well-Known Member
- Sep 10, 2019
- 1,570
- 2,689
- 428
Well it is finally cannon ladies and gents.
You don't have permission to view the spoiler content.
Log in or register now.
Both path garbage, girls with retarded faces when they are cumming ... hilarious. Humor tag missing.The Beta sex scenes are superior to the Alpha ones in every single way. It seems like they get more animations.
That is the way the dev named it, you can go to Patreon/SS and see for yourself that is just the way they did it. I guess they can't make up their mind as they went v0.1, v1.5, v1.5 SE, and now back v0.2. Who knows, I guess if the next version is v0.3 maybe they will follow a normal numbering routine.not sure if it's a typo, but 0.2 is less than 1.5! so in chapter 3 it goes from 0.1 to 1.5 then to 0.2... wtf?!? is it the same dev. releasing this or is the dev. mathematically challenged, not trying to nit-pick but it does raise a question on the quality of coding, coding does require some math....
View attachment 5091490
It still contains the previous SE content.Not sure why its labeled SE (Special Edition) when its not.
There is No SE for this latest version - Ch. 3 v0.2
Whats canon?Well it is finally cannon ladies and gents.You don't have permission to view the spoiler content. Log in or register now.
Same as in the previous version.What is the code for extra Scene in main menu ?
if TracyExtraSceneCode == "747576":
Where do you put this code in as the Extras is blank in this version?That is the way the dev named it, you can go to Patreon/SS and see for yourself that is just the way they did it. I guess they can't make up their mind as they went v0.1, v1.5, v1.5 SE, and now back v0.2. Who knows, I guess if the next version is v0.3 maybe they will follow a normal numbering routine.
It still contains the previous SE content.
label PreTracyExtraScene1:
$ TracyExtraSceneCode = renpy.input(_("Please input the code to view this scene."))
if TracyExtraSceneCode == "747576":
jump TracyExtraScene1
elif True:
"Incorrect"
$ renpy.end_replay()
return