Mod articles
-
Configuring the mod settings (as of MOD v1.7)
Configuring mod and setting custom containers slot counts and items stack sizes
To configure the mod edit the file "StrandedDeepInventoryMod.json" with your favorite text or json editor
Do not modify "ModVersion" value
If you DO modify it, you risk one of the following:
Losing all your custom settings when the mod automatically updates the json file to current version.
Getting your custom setting completely ignored, and silenty using default settings.
The mod won't run at all, you will play the base game without any cheez.
EnableMod: if set to "false" - it will disable the mod's functionality.
EnableLogging: is set to "true" - the mod will generate "StrandedDeepInventoryMod.log" file with diagnostic logs. <... -
Configuring stacksizes list in mod configuration
Each element in the list corresponds to one or many items in the game, filtering by the identifiers the game uses
InteractiveType: Major item type (food_type, tool_type, craft_type, etc..)
AttributeType: Minor item type, used by the game to distinguish subtypes of items (i.e: Corrugated scrap / Plank scrap)
StackSize: The value you want this item type to stack up to.
The mod will try to match the item the game is asking about first by its InteractiveType, then by its AttributeType.
If an exact match is found, it will then tell the game the configured stack size.
If an exact match is not found, but there's a configuration that matches the same InteractiveType with AttributeType = None, the mod will use that one as a wildcard.
If ... -
Game's Attribute types (as of v0.76.1)
INVALID
None
Crude
Refined
Small
Medium
Large
Giant
Fibrous
Driftwood
Wood
Plank
Corrugated
Container
Steel
Flare
BoltAction
Carbon
Kura
Quwawa
Yucca
Palm
Pine
Ficus
Tarp
Barrel
BuoyBalls
Tyres
Archer
Clown
Cod
Discus
Lion
Sardine
Pilchard
Grouper
Marlin
Goblin
GreatWhite
Hammerhead
Tiger
Whale
Rock
Clay
Eel
Megalodon
Squid... -
Game's Interactive types (as of v0.76.1)
INVALID
None
DOOR
CONTAINER
CONTAINER_SHELF
BUILDING_FOUNDATION
BUILDING_FOUNDATION_WEDGE
BUILDING_FLOOR
BUILDING_FLOOR_WEDGE
BUILDING_PANEL
BUILDING_PANEL_DOOR
BUILDING_WALL
BUILDING_WALL_HALF
BUILDING_WALL_WINDOW
BUILDING_DOOR
BUILDING_ARCH
BUILDING_STEPS
BUILDING_ROOF_MIDDLE
BUILDING_ROOF_CAP
BUILDING_ROOF_WEDGE
BUILDING_ROOF_CORNER
BUILDING_RAFT_BASE
BUILDING_RAFT_FLOOR
BUILDING_RAFT_CANOPY
BUILDING_RAFT_MOTOR
BUILDING_RAFT_SAIL
BUILDING_RAFT_ANCHOR
BUILDING_RAFT_RUDDER
BUILDING_FARMING_PLOT
BUILDING_VEHICLE_GYRO
BUILDING_VEHICLE_GYRO_BASE
BUILDING_VEHICLE_GYRO_COCKPIT
BUILDING_VEHICLE_GYRO_MOTOR ...