7 Days To Die
0 of 0

File information

Last updated

Original upload

Created by

Dunewf aka Kurgan

Uploaded by

Dunewf

Virus scan

Safe to use

Tags for this mod

31 comments

  1. bigwhitehound
    bigwhitehound
    • member
    • 0 kudos
    Any chance of a Fallout 4 port?
  2. Gilgameur
    Gilgameur
    • member
    • 1 kudos
    Hello,  your mod works fine in alpha 20, it just needs some little tweaks. It works with alpha 21 too.
    In the xui.xml file, the line four must look like this to see the backpack with the stove:
      <window_group name="workstation_workstationWoodBurningStove" controller="XUiC_WorkstationWindowGroup" open_backpack_on_open="true" close_compass_on_open="true">

    You must add the ui_display.xml file in config directory with this code below to display cooking's categories with the stove  :
    <configs>

    <append xpath="/ui_display_info">
     <crafting_category_display>
     <crafting_category_list display_type="workstationWoodBurningStove">
    <crafting_category name="CFFood/Cooking" icon="ui_game_symbol_fork" display_name="lblCategoryFood" />
    <crafting_category name="CFDrink/Cooking" icon="ui_game_symbol_thirst" display_name="lblCategoryDrink" />
    <crafting_category name="CFChemicals" icon="ui_game_symbol_chemistry" display_name="lblCategoryChemicals" />
     </crafting_category_list>
     </crafting_category_display>
    </append>

    </configs> 
    1. Mortadella
      Mortadella
      • member
      • 1 kudos
      Thanks a lot for that!
      It shows up in the inventory, but it seems we can't build it. It says it needs "Workbench", we do have "Workbench" rank 3, but it doesn't let us build this oven.
      Is it possible, that it doesn't work for Undead Legacy Overhaul mod? 
      If yes, what would needed to be changed, to have it work?
    2. Gilgameur
      Gilgameur
      • member
      • 1 kudos
      This mod is for vanilla and doesn't work in Undead Legacy because the workbenchs have not the same names in the code. For example to craft a recipe in the level 1 workbench the name to use is ulmStationWorkbench_1 in recipes.xml.
      I hope this will help you ;)
    3. Mortadella
      Mortadella
      • member
      • 1 kudos
      Yes, my thoughts too, but I have no clue how I change it in the mod. 
      Could you maybe do that too please? 
      I guess it's a thing of moments for you. :)
  3. ThomasKennington
    ThomasKennington
    • member
    • 0 kudos
    I know you said that you probably would not update but I hope you will update for a20.
  4. DaughertyUSMC
    DaughertyUSMC
    • supporter
    • 8 kudos
    If anyone knows a way to create a PROPER stove pipe/wall-jack that can center upon the woodstove,
    that would be cool - wouldn't do to die of carbon monoxide asphyxiation because of a little thing like NO stove ventilation. Details are everything, after all. Or not if one's OCD levels are insufficient. lol
  5. AceOfSpades71
    AceOfSpades71
    • member
    • 0 kudos
    It says its locked behind a perk and i already have most of them is it a book?
    1. celekdraco
      celekdraco
      • member
      • 0 kudos
      I had someone on my server trying to figure this out so I went into the actual Mod file and read the code. 

      It says it's Advanced Engineering rank 2.
    2. Dunewf
      Dunewf
      • supporter
      • 2 kudos
      Sorry, I have not touched 7DtD in months, I will likely not be updating this mod.
      If I do, I will repost a new version.
    3. DaughertyUSMC
      DaughertyUSMC
      • supporter
      • 8 kudos
      Working fine in A-19 .6
  6. Demandred1957
    Demandred1957
    • member
    • 10 kudos
    Went to dl the file and it comes back as a 404 not found?
    1. Dunewf
      Dunewf
      • supporter
      • 2 kudos
      Re-uploaded, should be fine now.
  7. Dunewf
    Dunewf
    • supporter
    • 2 kudos
    Tested in A19.3 working fine.
    Perk requirement removed.
  8. Netwit2008
    Netwit2008
    • premium
    • 76 kudos
    How nice to be able to actually use the wood stove! Looks good, works great.
    Thank you for sharing it. Endorsed! :o)
  9. Dunewf
    Dunewf
    • supporter
    • 2 kudos
    The Wood Burning stove is updated for A19.
    There was a slight change in the campfire particle I use for the flames, so the offset had to be changed.
    Working BBQ Grill has not been fixed... the flame does not fit inside anymore.
  10. debbycus
    debbycus
    • member
    • 0 kudos
    Hey, thank you so much for these items! I especially love the stove.

    However, I'm having an issue when using your modlet together with the UI overhaul SMX. The output box doesn't show up, and as such any item that gets done while I'm not actively babysitting the stove disappears. I've lost some good food this way... Is there any way this could be fixed?
    1. Dunewf
      Dunewf
      • supporter
      • 2 kudos
      I am sorry, I do not use SMX, and I am unsure how to fix this issue.
    2. TripleSixPeasant
      TripleSixPeasant
      • member
      • 0 kudos
      SMXui hides the default output UI and replaces it,so:
      - You can retrieve your cooked items from the hidden output slot by temporarily disabling SMXui mod.
      - Or even better fix SMXui to interact correctly with the Stove. If you don't mind some basic modifications, you need to do a couple of things:

      1. Make sure the Stove mod is loaded before SMXui (move higher in load order if using Vortex or rename "C:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Mods\workingWoodBurningStoveAndGrill" folder to "0-workingWoodBurningStoveAndGrill" so it's before SMXui alphabetically).

      2. Replace your "C:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Mods\SMXui\Config\XUi\xui.xml" (or equivalent) with my version: https://gist.github.com/TripleSixPeasant/79d40416170d167d86697e52706b0f52

      The author can't really fix the stove on his end because SMX does the modifications.

      Hope this helps.