Don't Starve Together

Don't Starve Together

21,418 ratings
Extra Equip Slots
2
15
13
2
4
2
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
32.910 KB
16 Jan, 2015 @ 5:17am
20 Apr, 2016 @ 12:39pm
11 Change Notes ( view )

Subscribe to download
Extra Equip Slots

In 1 collection by NubsPixel
xVar Easymode Multiplayer
22 items
Description
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.
Popular Discussions View All (9)
46
10 May @ 9:56am
Please, submit your crash log
NubsPixel
3
30 Sep @ 2:04am
Fix Wilson's beard bug, please
会说法语举止优雅的猪
16
12 Aug, 2021 @ 3:16pm
Bug Reports
Fishyflakes
962 Comments
[WC] bobuser 14 Nov @ 6:06pm 
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 @ 10:32pm 
the game crashes with this mod,thats so sad
Le_bastard 3 Nov @ 3:13pm 
You can't craft items without having the materials in the inventory:steamsad:
Didacus 31 Oct @ 4:47pm 
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 Oct @ 5:14pm 
@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 Oct @ 12:33am 
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 @ 2:02am 
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 @ 6:43am 
i have same bug as oiSEAux
oiSEAux 15 Sep @ 3:08am 
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 @ 1:09am 
...