Space Engineers

Space Engineers

Nanobot Build and Repair System
Mitts 2020 年 6 月 17 日 下午 11:06
Disable Air Vent repair?
Mad Max themed server where I would like to remove Air Vents being repair as they let off a nice flame effect after damage which we're doing intentionally. But BaR is repairing them each time - I can't see an in game option to ignore that type of block, any thoughts on how I might achieve this (it's my server so I can edit files).
< >
正在显示第 1 - 2 条,共 2 条留言
Mitts 2020 年 6 月 18 日 上午 8:02 
I'm well out of my depth here, but in "NanobotBuildAndRepairSystemPriorityHandling.cs"

This file shows the Priority Handling list on the terminal screen, and I've tried adding the following:


if (block is Sandbox.ModAPI.IMyAirVent) return (int)BlockClass.AirVent;

No joy yet
最后由 Mitts 编辑于; 2020 年 6 月 18 日 上午 8:03
Rocket 2020 年 6 月 25 日 上午 2:13 
Just use the ignore colour feature
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50