0 of 0

File information

Last updated

Original upload

Created by

SpaceDriveZero

Uploaded by

SpaceDriveZero

Virus scan

Safe to use

Tags for this mod

21 comments

  1. SebastianNycone
    SebastianNycone
    • member
    • 0 kudos
    Just to note here that mod works in Mistlands test, but as expected blast furnaces do not recognize new items Copper Scrap and Scrap Bronze.

    Looking forward to an update which would include those two items, as well as Iron Ore, just because :)
    1. SingularityHorizon
      SingularityHorizon
      • premium
      • 12 kudos
      Yeah, I am trying to add them in manually myself, but I am a complete n00b at coding. lol. 
    2. TastyChickenLegs
      TastyChickenLegs
      • premium
      • 22 kudos
      I worked with this for a few hours this morning and the new ore is not working in the code.  The IDs for the ore is bronzescrap and copperscrap but putting those into the code throws an error in the game.  

      ?[Info   : Unity Log] Found a blast furnace! Applying fix.
      [Info   : Unity Log] Adding $item_copper to list of materials.[Info   : Unity Log] Adding $item_copperore to list of materials.[Info   : Unity Log] Adding $item_iron to list of materials.[Info   : Unity Log] Adding $item_ironscrap to list of materials.[Info   : Unity Log] Adding $item_silver to list of materials.[Info   : Unity Log] Adding $item_silverore to list of materials.[Info   : Unity Log] Adding $item_tin to list of materials.[Info   : Unity Log] Adding $item_tinore to list of materials.[Error  : Unity Log] KeyNotFoundException: The given key was not present in the dictionary.Stack trace:System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <695d1cc93cca45069c528c15c9fdd749>:0)BlastFurnaceFix.BFFix.BlastFurnacePatch (Smelter& __instance) (at <43890402e8a549f7a731194d7501a9b4>:0)(wrapper dynamic-method) Smelter.DMD<Smelter::Awake>(Smelter)UnityEngine.Object:Instantiate(GameObject, Vector3, Quaternion)ZNetScene:CreateObject(ZDO)ZNetScene:CreateObjectsSorted(List`1, Int32, Int32&)ZNetScene:CreateObjects(List`1, List`1)ZNetScene:CreateDestroyObjects()ZNetScene:Update()
      That tells me that the IDs are not recognized.  I tried scrapbronze and bronzescrap as well as copperscrap and scrapcopper.  I will keep working on it.  
    3. TastyChickenLegs
      TastyChickenLegs
      • premium
      • 22 kudos
      I fixed this and uploaded a new mod.  Credit to tueman for the original work.

      Blast Furnace Takes All
    4. Sc0rax
      Sc0rax
      • premium
      • 0 kudos
      Thanks mr chicken legs. Bit sad its client sided tho
      a server-sided mod in sight? doesn't seem to work with dedicated server/BepInEx
      I talked nonsense, I only forgot to restart my client, it does work Thank you so much for your work keeping this alive!
  2. Aggrovious
    Aggrovious
    • premium
    • 0 kudos
    The mod I needed! I spent a long time creating an epic forge using furnaces only. I forgot silver ore can only be smelted with a smelter. Very dumb IronGate. Thank you for uploading, it works just fine. 
  3. EvaNz88
    EvaNz88
    • member
    • 0 kudos
    A friend of mine had the same bug (couldn't melt iron scraps or silver ore), installing HookGenPatcher seemed to fix it. Didn't notice because I already had it installed for the "More Gates" mod
  4. DrFelger
    DrFelger
    • member
    • 0 kudos
    Works in H&H
  5. killzonetom2
    killzonetom2
    • supporter
    • 0 kudos
    Just downloaded this and it only seemed to work a few times and now iron and copper aren't working. Not sure what the issue is though. 
    1. killzonetom2
      killzonetom2
      • supporter
      • 0 kudos
      Correction - Iron is the only one not working now. 
    2. killzonetom2
      killzonetom2
      • supporter
      • 0 kudos
      Correction to my correction. Im an idiot. I spawned in Iron Ore but its iron scraps so it wasn't working with the ore since it doesn't exist even thou it spawned iron ore. So your mod works perfectly im just dumb haha. 
  6. kevikev
    kevikev
    • supporter
    • 5 kudos
    If this is client-side only, does it load in your supplies when you join a server but if you log out, what happens when other players interact with the blast furnace?
    1. SpaceDriveZero
      SpaceDriveZero
      • supporter
      • 2 kudos
      I only tested it on a local server hosted by the player with the mod, and it worked fine there. I have not tested it on dedicated servers; what I believe would happen is that the Blast Furnace would not output the modded ores, but would still work with Blackmetal and Flametal. There's no way for me to fix this except by making sure all players have the mod.
    2. RockerKitten
      RockerKitten
      • supporter
      • 13 kudos
      I run a dedicated server and one of my players installed the mod and used it before I had a chance to apply it server side and it appears to have worked just fine with copper. Just so you know.
  7. Yolanda2012
    Yolanda2012
    • member
    • 0 kudos
    Silver ore not work
    Server need this mod 
    1. SpaceDriveZero
      SpaceDriveZero
      • supporter
      • 2 kudos
      To clarify you are saying that on dedicated servers, the server must have the mod installed as well as all the clients who want to use it?
  8. TheJoe777
    TheJoe777
    • member
    • 0 kudos
    THANK YOU!! I had just assumed it already did that before i unlocked it. Really should be in the base game
  9. Coconuttts
    Coconuttts
    • member
    • 0 kudos
    Would be nice to set a slightly faster smelting with it too, maybe more capacity and coal consumption <3
    1. SpaceDriveZero
      SpaceDriveZero
      • supporter
      • 2 kudos
      That's a bit outside the scope of this mod but I'm sure there are other mods that do that :)
    2. aesir112
      aesir112
      • member
      • 0 kudos
      You can use a combination of this mod and Valheim plus to accomplish what you need. 
  10. kaiserxkai
    kaiserxkai
    • member
    • 0 kudos
    Just curious, is it possible to replace the static 'fuel/ore' value for the structure itself but have actual 'container' inside the smelter/blast-furnace/kiln that allows players to stuff it with more item stacks and have it process more?

    Makes sense as well if you don't want to fill it with 100 ores and come back to have the base lagging from 100+ ingots.
    If the processed items are stored in a separate container that is accessed in the front, then you can retrieve a stack of metal bars without picking em up from the floor.