Simple Storage Mod
Author:
Downloads: 1,938
File Size: 164.2 KB
Created:
Updated:
Mod ID: 1200176
Categories:

Simple Storage Mod

This mod adds two small dedicated storage structures, for eggs and seeds.

Simple Storage Mod

This mod adds three simple dedicated storage structures for eggs(nest prop), seeds(sack prop), and bones(tomb prop)

Project ID: 1200176

Is it multi platform?

Yes, it is. But that may change on random uploads on a high update frequence. But usually I will upload multi platform versions during less busy weekdays.

Will more mods follow?

With a high propability, yes. I'm currently in the process of rebuilding the singleplayer experience I had in Evolved, but some mods are missing, so I'm bound to build some myself. This mod is the first step in many to follow.

What assets did you use?

All props were vanilla integrated inside the dev kit. The egg shelter is basically just using a nest prop and a custom build icon from an image I made inside the devkit, then editing it using Gimp. The seed sack is using the seed bag prop that Ichthyornis have in their mouth when stealing stuff from you. The icon was also custom made from an image using Gimp.

Can we customize the spoiling times?

Yes, you can. Add the following variables to your GameUserSettings.ini:

[SimpleStorageMod]
SeedSpoilTime=2.000000
EggSpoilTime=2.000000
BoneSpoilTime=2.000000
SeedInvSlots=15.000000
EggInvSlots=15.000000
BoneInvSlots=500.000000

2.000000 is the default value for all three. Increase the values to decrease spoiling time. Decrease the values to increase spoiling time. The values must be float aka decimal, or they will be ignored. The value range is between 0.1 and 1000.0. The slot number values are provided as is(default), customize as needed.

Any console commands and engrams?

Egg Shelter: cheat giveitem "/SSM_SimpleStorageMod/EggBasket/PrimalItemStructure_StorageBox_Eggs. PrimalItemStructure_StorageBox_Eggs" 1 0 0

Seed Sack: cheat giveite "/SSM_SimpleStorageMod/SeedSack/PrimalItemStructure_StorageBox_Seeds. PrimalItemStructure_StorageBox_Seeds" 1 0 0

Bone Tomb: cheat giveitem "/SSM_SimpleStorageMod/BoneTomb/PrimalItemStructure_StorageBox_Bones. PrimalItemStructure_StorageBox_Bones" 1 0 0

Egg Shelter: EngramEntry_StorageBox_Eggs_C

Seed Sack: EngramEntry_StorageBox_Seeds_C

Bone Tomb: EngramEntry_StorageBox_Bones_C

How are those structures made available?

You will have access to all three structure engrams early on. The seed sack is available lvl 4 costing 1 engram point, the egg shelter lvl 12 costing 2 engram points, and the Bone Tomb lvl 12 costing 4 engram points. The sack needs fiber(30) and thatch(20) to be crafted, the egg shelter needs Fiber(15), Thatch(10) and Pelt(5) to be crafted, and the Bone Tomb needs Stone(100), and Cementing Paste(25) to be crafted.

All structures will delay spoiling time for their specific item type x2.