7 Days to Die

7 Days to Die

View Stats:
Therdre Sep 1, 2017 @ 5:40pm
Expanded Inventory/Container size with War of the Walkers mod
Are there any mods that increase the inventory or container/minibike storage sizes (or all 3) that work with War of the Walkers mod? Thanks

I Would be looking to do this on a dedicated server
Last edited by Therdre; Sep 1, 2017 @ 5:56pm
< >
Showing 1-15 of 15 comments
zachgehret Sep 2, 2017 @ 6:54am 
https://steamcommunity.com/app/251570/discussions/0/358416640405691410/ this guy tells you how to exspand it yourself takes about 3 min and since ur just altering the file not replacing the whole thing ot works with everything and the host will push it to the client
chrismura Sep 2, 2017 @ 7:45am 
Doesn't work with 16.3. Just tried it. Crashes game. Array issues.
zachgehret Sep 2, 2017 @ 7:54am 
yes it does i have on now dont copy edit with notepad i cant copy it over either have to edit yourself and make sure anti cheat is off
zachgehret Sep 2, 2017 @ 8:02am 
<window name="windowBackpack" width="1053" height="421" panel="Center" controller="BackpackWindow" cursor_area="true" >
<!--#$-IGS END.-$#-->
<panel name="header" height="43" depth="1" backgroundspritename="ui_game_panel_header">
<button depth="3" name="btnSort" style="icon32px, press, hover" pivot="center" pos="21,-21" sprite="ui_game_symbol_backpack" tooltip_key="lblSortInventory" sound="[paging_click]" />
<label depth="3" name="windowName" pos="42,-6" width="250" height="32" text="INVENTORY" text_key="xuiInventory" font_size="32" />

<label depth="2" pos="472,-8" width="100" height="28" text="{currencyamount}" color="[mediumGrey]" justify="right" />
<sprite depth="4" name="costIcon" sprite="ui_game_symbol_coin" size="24,24" pos="577,-10" color="[white]" foregroundlayer="true" />
</panel>

<panel name="content" width="100%" height="378" depth="0" pos="0,-46" disableautobackground="true">
<!-- <sprite name="background" color="[black]" type="sliced" globalopacity="true"/> -->
<sprite depth="8" name="backgroundMain" sprite="menu_empty3px" pos="0,0" width="603" height="303" color="[black]" type="sliced" fillcenter="false" on_press="true" />
<grid depth="1" name="inventory" rows="5" cols="14" pos="3,-3" cell_width="75" cell_height="75" controller="Backpack" repeat_content="true" >
<item_stack name="0"/>
</grid>
</panel>
</window>
here is the whole thing remember dont paste edit
Therdre Sep 2, 2017 @ 8:37am 
Thanks, would everyone using the server have to edit their game or would I just have to edit the server files?
chrismura Sep 2, 2017 @ 8:39am 
<window name="windowBackpack" width="1053" height="421" panel="Center" controller="BackpackWindow" cursor_area="true" >
<panel name="header" height="43" depth="1" backgroundspritename="ui_game_panel_header">
<button depth="3" name="btnSort" style="icon32px, press, hover" pivot="center" pos="21,-21" sprite="ui_game_symbol_backpack" tooltip_key="lblSortInventory" sound="[paging_click]" />
<label depth="3" name="windowName" pos="42,-6" width="250" height="32" text="INVENTORY" text_key="xuiInventory" font_size="32" />
<label depth="2" pos="472,-8" width="100" height="28" text="{currencyamount}" color="[mediumGrey]" justify="right" />
<sprite depth="4" name="costIcon" sprite="ui_game_symbol_coin" size="24,24" pos="577,-10" color="[white]" foregroundlayer="true" />
</panel>
<panel name="content" width="100%" height="378" depth="0" pos="0,-46" disableautobackground="true">
<sprite depth="8" name="backgroundMain" sprite="menu_empty3px" pos="0,0" width="603" height="303" color="[black]" type="sliced" fillcenter="false" on_press="true" />
<grid depth="1" name="inventory" rows="5" cols="14" pos="3,-3" cell_width="75" cell_height="75" controller="Backpack" repeat_content="true" >
<item_stack name="0"/>
</grid>
</panel>
</window>
This is what I currently have in my game and when I try and open a forge it crashes the game with an array error
zachgehret Sep 2, 2017 @ 8:40am 
just u but u might want to backup ur files befor u try cuz another guy just told me it worked for him but his asscsharp file dissapeared from his ded server tool when he did no clue about that but its at ur own risk
chrismura Sep 2, 2017 @ 8:44am 
I noticed I was missing <!--#$-IGS END.-$#--> but made no difference. Getting IndexOutOfRangeException: Array index is out of range error


chrismura Sep 2, 2017 @ 8:46am 
Everything was complete fresh download of both 7 Days Vanilla and the updated mod fron Envul.
zachgehret Sep 2, 2017 @ 8:52am 
ya i dont know guys i just found that stuff online and it works for me so and i thought i would share cuz i loved it i didnt write is
chrismura Sep 2, 2017 @ 8:57am 
Appreciate the assistance. Just wish it was working for me.
Therdre Sep 2, 2017 @ 10:12am 
I'll try it when I get my ded server reset later today, I know everyone on my server wants expanded backpacks but at least with valmod expanded backpacks it worked fine for me but 2 people on my server consistantly had issues with theirs
Therdre Sep 2, 2017 @ 10:44am 
As far as changing the container sizes for all the player made storage

<!-- Lootcontainer 10 Player Made Storage Containers -->
<lootcontainer id="10" count="0" size="8,9" sound_open="UseActions/open_chest" sound_close="UseActions/close_chest" loot_quality_template="baseTemplate">
<item name="cobweb" count="1,2"/>
</lootcontainer>

(I know this didn't copy/paste right) Do I just change 8,9 to something else? thinking 10,12

and same thing for minibike

<!-- Lootcontainer 62 Minibike Storage Loot -->
<lootcontainer id="62" count="0" size="3,6" sound_open="UseActions/open_shopping_basket" open_time="0" sound_close="UseActions/close_shopping_basket" loot_quality_template="baseTemplate">
</lootcontainer>
Last edited by Therdre; Sep 2, 2017 @ 10:45am
zachgehret Sep 2, 2017 @ 10:46am 
dont know on that one
zachgehret Sep 2, 2017 @ 10:48am 
but i wouldnt cut and paste unless ur doing the whole file it dont go in right for me when i do but i never edited the minibike only backpack and player dropped backpack
Last edited by zachgehret; Sep 2, 2017 @ 10:51am
< >
Showing 1-15 of 15 comments
Per page: 1530 50

Date Posted: Sep 1, 2017 @ 5:40pm
Posts: 15