Sep 26, 2020
325
406
Wait. I read somewhere that you can even die while giving birth. Is that true?
It sure is. Anywhere from 11 (Belarus), 17 (Norway) or 20 (Poland) to 10470 (Nigeria), 10630 (Chad) or 12630 (South Sudan) per million live births is fatal for the mother.
In Russia in 2017, it was 170 per million live births.
In Sierra Leone in 2000, it was nearly 25 per thousand live births, which is certainly a number.

Also: Nerd game night appears to be broken.
At 19:00 the die just disappears, with no option to join them found anywhere before or after.
 
  • Haha
Reactions: AH-64E

maankamara

Member
Sep 16, 2017
449
747
Wait. I read somewhere that you can even die while giving birth. Is that true?
That's not part a part of the game as of this moment. I don't know if it will be at some point.

The only pregnancy related death, that I know of, is if you play on the magical side and get yourself cursed by the Stallion. Then you die if you get an abortion or miscarriage.
 

mercytea

Member
Oct 29, 2017
363
324
Hmm... It seems that you can't find the casino even though you bought the fake passport when you were still 17.
 

Arcachnar

Member
Sep 14, 2021
218
74
I was wondering about the images of your body on your character description. When you press breasts or of you being pregnant, but not showing it will show pretty small images.

SmallImages.png

What if (if possible with Qt though) the images are shown like it in a mirror or something?
 
  • Like
Reactions: CJIAI3IIC

fortunatus

Newbie
Sep 25, 2020
21
18
I was wondering about the images of your body on your character description. When you press breasts or of you being pregnant, but not showing it will show pretty small images.

View attachment 3402550

What if (if possible with Qt though) the images are shown like it in a mirror or something?
you can have that.
Go to your Phone-Menue, open the sttings-menue (the lowest, grey app). Go to "Display setting". Turn on "Always show Face". A new Window will appear, normaly with your Portrait, but if you click on the links in the discriptions of your Character, the pics will be shown there.
 

Derryth

Member
Mar 23, 2019
310
176
I was wondering about the images of your body on your character description. When you press breasts or of you being pregnant, but not showing it will show pretty small images.

View attachment 3402550

What if (if possible with Qt though) the images are shown like it in a mirror or something?
To show as if in a mirror, would need images for that...which is harder to find. and we are too lazy to photoshop :D
 
Sep 26, 2020
325
406
I was wondering about the images of your body on your character description. When you press breasts or of you being pregnant, but not showing it will show pretty small images.

View attachment 3402550

What if (if possible with Qt though) the images are shown like it in a mirror or something?
When I play, I have the actions on the right, the additional description on the left, and the image window is sharing the additional space, so when I'm viewing an image it has tabs at the bottom for "Image" and "Additional desc" and I can pick one. The images are a lot bigger that way.
 
Oct 19, 2020
145
151
I've done Natasha's domination path before and it is cool we can get Kolka in on it though he doesn't really say much. Is Kolka involved in Natasha's friendship/love path? I'm more or less here to see how many girls I can get my PC's brother with.
 

megaera

Member
Nov 12, 2016
376
327
Although you can change a jpg in a qsp game, you can't change a MP4 right. Or is there some other limitation i'm not aware of?
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,680
2,309
I've done Natasha's domination path before and it is cool we can get Kolka in on it though he doesn't really say much. Is Kolka involved in Natasha's friendship/love path? I'm more or less here to see how many girls I can get my PC's brother with.
She is the only one and I don't think he shows up in her other path.
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,680
2,309
Although you can change a jpg in a qsp game, you can't change a MP4 right. Or is there some other limitation i'm not aware of?
You can change a mp4 just like a jpg, just make sure they have the same name and you place it where the one you want to replace is. Now with that said though, qsp does not read all codec so you might have to change a mp4's codec to make it work.
 

megaera

Member
Nov 12, 2016
376
327
You can change a mp4 just like a jpg, just make sure they have the same name and you place it where the one you want to replace is. Now with that said though, qsp does not read all codec so you might have to change a mp4's codec to make it work.
Yeah. That last part might just be over my sunday morning modders abilities :ROFLMAO: I mean i'm substituting a MP4 by a MP4 (not a gif or webm and whatnot). Not working. Maybe it has something to do with the size of the file. I dunno :D
 
Last edited:

Nice Kitty

Member
Sep 28, 2022
224
380
How to change the data here and what to write? If you can’t, why is it in the cheats? Give an example of how to change the NPC using an example
NPC[A28] = Vladimir "Dad"
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,680
2,309
Yeah. That last part might just be over my sunday morning modders abilities :ROFLMAO: I mean i'm substituting a MP4 by a MP4 (not a gif or webm and whatnot). Not working. Maybe it has something to do with the size of the file. I dunno :D
It is just the codec, we have to change the codec on some mp4's to make them play as well.
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,680
2,309
How to change the data here and what to write? If you can’t, why is it in the cheats? Give an example of how to change the NPC using an example
NPC[A28] = Vladimir "Dad"
# means number so you have to enter in the number not the name.

With that said I don't know for sure if you would just put 28 or if you would have to put A28 or even [A28] I have never used it, but it will be the number. Because all the code uses the number not the same.

Like for example code to make Anushka and Valentin like you more looks like this

gs 'npc_relationship', 'modify', 'A144', 'like'
gs 'npc_relationship', 'modify', 'A158', 'like'

the names are never used by the code. So I am going to guess you would have to put in A28 in your example to pull up the step dad and change him. But again as I said I have never once used that cheat function in game. Kevin would know for sure.
 

Nice Kitty

Member
Sep 28, 2022
224
380
# means number so you have to enter in the number not the name.

With that said I don't know for sure if you would just put 28 or if you would have to put A28 or even [A28] I have never used it, but it will be the number. Because all the code uses the number not the same.

Like for example code to make Anushka and Valentin like you more looks like this

gs 'npc_relationship', 'modify', 'A144', 'like'
gs 'npc_relationship', 'modify', 'A158', 'like'

the names are never used by the code. So I am going to guess you would have to put in A28 in your example to pull up the step dad and change him. But again as I said I have never once used that cheat function in game. Kevin would know for sure.
here you just need to write 28. Is it possible to change NPCs in this editor?
 

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,680
2,309
here you just need to write 28. Is it possible to change NPCs in this editor?
Yes that is what it is for but it looks like you can only change his name and birthday so far and nothing else. Just click change and then put in his new name or birthdate and it should then change it in game. Like I said I have never used it and coders made it so I was not involved in it at all.

Is there more you wanted to change? If so what?
 
4.30 star(s) 82 Votes