Space Engineers

Space Engineers

Not enough ratings
Rounded Armor
   
Award
Favorite
Favorited
Unfavorite
Type: World
File Size
Posted
Updated
145.662 KB
18 Feb, 2014 @ 3:51pm
19 Feb, 2014 @ 3:38am
5 Change Notes ( view )

Subscribe to download
Rounded Armor

Description
Space Engineers 01.018.021 saw the inclusion of Rounded Armor in the code.

Not yet available via the interface in game, but you can add it manually by editing your save game.
26 Comments
Sqweloookle 29 Aug, 2014 @ 6:42am 
Thanking you.
Sqweloookle 28 Aug, 2014 @ 11:25pm 
The annoying part is when they update the game you have to put the coding back.
Otherwise can't a mod add the rounded armour into the menu?
Drats666 17 Jun, 2014 @ 5:57pm 
think it just dont like my thing then because i know no other block has the pair name <BlockPairName>DratsSThruster</BlockPairName>
Screaming Angels  [author] 17 Jun, 2014 @ 5:22pm 
As far as I understand, the <BlockPairName> defines the name requried for the menu. If you use an existing name, it will share its position with other blocks of the same <BlockPairName>.
Drats666 17 Jun, 2014 @ 4:44pm 
i been trying to get my own version of a thruster to work, you wouldn't happen to know much about using the config to add custom blocks would you? I can get it to show up but it is overriding the original even though it has its own section/location and own properties section. >.<
Screaming Angels  [author] 16 Jun, 2014 @ 11:54pm 
The "cubeBlocks.sbc" could be modified to allow you direct access to the Rounded blocks on your toolbar in game. They way it work currently, you could have access to them in multiplayer also, without been the host.

You would need to add the following to the file near the end:

<BlockPosition>
<Name>LightRoundArmorSlope</Name>
<Position>
<X>11</X>
<Y>1</Y>
</Position>
</BlockPosition>
<BlockPosition>
<Name>LightRoundArmorCorner</Name>
<Position>
<X>11</X>
<Y>2</Y>
</Position>
</BlockPosition>
<BlockPosition>
<Name>LightRoundArmorInvCorner</Name>
<Position>
<X>11</X>
<Y>3</Y>
</Position>
</BlockPosition>


And you would need to search out and remove the multiple "<Public>false</Public>" lines in the file.
Drats666 16 Jun, 2014 @ 7:26pm 
question, if these are simply mutated corner blocks couldn't someone actually make the blocks to be used in game by adding them as custome blocks with the round properties?
Caveman 26 Feb, 2014 @ 7:01pm 
Oh ok thanks. I tried going into the files and adding round armor to the inventory but I found round armor and didn't know what to do then. :/
Screaming Angels  [author] 26 Feb, 2014 @ 6:58pm 
SEToolbox will convert the armor between Corner and Round.
Simply select a large ship or station, select "Convert", "Corner/Round Armor", "To Round Armor".