RimWorld

RimWorld

Simple FX: Smoke
Erazil 4. sep. 2021 kl. 14.52
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>
Sist redigert av Erazil; 4. sep. 2021 kl. 14.58
< >
Viser 12 av 2 kommentarer
Owlchemist  [utvikler] 4. sep. 2021 kl. 21.35 
Nice work with this. I can add it to the mod next chance I get :D
Erazil 5. sep. 2021 kl. 5.10 
Thanks , but most of the work is still done by you ^^
< >
Viser 12 av 2 kommentarer
Per side: 1530 50