Barotrauma 潜渊症

Barotrauma 潜渊症

Visual Variety Pack
正在显示第 21 - 30 项,共 58 项条目
< 1  2  3  4  5  6 >
更新于:2021 年 6 月 17 日 上午 8:53

更新于:2021 年 6 月 17 日 上午 6:30

Tiny update that adds a version of the vanilla text display with color inputs.

更新于:2021 年 5 月 30 日 下午 1:05

- Updated coilgun placement on the rear coilgun turret.
- Removed vanilla reactor lights from the reactor_variant_1
- If you want to add warning lights, just hook'em up to the outputs.
- Attempted to add special light that only turns on when the condition on the reactor
reaches 0.
Unfortunately, Barotrauma's engine does not make allowances for this very narrow use case:
light components are automatically disabled when item's condition hits 0:

public override void UpdateBroken(float deltaTime, Camera cam)
{
SetLightSourceState(false, 0.0f);
}

You can still play around with the light in the editor for now. I might eventually find a workaround.

If this update breaks something, consider yourself cordially invited to yell at me in the comment section.

更新于:2021 年 5 月 17 日 上午 5:58

更新于:2021 年 5 月 17 日 上午 5:51

- Added fuel_out output to the reactor_variant_1. This might break things. Or not. If it does, you know what to do.

更新于:2021 年 5 月 16 日 上午 11:15

- added set_light propery to custom coilgun and railgun sprites.
- didn't test anything, if it doesn't work, you're once again cordially invited to yell at me in the comments.

更新于:2021 年 5 月 15 日 上午 5:51

- Fixed GUI Frame placement for command console, sonar and status monitors. Again.

更新于:2021 年 3 月 19 日 下午 2:53

更新于:2021 年 3 月 19 日 下午 2:36

更新于:2021 年 3 月 19 日 上午 11:12

- Copied the updated layout setting from vanilla command console, sonar and status monitors.