[Mod Request (RELEASED)] Remove: "Ate without table"

Started by Sion, January 03, 2017, 01:22:12 PM

Previous topic - Next topic

Sion

I'm so freaking tired of the colonists taking a meal from the tile exactly adjacent to the table where they are supposed to eat at, and then run across the map (or even to the other side of the village is enough!), eat it and get the "Ate without a table" debuff.

* Please make a mod that turns off that debuff.
* (not a requirement) If you want to be a bit more fancy (and if it's possible to detect?), you can remove the debuff for only food that the colonists have carried on their person, so if I actually didn't have a table I would still get the debuff.

Feel free to point me at an already existing mod if such exists but I don't want this mod to change many other things (it should still feel like vanilla RimWorld after the installation).

Thank you very much!
So many ideas... so little time...
Silence is the worst answer.

Sion

#1
Ok, so I found the solution here:
https://www.reddit.com/r/RimWorld/comments/4ww6lf/is_there_any_mod_that_rebalances_debuffs_so_that/

Scroll down 2 posts to download the finished mod


Basically, go to:
~\RimWorld\Mods\Core\Defs\ThoughtDefs
Open:
Thoughts_Memory_Misc.xml
Find the start tag:
<ThoughtDef> and about 9 rows further down you will find the end tag: </ThoughtDef>
Change from:
<baseMoodEffect>-3</baseMoodEffect>
To:
<baseMoodEffect>0</baseMoodEffect>

Now the thought will still exist but it have no mood effect.
So many ideas... so little time...
Silence is the worst answer.

kaptain_kavern

Yep and it's nice of you to post the answer in case someone is searching the same things ;-)

If this someone still need some more example he can have a look at how the mod Less Rebuff is done. It's exactly the same principle for setting stacking number for some debuff.

https://github.com/kaptain-kavern/Less-Rebuff/blob/master/Patches/patches.xml

Edit : except it is now done with patching.

Sion

MY FIRST MOD!  ;D
So I made a mod out of the solution instead of changing the core files.

>>Download the mod here<< (top right corner)

Just extract it in your /mods folder, just like all the other mods.
I'm also open for name suggestions.
So many ideas... so little time...
Silence is the worst answer.