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
ModVariable.SetVariableForStorageAmount("FlowerBunch01", XXL)
ModVariable.SetVariableForStorageAmount("FlowerBunch02", XXL)
ModVariable.SetVariableForStorageAmount("FlowerBunch03", XXL)
ModVariable.SetVariableForStorageAmount("FlowerBunch04", XXL)
ModVariable.SetVariableForStorageAmount("FlowerBunch05", XXL)
ModVariable.SetVariableForStorageAmount("FlowerBunch06", XXL)
ModVariable.SetVariableForStorageAmount("FlowerBunch07", XXL)
Again, change XXL to your local size you want.
You can open up Steam\steamapps\workshop\content\979120\2000348178 click RawCap LUA File. Using a script editor like Notepad++, add the following line under function BeforeLoad(): ModVariable.SetVariableForStorageAmount("PumpkinSeeds", XXL)
Change XXL to whatever size you want.
local XXS = 10
local XS = 50
local S = 100
local M = 250
local L = 500
local XL = 750
local XXL = 2000
I'll look into adding that feature, but for now you can always manually increase the storage amounts. I wrote a quick 'How To' in the discussions section should you be interested in this.
Was there some update to beta that broke the mod possibly?
That function has been moved to my other mod Weightless which also includes other items weight reduced to 1.