• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A18 Bigger Backpack Mod! (60/96 slot. Versions with food/water on HUD available)

Maybe check one of the 'Night Stalker' book's buff 'never encumbered at night'? I still get a little encumbered. Also maybe check the fireman book 'never get encumbered in burnt forest', I haven't unlocked it yet, so idk.

 
Minor bug: Adding this mod causes the hitbox on the toolbar items is smaller than it should be.
Hi KhaineGB,

I've created a own style for this problem.

Change the style.xml from

this:

Code:
<configs>
   <!-- Make the icon select area a bit smaller so there's no overlap -->	
   <set xpath="/styles/style[@name='itemStack']/style_entry[@name='width']/@value">50</set>
   <set xpath="/styles/style[@name='itemStack']/style_entry[@name='height']/@value">50</set>	
</configs>
to this:

Code:
<configs>
<append xpath="/styles">
	<style name="kh60_itemStack">
		<style_entry name="select_color" value="[beige]"/>
		<style_entry name="press_color" value="[limeGreen]"/>
		<style_entry name="final_pressed_color" value="[lightGrey]"/>
		<style_entry name="background_color" value="[mediumGrey]"/>
		<style_entry name="highlight_color" value="[hoverColor]"/>
		<style_entry name="holding_color" value="[white]"/>
		<style_entry name="width" value="50"/>
		<style_entry name="height" value="50"/>
		<style_entry name="hover_icon_grow" value="1.5"/>
		<style_entry name="on_press" value="true"/>
		<style_entry name="sound_volume" value="0.75"/>
		<style_entry name="pickup_sound" value="[pickup_click]"/>
		<style_entry name="place_sound" value="[place_click]"/>
	</style>
</append>
</configs>
In your controls.xml I changed the style from "itemStack" to "kh60_itemStack".

Works fine, I think.

 
The style fix works. Thanks.

The itemtypeicon is missing from the backpack - this shows the schematic book icon

Code:
<sprite depth="8" name="itemtypeicon" width="17" height="17" sprite="ui_game_symbol_{itemtypeicon}" pos="2,-2" foregroundlayer="true" visible="{hasitemtypeicon}" color="{itemtypeicontint}" />
 
Good work. I'll change the itemtypeicon for myself, too.

But, where must i fix it?

I've found it. I put it in the controls.xml in the <kh60_backpack_item_stack> node.

 
Last edited by a moderator:
Haven't forgotten about this, just been balls deep in getting Darkness Falls working.

Will impliment some of these changes later today and upload it. :) Thanks for the help, folks!

 
can this come in a size 72 ? I loaded the 96 but the icon are too small for my eye.. eye sight is failing me... and I would love a few more slots then the 60... it's that goldilocks just right size? lol … I did find some old backpack mods out in the net but no post on them working with the new updates.

will sent a pre thanks , for reading , reply , and a big Thanks if you have one made and post a link :) will dl the 60 and give it a try till then..

 
I love having the extra backpack space...but for some reason I can't "grab" everything using R, is this a bug or am I doing something wrong?

 
I love having the extra backpack space...but for some reason I can't "grab" everything using R, is this a bug or am I doing something wrong?
On 18.1 b5 experimental it works and it should work for stable too, remove the existing mod and dl again.

 
Please help! I am trying to install this on my server (96 BP slot with FW). I have installed other mods including a different backpack mod it was too op though so I deleted that and tried to install this one. I have installed the same way I did the others and the backpack is still the vanilla one. I don't want to start my server until I get this working. Any help would be appreciated.

 
Last edited by a moderator:
Possible to get a version of this with JUST to food and water display? No changes to the backpack? I like the challenge of a smaller backpack.

Thanks

 
Khaine, first thanks for this Mod, the bigger backpack is great!

But we're also having a problem... every time some of us dies the inventory of the backpack is completely empty. Can you please check if it's a failure in the mod? Our preferences are that nothing get lost by death...

 
I've started a new server with this mod, using 60 slot version without indicators. After unlocking 3 levels of packmule, my whole inventory was completely unlocked. I'm not using any steroids or something. Game version 18.2(b5)

 
I been using this but i just realized the water bar doesnt actually move at all, the food one moves fine with your hunger but the water one stays full all the time even if your thirst is 0. any way to fix this?

 
I figured getting this done asap would be a good idea, so here you go!
Bigger Backpack MODLET for A18. Make a Mods folder in your 7 days to die directory and unzip the file into there (should be KHA60-BBM/KHA96-BBM or some variation thereof for the folder name.) 60 and 96 slot versions, both with and without food and water on the HUD depending on what you prefer. Both have different unlocked/locked slots so pack mule will still work to unlock everything.

60 slot: 40 unlocked/20 locked.

96 slot: 61 unlocked/25 locked.

Download links below. :) I'll bug SphereII about putting it on the launcher later.

A18 - 60 Slot Backpack Mod

A18 - 60 Slot Backpack Mod, with Food and Water indicators on the UI.

A18 - 96 Slot Backpack Mod

A18 - 96 Slot Backpack Mod, with Food and Water indicators on the UI.

Enjoy!
KhaineGB you still need to shrink the toolbelt slots because the backpack goes over the toolbelt blocking the xp line and toolbelt

 
Back
Top