Jump to content

Are there anyway to remove incest opinion debuff?


thatISU152

Recommended Posts

Posted

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?

Posted
<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.

Posted
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.....

  • 2 weeks later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...