边缘世界 RimWorld

边缘世界 RimWorld

Allow Bridges on Lava
11 条留言
BlackFranky 9 月 20 日 上午 10:06 
You could add your additional ideas as options. To make this super easy you could use the XML Extensions mod.
Alexander Zagirov 8 月 29 日 下午 4:26 
@Echo actually this kind of patch is bad. First of all, original lava def have Inherit="false" set for <affordances> tag to prevent inheritance of properties for this node from parent defs, and your patch removes it. Secondary the <affordances> tag is actually a list. So, it’s best to use a PatchOperationAdd to add a <li>Bridgeable<li/> inside of it to prevent compatibility issues with other mods just in case.
Squishyjellyfish 8 月 15 日 上午 4:09 
if you have a time can you make heavy bridges version like you mentioned. makes more sense :)
Bassie 8 月 7 日 下午 4:01 
Thanks so much!
Echo  [作者] 8 月 2 日 上午 7:40 
@swaggy don't see why not, I added it mid save and it doesn't really edit much.
kasket 8 月 1 日 下午 3:58 
do you think this could be added mid save
Paradox 7 月 27 日 上午 12:40 
Such a little patch, but it adds so many possibilities
Echo  [作者] 7 月 22 日 下午 1:19 
No problem. I made it cause I started a mechanitor run on a lava lake and instantly thought I wanted to make a base there lol.
Latex Santa 7 月 22 日 下午 1:08 
Legit useful for a Mordor-type run. Thanks!
Echo  [作者] 7 月 22 日 下午 12:28 
Fixed
Echo  [作者] 7 月 22 日 下午 12:25 
Accidentally posted this w/ heavy affordance on too, allowing random blocks. Fixed my local version but forgot to here. Will be fixed in a sec.