styggtuff12

Active Member
Jul 12, 2017
732
974
ok wtf am i suppose to do in the bar to get with the trans girl? all i can to is click continue and then nothing happens, i have trans content enabled, even turned it off and on but nothing changes...
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,487
1,499
ok wtf am i suppose to do in the bar to get with the trans girl? all i can to is click continue and then nothing happens, i have trans content enabled, even turned it off and on but nothing changes...
keep drinking untill she comes to you and there is also a event with a stripper
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
How can I make "Cindy" show the specific pregnancy sex scenes only for her instead of the non-pregnant sex scenes playing instead?

My "Cindy" is Latina, Mature, and Pregnant, but when I put the female.latina.mature.pregnant or female.latina.pregnant as a fail-safe, it won't show the pregnant version. Only when I take out the folders from "Cindy" (Basically turning her into another generic female character for sex scenes) does the pregnant images work.

I just want to be able to have specific Pregnant scenes for only "Cindy" and not the generic Pregnant scenes that would normally play for anyone else.

The folders I have inside the "Cindy" folder at the moment, is just:
default (has the usual pussy, cum_in_pussy, anal, etc.)
kitchen (copy pasted from female folder but removed scenes in it and added specific scenes)
shower (Ditto)

I tried adding a [pregnant] folder inside "Cindy" to see if it may work and it didn't work so that idea is crossed out.
Will add to todo list for next tech update to retest that part. Might be that right now custom girls only support one folder (her name) and not pregnancy separately
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
The npc design before 0.26 was better. The npc design that changed from 0.27 is not good. It looks like you need to upgrade for the npc face part.
Someone already told about this - beauty of the npc is not imprortant right now. Mainly I did what I did with npc's is because old doll was not mine and bra/panties were already on the image so I wouldn't be able to undress her or modify her in anyway.
This way, when new doll is partly in svg I am open to ton of new things I can do.

