Space Engineers

Space Engineers

Aerodynamic Physics
180件中 151-160 を表示
< 1 ... 14  15  16  17  18 >
更新:2016年1月14日 @ 15時55分

Fixed using error.

更新:2016年1月5日 @ 17時15分

Fixed an issue with the heat generation formula.
Rebalanced heat after the fix.
Removed some code that may have caused the light not to appear on small ships.

更新:2016年1月4日 @ 19時47分

ADVLift is far more aggressive if you are using that option.
Enabled heat parameters for directional heat damage on blocks, modders can make blocks more resistant to heat impacting it from particular block directions. See the modding discussion for more details.
DId some more tweaking on the light flickering issue with super-large ships. Still not solved as its a culling issue with the base game that is not exposed to the modding API.

更新:2016年1月2日 @ 15時32分

Adjusted Burn Effect - now scales intensity
Adjusted Radius of burn
Clones heat between split objects to prevent 'flickering'.
Adjusted damage model slightly.
Made slight performance improvements for super large ships during reentry.

更新:2015年12月30日 @ 17時25分

Slight performance tweak.

更新:2015年12月30日 @ 14時20分

Lift and Mass markers are no longer public.

更新:2015年12月29日 @ 21時22分

Added markers for Center of Mass and Center of Lift when you type /drag-center
Fixed several center of lift calculations to be more accurate. Still working on finalizing the formulas more updates will come here.
Added an option to disable effects /drag-effect [on/off/burn] note that disabling the effect does NOT disable damage.

Did a major balance pass on component damage. Ship components will take far more damage than armor when exposed to heat. Gyroscopes should no longer be the most effective heat shield, heavy armor is unaffected and should be an effective option.

更新:2015年12月22日 @ 17時56分

Corrected Heat Damage multiplier for modded blocks.

更新:2015年12月22日 @ 17時47分

Tweaked damage formula, damage should be a bit more random :)
Added Mod Support
-Enabled heat{} modifier, valid arguments right now are all and tall
--Add the following to blocks you want modified in the block mods cubeblocks.sbc file
---<Description>heat{all=1.0,tall=750}</Description>
----all is the heat damage multiplier, cannot be negative. 0.0 is heat immune.
----tall is the minimum heat required to do damage. tall cannot be lower than 750.

/drag-template command is now availible. This lets users modify the heat settings of any modified blocks. Values in this template override the defaults!

更新:2015年12月18日 @ 23時31分