Ravenger6660

Active Member
Sep 14, 2017
841
977
but they are from events that "Suddenly a Couple approached me and asking me to blablabla" right? i meant , talking to any NPC woman, not pop-up events y,know
The odds were just not in your favor.....
The only condition there is if Actor.isInterestedin(Actor2) && Actor2.isInterestedin(Actor) {AKA do they like each other's gender}
 

Icebird

Member
Sep 22, 2017
341
242
Create NPC RelationshipAllows you to create relationships between NPCs (dating, wife, sibling, etc).Lostlegends
in community-made


mods , it works great
Alternatively: in my mod remake if you interact and chat with npcs and ask about they relationship then always have a chance to render to them a proper partner if they hasn't already. (use 'Talk about lewd things (PE)', it doesn't need to start business to work)
 
  • Like
Reactions: knurd

Dofus 4 life

Newbie
Oct 18, 2023
88
171
With the "meet_new_person" scene If New_Person:attractiontoplayer < -50 it creates a partner.
So if your playing a guy and have a very low chance NPCs being gay/Bi then every male you meet will have a low attractiontoplayer and thus have a partner. Non-lesbian Females will "never start with partner" until another scene gives them one.
so...what then? if i meet a female that is not lesbian what are the odds that she has a partner? -50 attraction to player¿? didn't understand it pretty well tbh

Ah, so you are saying that there is no chance a women straight will have a partner xD
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
so...what then? if i meet a female that is not lesbian what are the odds that she has a partner? -50 attraction to player¿? didn't understand it pretty well tbh

Ah, so you are saying that there is no chance a women straight will have a partner xD
There is still a very small chance.
Basically it give the player a chance to try for a relationship.
There are still random scenes where the girl can gets a boyfriend later.
 
  • Like
Reactions: Dofus 4 life

deadrabbit

Member
Nov 16, 2017
113
85
Is there a way to add character roles like girlfriend, wife, neighbor, etc? Or does that all have to be done through tags?
 

Icebird

Member
Sep 22, 2017
341
242
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 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).
 

PhazeUFO

Well-Known Member
Sep 28, 2021
1,454
1,400
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).
It's been a while, but can't you manually do the relationships by interacting with the characters?
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
Is there a way to stop women's boobs from growing? They grow with every pregnancy, and get ridiculously big.
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
 

Mookey

Newbie
Nov 13, 2017
91
95
Is 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.
 
3.30 star(s) 118 Votes