0 of 0

File information

Last updated

Original upload

Created by

nobo

Uploaded by

noborudesu

Virus scan

Safe to use

34 comments

Comments locked

The author has locked this comment topic for the time being
  1. noborudesu
    noborudesu
    • premium
    • 147 kudos
    Locked
    Sticky
    Incompatibility list
    - This mod conflicts with Custom Quickslots for Consumables Grenades and Cyberware Abilities. This MOD does not work properly.

    FAQ
    - I cannot see all Gadgets, Cyberware OS.
      Install Codeware.

    - Change keybinds, Add slots, Use a gadget with single key.
      see r6\scripts\extra_gadget_quickslots\extra_gadget_quickslots.reds and r6\input\extra_gadget_quickslots.xml
      I cannot tell the details on this.
  2. plokm135
    plokm135
    • member
    • 0 kudos
    為什麼您的 Militech Canto MK.6 有多達 13 個快速破解槽?
    是如何修改的?
    在戰鬥界面能正常使用嗎?
    能分享這個模型嗎?
  3. Nirvaneyr
    Nirvaneyr
    • member
    • 2 kudos
    Would you consider making something similiar for health items as well? Would be nice for controller users when using mods like SynthDose which introduces several new drugs as health items. A similiar system where holding aim/sprint at the same time as digit up would be awesome.

    Only if it is something you would like.
  4. japzxc11
    japzxc11
    • member
    • 0 kudos
    how to add keybind?
    1. noborudesu
      noborudesu
      • premium
      • 147 kudos
      see sticky post
    2. Bigness99
      Bigness99
      • member
      • 0 kudos
      THANKS FOR THE MOD

      was working perfectly but now no gadget quicklsots not showing in hud and cant assign them in cyberware menu. no confilicitng mods installed. tried deleting mod and reverting to previous save, tried reinstalling, no luck


      any ideas?
  5. okijilofi
    okijilofi
    • member
    • 1 kudos
    hi bro thnx for this asome mod.
    can you make an optinional/standalone version with only 1 slot, the (Pad hold LT + RB) one .
    thnx in advance.
  6. noborudesu
    noborudesu
    • premium
    • 147 kudos
    @Jmolinares03
    Create actions, bind a key to the action, set the action to the mod, and it works.

    If the input loader is installed. Create actions and bind a key to the action.
    create r6\input\extra_gadget_quickslots.xml
    <?xml version="1.0"?>
    <bindings>

        <context name="ExtraGadgetQuickSlots">
            <action name="EGQ_CombinationAct1" map="EGQ_CombinationAct1_Button" />
            <action name="EGQ_CombinationAct2" map="EGQ_CombinationAct2_Button" />
        </context>

        <context name="Locomotion" append="true">
            <include name="ExtraGadgetQuickSlots" />
        </context>

        <mapping name="EGQ_CombinationAct1_Button" type="Button">
            <button id="IK_RightMouse" />
            <button id="IK_Pad_LeftTrigger" />
        </mapping>

        <mapping name="EGQ_CombinationAct2_Button" type="Button">
            <button id="IK_LShift" />
            <button id="IK_Pad_LeftThumb" /><!-- Bind to LS -->
        </mapping>

    </bindings>

    Set actions to that mod.
    edit r6/scripts/extra_gadget_quickslots.reds: Line3
    func CombinationActions() -> array<CName> { return [n"EGQ_CombinationAct1", n"EGQ_CombinationAct2"]; }
    1. Jmolinares03
      Jmolinares03
      • member
      • 3 kudos
      noborudesu I did it and it worked perfectly as I expected. Thanks for giving me some of your knowledge and help.
    2. Jmolinares03
      Jmolinares03
      • member
      • 3 kudos
      Upps Now there is another problem and that is that when implementing your code, I cannot activate the second slot. noborudesu do you have any idea to fixed?
    3. Jmolinares03
      Jmolinares03
      • member
      • 3 kudos
      noborudesu I got it working by changing this line in (extra_gadget_quickslots.reds) :

      func CombinationActions() -> array<CName> { return [n"CameraAim", n"ToggleSprint"]; }

      to this line:

      func CombinationActions() -> array<CName> { return [n"CameraAim", n"QuickMelee"]; }

      problem solved
    4. noborudesu
      noborudesu
      • premium
      • 147 kudos
      Sorry, I forgot to set it.
      edit  r6\input\extra_gadget_quickslots.xml: Line15
              <button id="IK_Pad_LeftTrigger" />

              <button id="IK_Pad_LeftTrigger" thresholdPress="0.1" thresholdRelease="0.05" />

      Depending on your gamepad settings(alternative), it may not work with QuickMelee.
      Since there were no fixed actions set for the LS keys, I showed them how to use the input loader.
      Anyway, I'm glad it worked.
    5. Jackwhitehead
      Jackwhitehead
      • member
      • 0 kudos
      Hey mate youre a gun. What is the script change if you just want it to be a singular key i.e. mouse5?
    6. noborudesu
      noborudesu
      • premium
      • 147 kudos
      1. Add a key to CombatGadget_Button in the input loader xml.
      2. Lower the priority of EGQ_CombinationAct1 and EGQ_CombinationAct2 in the input loader xml.

      EDIT: see sticky post.
  7. BeholderVee
    BeholderVee
    • member
    • 0 kudos
    Incredible mod. Any chance for similar healing item quickslots? For use with Synthdose, which adds many different inhalers.
  8. deleted2456547
    deleted2456547
    • account closed
    • 24 kudos
    Extra gadget quickslots is working flawlessly on Patch 2.13
    Thank you noborudesu for making this Quality of life mod!
     どうもありがとうございます!!

    Chooms please always read the mod Description, and check the mod Requirements, make sure you installed the required mod redscript in the correct path, must be latest version.

    Works well with Quickhacks sort by slot, No Cyberware cost with working Edgerunner and Cyberware-EX.
  9. OtsukiSamael
    OtsukiSamael
    • member
    • 1 kudos
    自分の環境だと導入してもスロットに変化が無く・・・色々他のMODを抜いてみたりもしたのですが(;`・ω・´)
    アップデートバージョン2.13でも動作はしますか?
    1. noborudesu
      noborudesu
      • premium
      • 147 kudos
      うちの環境だと2.13で動いてるよ。コンフリクトしてるんじゃないかな、多分。
      r6\logs\redscript_rCURRENT.log 見せてもらえる?
    2. OtsukiSamael
      OtsukiSamael
      • member
      • 1 kudos
      めちゃくちゃお早いお返事恐れ入ります!
      そしてその・・・本当にすみません、自己解決に至りました。わたしの凄く初歩的なファイルの確認ミスでしたm(_ _)m
      改めて確認したうえできちんと動作しております。

      にも関わらず、MODに何ら起因するところが無いものを先走ってこんなコメントを残してしまって申し訳ない限りです。本当にごめんなさい・・・!!
      お返事いただくまえに急いで訂正できれば良かったのですが、ご対応の迅速さに重ねて恥じ入るばかりでございます。

      素敵なMODの数々、毎日プレイするのに幅広く支えていただいて楽しませていただいております。
      顔から火が出そうで・・・どうもすみませんでした。ならびにご対応賜りまして心から感謝致しますm(_ _)m
  10. TGUN3000
    TGUN3000
    • member
    • 2 kudos
    @noborudesu fr thank you soo much creating this mod!

    I was searching half an eternity to find a descant one to fix the stupid grenade/missile launcher arm problem (only the gods know why CD RED PROJEKT made this mechanic like that). ..And m8 you solved it in such a brilliantly simple way it fits in just perfectly.

    You saved me (and probably many others) a lot of headaches with this. --- HUGE thanks again for your work! <3


    *NOTE: Installed the mod on CP2077 v.1.21 and it runs smooth without any issues.
  11. Peter4Master
    Peter4Master
    • member
    • 0 kudos
    not work for me i have icon but nothing happen