Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.
The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.
I tried figuring that out but it was smarter than me so Thanks anyways ! LOL@swmeek
This would be controlled by the CraftingQueue. In default gaming Config/XUi/windows.xml and regular things use windowCraftingQueue
The stoves are using the default setup in Vanilla hence nothing jumped out. It is possible to create a custom version to increase the slots. Needs a few things hooking up though.
Something like Khaine's 12 slot crafting queue may point you in the right direction.
And something a community asked for:
This was for the XUi/xui.xml
<xui>
<append xpath="/xui/ruleset">
<window_group name="workstation_cementMixerInsane" controller="XUiC_WorkstationWindowGroup" open_backpack_on_open="true" close_compass_on_open="true">
<window name="windowCraftingList"/>
<window name="craftingInfoPanel"/>
<window name="windowCraftingQueueInsane"/>
<window name="windowOutput" />
<window name="windowNonPagingHeader" />
</window_group>
</append>
</xui>
And the hooked up changes to the crafting queue in the windows.xml of the same folder.
<configs>
<append xpath="/windows">
<!-- Extra Crafting and Queue Slot and row -->
<window name="windowCraftingQueueInsane" width="397" height="78" panel="Left" cursor_area="true" >
<rect depth="0" pos="19,0" width="378" controller="CraftingQueue">
<grid name="queue" rows="2" cols="5" pos="3,3" cell_width="75" cell_height="75" repeat_content="true">
<recipe_stack name="0"/>
</grid>
</rect>
</window>
</append>
</configs>
Your window group would be something like workstation_StoneStove as they are hooked up with hardcoding that way. And the windowCraftingQueueInsane could change to windowCraftingQueueStoneStove and hook up in both.
All of the mods are getting a revisit and deeper play test to consider the best level of volume as well as the distance the volume drops.Is there anyway to turn down the machines from custom work station modlet? The volume is very loud.
These are all extensions of the default drawbridges and some classes can accept such things and some not.Is there a way to pick up the drawbridges after you've placed them?
I made one of the 3x8's and placed it down and naturally it placed the wrong way.
Thank you!
Hello Scomar. Can you let us know which mod this refers to please?the reciepe "woodBranchBundled" is taged as learnable, but there is no way to unlock it. so you cant craft it but need it for an stone axe. Just need to delete tags="learnable" and all seems fine.
oh sorry i mixed up the topics, had your mods ingame and a few other, this was another mod, its all fine hereHello Scomar. Can you let us know which mod this refers to please?
~~Jalapeno, Turnip, Eggplant, and Strawberry should only appear in the Pine Forest in the day time.
While the Pepper, Pineapple, and Tomato only appear in the desert for both day and night time.~~
Me and my Crew added your Collection to our 'Modlet Soup' Server and we have been having a darned of a time trying to find pineapples. We have scoured the desert both day & night. There has been a considerable increase of vanilla Aloe plants, but no pineapple fronds to speak of.