Razzy

New Member
Feb 17, 2018
13
48
Sorry for so many questions but I haven't played this for a while and just restarted and am wondering a few things.

- Are Viktor and Dimka the only ones that have consequences for cheating? I usually end up having mc go for Fedor but I don't think he has any reaction (thankfully).

- Is it possible to have a threesome with the mc's sister and Marcus?

- I saw the dog from wlife was added how do you get him I went to the store and got the bird but don't know how to get the dog.

- Is there a way to increase characters cock sizes and description I want to make Kolka huge but cannot in NPC editor.

- Is there a scene on the apartment roof in pavlosk I thought there was but cannot trigger one so think I am remembering wrong.

- Also I didn't realize Artur was a character in the game I've literally never had that trigger because I don't wander around the market. And it's on a new save where the main character is a virgin and some random dude with a monster cock just wrecks all her holes :ROFLMAO:. Is there any plans to expand on him or have the scene have a variation if the mc is a virgin.
Download Qgen the file that lets you see how Girl life is able to function.... make an extra save for this in case you mess up.

For Kolka and increasing his girth go to Utilities, Find and Replace, then type in npctemp = 34, that will show you Kolka game wise, scroll down too line 682 and you will see $npc_thdick['A<<npctemp>>'] = 'slim', change the word "slim" to "monstrous" Make sure you have the quotations otherwise. Then go to line 683 and you will npc_dick['A<<npctemp>>'] = 14, change 14 to 40. You now have a whitezilla brother. (Also the game has a pain stat.... be aware if you do this... make sure sveta has a high pain tolerance).


If you want to turn every man huge schlong coochie destroyer its a little more time consuming. Like before you go to Utilities, Find and Replace, however you are going to change several files. Put $npc_thdick['A<<npctemp>>'] = 'monstrous' at the SECOND line during Find and Replace. Now you will individually put all of these in ONE BY ONE on the first line. For instance you would put $npc_thdick['A<<npctemp>>'] = 'slim' on the first line and $npc_thdick['A<<npctemp>>'] = 'monstrous' on the second and then put REPLACE ALL. You would have to do it for all of these

$npc_thdick['A<<npctemp>>'] = 'slim'
$npc_thdick['A<<npctemp>>'] = 'well proportioned'
$npc_thdick['A<<npctemp>>'] = 'thicker than average'
$npc_thdick['A<<npctemp>>'] = 'thick'
$npc_thdick['A<<npctemp>>'] = 'massive'

Next takes a little bit longer you are going to remove both lines in the Find and Replace so they are both blank and on the bottom you are going to put npc_dick['A<<npctemp>>'] = 40 . Now on the top you are going to put npc_dick['A<<npctemp>>'] = 6. Do this over and over going up one number at a time like npc_dick['A<<npctemp>>'] = 6 Replace all. Then delete and put npc_dick['A<<npctemp>>'] =7 and then replace all. All the way to 39.

If you did all this correct... every man or futa in your game will have a third leg.


and as a bonus not every male character has this stat npc_spermpot['A<<npctemp>>'] = 11000 but if you want to make the males in this game SUPER VIRILE... just put on some numbers on that 11000. You want to make them incapable of ever knocking sveta up put 0.

Take care
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,567
2,232
What Razzy said will work, until you update the game with the next release. Then you would have to do it all over again every time you use a new update. If you only use the official releases and never use the dev builds or feature lock builds. Then it wouldn't be to bad as you would only have to do it roughly every 3 months.
 
  • Like
Reactions: Razzy

Grim

Active Member
Aug 17, 2016
660
494
If you know how git works then it's probably easier in the long run to just clone the repo and make your personal changes in the code directly. Keep a record of the changes you've made in case there's a merge conflict or if you need to redo them for whatever reason
 

Razzy

New Member
Feb 17, 2018
13
48
What Razzy said will work, until you update the game with the next release. Then you would have to do it all over again every time you use a new update. If you only use the official releases and never use the dev builds or feature lock builds. Then it wouldn't be to bad as you would only have to do it roughly every 3 months.
I have a problem though, i just redownloaded all the girl life files to start the game all over from scratch deleted everything and now that i have. My QSP file wont play any of other images. I have downloaded pretty much all of them.... i have a windows 11 if that helps. But nothin works... and i tried everything i can think of. I know the QSP works because when i play Clean Slate everything loads perfectly but for Girl Life.. none of the images load or the videos.
 

Grim

Active Member
Aug 17, 2016
660
494
I have a problem though, i just redownloaded all the girl life files to start the game all over from scratch deleted everything and now that i have. My QSP file wont play any of other images. I have downloaded pretty much all of them.... i have a windows 11 if that helps. But nothin works... and i tried everything i can think of. I know the QSP works because when i play Clean Slate everything loads perfectly but for Girl Life.. none of the images load or the videos.
Is your folder structure correct? If you don't have the images folder in the correct place then none of them will load. Your Girl Life folder should contain an "images" folder, "sound" folder, and the glife.qsp file
Code:
Girl Life
    images
        ...
    sound
        ...
    glife.qsp
 

