Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It works for consoles okay.
Well Wardrobe block cannot be used in tight spaces like wardrobe room :D
The room is small as only 3 block space is in front of wardrobe block so maybe that is why player is teleported outside after exit menu.
Maybe the spawn point is too far in front of wardrobe block? As look like game want me spawn in wall, but then teleport me outside.
I have it placed in corner of small room.
Is there a way to make the vanilla(DLC) lockers have the same ability?
That way you could just plug in the mod and most bases would already have the ability without the medical bay
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="KitLockers" />
<Icon>Textures\GUI\Icons\Kit_Locker.png</Icon>
<DisplayName>KitLockers</DisplayName>
<Description>KitLockers</Description>
<Blocks>
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Kit_Locker" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="SG_Kit_Locker" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Damaged_Kit_Locker" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="SG_Damaged_Kit_Locker" />
</Blocks>
</BlockVariantGroup>
<BlockVariantGroup>
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="WardrobeLockers" />
<Icon>Textures\GUI\Icons\Wardrobe.png</Icon>
<DisplayName>WardrobeLockers</DisplayName>
<Description>WardrobeLockers</Description>
<Blocks>
<Block Type="MyObjectBuilder_MedicalRoom" Subtype="Wardrobe" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Damaged_Wardrobe" />
<Block Type="MyObjectBuilder_MedicalRoom" Subtype="SG_Wardrobe" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="SG_Damaged_Wardrobe" />
</Blocks>
</BlockVariantGroup>
[ERROR] Keen: Block-pair MyObjectBuilder_MedicalRoom/Wardrobe MyObjectBuilder_MedicalRoom/SG_Wardrobe is not in the same block-variant group
[ERROR] Keen: Block-pair MyObjectBuilder_CubeBlock/Damaged_Wardrobe MyObjectBuilder_CubeBlock/SG_Damaged_Wardrobe is not in the same block-variant group
[ERROR] Keen: Block-pair MyObjectBuilder_CubeBlock/Kit_Locker MyObjectBuilder_CubeBlock/SG_Kit_Locker is not in the same block-variant group
[ERROR] Keen: Block-pair MyObjectBuilder_CubeBlock/Damaged_Kit_Locker MyObjectBuilder_CubeBlock/SG_Damaged_Kit_Locker is not in the same block-variant group
Large grid version does indeed work as advertised, many thanks for the mod!