thatISU152 Posted March 4, 2021 Posted March 4, 2021 After few hours in new game, I noticed that my other pawns have -15 opinion toward two of my pawns(married siblings), which cause brawl or insult almost every single day. Is this opinion debuff in Vanilla or Psychology? How can I remove it?
nugerumon Posted March 4, 2021 Posted March 4, 2021 <Patch> <Operation Class="PatchOperationSequence"> <success>Normal</success> <operations> <!-- Patching incestOpinionOffset of Core\Defs\PawnRelationDefs\PawnRelations_FamilyByBlood.xml --> <!-- Close relationship: Original incestOpinionOffset was -30 --> <li Class="PatchOperationReplace"> <xpath>Defs/PawnRelationDef[defName="Parent" or defName="Child"]/incestOpinionOffset</xpath> <value> <incestOpinionOffset>-10</incestOpinionOffset> </value> </li> <!-- Medium relationship: Original incestOpinionOffset was -15 --> <li Class="PatchOperationReplace"> <xpath>Defs/PawnRelationDef[defName="UncleOrAunt" or defName="Cousin" or defName="HalfSibling" or defName="Sibling"]/incestOpinionOffset</xpath> <value> <incestOpinionOffset>-5</incestOpinionOffset> </value> </li> <!-- Far relationship: Originally no incestOpinionOffset (0) --> <!--<li Class="PatchOperationInsert"> <xpath>Defs/PawnRelationDef[defName="NephewOrNiece" or defName="Grandparent" or defName="Grandchild"]/incestOpinionOffset</xpath> <value> <incestOpinionOffset>-10</incestOpinionOffset> </value> </li>--> </operations> </Operation> </Patch> Paste code above in a xml file in any patches folder. Or download RTMO and look at the "IWantIncest" folder.
thatISU152 Posted March 4, 2021 Author Posted March 4, 2021 2 hours ago, nugerumon said: <Patch> <Operation Class="PatchOperationSequence"> <success>Normal</success> <operations> <!-- Patching incestOpinionOffset of Core\Defs\PawnRelationDefs\PawnRelations_FamilyByBlood.xml --> <!-- Close relationship: Original incestOpinionOffset was -30 --> <li Class="PatchOperationReplace"> <xpath>Defs/PawnRelationDef[defName="Parent" or defName="Child"]/incestOpinionOffset</xpath> <value> <incestOpinionOffset>-10</incestOpinionOffset> </value> </li> <!-- Medium relationship: Original incestOpinionOffset was -15 --> <li Class="PatchOperationReplace"> <xpath>Defs/PawnRelationDef[defName="UncleOrAunt" or defName="Cousin" or defName="HalfSibling" or defName="Sibling"]/incestOpinionOffset</xpath> <value> <incestOpinionOffset>-5</incestOpinionOffset> </value> </li> <!-- Far relationship: Originally no incestOpinionOffset (0) --> <!--<li Class="PatchOperationInsert"> <xpath>Defs/PawnRelationDef[defName="NephewOrNiece" or defName="Grandparent" or defName="Grandchild"]/incestOpinionOffset</xpath> <value> <incestOpinionOffset>-10</incestOpinionOffset> </value> </li>--> </operations> </Operation> </Patch> Paste code above in a xml file in any patches folder. Or download RTMO and look at the "IWantIncest" folder. Thank you, I did see that mods but it was year ago and I thought it won't work in 1.2.....
ChapCap243 Posted March 13, 2021 Posted March 13, 2021 On 3/3/2021 at 9:55 PM, thatISU152 said: After few hours in new game, I noticed that my other pawns have -15 opinion toward two of my pawns(married siblings), which cause brawl or insult almost every single day. They're probably fighting over which cousin to fuck kek
Recommended Posts
Archived
This topic is now archived and is closed to further replies.