- Jul 16, 2019
- 1,555
- 1,824
Wow, did this game really get abandoned now? It seems the dev has been dead silent since May so that's kinda worrying.
It's a littlebit messy. Few 'role' can be changeable through the GUI under top right in the npc's panel(like dating, ex, boss, etc,). Others are not (like student, doctor, nurse, employee, etc.), only if a scene handles them (aka via commands). And the Tags are mostly marks what helping/works with different mods (officials too).Is there a way to add character roles like girlfriend, wife, neighbor, etc? Or does that all have to be done through tags?
It's been a while, but can't you manually do the relationships by interacting with the characters?It's a littlebit messy. Few 'role' can be changeable through the GUI under top right in the npc's panel(like dating, ex, boss, etc,). Others are not (like student, doctor, nurse, employee, etc.), only if a scene handles them (aka via commands). And the Tags are mostly marks what helping/works with different mods (officials too).
Did the dev vanish? No update in months no communication in months
Sorry that is my fault.Is there a way to stop women's boobs from growing? They grow with every pregnancy, and get ridiculously big.
Hopefully not, but no updates in 6 months+ and no word from the dev since July.So the game totally died?
It is not dead. Just not getting anymore updates.So the game totally died?
Agree. Play this game everydayIt is not dead. Just not getting anymore updates.
CTRL + WASD and you move the charactersIs there a way to reset a sex position? Or maybe say: "Move animation to this location" or something? Sometimes when an animation starts, the characters get teleported far off into the distance. I know they didn't just vanish because I can see their text boxes way far away.
I don't have any of your mods and it still happened.Sorry that is my fault.
it is at the bottom of the code page player_gives_birth.lpscene or the many NPC_Birth scenes
look for:
" Player.setMorphValue(Genesis8Female__PBMBreastsSize, Bigger) "
OR
" Actor.setMorphValue(Genesis8Female__PBMBreastsSize, Bigger) "
You can delete them if you want. Or change it to ActorX.setMorphValue()
Note: avoid [tabs]
[spaces] only