0 of 0

File information

Last updated

Original upload

Created by

slimejean

Uploaded by

slimejean

Virus scan

Safe to use

35 comments

  1. Wilberwinds
    Wilberwinds
    • member
    • 0 kudos
    Crystal coat menu is broke, anyone know what lines need to be changed?
  2. MbahDokek
    MbahDokek
    • supporter
    • 4 kudos
    Hi slimejean, I've made a conversion of your mod (not exactly the same values as yours) to use Input Loader, to make it conflict-free with other mods as it no longer directly edits inputContexts.xml. And, for those who want to try, here you go.
  3. RamseySpace
    RamseySpace
    • member
    • 1 kudos
    Could u please add vortex option
  4. B01scout
    B01scout
    • premium
    • 0 kudos
    This mod breaks fast travel in 1.5: Holding down left mouse button does not work for selecting fast travel destinations.
    1. Userc3po
      Userc3po
      • BANNED
      • 1 kudos
      Since 1.5 same issue!
    2. dtrail
      dtrail
      • premium
      • 86 kudos
      Probably because this mod is an edit to InputContexts.xml. If other mods add keybinds to this file, then they will be gone when overriding it with this mod.
    3. slimejean
      slimejean
      • supporter
      • 13 kudos
      I modified the inputContexts.xml found in r6/config

      You can find and modify these lines freely under the <!-- HOLD ACTIONS --> section, or you could press ctrl+f  and search for <hold action="disassemble_item"


      My modification (Highlighted in yellow):

      <hold action="disassemble_item"timeout="0.4"/>
      <hold action="craft_item"  timeout="0.01"/>
      <hold action="use_item"timeout="0.3"/>
      <hold action="upgrade_attribute"timeout="0.01"/>
      <hold action="upgrade_perk"timeout="0.01"/>


      The timeout values are the duration of holding a button.
      Changing the values to "0.1" or "0.2" will make it very fast, and chaning the values to "0.01" will make it instant.

      If you wanna modify it to your liking, I recommend changing the values of "disassemble_item" anywhere between "0.3" and "0.7", cause any values under "0.2" will make it fast, and you don't want to accidentally disassemble a valuable item.

      Thank you.
    4. healer56
      healer56
      • member
      • 0 kudos
      in the inputContects.xml file the line for fast travel is missing in this mod:

      <hold action="world_map_menu_fast_travel"  timeout="0.8" />

      add this line after:
       <hold action="world_map_menu_debug_teleport" timeout="0.6" />


    5. deleted119558228
      deleted119558228
      • account closed
      • 10 kudos
      ty <3 
    6. fallout2006
      fallout2006
      • member
      • 0 kudos
      Hello, I'm asking you, I see that you understand the files of the game, do you know which one has the size of the subtitles? When you talk like the character, I know that they are in a file and you can modify it by making the font bigger or smaller if you have that data. I will thank you very much, hug
    7. dframed
      dframed
      • premium
      • 5 kudos
      fallout2006
      Use Hudditor :) You can resize whatever you want on screen.
  5. tooshoo
    tooshoo
    • member
    • 0 kudos
    Hallo!

    Bei Spielversion 2.1 & Phantom Liberty hat diese Mod Fehler im Hud produziert. Radio, Telefon kann man nicht mehr ein/ausschalten. Schade -wäre sonst wirklich eine hilfreiche Mod gewesen.
  6. ThorwaldNebelung
    ThorwaldNebelung
    • member
    • 4 kudos
    Unfortunately breaks the interface in patch 2.1, particularly the radio. Volume is not adjustable, portable cannot be turned on/off.
  7. shadoblood
    shadoblood
    • supporter
    • 1 kudos
    To anyone any everyone not able to f*#@ing QUICK HACK ANYMORE this is the culprit, it took me literally 5 hours of reinstalling all my mods over and over again to figure out, this one screws with 2.0

    The first door with jackie? "Quickhack the door V"
    "Durr i cant dowwit"

    This mods the cause of that , hope whos looking for this finds it
    1. ThomasTheSowellTrain
      ThomasTheSowellTrain
      • supporter
      • 1 kudos
      Check this out so you don't have to spend five hours next time. Also this can be useful for debugging.

      edit: The first link is a little weird you may have to open it then refresh the page to end up in the right spot. You're looking for the section called "Finding the broken mod (bisecting)".
  8. taudris
    taudris
    • member
    • 1 kudos
    You should change this mod to use Input Loader so it only needs to include the specific settings it changes, instead of replacing the whole inputContexts.xml.
    1. gurugeorge
      gurugeorge
      • premium
      • 18 kudos
      Agreed.  There's a need for something like this, but the way it replaces InputContexts.xml is really old-fashioned nowadays given that Input Loader is around, and is kept up to date.
  9. Lapistmacir
    Lapistmacir
    • member
    • 0 kudos
    Mod seems to break in game pc control response and the game doesn't respond when you try to pull away from a pc. Nvm that was the old version of the mod.
  10. slave2thegrind
    slave2thegrind
    • member
    • 0 kudos
    Tried to install and had immediate conflict with 1.5 integrated dodge. fyi
    1. slimejean
      slimejean
      • supporter
      • 13 kudos
      Will update is as soon as I can.
    2. johngallivan
      johngallivan
      • premium
      • 3 kudos
      Best to take a look at what they did ( changed the time for a few interactions ) and make the same change on your input file yourself, once you've got all your mods deployed.