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
It goes in the SteamLibrary\steamapps\common\Stranded Deep\Stranded_Deep_Data\Managed directory.
maybe you can try to extend durability for tools?
didn't realize there was an update. 67.
Click the word Nexus for the download link
When i try open the map in the editor the game crash.
You can access my google drive here[drive.google.com]
The Nexus mod page has been updated as well. can be found here[www.nexusmods.com]
I'd like to do it myself as well.
For those curious, use ILSpy and Reflexil.
Open the Assembly-CSharp.dll (mine is in F:\SteamLibrary\steamapps\common\Stranded Deep\Stranded_Deep_Data\Managed)
Go into Beam -> SlotStorage -> SlotStorage()
The values you want to change are the ones directly above the System.Void System.Collections.Generic.Dictionary`2<Beam.InteractiveType,System.Int32>;;set_Item(!0,!1)
Change the OpCode to Idc.i4.s teh Operand type to SByte and then the Operand to whatever vaule you want to use for your new stack size.
EDIT: I uploaded a guide on how to do it for those who are more visual.