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.
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.
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"
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.
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
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.
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
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)".
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.
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.
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.
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.
35 comments
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.
<hold action="world_map_menu_fast_travel" timeout="0.8" />
add this line after:
<hold action="world_map_menu_debug_teleport" timeout="0.6" />
Use Hudditor :) You can resize whatever you want on screen.
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.
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
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)".