0 of 0

File information

Last updated

Original upload

Created by

JesseInsanity

Uploaded by

JesseInsanity

Virus scan

Safe to use

39 comments

  1. sparcoevo
    sparcoevo
    • supporter
    • 2 kudos
    Hey is it possible for you to add the updates to the fallout version? Thanks for the mod, love the gamepad support!
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      Updated :)
      It's the same file but with toggle scan and instant dodge with double tap to crouch.
      Both versions still available for download.
  2. jowy126
    jowy126
    • member
    • 0 kudos
    How do you install
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      Installation:
      Download PC and Gamepad InputUserMappings and inputContexts.
      Extract the file using 7zip or Winrar to an easy accessible location.

      If you have your own controls, rename them to inputUserMappings(backup).
      If not, keep the backup file as well.

      Place the new files in the Cyberpunk config location similar to this structure:
      I:\Games\Steam\steamapps\common\Cyberpunk 2077\r6\config
  3. dirtyal01
    dirtyal01
    • member
    • 0 kudos
    for those using ps4 controller on steam and getting xbox symbols ingame disable playstation configuration support in settings/controller/general controller settings. thanks for the mod!
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      This mod is exactly for you!
      https://www.nexusmods.com/cyberpunk2077/mods/463
    2. dirtyal01
      dirtyal01
      • member
      • 0 kudos
      Thanks! update: game won't detect controller when using this mod+ psprompt mod+ playstation configuration support enabled. havent tried without the controller mapping mod as i prefer these keybinds. so ps config support disabled for me to get ps prompts on my ds4. no need for the prompt mod. merry xmas! happy holidays!
  4. hamletsdead
    hamletsdead
    • premium
    • 40 kudos
    Thanks a million for this. I'm a diehard gamepad user for PC games, and the basic controller functions almost always suck. Loving the Fallout settings, kudos to you!
    1. roelani
      roelani
      • supporter
      • 17 kudos
      +1 this, fallout settings are a godsend. Bless you, OP.
    2. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      I'm very happy to help my fellow gamers <3
  5. vishy92
    vishy92
    • member
    • 0 kudos
    Hey!

    Great work on the Mod. One question tho. My right stick keeps scrolling text up in the menus (same in base game). Do you know any commands to set a deadzone to be constant? The ingame setting only affects gameplay. I really dont get how userInputdeadzones file works. Nothing seems to make a difference, I tried changing it with ds4windows, but It doesnt apply the deadzone. Looks like the game overwrites it.
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      Honestly I'm not too sure.
      Maybe try taking the coding in "inputDeadzones.xml" and place it in the "inputUserMappings.xml", possibly in the UI section.
      There's also these settings for triggers although I'm not sure if they can apply to sticks "thresholdPress="0.5" thresholdRelease="0.55".
      There's also some mods that modify "inputContexts.xml" along with "inputUserMappings.xml" to reverse double tapping commands and mess with Start/Back commands.
      I'm still learning about modding myself, sorry that I can't give any specific answers for this issue,
      You might be able to find a way to adjust your overall deadzones using programs like "AntiMicro".
      Should be able to find tutorials on youtube :)
      I wish you luck!
  6. SpawnCap
    SpawnCap
    • supporter
    • 0 kudos
    Like seeing a modder mod for both keyboard and Gamepad (greatly ignored by modders).  Thank you.
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      It is my pleasure to help a fellow PC/Gamepad gamer :)
    2. HashPipe2021
      HashPipe2021
      • member
      • 0 kudos
      Thanks, Jesse!
  7. K0DE
    K0DE
    • supporter
    • 0 kudos
    Do you know if there is a way we could configure the third-person lookback control while driving for first person on controller? Thanks for the guide too helped me configure skip dialogue to right thumbstick.
  8. shadowrem6
    shadowrem6
    • member
    • 0 kudos
    Anyone can advice on how to change the running button L3 to circle please? Thanks.
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      Toggle Sprint Code as follows:
      <mapping name="ToggleSprint_Button" type="Button" >
      <button id="IK_Pad_LeftThumb" />
      <button id="IK_LShift" overridableUI="sprintToggle"/>

      Need to be changed to:
      <mapping name="ToggleSprint_Button" type="Button" >
      <button id="IK_Pad_B_CIRCLE" />
      <button id="IK_LShift" overridableUI="sprintToggle"/>

      You also need to remap Toggle Crouch from this:
      <mapping name="ToggleCrouch_Button" type="Button" >
      <button id="IK_Pad_B_CIRCLE" />
        <button id="IK_LControl" overridableUI="crouchToggle"/>
      </mapping>

      To this:
      <mapping name="ToggleCrouch_Button" type="Button" >
      <button id="IK_Pad_LeftThumb" />
        <button id="IK_LControl" overridableUI="crouchToggle"/>
      </mapping>

      Essentially you need to swap buttons so they do not conflict with each other.
  9. Fooker19721121
    Fooker19721121
    • member
    • 0 kudos
    "E for UI Keyboard Mapping" hyperlink is wrong. 
    https://www.nexusmods.com/cyberpunk2077/mods/19
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      That is so odd!
      I'm not sure how that happened but it's fixed now lol
  10. mindtrapper
    mindtrapper
    • member
    • 0 kudos
    Is it possible to add an option to display DS4 buttons? I have a 3rd party controller, which is recognized as a 360 controller but it has Playstation symbols on it. Just a QoL improvement I guess. :) 
    1. JesseInsanity
      JesseInsanity
      • premium
      • 2 kudos
      I looked up this issue on google.
      I found a Reddit post that seems to know how to fix it.
      Hope this helps :)