Barotrauma

Barotrauma

Visual Variety Pack
Menampilkan21-30 dari 58 kiriman
< 1  2  3  4  5  6 >
Pembaruan: 17 Jun 2021 @ 8:53am

Pembaruan: 17 Jun 2021 @ 6:30am

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

Pembaruan: 30 Mei 2021 @ 1:05pm

- 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.

Pembaruan: 17 Mei 2021 @ 5:58am

Pembaruan: 17 Mei 2021 @ 5:51am

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

Pembaruan: 16 Mei 2021 @ 11:15am

- 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.

Pembaruan: 15 Mei 2021 @ 5:51am

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

Pembaruan: 19 Mar 2021 @ 2:53pm

Pembaruan: 19 Mar 2021 @ 2:36pm

Pembaruan: 19 Mar 2021 @ 11:12am

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