RimWorld
Simple FX: Smoke
Erazil 2021 年 9 月 4 日 下午 2: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>
最後修改者:Erazil; 2021 年 9 月 4 日 下午 2:58
< >
目前顯示第 1-2 則留言,共 2
Owlchemist  [開發人員] 2021 年 9 月 4 日 下午 9:35 
Nice work with this. I can add it to the mod next chance I get :D
Erazil 2021 年 9 月 5 日 上午 5:10 
Thanks , but most of the work is still done by you ^^
< >
目前顯示第 1-2 則留言,共 2
每頁顯示: 1530 50