Barotrauma
Blueprints
80件中 61-70 を表示
< 1 ... 5  6  7  8 >
更新:2024年8月10日 @ 15時45分
更新者:Max

A more robust way of parsing strings that should handle most strings stored in component values.

更新:2024年8月10日 @ 14時52分
更新者:Max

Fixed a bug where % inside strings would prevent saving.

Fixed a bug where saving a circuit that had previously deleted components would save incorrectly.

bp list prints in fancy colors now

If you create a label with "description" as its header it will appear in bp list

You no longer need to add .txt to filenames. The program will do that automatically. so "bp save filename" is fine now.

更新:2024年8月10日 @ 8時27分
更新者:Max

Fixed a bug in string replacement for components when saving files.

更新:2024年8月10日 @ 6時09分
更新者:Max

Im removing sanity check completely, because its also possible to have no components or no wires. It doesnt really make sense the way im doing it.

更新:2024年8月9日 @ 12時20分
更新者:Max

Reduced the strictness of the sanity check. I was having false positives for blueprints that lacked either input output labels, or regular labels.

更新:2024年8月9日 @ 9時36分
更新者:Max

Changed the way the input and output node positions get parsed.

更新:2024年8月9日 @ 9時06分
更新者:Max

Bugfix to the input output panel positioning. Added 2 more circuits to the default list.

更新:2024年8月8日 @ 21時55分
更新者:Max

Fixed a bug with string to bool referencing. Changed timing back to 100ms per component.

更新:2024年8月8日 @ 21時25分
更新者:Max

Added sanity check debug printout.

更新:2024年8月8日 @ 21時03分
更新者:Max

Increased delay for adding components from 100ms to 400ms. I think its causing race conditions in some players. I will revert this if that is not the case. This will slow down loading of circuits.