Barotrauma
Blueprints
Εμφάνιση 51-60 από 80 καταχωρίσεις
< 1 ... 4  5  6  7  8 >
Ενημέρωση: 27 Αυγ 2024 στις 13:31
από Max

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

Ενημέρωση: 26 Αυγ 2024 στις 9:28
από Max

Improvements to the popup warning about csharp not being enabled.

Ενημέρωση: 25 Αυγ 2024 στις 20:57
από Max

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

Ενημέρωση: 23 Αυγ 2024 στις 17:05
από 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.

Ενημέρωση: 22 Αυγ 2024 στις 8:21
από 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.

Ενημέρωση: 12 Αυγ 2024 στις 9:12
από Max

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

Ενημέρωση: 12 Αυγ 2024 στις 8:10
από Max

Fixed a bug causing errors on loading nil values.

Ενημέρωση: 11 Αυγ 2024 στις 16:26
από 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.

Ενημέρωση: 11 Αυγ 2024 στις 8:31
από Max

Slight bugfix to label enter parsing.

Ενημέρωση: 11 Αυγ 2024 στις 8:01
από Max

Fixed a bug with "enter" used in labels.