Kurobatique

Member
Oct 11, 2019
284
296
Honestly there should be a male protagonist tag, since the player character starts as fully male, and can potentially stay that way, become futa (or other intersex variants) or become full female.
Yeah but if there is a forced transformation can we still say it's gay ?
 

luanis

Newbie
Jan 20, 2019
26
13
After the task for the wet t-shirt contest, there is no more progress with Julia, I tried everything.
 

Scoooter22

Member
Nov 7, 2019
132
30
I think I'm stuck. I followed Ryan's quest to the point where I was teasing Jim at the office, got to watch the DVD with Angela and the boss sent me on 1 alone meeting which I sabotaged. Now Ryan keeps calling me to his house to discuss Jim and tells me to send him to Ryan for financial tips. Problem is Jim isn't coming to me for help which makes Ryan call me to his house every few days to tell me to send Jim to him. Also it seems like the boss isn't sending me to client meetings anymore. Did I mess something up? Can it be fixed? Thx
 

Relinquished

New Member
Apr 17, 2018
14
9
Just tried this game and got this error.

Screenshot 2020-11-03 204024.png

After clicking the ok button, the screen turns blank

Screenshot 2020-11-03 204127.png
Does anyone know how to solve this?

EDIT: solved. Used QSP player instead of the QQSP player mentioned in the installation folder.
 
Last edited:

souldead341

Engaged Member
Oct 16, 2017
2,075
2,084
Yeah but if there is a forced transformation can we still say it's gay ?
Well, there is fully male on male sex, which is by definition gay sex, so... It doesn't need to be the only or even majority content of the game to be a tag, and the transformation doesn't actually have to happen (though hard to achieve without cheating admittedly).
 

miki22

Member
Jun 27, 2020
429
60
dWi5BlJ.png
where first man rent kick me out they took my all clothes and i go rent apartment i cant go outside cause no have shoes and some clothes are missed 1Il7IUT.png
 

McKraken

Newbie
May 13, 2017
87
132
Checking the game out for the first time. Looks good so far, BUT I did hit a bug:

I went to the University Library (on my own, no mission or anything) and went inside. It only let me approach the front desk, then head back to the lobby or whatever, then front desk; in other words, an inescapable loop. Unless I missed something, there was no way to back all the way out.
 

Candy1970

Well-Known Member
Jan 14, 2018
1,309
1,346
since the update i cant get any of the pictures to load into qsp and yes im using the version 1.9 can anyone tell me what the issue might be
make sure your game file is in the same folder with the pics folder but not in the folder with them , i had to move things around to make it work
 
Jul 25, 2019
78
64
i don't suppose someone can give a walkthrough of the office takeover route can they? i did angela first now i cant get her to watch the dvd. i am doing jim in office but ryan hasn't talked to you about how to sabotage jim and michal. i sabotaged 2 meetings but michal wasn't taking jims advice yet.... did i fuck things up and need to restart this whole damn game now or is there something i'm not getting. i so hate this complicated and glitchy takeover it is so confusing.
 
Jul 25, 2019
78
64
i don't suppose someone can give a walkthrough of the office takeover route can they? i did angela first now i cant get her to watch the dvd. i am doing jim in office but ryan hasn't talked to you about how to sabotage jim and michal. i sabotaged 2 meetings but michal wasn't taking jims advice yet.... did i fuck things up and need to restart this whole damn game now or is there something i'm not getting. i so hate this complicated and glitchy takeover it is so confusing.
or better yet can i just get a save or a couple around the events of this like watching the dvd with angie and fing up last meeting is currently the 2 i'd like to see the most before the resolution of this route.
 
May 31, 2019
320
396
Checking the game out for the first time. Looks good so far, BUT I did hit a bug:

I went to the University Library (on my own, no mission or anything) and went inside. It only let me approach the front desk, then head back to the lobby or whatever, then front desk; in other words, an inescapable loop. Unless I missed something, there was no way to back all the way out.
Go into the phone settings, and there should be an "Emergency Escape" button. This is one of those times to use it.
 
  • Like
Reactions: McKraken

koriyou

New Member
Aug 16, 2016
5
0
Guys how many times do i have to read the bimbo magazine to get the flaunt it trait because i've been doing it for ages and it dosen't seem to work ...
 
Jul 25, 2019
78
64
Guys how many times do i have to read the bimbo magazine to get the flaunt it trait because i've been doing it for ages and it dosen't seem to work ...
agreed like how low does your inhibitions have to be and can someone show screen shots of wardrobe every time i try to get it apparently im not eqiping right outfits or something because i make the inhibition -200 with the cheat so its really low
 

FA80

