RimWorld

RimWorld

Simple FX: Smoke
Erazil Sep 4, 2021 @ 2:52pm
Patch for compatibility
Mod : Tribal Signal Fire / Tribal Signal Fire (Continued)

I took the example of the campfire by reducing the <particleSize> to 1.0
(I'm not an expert, it's possible that we can have a better rendering with other tag/value)

<?xml version="1.0" encoding="utf-8" ?> <Patch> <Operation Class="PatchOperationFindMod"> <mods> <li>Tribal Signal Fire</li> <li>Tribal Signal Fire (Continued)</li> </mods> <match Class="PatchOperationSequence"> <success>Always</success> <operations> <li Class="PatchOperationAdd"> <xpath>/Defs/ThingDef[defName="SignalFire"]/comps</xpath> <value> <li Class="Flecker.CompProperties_Smoker"> <particleSize>1.0</particleSize> </li> </value> </li> </operations> </match> </Operation> </Patch>
Last edited by Erazil; Sep 4, 2021 @ 2:58pm
< >
Showing 1-2 of 2 comments
Owlchemist  [developer] Sep 4, 2021 @ 9:35pm 
Nice work with this. I can add it to the mod next chance I get :D
Erazil Sep 5, 2021 @ 5:10am 
Thanks , but most of the work is still done by you ^^
< >
Showing 1-2 of 2 comments
Per page: 1530 50