Barotrauma

Barotrauma

Blueprints
Showing 11-20 of 78 entries
< 1  2  3  4 ... 8 >
Update: 9 Dec, 2024 @ 10:35am

Fixed incompatability with some older blueprint files. Added an extra check before loading.

Update: 8 Dec, 2024 @ 7:38am

Fixed bug to prevent attempts at loading on a circuitbox that has locked wiring. You can still save.

Update: 8 Dec, 2024 @ 12:02am

Fixed a bug that caused incorrect saving of blueprints from within the sub editor.

Update: 6 Dec, 2024 @ 5:21pm

Fixed a bug where if someone copied control characters into a label it would cause problems when saving a blueprint.

Update: 26 Nov, 2024 @ 6:28pm

Added folders. You can create and delete folders to organize your blueprints. No nested folders though.

Update: 24 Nov, 2024 @ 11:56am

Streamlined the load GUI. Descriptions now appear as tooltips.

Update: 24 Nov, 2024 @ 11:28am

Blueprints should now work with linux and mac in addition to windows. Those operating systems handle file paths differently than windows.

Update: 23 Nov, 2024 @ 12:36pm

I forgot to do a nil check on screen resolution. This fixes that.

Update: 23 Nov, 2024 @ 11:13am

Blueprint GUI can now handle resolution changes.

Update: 23 Nov, 2024 @ 10:37am

Percent signs should no longer cause saving to fail. I needed to escape any % signs in the strings in lua.

Spaces should now appear normally when saved as part of strings inside components. They were being changed by my whitespace clearner function when they should have been ignored.