0 of 0

File information

Last updated

Original upload

Created by

crthdr

Uploaded by

crthdr

Virus scan

Safe to use

Tags for this mod

17 comments

  1. tensukexdddd
    tensukexdddd
    • member
    • 0 kudos
    Could I have the link for this mod before the redkit pls? Can't play without your mods
    1. crthdr
      crthdr
      • member
      • 170 kudos
      no need, this one doesn't use new annotation feature
    2. tensukexdddd
      tensukexdddd
      • member
      • 0 kudos
      all right, thanks bro!
  2. allen262626
    allen262626
    • member
    • 0 kudos
    how do i use this
  3. toffi3234
    toffi3234
    • member
    • 0 kudos
    Hi, great mod but is there a chance to make it compatible with crafting filters?  https://www.nexusmods.com/witcher3/mods/7927

    When this mod has priority, crafting filters doesn't work at all. And when crafting filters has priority instant crrafting doesn't work in the crafting tab, only in alchemy. I reached out on crafting filters page few days ago but no response by now, so i am reaching here
    1. crthdr
      crthdr
      • member
      • 170 kudos
      I don't do patches
      I would suggest just give the other mod priority and delete craft script file from this mod
      Instant Craft is a low priority feature, don't bother
  4. Sakatsuky
    Sakatsuky
    • premium
    • 25 kudos
    Hi, i made a patch for Instant Craft and the Alchemy/Primer mod, do you mind if i upload it? Your mod will be a requirement as i only modified Alchemy/Primer alchemy_panel.redswf and PrimerAlchemyMenu.ws with your changes, all due credits will be given. Thank you.
    1. crthdr
      crthdr
      • member
      • 170 kudos
      I don't mind
    2. Sakatsuky
      Sakatsuky
      • premium
      • 25 kudos
      Thank you.
  5. Ferroxius
    Ferroxius
    • premium
    • 56 kudos
    I'd be curious as to the specifics of what you modified in the redswf to achieve this, if you wouldn't mind sharing
    1. crthdr
      crthdr
      • member
      • 170 kudos
      function startCrafting
      original:
      Spoiler:  
      Show
      public function startCrafting() : void
      {
      if(this.mcCraftingProgress)
      {
      if(this._canCraftItem)
      {
      this.mcCraftingProgress.gotoAndPlay("start");
      dispatchEvent(new GameEvent(GameEvent.CALL,"OnStartCrafting"));
      }
      else
      {
      this.mcCraftingProgress.gotoAndPlay("CannotCraft");
      dispatchEvent(new GameEvent(GameEvent.CALL,"OnCraftItem",[this.selectedItemTag]));
      }
      }
      }

      modded:
      Spoiler:  
      Show

      public function startCrafting() : void
      {
      if(this.mcCraftingProgress)
      {
      dispatchEvent(new GameEvent(GameEvent.CALL,"OnCraftItem",[this.selectedItemTag]));
      }
      }

      but changes should be done in P-code
    2. crthdr
      crthdr
      • member
      • 170 kudos
      btw do you know by chance why my WolvenKit (7.2.0 but earlier too) have trouble importing SWF for panel_worldmap.redswf (map gets all messed up in game)
      only for this file and only in next-gen
      have you encountered this for your SGUI mod?
    3. Ferroxius
      Ferroxius
      • premium
      • 56 kudos
      Thanks for the info

      As for the import issue, me and some other modders were having difficulties with it as well when we were making the community patch map mod. Its very delicate and changes can very easily mess with it

      In SGUI I was only changing the header fps so its not too much of an edit but something I always do as a practice is export the swf file as a .gfx (Make sure the extension in the browser is empty as well) since Noodles taught me its more stable. Not sure if you also do that but could be worth a try
  6. Unknows00
    Unknows00
    • member
    • 0 kudos
    is this mod works on next gen version (v4,0)...?
    1. crthdr
      crthdr
      • member
      • 170 kudos
      Not yet
    2. crthdr
      crthdr
      • member
      • 170 kudos
      updated
  7. TigerTrek
    TigerTrek
    • supporter
    • 1 kudos
    For those who use Sort Everything. Give Instant Craft higher priority otherwise it won't work.