Active Member
Apr 22, 2017
506
437
Guys how many times do i have to read the bimbo magazine to get the flaunt it trait because i've been doing it for ages and it dosen't seem to work ...
Here is the code about the mag:
Code:
    elseif $ARGS[1] = 'Bimbo':
        cla & *clr
        minutes += 15
        mc_bimboBuff += 5
        '<center><img src="Images/Shared/Magazines/Bimbo/' + rand (1,8) + '.gif" height="350" /></center>'
        'You don''t remember reading anything specific, but a glance at the clock shows at least 15 minutes has passed. That''s weird...'
        if bimboChange = 1:
            killvar 'bimboChange'
            :bimboLoop
            rando = rand(1,3)
            if rando = 1:
                if arrpos('mc_traits',1) ! -1 and arrpos('mc_traits',11) ! -1: jump 'bimboLoop'
                gs 'GenerateTraits','Assign',1
            elseif rando = 2:
                if arrpos('mc_traits',8) ! -1: jump 'bimboLoop'
                gs 'GenerateTraits','Assign','hugeFlirt'
            elseif rando = 3:
                if outfit_minInhib  <= 10:
                    if arrpos('mc_traits',12) = -1: gs 'GenerateTraits','Assign','flauntIt'
                else
                    outfit_minInhib -= 10
                    mc_inhib -= 1
                    mc_femLevel += 1
                end
            end
        else
            mc_bimboBuff += 5
        end
TLDR: Reading the mag will raise your bimbo stat. When that stat is high enough there will be a rng giving you a) "All dolled up", b) "Constant flirt" c) lower clothing inhibition ... or if that is low enough "flaunt it" .

So it can be a few times or forever...

agreed like how low does your inhibitions have to be and can someone show screen shots of wardrobe every time i try to get it apparently im not eqiping right outfits or something because i make the inhibition -200 with the cheat so its really low
About the "flaunt it" trait pls look above. I will correct the description in my support post.





Ahem... well, nobody told me the add-trait cheat was deactivated in the cheat mod. :( ... it is back in and you may unlock any trait by cheat now...
 
Last edited:

koriyou

New Member
Aug 16, 2016
5
0
Here is the code about the mag:
Code:
    elseif $ARGS[1] = 'Bimbo':
        cla & *clr
        minutes += 15
        mc_bimboBuff += 5
        '<center><img src="Images/Shared/Magazines/Bimbo/' + rand (1,8) + '.gif" height="350" /></center>'
        'You don''t remember reading anything specific, but a glance at the clock shows at least 15 minutes has passed. That''s weird...'
        if bimboChange = 1:
            killvar 'bimboChange'
            :bimboLoop
            rando = rand(1,3)
            if rando = 1:
                if arrpos('mc_traits',1) ! -1 and arrpos('mc_traits',11) ! -1: jump 'bimboLoop'
                gs 'GenerateTraits','Assign',1
            elseif rando = 2:
                if arrpos('mc_traits',8) ! -1: jump 'bimboLoop'
                gs 'GenerateTraits','Assign','hugeFlirt'
            elseif rando = 3:
                if outfit_minInhib  <= 10:
                    if arrpos('mc_traits',12) = -1: gs 'GenerateTraits','Assign','flauntIt'
                else
                    outfit_minInhib -= 10
                    mc_inhib -= 1
                    mc_femLevel += 1
                end
            end
        else
            mc_bimboBuff += 5
        end
TLDR: Reading the mag will raise your bimbo stat. When that stat is high enough there will be a rng giving you a) "All dolled up", b) "Constant flirt" c) lower clothing inhibition ... or if that is low enough "flaunt it" .

So it can be a few times or forever...



About the "flaunt it" trait pls look above. I will correct the description in my support post.





Ahem... well, nobody told me the add-trait cheat was deactivated in the cheat mod. :( ... it is back in and you may unlock any trait by cheat now...
Wow thanks a lot !
 

luanis

Newbie
Jan 20, 2019
26
13
Is there any way to complete the task for the wet t-shirt contest? I just want to make progress with Julia.
 

Scoooter22

Member
Nov 7, 2019
132
30
I think I'm stuck. I followed Ryan's quest to the point where I was teasing Jim at the office, got to watch the DVD with Angela and the boss sent me on 1 alone meeting which I sabotaged. Now Ryan keeps calling me to his house to discuss Jim and tells me to send him to Ryan for financial tips. Problem is Jim isn't coming to me for help which makes Ryan call me to his house every few days to tell me to send Jim to him. Also it seems like the boss isn't sending me to client meetings anymore. Did I mess something up? Can it be fixed? Thx
Anybody?
 
3.10 star(s) 22 Votes