7 Days To Die
0 of 0

File information

Last updated

Original upload

Created by

Alter

Uploaded by

JustAlterr

Virus scan

Safe to use

Tags for this mod

51 comments

  1. yhbijioerobho
    yhbijioerobho
    • member
    • 0 kudos
    Sticky
    Good day!
    Is it possible to add autominning small rock and clay soil?
    1. JustAlterr
      JustAlterr
      • premium
      • 96 kudos
      Oh seems like a good idea
    2. yhbijioerobho
      yhbijioerobho
      • member
      • 0 kudos
      And sawmill, perhaps )
  2. dcdunker2
    dcdunker2
    • premium
    • 0 kudos
    Is there any way to add an option to make these stations eligible to be picked up after placed? the constant blowing of 300 steel bars to make a new one for each placement doesn't really outweigh the resources that it pulls in in my opinion, unless I'm using this wrong.
    1. JustAlterr
      JustAlterr
      • premium
      • 96 kudos
      They work like workstations. They should be able to be picked up if they are in your landclaim.
      They are expensive but they are meant for late game where mining can become a waste of time.
    2. ZzZomboII
      ZzZomboII
      • member
      • 1 kudos
      I second this. Land claim doesn't cut it because it adds just needless micromanagement so please change it so if there is no land claim block, you can always pick it up, but within one's range only the owner can do it.
    3. dcdunker2
      dcdunker2
      • premium
      • 0 kudos
      Not just this but when you pick up the miners after setting down the land claim block the miners disappear, they are in your inventory and you can equip them on your bar and place them but they are completely invisible until you place them again.
    4. JustAlterr
      JustAlterr
      • premium
      • 96 kudos
      Thanks for that. It's picking the wrong miners.
      Would it be ok if you were able to disassemble them into roughly the same materials you used to build them?
  3. STARS1984BETA
    STARS1984BETA
    • member
    • 2 kudos
    Solution for SMX A21 users but you should modify some SMX files(Sorry for my bad English)

    
    Go to :  SteamLibrary\steamapps\common\7 Days To Die\Mods\ZMXuiCP\Config\XUi\xui.xml (Better make reserve copy, if something going wrong you can restore it)

    open xui.xml file with Notepad ++ or something esle, find line    <!--// SMX // Campfire Window -->  then before that line add this ;

    <!--// SMX // OilPumpjack Window -->
     
            <set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_oilPumpjack']">
            <window name="windowCraftingListWorkstationNoToolNoFuel" />
            <window name="craftingInfoPanel" />
            <window name="windowOutputWorkstationNoFuel" />
            <window name="windowCraftingQueueWorkstationNoToolNoFuel" />
            <window name="windowNonPagingHeader" />
            </set>     
                                                          
    <setattribute xpath="/xui//window_group[@name='workstation_oilPumpjack']" name="controller">XUiC_WorkstationWindowGroup</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_oilPumpjack']" name="open_backpack_on_open">true</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_oilPumpjack']" name="close_compass_on_open">true</setattribute>

    <!--// SMX // Workstation_MiningMachine_Coal Window -->
     
            <set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_miningMachine_Coal']">
            <window name="windowCraftingListWorkstationNoToolNoFuel" />
            <window name="craftingInfoPanel" />
            <window name="windowOutputWorkstationNoFuel" />
            <window name="windowCraftingQueueWorkstationNoToolNoFuel" />
            <window name="windowNonPagingHeader" />
            </set>  
    
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Coal']" name="controller">XUiC_WorkstationWindowGroup</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Coal']" name="open_backpack_on_open">true</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Coal']" name="close_compass_on_open">true</setattribute>
     
     <!--// SMX // Workstation_MiningMachine_Iron-->
     
            <set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_miningMachine_Iron']">
            <window name="windowCraftingListWorkstationNoToolNoFuel" />
            <window name="craftingInfoPanel" />
            <window name="windowOutputWorkstationNoFuel" />
            <window name="windowCraftingQueueWorkstationNoToolNoFuel" />
            <window name="windowNonPagingHeader" />
            </set>

    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Iron']" name="controller">XUiC_WorkstationWindowGroup</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Iron']" name="open_backpack_on_open">true</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Iron']" name="close_compass_on_open">true</setattribute>

    <!--// SMX // Workstation_MiningMachine_PotassiumNitrate -->

            <set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_miningMachine_PotassiumNitrate']">
            <window name="windowCraftingListWorkstationNoToolNoFuel" />
            <window name="craftingInfoPanel" />
            <window name="windowOutputWorkstationNoFuel" />
            <window name="windowCraftingQueueWorkstationNoToolNoFuel" />
            <window name="windowNonPagingHeader" />
            </set>

    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_PotassiumNitrate']" name="controller">XUiC_WorkstationWindowGroup</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_PotassiumNitrate']" name="open_backpack_on_open">true</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_PotassiumNitrate']" name="close_compass_on_open">true</setattribute>

     <!--// SMX // Workstation_MiningMachine_Lead -->

            <set xpath="/xui/ruleset[@name='default']/window_group[@name='workstation_miningMachine_Lead']">
            <window name="windowCraftingListWorkstationNoToolNoFuel" />
            <window name="craftingInfoPanel" />
            <window name="windowOutputWorkstationNoFuel" />
            <window name="windowCraftingQueueWorkstationNoToolNoFuel" />
            <window name="windowNonPagingHeader" />
            </set>

    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Lead']" name="controller">XUiC_WorkstationWindowGroup</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Lead']" name="open_backpack_on_open">true</setattribute>
    <setattribute xpath="/xui//window_group[@name='workstation_miningMachine_Lead']" name="close_compass_on_open">true</setattribute>


    Then save file and enjoy i tested it work fine by me, i hope it helps.
    1. Anarchy95x
      Anarchy95x
      • supporter
      • 0 kudos
      Hello, thank you very much for your answer, it helped me and works perfectly now,
      However, when copying and pasting, it does not integrate correctly, you have to see the layout of the text above to put it correctly and then it works
    2. zool666
      zool666
      • supporter
      • 6 kudos
      ty works like a charm Kudos to you
    3. VsunC
      VsunC
      • member
      • 0 kudos
      Thank you very much! Works!
      Just follow the same distance between lines in Notepad++
  4. Kenderkin76
    Kenderkin76
    • premium
    • 0 kudos
    Just installed this on our server, and it works amazingly well! Awesome MOD! The only issue I am having is I can't get it to place on a Oil Shale node. Every other node works perfectly. 
    1. Kenderkin76
      Kenderkin76
      • premium
      • 0 kudos
      Nevermind, I am an idiot and was trying to place the wrong machine! :P
  5. shougo3
    shougo3
    • member
    • 0 kudos
    Is it possible to increase the amount that can be mined at one time from 5 to 20?
    1. JustAlterr
      JustAlterr
      • premium
      • 96 kudos
      Yes, change the crafting amount in the recipes.xml file inside the Config folder in the mod folder.
    2. Adrubs
      Adrubs
      • member
      • 0 kudos
      Hello, English is not my language, it could be more specific where I change the value. I've already changed some values but it's not right. Thanks
  6. HEMI312
    HEMI312
    • member
    • 0 kudos
    Please download the ready-made ZMXuiCP for me! I'm not writing correctly!
  7. tfkc0000
    tfkc0000
    • member
    • 0 kudos
    Because my server shows a question mark on this machine
    1. tfkc0000
      tfkc0000
      • member
      • 0 kudos
      QAQ
  8. Anarchy95x
    Anarchy95x
    • supporter
    • 0 kudos
    I have an error with your mod, I can ask I can open the inventory but when I select the ore and I put for example 1000 when launching production I get this error, see the screen

    https://i.imgur.com/gDi3G7N.png

    I'm in alpha 21.2 b37, its a shame I'm using one of your mods which works perfectly
    1. JustAlterr
      JustAlterr
      • premium
      • 96 kudos
      Should be easy to solve. Please upload the log file. On the right side of the console you get by pressing F1 there is a button to go to the log folder. After you get the error, upload the log. You can use https://catbox.moe/
    2. Anarchy95x
      Anarchy95x
      • supporter
      • 0 kudos
      2024-03-01T00:05:09 230.443 INF Time: 2.05m FPS: 111.62 Heap: 1975.6MB Max: 1975.6MB Chunks: 333 CGO: 218 Ply: 1 Zom: 13 Ent: 21 (29) Items: 0 CO: 1 RSS: 4559.1MB
      NullReferenceException: Object reference not set to an instance of an object
        at XUiC_CraftingWindowGroup.AddItemToQueue (Recipe _recipe) [0x0001a] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_WorkstationWindowGroup.AddItemToQueue (Recipe _recipe) [0x00013] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper dynamic-method) ItemActionEntryCraft.DMD<ItemActionEntryCraft::OnActivated>(ItemActionEntryCraft)
        at XUiC_ItemActionEntry.OnPressAction (XUiController _sender, System.Int32 _mouseButton) [0x00040] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper delegate-invoke) <Module>.invoke_void_XUiController_int(XUiController,int)
        at XUiController.OnPressed (System.Int32 _mouseButton) [0x0000e] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Pressed (System.Int32 _mouseButton) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiView.OnClick (UnityEngine.GameObject _go) [0x0003f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at UIEventListener.OnClick () [0x0001c] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
      UnityEngine.GameObject:SendMessage(GameObject, String, Object, SendMessageOptions)
      UICamera:Notify(GameObject, String, Object)
      UICamera:ProcessRelease(Boolean, Single)
      UICamera:ProcessTouch(Boolean, Boolean)
      UICamera:ProcessMouse()
      UICamera:ProcessEvents()
      UICamera:Update()
    3. Anarchy95x
      Anarchy95x
      • supporter
      • 0 kudos
      2024-03-01T00:07:17 359.439 ERR [XUi] Error while updating window group 'workstation_miningMachine_PotassiumNitrate':
      2024-03-01T00:07:17 359.440 EXC Object reference not set to an instance of an object
        at XUiC_CraftingWindowGroup.AddItemToQueue (Recipe _recipe) [0x0001a] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_WorkstationWindowGroup.AddItemToQueue (Recipe _recipe) [0x00013] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper dynamic-method) ItemActionEntryCraft.DMD<ItemActionEntryCraft::OnActivated>(ItemActionEntryCraft)
        at XUiC_ItemActionEntry.OnPressAction (XUiController _sender, System.Int32 _mouseButton) [0x00040] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper delegate-invoke) <Module>.invoke_void_XUiController_int(XUiController,int)
        at XUiController.OnPressed (System.Int32 _mouseButton) [0x0000e] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Pressed (System.Int32 _mouseButton) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_ItemActionList.Update (System.Single _dt) [0x00185] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_InfoWindow.Update (System.Single _dt) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper dynamic-method) XUiC_CraftingInfoWindow.DMD<XUiC_CraftingInfoWindow::Update>(XUiC_CraftingInfoWindow,single)
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_WorkstationWindowGroup.Update (System.Single _dt) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUi.OnUpdateDeltaTime (System.Single updateDeltaTime) [0x00131] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
      UnityEngine.StackTraceUtility:ExtractStringFromException(Object)
    4. Anarchy95x
      Anarchy95x
      • supporter
      • 0 kudos
      2024-03-01T00:09:30 491.586 ERR [XUi] Error while updating window group 'workstation_oilPumpjack':
      2024-03-01T00:09:30 491.587 EXC Object reference not set to an instance of an object
        at XUiC_CraftingWindowGroup.AddItemToQueue (Recipe _recipe) [0x0001a] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_WorkstationWindowGroup.AddItemToQueue (Recipe _recipe) [0x00013] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper dynamic-method) ItemActionEntryCraft.DMD<ItemActionEntryCraft::OnActivated>(ItemActionEntryCraft)
        at XUiC_ItemActionEntry.OnPressAction (XUiController _sender, System.Int32 _mouseButton) [0x00040] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper delegate-invoke) <Module>.invoke_void_XUiController_int(XUiController,int)
        at XUiController.OnPressed (System.Int32 _mouseButton) [0x0000e] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Pressed (System.Int32 _mouseButton) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_ItemActionList.Update (System.Single _dt) [0x00185] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_InfoWindow.Update (System.Single _dt) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at (wrapper dynamic-method) XUiC_CraftingInfoWindow.DMD<XUiC_CraftingInfoWindow::Update>(XUiC_CraftingInfoWindow,single)
        at XUiController.Update (System.Single _dt) [0x0004f] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUiC_WorkstationWindowGroup.Update (System.Single _dt) [0x00000] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
        at XUi.OnUpdateDeltaTime (System.Single updateDeltaTime) [0x00131] in <a58aca9c8ed54d639b41f6dc2ac2f31b>:0 
      UnityEngine.StackTraceUtility:ExtractStringFromException(Object)
    5. Anarchy95x
      Anarchy95x
      • supporter
      • 0 kudos
      https://files.catbox.moe/puroak.txt
    6. Anarchy95x
      Anarchy95x
      • supporter
      • 0 kudos
      Problem solved thanks to STARS1984BETA's comment
  9. nocloud4u
    nocloud4u
    • supporter
    • 5 kudos
    Any plans to add a SMX patch or version?
  10. takensan
    takensan
    • member
    • 2 kudos
    Item names have not been refined, such as incorporating a unified notation, and searchability in the crafting menu is low.
  11. ZombieExterminator
    ZombieExterminator
    • member
    • 2 kudos
    https://www.nexusmods.com/7daystodie/mods/3462
    is there a way to make the auto miner work with this mod?
    1. JustAlterr
      JustAlterr
      • premium
      • 96 kudos
      I'm gonna post a tutorial about how to make it work with custom ores.
    2. ZombieExterminator
      ZombieExterminator
      • member
      • 2 kudos
      sounds cool cant wait to see what happens