Barotrauma
Visual Variety Pack
58개 중 21~30개 표시 중
< 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.