SexGameSluts — Who Will You Fuck First? Play Now!
x

skybarbie

Active Member
Aug 18, 2022
700
1,877
211
Version 0.9.6
inhibition 45

The MC has done lots of weeks of work at Aphrodite modeling lots doing full nude.

The extra jobs offer has never popped up like it used to.
I even cheated and pumped up modeling skill so the MC could do fashion. Still no extra jobs.


Has anybody gotten the extra jobs offer?
Yes, just recently they told me that I now qualify for extra side jobs. I did the naked walk through the street a while ago (much earlier in the game) and then I got told about doing extra side jobs. I attached my save game if you'd like to take a look. It's at the start of a new side job offer.
 

ckkitty296

New Member
Feb 7, 2023
3
3
117
Yes, just recently they told me that I now qualify for extra side jobs. I did the naked walk through the street a while ago (much earlier in the game) and then I got told about doing extra side jobs. I attached my save game if you'd like to take a look. It's at the start of a new side job offer.
Can you tell me how to start the volleyball coach questline? I played your save and saw you can choose "Ask him for a massage". I got stuck right after becoming a substitute, the quest asks me "Maybe I should ask him about the rumors of him playing for the European championship winning team in the past?", but I don't see any choices leading to that.
 
  • Like
Reactions: shizzlenizzle

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,041
2,584
468
Is there a plan for the player to fall at the same time as Sonia? As the drunk player can be involved in some of the events.
No but a similar thing can happen to you, after Sonia. if you are a nerd, cool kid, jock and pretty. If you have out with Vitek, Dan, Vasily, Roman, and Paulina deep in the park.
 
  • Like
Reactions: plsstob

TaurusBR

Member
Oct 7, 2019
158
148
178
Someone made a mistake with their finger and got the code wrong.
It's either predsum or predsumm, the two don't match and generate an error and the rental offer remains at 0 rubles.
Code:
if obkvsdam = 0 and func('homes_properties', 'is_property_of_status', 'owned', 'city_apartment') and $husID = '' and $wifID = '':
            act 'Rent out your city residential apartment': obkvsdam = 1 & gt 'komp', 'sale'
        elseif obkvsdam > 0:
            act 'Check if you got any replies':
                cla
                if obkvsdam = 1:
                    'Nobody has responded to your offer to rent out your apartment yet.'
                elseif obkvsdam > 1:
                    predsum = 14000 + (obkvsdam*1000)
                    'Someone wants to stay in your apartment for a month! They''re offering you <<predsumm>> <b>₽</b> in cash.'

                    act 'Accept the offer':
                        gs 'homes_properties', 'tenants_move_in', 'city_apartment', iif(month + 1 > 12, 1, month + 1), MIN(day, monthsEnd[tenant_endmonth])
                        karta += predsumm
                        gt 'komp', 'start'
                    end
                    killvar 'predsum'
                end
The first one worked for me, predsum. :coffee::)
 

skybarbie

Active Member
Aug 18, 2022
700
1,877
211
Can you tell me how to start the volleyball coach questline? I played your save and saw you can choose "Ask him for a massage". I got stuck right after becoming a substitute, the quest asks me "Maybe I should ask him about the rumors of him playing for the European championship winning team in the past?", but I don't see any choices leading to that.
I don't recall doing anything special. I did volleyball training at the community center for a month and then talked with the coach and he invited me to be on the volleyball team which I accepted. I had good fitness stats when I asked. I then just kept talking and flirting with him until I won several games. He refused to give me a massage for a while but after some more time he took me back and gave me a massage until it turned sexual. I'm giving him blowjobs right now but looking at the code it will go all the way to vaginal and anal sex. I go to lots of volleyball practices at the community center with the team on a regular basis.
 

skybarbie

