Barotrauma
Blueprints
61–70/80 bejegyzés mutatása
< 1 ... 5  6  7  8 >
Frissítés: 2024. aug. 10. @ 15:45
Max által

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

Frissítés: 2024. aug. 10. @ 14:52
Max által

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.

Frissítés: 2024. aug. 10. @ 8:27
Max által

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

Frissítés: 2024. aug. 10. @ 6:09
Max által

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.

Frissítés: 2024. aug. 9. @ 12:20
Max által

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

Frissítés: 2024. aug. 9. @ 9:36
Max által

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

Frissítés: 2024. aug. 9. @ 9:06
Max által

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

Frissítés: 2024. aug. 8. @ 21:55
Max által

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

Frissítés: 2024. aug. 8. @ 21:25
Max által

Added sanity check debug printout.

Frissítés: 2024. aug. 8. @ 21:03
Max által

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.