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
https://7daystodie.com/forums/showthread.php?42922-SMX-By-Sirillion
Then install this ontop:
https://7daystodie.com/forums/showthread.php?54260-A15-ready-90-slots-backpack-with-workig-UI
Boom. 90 slot inventory. Just follow the directions carefully and take your time. Don't rush it. Its pretty straight-forward and doesn't need you to manually edit any xml files yourself. You just have to drag-and-drop files where it tells you to.
If you really can't get the link to work for you here is a dropbox link:
https://www.dropbox.com/s/de12c8hsbexjqh2/90slotbackpack.zip?dl=0
That is likely because the loot.xml was not modified to increase the storage size of the player-dropped backpack.
<!-- player dropped backpacks, they only destroy on close when they are empty -->
<lootcontainer id="41" count="0,1" size="5,10" destroy_on_close="true" sound_open="UseActions/open_backpack" sound_close="UseActions/close_backpack" open_time="1" loot_quality_template="baseTemplate">
<item name="cobweb" count="1,2" prob="0.01"/>
</lootcontainer>
Increase the size. Currently its 5,10 which means its a 5x10 grid. I don't know how big you'd need to make it to cover everything in the backpack. You have ot factor in that it has to be able to hold your inventory, your toolbelt and all the items you're wearing. So it will have ot be quite large given that the mod you're using adds, what, 90 inventory slots?
The author of the 90 slot backpack did not include a loot.xml.
More hassle for the server to get right but it can be done.
However, far as I know, the players will need to also install it (They need the "normal" version, not the server-specific file so install is easier for them) and everyone, server included, needs to have EAC disabled.