Barotrauma

Barotrauma

Blueprints
51-60 van 80 items weergegeven
< 1 ... 4  5  6  7  8 >
Update: 27 aug 2024 om 13:31
door Max

Small change so that historical versions of blueprints will work with newer versions of the mod.

Update: 26 aug 2024 om 9:28
door Max

Improvements to the popup warning about csharp not being enabled.

Update: 25 aug 2024 om 20:57
door Max

Added warning popup screen if you do not have csharp scripting enabled.

Update: 23 aug 2024 om 17:05
door Max

This update is a refactor to the way things are saved. Theoretically this code no longer needs to be updated when new components are added. There should be no change from the users perspective. The only exception is if they add components that use an enum. Currently the only such component is the oscillator, which I wrote a special rule for.

Update: 22 aug 2024 om 8:21
door Max

Refactor to the way component values are loaded. You shouldn't notice any difference as a user. This is a less brittle way to handle loading. It is less likely to break in the future, and will also make adding new components easier.

Update: 12 aug 2024 om 9:12
door Max

Added bp need command. bp list now prints out number of components.

Update: 12 aug 2024 om 8:10
door Max

Fixed a bug causing errors on loading nil values.

Update: 11 aug 2024 om 16:26
door Max

Fix for singleplayer where the mod broke due to being paused from the console window. Now it waits until the console is closed before loading.

Update: 11 aug 2024 om 8:31
door Max

Slight bugfix to label enter parsing.

Update: 11 aug 2024 om 8:01
door Max

Fixed a bug with "enter" used in labels.