re_volvo

New Member
Feb 21, 2018
9
11
Yet another question. Thanks to Vinfamys description I acually think that this might be do-able but... There is one thing that I can't really find and that's the stuff like possessive adjectives (My, His or Her), Subject pronoun (I, He or She) and so forth. They are used in the code and that works great but is there a source where you can change these into their swedish equivalent? So that an english she doesn't pop up in a swedish sentence since that would look really wierd.
 

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
Yet another question. Thanks to Vinfamys description I acually think that this might be do-able but... There is one thing that I can't really find and that's the stuff like possessive adjectives (My, His or Her), Subject pronoun (I, He or She) and so forth. They are used in the code and that works great but is there a source where you can change these into their swedish equivalent? So that an english she doesn't pop up in a swedish sentence since that would look really wierd.
Easiest way would be creating a clone of the actor function and naming it something like actorLocalSwe then editing actorLocalSwe so it has the proper swedish localization and then use actorLocalSwe.himself_or_herself / actorLocalSwe.he_or_she

I think those are the right calls for using the specific gender upon check.
 

Robert Monotoli

Active Member
Jun 16, 2018
612
796
Here's a small mod I made yesterday because of a request in discord:

NO MORE YOUTUBE

It adds a "never show up again" option to the youtube questions that are popping up again and again.

If you select the new option the questions will no longer appear in this playthrough. I also reduced the chances for this scenes to appear at all. This is especially helpfull in longer playthroughs with high stats.

MY OTHER MODS:
PIMP YOUR GIRL BEAUTY EXPANSION BETTER PREGNANCY THE NEW GOODBYE NO MORE YOUTUBE
!
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,845
Yet another question. Thanks to Vinfamys description I acually think that this might be do-able but... There is one thing that I can't really find and that's the stuff like possessive adjectives (My, His or Her), Subject pronoun (I, He or She) and so forth. They are used in the code and that works great but is there a source where you can change these into their swedish equivalent? So that an english she doesn't pop up in a swedish sentence since that would look really wierd.
The keywords are as follow:
P: short for Possessive adjective, returns My, His or Her
p: same as above, just not capitalized

S: short for Subject pronoun, returns I, He or She
s: same as above, just not capitalized

O: short for Object pronoun, returns Me, Him or Her
o: same as above, just not capitalized

R: short for Reflexive pronoun, returns Myself, Himself or Herself
r: same as above, just not capitalized

PP: short for Possessive Pronoun, return Mine, His or Hers
pp: same as above, just not capitalized

So for example, change <Actor.P> to the Swedish version of <Actor.His_or_Her> (According to Google translate it's <Actor.Hans_or_Hennes> ? )
 
  • Like
Reactions: Gabaw

Robert Monotoli

Active Member
Jun 16, 2018
612
796
hi,thank you for helping me!
here some screenshot
Very strange. It's possible that this may be a result of setting some sliders to negative value somewhere as, IIRC, doing so may result in a mess or something. Unsure, someone else here may be able to assist you with this. Tagging Vinfamy on this.
 

cloudgeomax

New Member
Mar 23, 2018
7
4
Very strange. It's possible that this may be a result of setting some sliders to negative value somewhere as, IIRC, doing so may result in a mess or something. Unsure, someone else here may be able to assist you with this. Tagging Vinfamy on this.
my character is on one of the earlier post, there is a lot of customisation for male chracter but a few for female genitalia
 

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
Khm - khm, Developer. I will repeat: "When we seen more futanari content? "
What do you mean more ?
You can do everything with a futa that you can with a male character and also give birth.

If you want more futa's to appear in your game adust the maps population slider to have more of them than males and females.
 

mecha_froggy

Active Member
Oct 17, 2018
913
1,658
Question about add-on maps: Is there a way, either in the game or as a value injected into the maps themselves, to change the NPC generation variables to match the map itself?

For example, let's say I'm playing in Tokyo. Is there a way to make it so that most of the NPC that are spawned are Japanese, or at least look it? Dubai, Nairobi, Istanbul?

Second, now that I think about it, is there a way to transfer a character across maps like in The Sims? Like, OK, I'm bored with this city, time to move someplace more exotic? Other than starting a new game and wiping all your history out. Meaning that someone with siblings, kids and/or spouse may (or may not) opt to take them along to the new city?
 

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
Question about add-on maps: Is there a way, either in the game or as a value injected into the maps themselves, to change the NPC generation variables to match the map itself?

For example, let's say I'm playing in Tokyo. Is there a way to make it so that most of the NPC that are spawned are Japanese, or at least look it? Dubai, Nairobi, Istanbul?

Second, now that I think about it, is there a way to transfer a character across maps like in The Sims? Like, OK, I'm bored with this city, time to move someplace more exotic? Other than starting a new game and wiping all your history out. Meaning that someone with siblings, kids and/or spouse may (or may not) opt to take them along to the new city?
Uh not sure on the first question...

Second question yes it's possible to move your family to another map. It will retain your money, buildings owned and family/pets. I just don't recall exactly how right now but that feature was in place last i looked.
 

sdibolcrif

Active Member
Jun 24, 2017
984
1,240
Vinfamy I see there's now a "randomize race" button on CC now... is that only changing skin color, or is there an actual "race" variable in the game now as well?

I'm really hoping it's the latter, since that would make it possible to mod in raceplay content
 

sexybastardo

Member
Modder
Jul 15, 2017
129
416
Vinfamy I see there's now a "randomize race" button on CC now... is that only changing skin color, or is there an actual "race" variable in the game now as well?

I'm really hoping it's the latter, since that would make it possible to mod in raceplay content
You can use getMorphValue to get the skin colors, it's RGB values. In this way you can check what skincolor the NPC has. You also could create a preset for a race and use it with blendPreset when creating a new NPC. I did this all the time in PimpYourGirl.
 
  • Thinking Face
Reactions: Robert Monotoli
3.30 star(s) 116 Votes