Barotrauma
Blueprints
80件中 1-10 を表示
< 1  2  3 ... 8 >
更新:8月15日 @ 20時12分
更新者:Max

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.

更新:8月8日 @ 23時07分
更新者:Max

fix to create folder button

更新:2月15日 @ 10時52分
更新者:Max

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

更新:1月24日 @ 9時11分
更新者:Max

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

更新:1月24日 @ 7時53分
更新者:Max

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

更新:1月23日 @ 20時48分
更新者:Max

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.

更新:1月9日 @ 14時35分
更新者:Max

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.

更新:1月4日 @ 17時09分
更新者:Max

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

更新:2024年12月14日 @ 23時22分
更新者:Max

Changed thumbnail.

更新:2024年12月13日 @ 16時17分
更新者:Max

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.