Space Engineers

Space Engineers

Nebula Mod (3D)
Showing 11-20 of 36 entries
< 1  2  3  4 >
Update: 14 Sep, 2021 @ 5:27pm

Version 1.13
* Fixed crash
* Render optimizations

Update: 1 Sep, 2021 @ 10:26am

Version 1.12
* Fixed `/nfrequency` command setting max to the wrong value

Update: 30 Aug, 2021 @ 1:46pm

Version 1.11
* Space Weather only *randomly* spawns inside the nebula cloud, you can still spawn weather anywhere in the bounding box
* Improved space weather overlap detection
* Fixed weather spawning around bots
* Fixed asteroid shadows on planets
* Improved planet shadows a little
* Improved asteroid shadows a little

API Version 5 (Minimum 1)
* Added bool `ForceRenderComets` to force the client to render comets
*Added string `GetRandomWeather` to get a random weather using the weighted randomizer
* Added bool `IsNearWeather` to determine if weather is at or incoming at the position

Update: 27 Aug, 2021 @ 11:10am

Version 1.10
* Added CometStorm (No Danger)
* Improved consistency of lightning explosion damage
* Potentially fixed some bug about blocks being deleted???
* Improved mod security
* Decreased damage from RadiationStorm
* Fixed /nsmite sometimes striking the character running the command
* Client flare intensity setting now effects bloom from lightning

Update: 26 Aug, 2021 @ 4:30am

Version 1.9
* Fixed lightning striking on planets
* Dampeners no longer disable if there is an IonStorm on a planet
* Dust storm no longer affects planets
* Ions and Dust no longer render on planets

Update: 25 Aug, 2021 @ 6:09pm

Version 1.8
* Added `DustStorm` (Slows grids down *very* little)
* Fixed crash when trying to load a weather definition that doesn't exist
* Improved response for inputting the incorrect parameters in commands
* Fixed potential memory leak
* Added weighted randomization system


API Version 4 (Minimum 1)
* Added `Weight` to Custom Weather API to change how often a weather is selected relative to others
* Added float `CharacterWindForce` to nudge players by a variable force away from the sun
* Added float `GridWindForce` to nudge grids by a variable force away from the sun
* Added float `CharacterDragForce` to slow characters down in the weather
* Added float `GridDragForce` to slow grids down in the weather
* Added int `DustAmount` to change how much dust renders
* Improved error handling

Update: 25 Aug, 2021 @ 6:05pm

Update: 25 Aug, 2021 @ 6:02pm

Update: 25 Aug, 2021 @ 12:45pm

Update: 25 Aug, 2021 @ 4:09am

API Version 3 (Minimum 1)
* Added bool DisableDampenersCharacter and DisableDampenersGrid to custom weather api
* ForceDisableDampeners is now obsolete