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
If you've been reading the comments here and that you're new to Scrap Mechanic Lua scripting, you might be confused on what "game.defaultInventorySize" is. It's the only thing that can be added to Game class, which you can set an integer of up to 1024 slots in all survival based inventories.
GameExample = class()
GameExample.defaultInventorySize = 1010
Is it possible to modyfy the Survival Game files with:
Game.defaultInventorySize = 1010 ?
Game.defaultInventorySize = 1010
Literally, the Scrap Mechanic Lua References [scrapmechanic.com] contains that code in Game Class