maankamara

Member
Sep 16, 2017
443
732
I played around the code a bit and created a little mod for myself to enjoy and to try out the qsp creation process. I thought I'd share it here in case somebody else finds it interesting.

The general premise is that the fairy in the park will curse you with a magical tattoo that starts to guide you towards having kids by messing around with your body and items. To start with the content, install the mod and then shoo the fairy a couple of times until it curses you normally. The mod will then add my extras. Be aware that this is my absolute first qsp project and I am not a professional coder to begin with so there can and will be issues and bugs. And even without bugs the mod isn't terribly sophisticated. So make backup saves just in case. I did test it a bit and didn't run into any immediate issues but let me know what you run into. Also general feedback is welcome and encouraged, for both code structure and content.

The effects start off slow, and for best effects you might want to resist peeking under the hood about what exactly it does before trying it out. As a general rule, if something works to prevent kids then this mod likely acts to reverse those effects. So try to keep vigilant. And I am aware there are issues with kids in general in the main game - those will doubtless lessen the enjoyment of this mod right now but hopefully in the future things will look better. Who knows I might even have time to take a look at the main code once I get a bit more comfortable with the system.

Created on linux, if it doesn't run on windows at all then it's some form of encoding issue. Let me know if you run into something like that.

Tags: pregnancy, magic, involuntary

To install: extract where the main game qsp file is. The files should be structured so that they go into right places. qsp into mod directory and the custom tattoo into images. Then, in game go to the settings, mod page & click install. The name is 'broodseal'.

1.1
- Initialized condoms to prevent odd behavior if you had none.
- reduced all the event chances, especially arousal.
 
Last edited:

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,567
2,232
I have a problem though, i just redownloaded all the girl life files to start the game all over from scratch deleted everything and now that i have. My QSP file wont play any of other images. I have downloaded pretty much all of them.... i have a windows 11 if that helps. But nothin works... and i tried everything i can think of. I know the QSP works because when i play Clean Slate everything loads perfectly but for Girl Life.. none of the images load or the videos.
First would be what Grim said above and second which player are you using?
 

Razzy

New Member
Feb 17, 2018
13
48
Is your folder structure correct? If you don't have the images folder in the correct place then none of them will load. Your Girl Life folder should contain an "images" folder, "sound" folder, and the glife.qsp file
Code:
Girl Life
    images
        ...
    sound
        ...
    glife.qsp
Yeah my folder looks like this...


First would be what Grim said above and second which player are you using?
Qqsp-1.9.0

and i have tried other versions of sonnix too.
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,567
2,232
Yeah my folder looks like this...



Qqsp-1.9.0

and i have tried other versions of sonnix too.
take a screen shot of the player while it has the text etc for a event with out showing a image and post it up here.

Also open your image folder and take a screen shot of that and post it.
 
  • Like
Reactions: maestro9109

Voxx221

Newbie
Aug 25, 2021
74
33
So I got kidnapped and abducted what is the chances of being released? I rather not start a new save.
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,567
2,232
Yeah been stuck in the dudes basement for 2 in game days so far constantly being raped over and over is there any ending to it or i'm I screwed?
there is a ending, I don't remember how long and when, or even how it ends. I just know it does end, maybe after a week? I honestly don't know. I personally don't like that so other than helping testing it many many years ago I have never looked at it again.

Kevin should know, he eats enough brains he tends to remember these things.
 
Jul 30, 2017
20
18
Yeah been stuck in the dudes basement for 2 in game days so far constantly being raped over and over is there any ending to it or i'm I screwed?
it's gonna take waaaay more than two days to get out of that one, first they gotta break you, then they gotta train you.
If you want out fast I'd say just go with Emergency Exit button
 

Jaekynk

Newbie
Mar 20, 2018
77
111
Is there sharing content?

Most I found was dating Vitek and having gangbangs with the boys but they don't seem to acknowledge it.
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,567
2,232
Is there sharing content?

Most I found was dating Vitek and having gangbangs with the boys but they don't seem to acknowledge it.
there is some, Anushka has a number of 3 some and even some group content with her. Fedor has some with Ivan etc. Igor, Artem, and several others don't

Ones I can think of off the top of my head and take this list with a grain of salt as i am trying to do it from memory, but character story arcs that have 3somes etc in them are
Anushka
Vasily(Vitek)
Fedor(but limited)
Niko
Kolka
Katja(but limited)
Djibril

The ones that say but limited means at most 20-25% of their scenes involve other NPC's the rest I would say about 30-40% of their scenes involve other NPC's, some like Djibril even more, which I think it is about 75% of his.
 

Kassan06969

Well-Known Member
Apr 14, 2022
1,679
2,464
Be nice if there was more DP outside porn or 4-way in or out (dicks in pussy, ass and mouth at the same time.)
 
4.30 star(s) 80 Votes