Create the mod in Mod Hub
Launch Space Engineers 2 Mod SDK from Steam. VRAGE3 Mod Hub opens and manages your projects.
- Click “+ Add Mod”.
- Give the project a unique title.
- Confirm with “OK”, then click “Start Editor”.
Space Engineers 2Wiki
VS2.4 · en-US · sourced data
WORKSHOP / VRAGE3
A guided path from an empty project to a block you can test in Space Engineers 2, without leaving this site.
FROM PROJECT TO WORKSHOP
BEFORE YOU START
Always work inside your mod project. Use Vanilla data as a reference and do not edit it directly.
QUICK START
This first sequence prepares an empty mod and verifies the Mod Hub → Editor → Game toolchain.
Launch Space Engineers 2 Mod SDK from Steam. VRAGE3 Mod Hub opens and manages your projects.
The SDK includes ready-to-import models, so you can learn the pipeline before doing any 3D modelling.
The import creates the required VRAGE assets. Link the last-LOD material to each of the model's three states.
A visual model is not enough: the game needs a prefab and definitions describing its behaviour.
The block needs to know what to display while intact, fractured or deformed.
Inspect the prefab in the render view, then launch a test world from the editor.
SDK SAMPLE
It already contains the icon, intact, fractured and deformed models, LODs, textures and collision. You can learn how resources connect before creating your own 3D assets.
Space Engineers 2 - Mod SDK/ExampleMod1/Modded Ion ThrusterFILES TO RECOGNISE
CHECK BEFORE TESTING
WHEN THE TEST PASSES
Run the mod in a fresh world and verify building, damage and thrust.
Fix every validation error; understand any warning you decide to keep.
In Mod Hub, add the title, description, thumbnail and dependencies.
Use “Publish” only when the local version is stable.
Rewritten from Keen Software House documentation and checked against the tools and samples present in the local SDK. VRAGE3 interface labels remain in English when they need to be found verbatim in the tool.
SDK local vérifié : Space Engineers 2 - Mod SDK · ExampleMod1 · VRAGE3.ModHUB.exe · VRage.Editor.exe