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

300 Slot BackPack & 3 Row Crafting Que

Please upload output.log and your changed modlet so I can view please
LOL I've never been able to find that. It's a moot point now anyways I'm using your 375 slot back pack now with no problems. :)

 
LOL I've never been able to find that. It's a moot point now anyways I'm using your 375 slot back pack now with no problems. :)
Fair enough lol. For next time tho appdata/locallow/thefunpimps/output.log (If you launch game thru the exe) common/7 days to die/7daystodie_data/ (If you run game from steam)

 
Im trying to Intergrate this with the large bag mod... But see pic below...

Untitled4d02f2440a7f1b37.png


Below is the code I have which is from Steadman420 it was originally 3x5 rows but I need 2 x 6

<configs>

<append xpath="/windows">

<!-- Extra Crafting Queue Slot -->

<window name="S420windowCraftingQueue" width="397" height="78" panel="Left" cursor_area="true" >

<rect depth="0" pos="17,0" width="378" controller="CraftingQueue">

<grid name="queue" rows="2" cols="6" pos="3,-13" cell_width="75" cell_height="75" repeat_content="true">

<recipe_stack name="0"/>

</grid>

</rect>

</window>

</append>

</configs>

Ive tried changing the numbers but nothing seems to happen, Any help on this would be great.. 2x5 would also be ok but that gives me errors with this code... & the original 3x5 is massive & doesnt fit the screen

 
I tried that & they make a criss-cross lattice affect .... Something that simple I would of figured out lol... Like i said ive tried ajusting all the numbers & I either get an out of range error or the lattice affect in the pic...

Untitledf600b141b0f4a060.png


 
Back
Top