1. Any race color (green, pink, whatever color I want, without actually modifying the image.
2. Titsize. That's now is a separate asset, so visually will be able to show small/big/medium sizes
3. Pussy. In future option to fully undress her AND if it's a trans, you will be able to see his/her dick.
4. Ton of customization as boob piercings, scars, tattoos, etc.

As for face - probably in on of the next tech updates I will separate face in assets too (mouth, eyes, nose, lips) so each of them can be customizable. That way each girl can be with her own, almost unique face, etc.
 

coretex

Active Member
Jun 15, 2017
641
558
Someone already told about this - beauty of the npc is not imprortant right now. Mainly I did what I did with npc's is because old doll was not mine and bra/panties were already on the image so I wouldn't be able to undress her or modify her in anyway.
This way, when new doll is partly in svg I am open to ton of new things I can do.

1. Any race color (green, pink, whatever color I want, without actually modifying the image.
2. Titsize. That's now is a separate asset, so visually will be able to show small/big/medium sizes
3. Pussy. In future option to fully undress her AND if it's a trans, you will be able to see his/her dick.
4. Ton of customization as boob piercings, scars, tattoos, etc.

As for face - probably in on of the next tech updates I will separate face in assets too (mouth, eyes, nose, lips) so each of them can be customizable. That way each girl can be with her own, almost unique face, etc.
Hey Ttyrke - Another thing I would suggest for info additions, is at least for verified pregnancies, to have that X # of days show everywhere an npc is listed like in the basement and guest house lists, but also in the npc info view. I added it in myself for my own local copy of the game, but since I see you upgraded various UI sections, figured to finally suggest it openly now.

I wont submit my method only cause I hacked it together and you and decker can probably come up with a better way than I did.

Also It seems there is a spacing/formatting issue in fight scenes when you happen to have a large party of companions as the doll images overlap on some of the other UI sections.

Another idea I had, if in the basement and guest house screens, if its possible to have a list or readout of total # of npc's assigned to X role for at a glance knowing how many are on garden or guard duty, etc.

-Thanks
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
Hey Ttyrke - Another thing I would suggest for info additions, is at least for verified pregnancies, to have that X # of days show everywhere an npc is listed like in the basement and guest house lists, but also in the npc info view. I added it in myself for my own local copy of the game, but since I see you upgraded various UI sections, figured to finally suggest it openly now.

I wont submit my method only cause I hacked it together and you and decker can probably come up with a better way than I did.

Also It seems there is a spacing/formatting issue in fight scenes when you happen to have a large party of companions as the doll images overlap on some of the other UI sections.

Another idea I had, if in the basement and guest house screens, if its possible to have a list or readout of total # of npc's assigned to X role for at a glance knowing how many are on garden or guard duty, etc.

-Thanks
Thx. Put in backlog.

As for assigned roles. In bedroom there are Settlement management link. There you have stats where your guests/slaves work
 
  • Like
Reactions: coretex

decker666

Member
Sep 29, 2017
228
551
ok wtf am i suppose to do in the bar to get with the trans girl? all i can to is click continue and then nothing happens, i have trans content enabled, even turned it off and on but nothing changes...
Need 30 reputation and to go have a drink in the nightclub, it will trigger 40% of the time, unless the stripper event triggers.
 

decker666

Member
Sep 29, 2017
228
551
Will add to todo list for next tech update to retest that part. Might be that right now custom girls only support one folder (her name) and not pregnancy separately
I already added it just before v0.27 came out :D.
Apparently I'm a ninja :p

<<set _morphs = [
$args[0].name + _pregnancyDesc,
$args[0].name,
_genderDesc + _race + _ageDesc + _pregnancyDesc,
_genderDesc + _race + _pregnancyDesc,
_genderDesc + _race + _ageDesc,
_genderDesc + _race,
_genderDesc + _ageDesc + _pregnancyDesc,
_genderDesc + _pregnancyDesc,
_genderDesc + _ageDesc,
_genderDesc
]>>
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
I already added it just before v0.27 came out :D.
Apparently I'm a ninja :p

<<set _morphs = [
$args[0].name + _pregnancyDesc,
$args[0].name,
_genderDesc + _race + _ageDesc + _pregnancyDesc,
_genderDesc + _race + _pregnancyDesc,
_genderDesc + _race + _ageDesc,
_genderDesc + _race,
_genderDesc + _ageDesc + _pregnancyDesc,
_genderDesc + _pregnancyDesc,
_genderDesc + _ageDesc,
_genderDesc
]>>

Then probably need to check somehow why that isn't working (at least from that reply). Maybe folder structure incorrect or something else
 
  • Thinking Face
Reactions: Tatsuya2022

decker666

Member
Sep 29, 2017
228
551
Then probably need to check somehow why that isn't working (at least from that reply). Maybe folder structure incorrect or something else
I gave him a custom index.html, he said it worked and then I made the pull request:

" Works perfectly. Thank you very much for your time and the fix for the pregnant update "
 
  • Heart
Reactions: ttyrke

GamerDaddy

Engaged Member
Feb 6, 2023
2,487
1,499
I already added it just before v0.27 came out :D.
Apparently I'm a ninja :p

<<set _morphs = [
$args[0].name + _pregnancyDesc,
$args[0].name,
_genderDesc + _race + _ageDesc + _pregnancyDesc,
_genderDesc + _race + _pregnancyDesc,
_genderDesc + _race + _ageDesc,
_genderDesc + _race,
_genderDesc + _ageDesc + _pregnancyDesc,
_genderDesc + _pregnancyDesc,
_genderDesc + _ageDesc,
_genderDesc
]>>
go ninja go ninja...lol
 
  • Like
Reactions: Tatsuya2022

LizJ

Member
Aug 13, 2020
298
194
v0.27b (Online)

I just hovered over one of the names of the girls I saved in the forest, and saw the cursor change. Looked at the code and, even with my lack of coding knowledge, saw something about a "data balloon". Should I be seeing a popup on hover?
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
v0.27b (Online)

I just hovered over one of the names of the girls I saved in the forest, and saw the cursor change. Looked at the code and, even with my lack of coding knowledge, saw something about a "data balloon". Should I be seeing a popup on hover?
Yes, you should
1701119170350.png

What browser are you using? Playing from mobile?
 

LizJ

Member
Aug 13, 2020
298
194
Yes, you should
What browser are you using?
Firefox ESR on a GNU Linux OS.
(I see that I should have those popups everywhere... I have none. I see them on the new sex interface buttons, and traits and skills, but not on names.)
 
Last edited:
3.70 star(s) 52 Votes