HaseoOfDeath

Engaged Member
Game Developer
Sep 13, 2017
3,304
6,131
How do I make Tasha fully transition to female, especially in "free play" mode?

Original Guide by Kilrah Tasha's Date and No Dose Route:

1) Get the gender reveal scene: either the first time you try to dose her (you won't actually dose her then), or visit her in the office early in the morning, you need to go to work early to do that

2) After 14 days explore the office between Morning and Late Morning for an event with female characters.

2a) Tasha will ask you on a date when leaving work after step 2, accept the date

3a) Get the random event where Tasha gives you her phone number and wait 7 days until you get the second date to her apartment and select "Accept her offer and follow her home"

3b) Alternatively, in normal play, on October 21 "Get lunch with Tasha", then "Go to Tasha's apartment" (I'm pretty that one is bugged and doesn't unlock the rest of the events at the moment)

4) "Invite Tasha over for the day" on the weekend, during morning or late morning

5) In normal play, you need to wait for Chapter 4, in freeplay, I don't think there is any time constraint. After 3-7 days, get a dream with Tasha and Saya.

6) Have the "Weird Dreams" conversation with Tasha 7) 2 days later during the second dream with Tasha and Saya, select: "I want this to be who I am. I want this to be my future!"
 

zoiio

New Member
Aug 18, 2019
11
4
Original Guide by Kilrah Tasha's Date and No Dose Route:

1) Get the gender reveal scene: either the first time you try to dose her (you won't actually dose her then), or visit her in the office early in the morning, you need to go to work early to do that

2) After 14 days explore the office between Morning and Late Morning for an event with female characters.

2a) Tasha will ask you on a date when leaving work after step 2, accept the date

3a) Get the random event where Tasha gives you her phone number and wait 7 days until you get the second date to her apartment and select "Accept her offer and follow her home"

3b) Alternatively, in normal play, on October 21 "Get lunch with Tasha", then "Go to Tasha's apartment" (I'm pretty that one is bugged and doesn't unlock the rest of the events at the moment)

4) "Invite Tasha over for the day" on the weekend, during morning or late morning

5) In normal play, you need to wait for Chapter 4, in freeplay, I don't think there is any time constraint. After 3-7 days, get a dream with Tasha and Saya.

6) Have the "Weird Dreams" conversation with Tasha 7) 2 days later during the second dream with Tasha and Saya, select: "I want this to be who I am. I want this to be my future!"
Thank you very much. I will try here.
 
  • Like
Reactions: HaseoOfDeath

Virulenz

Engaged Member
Sep 27, 2017
2,938
3,768
The wiki NEEDS an update, most charas end in the wrong path if you follow it. Especially the path-changing options dont work or are missing -,-

Can someone please tell me what i need to change in the code to disable the manual naming of savegames? I dont need it and it becomes more and more annoying.
 

guest1492

Member
Apr 28, 2018
364
304
Can someone please tell me what i need to change in the code to disable the manual naming of savegames? I dont need it and it becomes more and more annoying.
Find the function call Save.onSave.add in the file (should be somewhere close to line 3000) and change the block of code to:

JavaScript:
Save.onSave.add((save, details) => {
    var ch = variables().Chapter;
    if (variables().FreePlay) {ch = "Free Play"};
    if (ch === 0) {ch = "Prologue"};
    var title = ch + " - ";
    title += variables().time.day + ", ";
    title += variables().time.month + " " + variables().time.calendarDay + " " + variables().time.time;
    save.title = title;
});
 
  • Like
Reactions: Virulenz

Bloep

Member
Sep 2, 2020
310
1,055
Last I remember, they put it on hiatus due to lack of interest.
Surprising that there was that little interest in it.
I remember people here being pretty stoked. Maybe the patrons didn't care much.
Though it makes sense that after the initial releases the novelty would wear off, and people would stick to the porn version instead of the one with 3% of the content. Maybe after they complete the game they could take a crack at it while making the next title.
 

orellion

Member
May 12, 2023
195
144
Surprising that there was that little interest in it.
I remember people here being pretty stoked. Maybe the patrons didn't care much.
Though it makes sense that after the initial releases the novelty would wear off, and people would stick to the porn version instead of the one with 3% of the content. Maybe after they complete the game they could take a crack at it while making the next title.
I don't see why they would need to mess with the story content, just replace the jpg's and gif's, and png's as time allows.
 
  • Like
Reactions: pantypriv
3.80 star(s) 79 Votes