边缘世界 RimWorld

边缘世界 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