Don't Starve Together

Don't Starve Together

21,418 Bewertungen
Extra Equip Slots
2
15
13
2
4
2
3
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Dateigröße
Veröffentlicht
Aktualisiert
32.910 KB
16. Jan. 2015 um 5:17
20. Apr. 2016 um 12:39
11 Änderungshinweise (anzeigen)

Abonnieren zum Herunterladen
Extra Equip Slots

In 1 Kollektion von NubsPixel
xVar Easymode Multiplayer
22 Inhalte
Beschreibung
I stopped supporting this mod!

I don't and wont update this mod anymore. I stopped playing this game a long time ago. It will break your game.
------------------------------------------------------

Adds a backpack and amulet slot to the game.

Patch List
v1.0 - Alpha Release
v1.1 - Patched to support Hotfix 123591
v1.2 - Fixed the Interface not properly 'rebuild' when loading to a previously saved game.
v1.3 - Patched to support Hotfix 124021
v1.4 - Rewrite the structure of the mod to run without using full files. Also, new preview icon :D
v1.5 - Fix a bug where the client's backpack items are not counted/checked when building something.
v1.5.1 - Fixed a crashing bug.
v1.5.2 - Updated image/tex file (possible cause for some people crashing).
v1.6 - Compatibility patch (thanks to star)
v1.7 - Fixed inteface overlapping with "inspect self" button (unknown hotfix/update number).
v1.8 - Fix incompatibility due to EQUIPSLOT_IDS table creation moving from components/playerinspectable.lua to constants.lua (by Muche see here)

Credits
Fontonkonbonmon (original)
tehMugwump
Afro1967 (RoG)
Darklokey276
Vanguard Prime
I am Zero One
outseeker (au)
Marco
Snowy
kukaryambik
Muche

Source
Backpack and Amulet Slots

Other Version
Extra Equip Slots Steam API version - by MystPhysX

Other Notes
If you are having problems with the background of the inventory doesn't scale properly, you might have compatibilitiy issues regarding this mod with other mods. One way to solve this is to report what mod you are using in the comments OR you can use this mod.
Beliebte Diskussionen Alle anzeigen (9)
46
10. Mai um 9:56
Please, submit your crash log
NubsPixel
3
30. Sep. um 2:04
Fix Wilson's beard bug, please
会说法语举止优雅的猪
16
12. Aug. 2021 um 15:16
Bug Reports
Fishyflakes
962 Kommentare
[WC] bobuser 14. Nov. um 18:06 
There is a different mod with the same functionality that is up to date and works with the latest version:
Extra Equip Slots Clean [Doom]
https://gtm.you1.cn/sharedfiles/filedetails/?id=3026138806
HATE 9. Nov. um 22:32 
the game crashes with this mod,thats so sad
Le_bastard 3. Nov. um 15:13 
You can't craft items without having the materials in the inventory:steamsad:
Didacus 31. Okt. um 16:47 
Thank you MIKOTO LAW you save my life and my game, you are a great guy, and i appreciate that you took the time to post the solution here :cozybethesda:
jetthardy 22. Okt. um 17:14 
@MIKOTO LAW You're a lifesaver. I had given up on being able to use that Wilson perk because I love this mod too much. I just ran a test and it worked like a dream
Internal Sun 12. Okt. um 0:33 
I found a bug where enabling this mod makes it impossible to craft using items from a chest's inventory. Disabling it fixes the issue. :sans:
MIKOTO LAW 30. Sep. um 2:02 
I actually fixed the beard storage Wilson issue myself. You need to re-add the beard slot to the equipment slots table in the mods code.

The fix is simple:

1 - Go to the game mods folder, "<steam installation folder>\steamapps\common\Don't Starve Together\mods";

2 - Find this mod folder, for me was "workshop-375850593", and open it;

3 - In the folder, open the archive "modmain.lua" in a text editor, and find the table for the equipment slots, for me it was:

GLOBAL.EQUIPSLOTS = {
HANDS = "hands",
HEAD = "head",
BODY = "body",
BACK = "back",
NECK = "neck",
WAIST = "waist"
}

4 - Add the beard again to this table, just like this:

GLOBAL.EQUIPSLOTS = {
HANDS = "hands",
HEAD = "head",
BODY = "body",
BACK = "back",
BEARD = "beard", -- Added line to resolve Wilson compatibility
NECK = "neck",
WAIST = "waist"
}

5 - Save the file and close it, and you should be good to go.

For me this fixed the Wilson issue... hope this helps someone!!!
PizdecFarmila 16. Sep. um 6:43 
i have same bug as oiSEAux
oiSEAux 15. Sep. um 3:08 
It seems to me that when I activate beard storage skillset for Wilson, it conflicts with the mod. This cause the server to crash everytime it tries to save the game.
3206086146 2. Sep. um 1:09 
...