X4: Foundations

X4: Foundations

X4 Fire and Smoke
aladinaleks 2022 年 5 月 2 日 上午 9:43
Error 1.08
X4 - 5.10 hf2

original cod - defaults.xml

<dataset class="buildstorage"> <connections> <connection name="tradenpc" tags="tradenpc" value="-1" /> </connections> </dataset>

mod

<add sel="//dataset[@class='buildstorage']/properties"> <effects> <explosion ref="explosion_stationmodule" /> </effects> </add>

ERR

No matching node for path '//dataset[@class='buildstorage']/properties' in patch file 'extensions\x4_fireandsmoke\libraries\defaults'. Skipping node.


FIX

<add sel="//dataset[@class='buildstorage']"> <properties> <effects> <explosion ref="explosion_stationmodule" /> </effects> </properties> </add>
最后由 aladinaleks 编辑于; 2022 年 5 月 2 日 上午 9:50
< >
正在显示第 1 - 1 条,共 1 条留言
KungFury  [开发者] 2023 年 4 月 8 日 上午 9:50 
Is that the fix of your other dicussion topic? Or did you changed more? If thats all, I can include it in the next version.
Thanks!

I also found that I havent added explosions to processingmodule and wellfaremodules. But to be fair, I dont know what buildings these are so maybe it has no effect. But in the next version I will add them.
最后由 KungFury 编辑于; 2023 年 4 月 8 日 上午 9:59
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50