Space Engineers

Space Engineers

Aerodynamic Physics
DraygoKorvan  [developer] 22 Dec, 2015 @ 6:00pm
Mod Support
This mod now interfaces with other mods using the <Description> tag.

Enabled:
heat{}
Planned
drag{}
lift{}

Detail:
heat{all=1.0;tall=750}

Damage Multiplier:
all - sets the damage multiplier for all sides of the block, individual sides will be available later. Default value is 1.0, cannot be negative
up - sets damage multiplier for the up block direction (alias: u)
down - sets damage multiplier for the down block direction (alias: d)
left - sets damage multiplier for the left block direction (alias: l)
right - sets damage multiplier for the right block direction (alias: r)
forward - sets the damage multiplier for the forward block direction (alias: f)
backward - sets damage multiplier for the backward block direction (alias: b)

Damage Threshhold:
tall - sets the damage threshold for all sides of the block, individual sides will be coming later. Default value is 750, cannot be less than 750.
tup - sets damage threshold for the up block direction (alias: tu)
tdown - sets damage threshold for the down block direction (alias: td)
tleft - sets damage threshold for the left block direction (alias: tl)
tright - sets damage threshold for the right block direction (alias: tr)
tforward - sets the damage threshold for the forward block direction (alias: tf)
tbackward - sets damage threshold for the backward block direction (alias: tb)


Example:

<Description>heat{all=0.9;tall=1000;tforward=0.5}</Description> <!-- block takes 90% heat damage and does not start taking damage until total heat is 1,000 block takes 50% heat damage from the blocks forward direction.-->

NOTE: Keep in mind that values are added IN ORDER so if an all is set after a up variable the all variable will overwrite the up variable heat{tforward=0.5;tall=1.0} t will be 1.0. heat{tall=1.0;tforward=0.5} tforward will be 0.5
Last edited by DraygoKorvan; 29 Jan, 2016 @ 7:54pm
< >
Showing 1-4 of 4 comments
Engi 23 Dec, 2015 @ 11:34am 
So if someone wanted to make a heat resistant light weight ceramic tile block like the space shuttle has they would use this to make it work with your mod?
DraygoKorvan  [developer] 23 Dec, 2015 @ 12:27pm 
yes
Engi 23 Dec, 2015 @ 2:16pm 
sweet, too bad I have no idea how to do those kinds of things.
Bobisback 22 Aug, 2016 @ 10:07am 
Do we have any way to find all mods that use this mod?
< >
Showing 1-4 of 4 comments
Per page: 1530 50