7 Days to Die

7 Days to Die

View Stats:
Speedbump (Banned) Aug 5, 2017 @ 3:16am
Minibike storage
It's very small for singleplayer. Anyone know of a mod or something that will increase the slots from 18 to that of a chest? Couldn't find one on Nexus.
< >
Showing 1-14 of 14 comments
briancourt2 Aug 5, 2017 @ 3:21am 
google it. You can easily double the size. Need to modify the loot.xml to change the size of the vehical storage. Than change the XUI.xml to make it a 6x6 for vehical storage. Change the rows and colums to both be six. Than pick up you bike 9 (aka take it apart) and replace it. Now your storage is double. Modifying the player backpack is way more invovled so I haven't needed that as the bike shopping basket was good enough to make looting easier.
briancourt2 Aug 5, 2017 @ 3:22am 
<!-- minibike storage -->
<lootcontainer id="62" count="0" size="6,6" sound_open="UseActions/open_shopping_basket" open_time="0" sound_close="UseActions/close_shopping_basket" loot_quality_template="baseTemplate">
</lootcontainer>
briancourt2 Aug 5, 2017 @ 3:24am 
in XUI/ windows.xml, just change the row and col to both be "6"

<!--#$-IGS BEGIN: Adding cursor area. -$#-->
<window name="windowVehicleStorage" width="228" height="262" depth="5" anchor="CenterTop" panel="Right" backgroundcolor="[black]" cursor_area="true" >
<!--#$-IGS END.-$#-->
<panel name="header" height="43" depth="1" backgroundspritename="ui_game_panel_header">
<button depth="1" name="btnSort" style="icon32px, press, hover" pivot="center" pos="21,-21" sprite="ui_game_symbol_loot_sack" tooltip_key="lblSortContainer" sound="[paging_click]" />
<label style="header.name" text="MINIBIKE STORAGE" text_key="xuiMinibikeStorage" />
</panel>

<grid depth="2" name="inventory" rows="6" cols="6" pos="3,-46" cell_width="75" cell_height="75" repeat_content="true" controller="VehicleContainer">
<item_stack name="0"/>
</grid>

<panel name="emptyPanel" height="450" depth="4" pos="0,-49" backgroundcolor="[darkGrey]" bordercolor="[black]" visible="false">
<sprite depth="4" name="backgroundMain" sprite="menu_empty3px" color="[black]" type="sliced" fillcenter="false" />
<label pos="0,-180" depth="3" name="descriptionText" width="100%" height="80" text="ADD BASKET TO ACCESS STORAGE." text_key="xuiEmptyVehicleStorage" justify="center" font_size="24"/>
</panel>
</window>
Speedbump (Banned) Aug 5, 2017 @ 3:54am 
Nice man I got it working, thanks so much. Do you know if 6x6 s the limit or could I make it 8x9 like a chest?
briancourt2 Aug 5, 2017 @ 4:03am 
I have read people making it bigger, but it gets more involved to move all the other windows around to make room. I try to live with this as I believe it will more likely to be compatible with any changes that might come out. The easiest is to extend the column one more and deal with the OCD it causes as part of the column is off screen. If you play with the window starting position you can slide it over. I just prefer the straight forward mods as this is just changing "2" numbers above, even though it appears like a lot. Make backups of these files and try. XML isn't that hard to see what the developers were trying to allow us to modify. If you have a "good world" you are working on, I tend to make backups of that too, just in case. The random pc crash makes me do that already. Hate losing 100 hours on a epic based to be lost because of a power outage, or a "mistake" when editing the xml files, so why not take the 1 minute to be safe.
briancourt2 Aug 5, 2017 @ 4:04am 
FYI for multiplayer, the game detects the mod, and sends the file to other players, so this isn't limited to single player
briancourt2 Aug 5, 2017 @ 4:05am 
hit F1 when the game is loading and you can see the file mod detected. If you made a mistake you will see red text saying you goofed up and might prevent game from loading, but just change the file back and you will be good to reload.
Speedbump (Banned) Aug 5, 2017 @ 4:07am 
Well thanks for all that info man I think I'll try 6x7 and stick with that.
Ares25D Aug 5, 2017 @ 4:29am 
There is a mod called SimpleUi that makes Storage chest/crates huge and minibike storage huge
also adds some stuff to the UI

so you could try this if you want to

https://7daystodie.com/forums/showthread.php?65857-Simple-UI
MellowRebel Aug 5, 2017 @ 6:49am 
45 to 90 slot BACK PAK MOD but you have to edit the size of the minibike basket your self
Bocephus666 Aug 5, 2017 @ 6:54am 
Simple UI Plus on Nexus increases both backpack, mini bike, and player storage
MonkeyDCapo Aug 5, 2017 @ 8:44am 
how can i get bigger inventory for Secure Storage Chests? The Simple UI doesn't make bigger Chests...
SmilesLikeJoker Aug 5, 2017 @ 9:03am 
Originally posted by Capo:
how can i get bigger inventory for Secure Storage Chests? The Simple UI doesn't make bigger Chests...
It does increase storage for chests. It doesn't add the new storage to old chests you have from a save. You have to place new chests...
JoeWhizer Aug 5, 2017 @ 9:52am 
Just use Simple UI Plus from same author, if thats not enough I really don't know. I use it and it increases minibike, player inventory and also secure storage chest
< >
Showing 1-14 of 14 comments
Per page: 1530 50

Date Posted: Aug 5, 2017 @ 3:16am
Posts: 14