Barotrauma

Barotrauma

Blueprints
Showing 1-10 of 80 entries
< 1  2  3 ... 8 >
Update: Aug 15 @ 8:12pm

Saving now uses quicksort instead of bubble sort. This should make saving large circuits faster.

Your entire inventory is now recursively searched for components and FPGAs, including inside the inventory of things you are carrying like toolbelts or backpacks. This should even apply to carried crates.

Thank you Anonomit for the changes.

Update: Aug 8 @ 11:07pm

fix to create folder button

Update: Feb 15 @ 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: Jan 24 @ 9:11am

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

Update: Jan 24 @ 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: Jan 23 @ 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: Jan 9 @ 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: Jan 4 @ 5:09pm

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

Update: Dec 14, 2024 @ 11:22pm

Changed thumbnail.

Update: Dec 13, 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.