Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,013
2,643
Are there any mods currently worth using? I've had a lot of bad experiences with mods for Girl Life in the past (not recent playthroughs, it's been a while and I'm not using any currently). They either did one of two things (or both):
  1. Very buggy or poorly written
  2. Not lore friendly - they don't compliment the game well - the mod doesn't feel like a natural extension to the game
I'm all for complimenting the game and adding things that are generally considered lore friendly (with some wiggle room of course for creative freedom). For example the revevents mod adds sex with the stepfather without any buildup or long corruption path, so I wouldn't use that mod. The dev team recently added in content from the brother mod (content which was complimentary to the game). There are things in the brother mod that aren't lore friendly that were skipped.

A big problem I'm seeing is that a lot of the mods are old and not well maintained if not abandoned. I'm most likely answering my own question which is probably no. If the mod doesn't feel like a natural extension to the game or has too many bugs then I'm most likely not interested.
Typically if mods are lore friendly and work to some extent they will get merged to the main game. The few exceptions have been when mod authors have not wanted us to do this.
 
  • Like
Reactions: skybarbie

mspman

Member
Jul 6, 2017
226
42
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?
 

onion_guy

New Member
Sep 17, 2019
9
4
nae problem wi' rdna 3 or 3.5 here? fit card are ye using.
Hello Br*tish fellow, I'm using RX 6800 XT

Also, I drop trying to fix this AMD problem in Windows and I just rebuilt it and running in WSL. Wasting time is my hobby, at least I was able to implement autosave every 1 minute rotating up to the 30 saves
 
Last edited:

skybarbie

Active Member
Aug 18, 2022
676
1,785
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
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

Engaged Member
Game Developer
Nov 2, 2017
3,953
2,505
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
142
138
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
676
1,785
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
676
1,785
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
142
138
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
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
676
1,785
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
676
1,785
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
471
595
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
471
595
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
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
226
42
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,013
2,643
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.
 
4.30 star(s) 87 Votes