Space Engineers

Space Engineers

Suit Up! - Suit Items
正在显示第 21 - 30 项,共 34 项条目
< 1  2  3  4 >
更新于:2024 年 10 月 30 日 上午 6:24
作者:Rocco

更新于:2024 年 10 月 30 日 上午 4:24
作者:Rocco

Game crashed.

更新于:2024 年 10 月 29 日 下午 2:19
作者:Rocco

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


Fixes
- Commands crashing the game.

更新于:2024 年 10 月 25 日 下午 5:00
作者:Rocco

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

更新于:2024 年 10 月 25 日 上午 11:20
作者:Rocco

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.

更新于:2024 年 10 月 25 日 上午 5:40
作者:Rocco

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

更新于:2024 年 10 月 24 日 下午 5:12
作者:Rocco

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.

更新于:2024 年 10 月 24 日 下午 3:07
作者:Rocco

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.

更新于:2024 年 10 月 20 日 上午 9:22
作者:Rocco

Changed the thumbnail

更新于:2024 年 10 月 19 日 下午 12:55
作者:Rocco

Addet thumbnail