Active Member
Aug 18, 2022
700
1,877
211
Someone made a mistake with their finger and got the code wrong.
It's either predsum or predsumm, the two don't match and generate an error and the rental offer remains at 0 rubles.
Code:
if obkvsdam = 0 and func('homes_properties', 'is_property_of_status', 'owned', 'city_apartment') and $husID = '' and $wifID = '':
            act 'Rent out your city residential apartment': obkvsdam = 1 & gt 'komp', 'sale'
        elseif obkvsdam > 0:
            act 'Check if you got any replies':
                cla
                if obkvsdam = 1:
                    'Nobody has responded to your offer to rent out your apartment yet.'
                elseif obkvsdam > 1:
                    predsum = 14000 + (obkvsdam*1000)
                    'Someone wants to stay in your apartment for a month! They''re offering you <<predsumm>> <b>₽</b> in cash.'

                    act 'Accept the offer':
                        gs 'homes_properties', 'tenants_move_in', 'city_apartment', iif(month + 1 > 12, 1, month + 1), MIN(day, monthsEnd[tenant_endmonth])
                        karta += predsumm
                        gt 'komp', 'start'
                    end
                    killvar 'predsum'
                end
The first one worked for me, predsum. :coffee::)
Yep, looks like there's two instances of 'predsumm' that need to be changed to 'predsum'. One of the devs for the game will have to fix it - Kevin Smarts
 

TaurusBR

Member
Oct 7, 2019
158
148
178
Yep, looks like there's two instances of 'predsumm' that need to be changed to 'predsum'. One of the devs for the game will have to fix it - Kevin Smarts
Yeah, that was one of the two issues reported in my previous comment, but it went unnoticed, that's okay. So, I've already left the code to fix in a future update. The other one is the infinite loop, when you try to rent the apartment in Pavlosk (if Sveta is pregnant, it always goes back to the intro).
Code:
                act 'I won''t leave my children':
                    cla
                    shared_apt['pavIntroStep'] = 0
                    '<font color=#<<$pcs_font>>>"OK, I will make do with my current accommodation.'
                    '<font color=#<<$Yakov[''font'']>>>"We understand"</font>'
                    '<font color=#<<$Nestor[''font'']>>>"Damn"</font>'
                    '<font color=#<<$Oleg[''font'']>>>"No problem <<$pcs_firstname>>"</font>'
                    act 'Continue':gt 'pav_shared_apt', 'intro'
                end
And hey skybarbie, thanks for the addon and the additional Christina event. I wonder how much it will cost you if you add everything in every update. So, is there any chance you could turn the addon into a mod?
 
Last edited:
  • Like
Reactions: Kevin Smarts

ckkitty296

New Member
Feb 7, 2023
3
3
117
I don't recall doing anything special. I did volleyball training at the community center for a month and then talked with the coach and he invited me to be on the volleyball team which I accepted. I had good fitness stats when I asked. I then just kept talking and flirting with him until I won several games. He refused to give me a massage for a while but after some more time he took me back and gave me a massage until it turned sexual. I'm giving him blowjobs right now but looking at the code it will go all the way to vaginal and anal sex. I go to lots of volleyball practices at the community center with the team on a regular basis.
I joined Starlets, so I could only practice volleyball with the team on Tuesdays, Thursdays, and the tournament on Saturdays. After I let Sveta maintain this practice schedule for about 2 months without any new progress, I stopped practicing volleyball and only participated in the tournament on Saturdays. I also asked him about massage, when he said no I reloaded the save before asking. I think this is the reason. Thank you very much.
I found a topic about this issue in the bug report on discord, it seems the developers are trying to redo it but everyone is too busy with other characters they are in charge of, so I assumed that this is because they temporarily closed this route. But it seems that massage is still possible.
 

skybarbie

Active Member
Aug 18, 2022
700
1,877
211
Yeah, that was one of the two issues reported in my previous comment, but it went unnoticed, that's okay. So, I've already left the code to fix in a future update. The other one is the infinite loop, when you try to rent the apartment in Pavlosk (if Sveta is pregnant, it always goes back to the intro).
Code:
                act 'I won''t leave my children':
                    cla
                    shared_apt['pavIntroStep'] = 0
                    '<font color=#<<$pcs_font>>>"OK, I will make do with my current accommodation.'
                    '<font color=#<<$Yakov[''font'']>>>"We understand"</font>'
                    '<font color=#<<$Nestor[''font'']>>>"Damn"</font>'
                    '<font color=#<<$Oleg[''font'']>>>"No problem <<$pcs_firstname>>"</font>'
                    act 'Continue':gt 'pav_shared_apt', 'intro'
                end
