Barotrauma
Blueprints
Mostrando 61-70 de 80 aportaciones
< 1 ... 5  6  7  8 >
Actualización: 10 AGO 2024 a las 3:45 p. m.
por Max

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

Actualización: 10 AGO 2024 a las 2:52 p. m.
por 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.

Actualización: 10 AGO 2024 a las 8:27 a. m.
por Max

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

Actualización: 10 AGO 2024 a las 6:09 a. m.
por 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.

Actualización: 9 AGO 2024 a las 12:20 p. m.
por Max

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

Actualización: 9 AGO 2024 a las 9:36 a. m.
por Max

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

Actualización: 9 AGO 2024 a las 9:06 a. m.
por Max

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

Actualización: 8 AGO 2024 a las 9:55 p. m.
por Max

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

Actualización: 8 AGO 2024 a las 9:25 p. m.
por Max

Added sanity check debug printout.

Actualización: 8 AGO 2024 a las 9:03 p. m.
por 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.