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.