Space Engineers

Space Engineers

Suit Up! - Suit Items
Showing 21-30 of 34 entries
< 1  2  3  4 >
Update: 30 Oct, 2024 @ 6:24am

Update: 30 Oct, 2024 @ 4:24am

Game crashed.

Update: 29 Oct, 2024 @ 2:19pm

Changes
- Small Oxygen Bottle now works
- The Mask suit now stores a lot less oxygen.


Fixes
- Commands crashing the game.

Update: 25 Oct, 2024 @ 5:00pm

Features
- 3 Suit models and items.
- Backend for multiplayer compatebility.

Update: 25 Oct, 2024 @ 11:20am

Features
- Beta multiplayer support.
- The smart helmet can be overwritten by opening or closing the helmet.
- The smart helmet will try to prevent you from dieing when your health gets low.

Update: 25 Oct, 2024 @ 5:40am

Fixes
- You now have a flashlight, even without a suit.

Update: 24 Oct, 2024 @ 5:12pm

Changes
- Smart Helmet that opens and closes automatically depending on your enviroment oxygen level, since this mod is sadly not compatible with "Smarter Suit".

Fixes
- Suit change after exiting a block didn't work.

Update: 24 Oct, 2024 @ 3:07pm

Addet commands
  • /ListSuits
  • /SetSuit [Suit] (Needs creative)
  • /SetGender [Gender]
Backend overhaul
For this update I basically compleatly rewrote the whole mod to be compatible with my future plans, improve performance and fix bugs.

API
I addet a small API to let other modders implement custom suits. Here is an example for it:
using VRage.Game.Components; using VRage.Game; using VRageMath; using SuitUpMod; [MySessionComponentDescriptor(MyUpdateOrder.NoUpdate)] public class SuitUpExtension : MySessionComponentBase { public override void Init(MyObjectBuilder_SessionComponent sessionComponent) { base.Init(sessionComponent); SuitUp.AddSuit(new Suit("Example Suit", "Example_Suit", "Example_Suit_Male", @"Models\Characters\Astronaut\Example_Suit_Male.mwm", "Example_Suit_Female", @"Models\Characters\Astronaut\Example_Suit_Male.mwm", (SuitPriority)80, true, /*Allow helmet*/ true, /*Allow light*/ true, /*Allow dampeners*/ true, /*Allow jetpack*/ Vector3.One, /*Jetpack upper limit for restricted jetpack directions. Disable dampeners when you use it. One => All directions, Up => Only up and so on.*/ Vector3.Right /*One => All directions. Down => You can only fly down. Left => Only left and so on.*/)); } }
Bug fixes
Fixed: Ability to change your suit while being inside a Cockpit or Cryo Chamber etc.
Fixed: Spawning in the air above a drop pod instead of spawning on the seat.
Fixed: Rare ability to turn on jetpack or helmet.
Fixed: Ability to turn on flashlight, since the No Suits models don't have flashlights.

Update: 20 Oct, 2024 @ 9:22am

Changed the thumbnail

Update: 19 Oct, 2024 @ 12:55pm

Addet thumbnail