And hey skybarbie, thanks for the addon and the additional Christina event. I wonder how much it will cost you if you add everything in every update. So, is there any chance you could turn the addon into a mod?
If Kevin Smarts hasn't fixed this yet, the following just needs to be changed in your code paste:

act 'Continue':gt 'pav_shared_apt', 'intro'

to:

act 'Continue': gt 'pav_complex', 'start'

This will fix the infinite loop and close the dialog properly.

You're welcome with the new Christina event. I'll keep adding it as long as I'm actively playing the game. I mentioned in my release post that I won't turn it into a mod. I have yet to use a mod for Girl Life that worked well (all are buggy and most are very buggy). Either the modding system isn't what it needs to be to be fully functional or 100% of the modders are bad coders. I'm leaning towards the first scenario. So no, I won't turn it into a mod. It would be great if they'd just add it to the game but I doubt they will as the developer over Christina is planning on doing something similar in Uni but hasn't done it yet. Like I said, we're all in limbo until the developer decides to do something with Christina. In my opinion I beat them to it but that's not how it works unfortunately...
 

skybarbie

Active Member
Aug 18, 2022
700
1,877
211
I joined Starlets, so I could only practice volleyball with the team on Tuesdays, Thursdays, and the tournament on Saturdays. After I let Sveta maintain this practice schedule for about 2 months without any new progress, I stopped practicing volleyball and only participated in the tournament on Saturdays. I also asked him about massage, when he said no I reloaded the save before asking. I think this is the reason. Thank you very much.
I found a topic about this issue in the bug report on discord, it seems the developers are trying to redo it but everyone is too busy with other characters they are in charge of, so I assumed that this is because they temporarily closed this route. But it seems that massage is still possible.
I cheat time frequently so I can do both on the same day. I'm not saying you should it's just what I do. All the massage blowjobs with Coach Pavlovich led to this at gym class making Christina jealous. I love making Christina jealous and turning the tables on her.

You don't have permission to view the spoiler content. Log in or register now.

Coach Pavlovich told me no quite a few times when I asked for a massage until he finally gave in. I don't know what the conditions are that allowed it as I haven't dug into this part of the code.
 

Dybbuk

Member
Feb 19, 2019
483
644
272
Someone made a mistake with their finger and got the code wrong.
It's either predsum or predsumm, the two don't match and generate an error and the rental offer remains at 0 rubles.
Code:
if obkvsdam = 0 and func('homes_properties', 'is_property_of_status', 'owned', 'city_apartment') and $husID = '' and $wifID = '':
            act 'Rent out your city residential apartment': obkvsdam = 1 & gt 'komp', 'sale'
        elseif obkvsdam > 0:
            act 'Check if you got any replies':
                cla
                if obkvsdam = 1:
                    'Nobody has responded to your offer to rent out your apartment yet.'
                elseif obkvsdam > 1:
                    predsum = 14000 + (obkvsdam*1000)
                    'Someone wants to stay in your apartment for a month! They''re offering you <<predsumm>> <b>₽</b> in cash.'

                    act 'Accept the offer':
                        gs 'homes_properties', 'tenants_move_in', 'city_apartment', iif(month + 1 > 12, 1, month + 1), MIN(day, monthsEnd[tenant_endmonth])
                        karta += predsumm
                        gt 'komp', 'start'
                    end
                    killvar 'predsum'
                end
The first one worked for me, predsum. :coffee::)
Fixed
can someone tell me where the gentleman club is? There was the interaction at the study with nicholas and his business partner but now nothing. Am i missing sth?
If Kevin Smarts hasn't fixed this yet, the following just needs to be changed in your code paste:

act 'Continue':gt 'pav_shared_apt', 'intro'

to:

act 'Continue': gt 'pav_complex', 'start'

This will fix the infinite loop and close the dialog properly.

