边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
Allow Bridges on Lava
3
   
奖励
收藏
已收藏
取消收藏
Mod, 1.6
文件大小
发表于
更新日期
152.016 KB
7 月 22 日 上午 11:51
7 月 24 日 上午 8:13
3 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
Allow Bridges on Lava

描述
I'm a broke college student, so I will somewhat shamelessly leave a link to Buy Me A Coffee[buymeacoffee.com] here if you feel like throwing me a buck or two. Absolutely don't expect anything from anyone though.

Note: This currently allows all bridges on lava. Wooden bridges WILL burn. I figured I'd give the flexibility for people to use what they want. I can post a version for heavy bridges only or make a custom type if anyone wants that.

This is a very simple mod. I quite literally just used ChatGPT to write the outline because I'm a bit rusty on XML, then I used the XML Patch Helper which is an awesome utility to confirm the xpath was correct. I also used a modding guide I found here to write the About XML file.

I'm a computer science student and have a bit of experience coding, but this could seriously be done by anyone. I'll post a picture of the code in the images. If you think you can make a mod, you probably can. Even if it is simple.
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