Barotrauma

Barotrauma

Blueprints
Visar 51–60 av 80 poster
< 1 ... 4  5  6  7  8 >
Uppdatering: 27 aug, 2024 @ 13:31
av Max

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

Uppdatering: 26 aug, 2024 @ 9:28
av Max

Improvements to the popup warning about csharp not being enabled.

Uppdatering: 25 aug, 2024 @ 20:57
av Max

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

Uppdatering: 23 aug, 2024 @ 17:05
av 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.

Uppdatering: 22 aug, 2024 @ 8:21
av 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.

Uppdatering: 12 aug, 2024 @ 9:12
av Max

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

Uppdatering: 12 aug, 2024 @ 8:10
av Max

Fixed a bug causing errors on loading nil values.

Uppdatering: 11 aug, 2024 @ 16:26
av 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.

Uppdatering: 11 aug, 2024 @ 8:31
av Max

Slight bugfix to label enter parsing.

Uppdatering: 11 aug, 2024 @ 8:01
av Max

Fixed a bug with "enter" used in labels.