Barotrauma

Barotrauma

Blueprints
Showing 1-10 of 78 entries
< 1  2  3 ... 8 >
Update: 15 Feb @ 10:52am

Changed the way blueprints save. There is more debug logging if there is an error, and spaces now get replaced with underscores.

Update: 24 Jan @ 9:11am

Added new subframe for the UI buttons on the right instead of them floating in space.

Update: 24 Jan @ 7:53am

Removed the custom GUI example. Thats for debugging only. I accidentally left it in when I was testing things for the delay slider.

Update: 23 Jan @ 8:48pm

Added slider to slow down the load rate on laggy servers. This should help fix load failures.

I also redid the way the recursive checks work with loop count instead of a time based timeout.

Update: 9 Jan @ 2:35pm

Fix to previous refactored version of step checking.

Each step should now check if it has been completed, and if not keep trying. After estimated timeout time, it gives up and prints an error message indicating what went wrong. Move IO node and change IO labels now have dedicated error checking functions.

I also fixed the intermittent label resize error.

Update: 4 Jan @ 5:09pm

New version has a bug with clear circuitbox. Im rolling back until ive fixed it.

Update: 14 Dec, 2024 @ 11:22pm

Changed thumbnail.

Update: 13 Dec, 2024 @ 4:17pm

Refactor to how the load order happens. Each function is now dependant on the previous functions completing. It will make load slightly faster and more reliable.

I also changed the button on clear circuitbox to be blue.

Update: 12 Dec, 2024 @ 5:15pm

Slowed down clear circuitbox so as not to overwhelm baros event system on larger boxes.

Slowed down component placement from 100ms to 150ms to give baros event system time to catch up. Baro has bug where if it recieves 2 placement requests in close succession it will treat the components as the same component.

Update: 12 Dec, 2024 @ 9:12am

Fixed bug where descriptions werent parsing correctly with the new <<<STRINGSTART>>> system.