Barotrauma
Blueprints
80개 중 1~10개 표시 중
< 1  2  3 ... 8 >
업데이트: 2025년 8월 15일 오후 8시 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.

업데이트: 2025년 8월 8일 오후 11시 07분
작성자: Max

fix to create folder button

업데이트: 2025년 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.

업데이트: 2025년 1월 24일 오전 9시 11분
작성자: Max

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

업데이트: 2025년 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.

업데이트: 2025년 1월 23일 오후 8시 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.

업데이트: 2025년 1월 9일 오후 2시 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.

업데이트: 2025년 1월 4일 오후 5시 09분
작성자: Max

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

업데이트: 2024년 12월 14일 오후 11시 22분
작성자: Max

Changed thumbnail.

업데이트: 2024년 12월 13일 오후 4시 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.