- Feb 6, 2023
- 2,105
- 1,271
dont use this for traits you WILL bug your gamei only have this Save Editor,You must be registered to see the links
do´s it work here too?
dont use this for traits you WILL bug your gamei only have this Save Editor,You must be registered to see the links
do´s it work here too?
# Original trait inheritance code ~ line 9600:
<<if !_child.gender>>
<<set _child.traits = _mother.traits ?? []>>
<<set _additionalTrait = setup.getRandomTraits(1, _child.traits)>>
<<if _additionalTrait>>
<<set _child.traits = _child.traits.concat(_additionalTrait)>>
<</if>>
<</if>>
# Take that traits block and modify it for skills.
<<set _child.skills = _mother.skills ?? []>>
<<set _additionalSkill = setup.getRandomSkills(1, _child.skills)>>
<<if _additionalSkill>>
<<set _child.skills = _child.skills.concat(_additionalSkill)>>
<</if>>
#The final modified section with the block for traits, followed by the block for skills.
<<if !_child.gender>>
<<set _child.traits = _mother.traits ?? []>>
<<set _additionalTrait = setup.getRandomTraits(1, _child.traits)>>
<<if _additionalTrait>>
<<set _child.traits = _child.traits.concat(_additionalTrait)>>
<</if>>
<<set _child.skills = _mother.skills ?? []>>
<<set _additionalSkill = setup.getRandomSkills(1, _child.skills)>>
<<if _additionalSkill>>
<<set _child.skills = _child.skills.concat(_additionalSkill)>>
<</if>>
<</if>>
i only have the add 100 Caps, Energy and so on Lines. Their is no Edit NPC Linewhen in the talking screen click on the cheats the click edit npc
where you see talk ect ect.. then click cheats and towards the bottom you should see edit npci only have the add 100 Caps, Energy and so on Lines. Their is no Edit NPC Line
and with talking screen you mean when their stands Talk - Fuck and so on right ? or do you mean the customize Line. When i go their and press the Cheat Button also no edit NPC Line shows up.. I dont know where this Edit NPC should show up ? havent seen it anywhere
Nope the last Line in Cheats when I talk with the Women is : Increase happiness to max for all NPCswhere you see talk ect ect.. then click cheats and towards the bottom you should see edit npc
or can somebody tell me how to open Console when I play the Online Version, or dosn´t work this anymore?You can if you're a bit familiar with console.
Just open girl you want to edit (so talk, fuck, assign button shows)
And then write in console.
You play on pc or phone? If phone - no idea. If PC - F12.or can somebody tell me how to open Console when I play the Online Version, or dosn´t work this anymore?
PC and F12 works but this looks to complicated for meYou play on pc or phone? If phone - no idea. If PC - F12.
yep. it's related to packs amount.You mean packs amount related? If so, I would say it's 100% problem in the code. Not on high priority but will try to rewrite one part when it tries to load pack data on each passage load and instead does that once.
I know this is a necro, but I was searching for this for a long time. The actress is Kimmy Granger.does anyone know who the actress in the reverse cowgirl maid gif is? I'm too retarded to find the source
cheers mate, I had given up on thisI know this is a necro, but I was searching for this for a long time. The actress is Kimmy Granger.
Can confirm my daughter is born with no traits nor skills, her mom has 2 traits and a skill. Ver 36aBy the code - traits logic is there (skills do not come from mother as its a plan to implement them/teach to kids via school).
BUT one thing I noticed is that only female childs can get traits from mother.