Please Note: This page is under construction. Please come back again soon.
The SSS crafting station is used to craft certain SSS items. It also allows crafting of any items that can be crafted in a player's own inventory. Its crafting speed and inventory size (slot cout) can be altered via ini settings.
The following ingredients are required to craft the SSS Small Storage:
Amount | Icon | Crafting Ingredient |
---|---|---|
5 | ![]() |
Metal Ingot |
25 | ![]() |
Wood |
The following settings are available for this item. The default options are shown. They must be added to the
[SensationalStructures]
section ofgameusersettings.ini
SmithySlotCount=300
SmithyCraftingSpeed=1
The command to spawn a single SSS Crafting Station item is:
cheat giveitem "Blueprint'/SensationalStructures/Crafting/CraftingStation/PrimalItemStructure_SSS_CraftingStation.PrimalItemStructure_SSS_CraftingStation'"
The SSS Fabricator is slightly smaller than the vanilla version, and has its noise disabled. It can also craft all recipes found in the vanilla Fabricator. Its crafting speed, inventory size (slot cout) and sound output can be altered via server settings.
Server Settings (with default values):
FabricatorCraftingSpeedMultiplier=1
FabricatorSlotCount=300
DisableFabricatorSound
Spawn Code:
cheat giveitem "Blueprint'/SensationalStructures/Crafting/Fabricator/PrimalItemStructure_SSS_FabricatorPlus.PrimalItemStructure_SSS_FabricatorPlus'"
The SSS Smithy can craft all recipes found in the vanilla Smithy. Its crafting speed and inventory size (slot cout) can be altered via server settings.
Server Settings (with default values):
SmithySlotCount=300
SmithyCraftingSpeed=1
Spawn Code:
cheat giveitem "Blueprint'/SensationalStructures/Crafting/Smithy/PrimalItemStructure_SSS_SmithyPlus.PrimalItemStructure_SSS_SmithyPlus'"
The SSS Tek Replicator Plus is required to craft any SSS Tek recipes. It can also craft all recipes found in the vanilla Replicator. Its size, crafting speed, inventory size (slot count) and sound output can be altered via server settings.
Server Settings (with default values):
ReplicatorScaleMultiplier=1.0
ReplicatorCraftingSpeedMultiplier=1.0
ReplicatorInventorySize=300
DisableReplicatorSound=false
Spawn Code:
cheat giveitem "Blueprint'/SensationalStructures/Crafting/Replicator/PrimalItemStructure_SSS_TekReplicatorPlus.PrimalItemStructure_SSS_TekReplicatorPlus'"