You're welcome with the new Christina event. I'll keep adding it as long as I'm actively playing the game. I mentioned in my release post that I won't turn it into a mod. I have yet to use a mod for Girl Life that worked well (all are buggy and most are very buggy). Either the modding system isn't what it needs to be to be fully functional or 100% of the modders are bad coders. I'm leaning towards the first scenario. So no, I won't turn it into a mod. It would be great if they'd just add it to the game but I doubt they will as the developer over Christina is planning on doing something similar in Uni but hasn't done it yet. Like I said, we're all in limbo until the developer decides to do something with Christina. In my opinion I beat them to it but that's not how it works unfortunately...
Fixed as well. Getting access to the project to fix bugs is pretty simple, in case you guys want to do it directly there :)
 

Dybbuk

Member
Feb 19, 2019
483
644
272
where can I download mods?
Some are uploaded on the discord channel by their authors, some on the , but other than Revents, Whore life and the Ranch, I don't think they have been updated to the latest version, so they may break your game. Support is provided by their author... if you find them.
Suerte
 

EviLive

New Member
Mar 27, 2018
5
1
206
first night parents house bed, i get an error and can not go to sleep. no mods.

error is: location:shortgs
area: on visit
line: 10
code: 104
desc:file not found!

can do anything else jsut not sleep and end day.
(on windows, tried 2 different qsp players posted here)
 
Last edited:

mspman

Member
Jul 6, 2017
233
45
253
Yes, just recently they told me that I now qualify for extra side jobs. I did the naked walk through the street a while ago (much earlier in the game) and then I got told about doing extra side jobs. I attached my save game if you'd like to take a look. It's at the start of a new side job offer.
What is the "naked walk"?
Yes, just recently they told me that I now qualify for extra side jobs. I did the naked walk through the street a while ago (much earlier in the game) and then I got told about doing extra side jobs. I attached my save game if you'd like to take a look. It's at the start of a new side job offer.

Thank you for the save.

That save is one I have never received playing in this version. It used to be the MC came to the agency in and there was a offer leading to a scene in an apartment posing topless. After the event a box popped up saying the MC is now something like a trusted model and the specials started happening. Then this sometims showed up later too along with other speclal offers all when the MC walked in. In this game version the MC is way past when those events used to happen.
 

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,039
2,690
450
first night parents house bed, i get an error and can not go to sleep. no mods.

error is: location:shortgs
area: on visit
line: 10
code: 104
desc:file not found!

can do anything else jsut not sleep and end day.
(on windows, tried 2 different qsp players posted here)
That seems to be the automatic save game. Try running QSP as admin, it might be denial of rights to save the game.
 

mspman

Member
Jul 6, 2017
233
45
253
Version 0.9.6
School Girl start
June start
Jock dancer

when school starts in September the
Full Morning routine for School
is messed up it always dresses the MC in a long shirt school uniform no 6 that the students make fun of instead of the wardrobe saved outfit named school which has the blacked tang marked SCHOOL on it.
 

ckkitty296

New Member
Feb 7, 2023
3
3
117
I cheat time frequently so I can do both on the same day. I'm not saying you should it's just what I do. All the massage blowjobs with Coach Pavlovich led to this at gym class making Christina jealous. I love making Christina jealous and turning the tables on her.

You don't have permission to view the spoiler content. Log in or register now.

Coach Pavlovich told me no quite a few times when I asked for a massage until he finally gave in. I don't know what the conditions are that allowed it as I haven't dug into this part of the code.
It seems I found the trigger condition for the volleyball coach's "Ask him for a massage" event. Here's what I did:
- Have a relationship of about 30+ with the coach.
- Be a substitute on the team.
- Talk to coach
- Click 15 times on the "Flirt with him" line (no text will appear). Then select the "Ask him for a massage" line, the text on this line will change.
- Click 10 more times on the "Flirt with him" line (no text will appear). Then select the "Ask him for a massage" line, enjoy.
 

skybarbie

Active Member
Aug 18, 2022
700
1,877
211
What is the "naked walk"?
Don't save your game afterwards but use this in the console to see the event:

gt 'talent_agency', 'SMTV_confident'

You are referred to this event by the modeling agency while modeling but do it with the talent agency.
 
4.30 star(s) 88 Votes