VRage Toolbox Wiki

Table of Contents

VRageToolbox

  • About
  • Releases

Reference

  • Setup
  • Settings
  • Main Panel
  • Layers&Block structure
  • Material Browser
  • Notifications

Tools

Tutorials

  • Import
  • Create Model
  • Interaction Highlight
  • Mountpoints
  • Create Icons
  • My First Mod

Space Engineers Modding

  • Materials
  • Mountpoints

Login

VRage Toolbox Wiki
Docs ยป tut:firstmod

My First Mod

<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CubeBlocks>
    <Definition>
      <Id>
        <TypeId>CubeBlock</TypeId>
        <SubtypeId>Monolith</SubtypeId>
      </Id>
      <DisplayName>Monolith</DisplayName>
      <Icon>Textures\GUI\Icons\Fake.dds</Icon>
      <Public>false</Public>
      <CubeSize>Large</CubeSize>
      <BlockTopology>TriangleMesh</BlockTopology>
      <Size x="1" y="4" z="1" />
      <Center x="0" y="0" z="0" />
      <ModelOffset x="0" y="-4" z="0" />
      <Model>Models\Environment\Props\Monolith.mwm</Model>
      <Components>
        <Component Subtype="SteelPlate" Count="130" />
        <Component Subtype="Superconductor" Count="130" />
      </Components>
      <CriticalComponent Subtype="Superconductor" Index="0" />
      <EdgeType>Light</EdgeType>
      <BuildTimeSeconds>200000</BuildTimeSeconds>
      <InventorySize>
        <X>1</X>
        <Y>1</Y>
        <Z>1</Z>
      </InventorySize>
      <PCU>1</PCU>
      <IsAirTight>false</IsAirTight>
    </Definition>
    </Definitions>
Previous Next