Jump to content

[mod] Simple Misc. Mods.


Recommended Posts

Simple Misc. Mods.

View File

Some of my changes i made mostly for myself. Some of you might be interested in them.

 

Simple Bed:

Is a Royalty compatible Bed for 10 people. Has patches for multiple Mods. Was part of the, now rendudant, mod Simple Polygamy.

 

Patches included for:

- [JPT] Soft Warm Beds;
- Soft Beds;
- Nano Repair Tech

- Vanilla Furniture Expanded;
- Vanilla Furniture Expanded - Spacer Module;
- More Furniture [1.1];
- GloomyFurniture;
- [sd] medicaddons 1.1 (Continued);
- UN-Furniture (Continued).

 

The patches are mostly from 1.2 and might or might not work anymore. Also most of the stuff comes from the Polyamory Beds mods. Which is required because of that. (Technically you can ignore that and play without, but why would you?)

 

Requirements:

Harmony

Hugslib

Polyamory Beds (Vanilla Edition)

 

Tip: Other Mod Authors seem to have made beds, aswell. Here is one for 13 People with the same style. Doesn't seem to have any patches though.

 

Simple Ideology Patch:

Changes Xenodiversity Precept  so that it doesn't require "Individualism" for "Respected" and "Exalted"

Adds a "Don't care" option for lactating if you use C0ffee's C0ffeeRIA Ideology Mod.

 

Requirements:

Harmony

Hugslib

C0ffeeRIA -> Because otherwise you might get problems with the lose "Don't care" precept. But probably fine even without the mod, if you REALLY don't want to use it.

 

Simple Ideology Patch Vanilla:

Changes some, you guesst it, Vanilla behaviour.

+ Allows Nutrient Paste "Don't mind" to anyone

+ Allows Fungus "Preferred" to anyone

+ Changes Specialists so that most of them can work more tasks. For example the Melee Specialist can now work constructing and mining.

 

- The Researcher stil can't clean. Because if he could clean, he could haul etc. And besides his own desk, most researcher wouldn't clean there own room. Most have other firms to do that. Even tho it would be nice gameplay wise because of "Comon Sense"...

 

 

Simple Polygamy Lite:

- Very Lite Mod. Should be safe to add and delete midgame.

- Most likely only needed in modded runs. For example helps with the "cheated on me" thought. Or the unhappy bed sharing if Beds for 3 or more are in use. (though the damn alert stays)

- Needs either the polygamous trait (could be almost called ntr trait) or the Love is "free and approved" precept. "Free" alone is not enough.

 

 

You want some more options for romance or add some better chances for it to happen in your supremacy Harem Colony? Or Reverse Harem. If you are of the female part of the comunity. Or if you want to have your Queen to show ya da wae. I don't judge. Where were we? ah yes: Romance Tweaks with supremacy spice

 

 

 


 

Link to comment
16 hours ago, chaosomega98 said:

so I can remove simple polyamory then

? If you have 1.2 still then no.
If you have 1.3 and specifically the Ideology Update then yes. Polygamy is now a vanilla component. No mods needed anymore. Change one of the spouse precepts to "unlimited" (or "4 or fewer" or "3 or fewer", you get it.) and voila. Polygamy possible.

 

Link to comment
On 8/7/2021 at 8:42 PM, V3rius said:
On 8/7/2021 at 3:52 AM, chaosomega98 said:

so I can remove simple polyamory then

? If you have 1.2 still then no.
If you have 1.3 and specifically the Ideology Update then yes. Polygamy is now a vanilla component. No mods needed anymore. Change one of the spouse precepts to "unlimited" (or "4 or fewer" or "3 or fewer", you get it.) and voila. Polygamy possible.

 

Well im not sure anymore. If I use a Bed where multiple people are lovers with one but not the others they get the mood penalty that they share the bed with someone they don't like. Seems a variant of that mod is still needed. At least for Beds with 3 or more Partners.
Or its a mod complication on my end. Whatever it is I will look into it.

Link to comment
  • 2 weeks later...
  • 2 months later...

Made the patch myself...

 

Replace the SimpleBedDefs.xml  (Mods\Simple Bed\Defs) with this

 

<?xml version="1.0" encoding="utf-8" ?>
<Defs>

  <ThingDef ParentName="ArtableBedBase">
    <defName>DoublePentaRoyalBed</defName>
    <label>double penta royal bed</label>
    <description>A luxurious gold-inlaid bed fit for the highborn. Very comfy and beautiful, it is a work of art in itself. Fits ten.</description>
    <graphicData>
      <texPath>RBed10/RBed10</texPath>
      <graphicClass>Graphic_Multi</graphicClass>
      <shaderType>CutoutComplex</shaderType>
      <drawSize>(10.05,2.05)</drawSize>
      <damageData>
        <rect>(0,0.05,5,1.95)</rect>
      </damageData>
    </graphicData>
	<comps>
      <li Class="CompProperties_AffectedByFacilities">
        <linkableFacilities>
          <li>EndTable</li>
          <li>Dresser</li>
          <li MayRequire="Ludeon.RimWorld.Ideology">SleepAccelerator</li>
        </linkableFacilities>
      </li>
    </comps>
	<thingSetMakerTags><li>RewardStandardQualitySuper</li></thingSetMakerTags>
    <statBases>
      <MaxHitPoints>400</MaxHitPoints>
	  <Flammability>1.0</Flammability>
      <WorkToBuild>250000</WorkToBuild>
      <Mass>300</Mass>
      <Beauty>90</Beauty>
      <BedRestEffectiveness>1.05</BedRestEffectiveness>
      <Comfort>0.90</Comfort>
      <ImmunityGainSpeedFactor>1.07</ImmunityGainSpeedFactor>
	  <SurgerySuccessChanceFactor>1</SurgerySuccessChanceFactor>
    </statBases>
    <size>(10,2)</size>
	<stuffCategories>
      <li>Metallic</li>
      <li>Woody</li>
      <li>Stony</li>
    </stuffCategories>
    <costStuffCount>500</costStuffCount>
    <costList>
      <Gold>250</Gold>
    </costList>
	<building>
      <bed_showSleeperBody>False</bed_showSleeperBody>
      <bed_healPerDay>4</bed_healPerDay>
    </building>
    <terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
    <fillPercent>0.4</fillPercent>
    <pathCost>60</pathCost>
    <leaveResourcesWhenKilled>True</leaveResourcesWhenKilled>
    <staticSunShadowHeight>0.17</staticSunShadowHeight>
    <castEdgeShadows>True</castEdgeShadows>
    <techLevel>Medieval</techLevel>
    <constructionSkillPrerequisite>9</constructionSkillPrerequisite>
    <researchPrerequisites>
      <li>ComplexFurniture</li>
    </researchPrerequisites>
    <uiIconScale>0.90</uiIconScale>
  </ThingDef>
  
</Defs>

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use