Space Engineers
Atmospheric damage & Hazards (BB)
กำลังแสดง 1-10 จาก 69 รายการ
< 1  2  3  4  5  6  7 >
อัปเดต: 15 ก.ย. @ 1: 12pm
โดย BookBurner

- 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

อัปเดต: 15 ก.ย. @ 1: 08pm
โดย BookBurner

อัปเดต: 3 ส.ค. @ 2: 36am
โดย BookBurner

mod cleanup

อัปเดต: 26 ก.ค. @ 9: 28am
โดย BookBurner

removed hardcoded concrete reference

อัปเดต: 26 ก.ค. @ 7: 19am
โดย BookBurner

- 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.

อัปเดต: 27 ม.ค. @ 2: 16pm
โดย BookBurner

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.

อัปเดต: 7 ม.ค. @ 8: 35am
โดย BookBurner

- 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

อัปเดต: 5 ม.ค. @ 5: 18am
โดย BookBurner

Entities inside of grids are not affected by wind

อัปเดต: 5 ม.ค. @ 4: 00am
โดย BookBurner

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

อัปเดต: 5 ม.ค. @ 3: 28am
โดย BookBurner

code cleanup