Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,044
2,586
468
how do I see the new therapist stuff?
how do I see the new kendra stuff?
It is always like this, the changelog is just a list of new stuff and not how to reach them :(
Don't know

Kendra stuff is some in her room like most of her content and the rest is if you attend elective class with her. I can't recall off the top of my head which one she takes, but you can take more than one elective. If I recall there is currently only 3 and you can take 3 a year.
 

Derryth

Member
Mar 23, 2019
310
178
128
how do I see the new therapist stuff?
how do I see the new kendra stuff?
It is always like this, the changelog is just a list of new stuff and not how to reach them :(
Other than the people who write for that content, most of us don't know either. Even those of us on the Wiki staff...who would otherwise update the wiki with said information...*hint hint for creators*
 

Wener

Member
Nov 6, 2017
291
247
207
Main road between pav and city, I think. From what I've seen on Discord.
Only work I can find there is the BDSM hotel. Would that be it? If you happen to know. I also tried the "Give blowjobs at the Nightclub's mens bathroom" job from the wiki but nothing happens going in them. I haven't played for a long time so I don't know if it's a wiki error or what.
 

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,044
2,586
468
Other than the people who write for that content, most of us don't know either. Even those of us on the Wiki staff...who would otherwise update the wiki with said information...*hint hint for creators*
I am not following... it seems you want ... something... but it isn't clear.
 

Derryth

Member
Mar 23, 2019
310
178
128
Only work I can find there is the BDSM hotel. Would that be it? If you happen to know. I also tried the "Give blowjobs at the Nightclub's mens bathroom" job from the wiki but nothing happens going in them. I haven't played for a long time so I don't know if it's a wiki error or what.
Asking Netuttki now... I'll have an answer soon
 
  • Like
Reactions: Wener

xMxTxR

Newbie
Feb 27, 2018
59
6
204
Do you have to download the whole game again, or just an update and a new qsp is enough? I have downloaded the previous version. well thank you
 

Derryth

Member
Mar 23, 2019
310
178
128
Do you have to download the whole game again, or just an update and a new qsp is enough? I have downloaded the previous version. well thank you
if you have the 0.9.0 version, you only need the new 0.9.1 qsp, and the 0.9.0-0.9.1 Image Update that has your file overwrites for your Image folder. I'm not aware of any new sound files for this update.
 

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,039
2,690
450
I know, I've been playing it since 2017. I'm comparing the weekly therapist hotel scene with the daily therapist office scene here, I'm not talking about the overarching plot of the whole game.

It doesn't really make sense that you can only visit the therapist once a week in the hotel when you can visit him daily in his office.
The way it will work once Hidden Flame gets things adjusted to work as he wants it to will be a regular weekly appointment for the early content followed by the weekend only hotel stuff before it moves on to more of a live with the therapist situation. Right now we have the early stuff as Thavus wrote it with some of HF’s hotel bits and that’s why it has such disconnect.
They think they found the problem, during the last Feature Lock, but to fix it...would have broken the code more and delayed the latest release. Its been a problem for years...and hopefully it will get fixed sometime during this Dev Cycle. It's a flaw inherent in the old code..and the whole system needs an overhaul.
The lovers is our focus for this new cycle and our intent is to replace the current random bf/gf stuff with something based on the fuckbuddies/hookups system hornguy6 built.
 
  • Like
Reactions: domdale

lolz008

Member
Dec 13, 2019
109
101
166
The new therapist stuff seems limited to 3-4 added events to the hotel. The first hotel visit was in the last version.

One the second visit he changes the greeting and starts training your conscious mind and showers with you (blowjob). You can also bite his dick and escape from therapist events.

On the third visit he starts training you to be a house servant (clean up things), and tells you that he wants you to visit someone to make your breasts bigger if they're small (which I hope stays optional, but whatever). You also fully consciously wake up in his bed with him beside you.

On the fourth he starts to test you by making you sit alone in his room while he leaves to get food. If your intelligence is high enough (>=90) you can read some of his hypnotism books and start to learn how to hypnotize people (unimplemented path).

After submitting on the fourth event enough (4+ times) you get to a point of no return in his questline (not yet implemented), where you can run away to the cops and they basically laugh your story off and charge you $500, or submit to him permanently. Submitting yields you consciously saying you want him to impregnate you, as well as waking up to him fucking and creampie-ing you. But after the event closes you are returned to normal gameplay (since the rest is not implemented).

Most events discussed above also have an option to rebel that end that event immediately and some

If you want to cheat the game you can open the console in the market and enter the following commands, then enter the hotel:
Code:
week = 6
hour = 20
therapist_key = 2
pcs_traits['commando_lvl'] = 3
therapist_key[1] = 0 (or any value  != daystart)
therapistQW['escaped'] = 0
That should allow you to access the therapist hotel events.

To further access the subsequent events enter the following commands:
Code:
therapistQW['hotel_visits'] = x (x can be 0-3 to to get whatever events you want)
therapistQW['hotel_submit'] = 5 (to access final event currently implemented, hotel_visits must be greater than 2 to access this event)
I recommend anyone trying to learn the inner mechanics of the game use a program called qgen that comes with qqsp. It allows you to see the inner workings of all events, and is fairly easy to read as far as code languages go. You can also use it to make your own events or edit events to your liking rather simply. I regularly use it to change the family's schedules and triggers for quests so I don't have to grind.
 
Last edited:

lolz008

Member
Dec 13, 2019
109
101
166
Also, there is a small bug with the new sleep system, which I can easily trigger with the final therapist sleep scene. It spams an integer value repeatedly during the sleep loop.

I believe the error lies in line 35 of sleep_simple
Code:
        sleepVars['time_to_full']
This value should be getting assigned or used in a comparison. I don't know what its full intent is as I didn't read through the whole file, but as it is now this line can be safely removed.
 
Last edited:

Thorxic

New Member
Jan 20, 2021
13
10
37
I tried searching the thread but couldn't find anything, (maybe I'm bad at searching,) so I'm gonna ask instead.

If I have a fairly long list of Dynamic Input Commands that I use frequently, is there a way to use multiple Dynamic Input Commands in a single input? Like: "Command1, command2, command3, command4." parsing four commands, instead of having to open the console four times?
 

HoodedSilence

That which passes is forgotten.
Game Developer
Jan 18, 2023
375
272
187
If I have a fairly long list of Dynamic Input Commands that I use frequently, is there a way to use multiple Dynamic Input Commands in a single input? Like: "Command1, command2, command3, command4." parsing four commands, instead of having to open the console four times?

Try Command 1 & Command 2 etc

The & symbol links code
 

leg28

Well-Known Member
Aug 15, 2018
1,089
1,997
357
I would just delete it all and do a fresh install at this point.
thanks. i was confused since previous pack was much bigger in gb than new one.
so what i need exactly from gdrive folder you mentioned earlier for fresh instal:
0.9.1 Core Pack (Optimized)
0.9.1 Core Sound Pack
Girl Life 0.9.1.0.qsp
Optional Hair Color Pack
Update 0.9.0 to 0.9.1 Image Pack
(i pressume i need to create new folder to extract all)
 
4.30 star(s) 88 Votes