0 of 0

File information

Last updated

Original upload

Created by

1010101110

Uploaded by

1010101110

Virus scan

Safe to use

Tags for this mod

8 comments

  1. Negative0007
    Negative0007
    • BANNED
    • 4 kudos
    Can anyone comment on this working in Mistlands?  Thanks.
    1. zolantris
      zolantris
      • member
      • 4 kudos
      It works for Mistlands.
    2. Negative0007
      Negative0007
      • BANNED
      • 4 kudos
      Thanks.
  2. Devestatio
    Devestatio
    • premium
    • 5 kudos
    Is there a way to change the crafting speed? I saw the below comment about the  dev saying it was a good idea, but I don't see a config being generated for the mod.
  3. Andrey059918
    Andrey059918
    • supporter
    • 4 kudos
    You can make it configurable
    Something like
    void Awake(){
        Duration = base.Config.Bind<bool>("Global", "CraftDuration", fasterCrafting.craftDuration, "Craft duration in seconds. Default: 2");
        Duration.SettingChanged += (s, a) =>  fasterCrafting.craftDuration = Duration.Value; //Update duration without game exiting
        harmony.PatchAll();
    }
    and in fasterCarfting class
    Single craftDuration=2f;
    static void Prefix(ref InventoryGui __instance)
    {
        __instance.m_craftDuration = craftDuration;
    }
    1. 1010101110
      1010101110
      • member
      • 7 kudos
      good idea
  4. b5tard
    b5tard
    • BANNED
    • 0 kudos
    fantastic addition to crafting multiples.
  5. dryh2o
    dryh2o
    • premium
    • 1 kudos
    Yesterday - YESTERDAY - I was thinking that there needed to be a mod to make the crafting faster. Bronze and arrows are a b&@*$! I love it and am installing it now. Thank you psychic modder!