RimWorld
Nutrient Paste Dispenser / Hopper - Wall Blend Texture
댓글 11
VelxraTV 2024년 7월 30일 오후 11시 43분 
Arylice  [작성자] 2023년 7월 7일 오전 8시 36분 
Mod got UPDATED! It should now be compatible with ANY other mod!
Arylice  [작성자] 2023년 3월 2일 오전 6시 49분 
Interesting code... Thanks, I will try that and try to keep this in mind when I go back into modding Rimworld.
I am currently doing some other stuff at the moment. :winter2019neutralgingerbread:
Hysila 2023년 3월 2일 오전 3시 27분 
Hi, I've been playing around with x-pathing to make rimworld patches and wrote this one as practice. It should modify the same values you did. A recent update added an attribute to hoppers which I think is why it broke for me.

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

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef/[defName="NutrientPasteDispenser"]/color</xpath>
<value>
<color>(255,255,255)</color>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef/[defName="Hopper"]/graphicData</xpath>
<value>
<drawSize>(1.048,1.048)</drawSize>
</value>
</Operation>

</Patch>
Hysila 2023년 1월 14일 오전 10시 27분 
Ok, I'll do that. Thanks!
Arylice  [작성자] 2023년 1월 14일 오전 9시 19분 
No, it doesn't seem to work like that @Hysila.
You could simply delete the entire Def.
It will look a bit weird in some places but should be fine without it.
Arylice  [작성자] 2023년 1월 14일 오전 8시 53분 
Hmm, I'm not sure if I can overwrite a specific thing in an object instead of the whole thing. I will try.
Hysila 2023년 1월 14일 오전 12시 36분 
When I have this mod added, nobody is able to use the nutrient paste dispenser and the issue is fixed when I remove it. I think it may be due to replacing the nutrient paste dispenser with a Def. Perhaps patching the drawing size instead would help with compatibility?
Karkino 2023년 1월 10일 오후 6시 57분 
looks way better! (atleast in my opinion) :reheart:
Arylice  [작성자] 2023년 1월 10일 오후 6시 48분 
I added a faded roof to give a little bit more texture on the top. :steamthis:
Karkino 2023년 1월 9일 오후 12시 11분 
Maybe add some design in the middle or something? looks too bland... it serves the purpouse so is great ;D