Space Engineers

Space Engineers

Atmospheric damage & Hazards (BB)
正在显示第 1 - 10 项,共 69 项条目
< 1  2  3  4  5  6  7 >
更新于:9 月 15 日 下午 1:12

- new config value which can be added to both DamageConfig & HazardConfig definitions.
- RadiationToCharacters: when set to true, the defined DamageConfig or HazardConfig will not assign defined CharacterDamage as HP damage, but will increase it as exposure
- this will give you option to alter weathers on planets etc. without directly touching the weather definitions or have both damaging and exposure hazards and effects

更新于:9 月 15 日 下午 1:08

更新于:8 月 3 日 上午 2:36

mod cleanup

更新于:7 月 26 日 上午 9:28

removed hardcoded concrete reference

更新于:7 月 26 日 上午 7:19

- new config value PlayerOwnedOnly, when set to true, planetary effects will affect only player owned grids and will ignore grids with no ownership (0) or with NPC ownership.
- new config value MinimalBlockCount, when set to higher value than 0, grids are checked for the block counts before being processed, if the grid has lower amount of blocks, it will not be tracked at all
- new config file BlockResists.xml which contains the block resistances, in this file, users can define block resistances to damage. These resistances are calculated on damage assignment, meaning, blocks that resist are processed, but can take reduced damage (or no damage when value is set to 0). User can define multiple resistances for single subtype. You can even increase the damage the block takes by setting the value to something higher than 100.

更新于:1 月 27 日 下午 2:16

Non-functional CubeBlocks can be defined a block hazards, they will trigger effects the same way as damaged functional blocks would, but they do it all the time instead, even if fully built.

更新于:1 月 7 日 上午 8:35

- api for external mods, mods can attach their own configuration on top of the AtmosphericDamage.xml the users might have
- demo external mod to show how the api is used

更新于:1 月 5 日 上午 5:18

Entities inside of grids are not affected by wind

更新于:1 月 5 日 上午 4:00

Improved detection of blocks on very small grid fragments (below 5 blocks)

更新于:1 月 5 日 上午 3:28

code cleanup