As of Input Loader v0.1.0, Input Loader shouldn't need to be updated with future game versions, unless something drastic changes with the input system/format.
Okay, so I created the Faster Interface mod and I wanted to convert it from replacing the whole inputContexts.xml file to just replacing a few lines in it. But it just won't work.
Dude you're a godsend, was wracking my brain tryna figure this out. If my game ever crashed trying to relaunch it caused it to hang on black screen. Tried reinstalling windows and nvidia drivers and that only worked till it crashed again. followed your steps and it worked!
I was getting memory access errors and although I'm not sure it's the sole cause for my seemingly random CTDs, this is still very good info. I wasn't even aware that you should run CP2077 on admin! Honestly, this should be stickied!
jackhumbert said this wouldn't need to be updated anymore but from all the problems I see in these comments along with the ones I'm having....he is wrong. Can someone please look into this and make a better mod for this since he has abandoned it please?
For those whose cant use Input Loader or having errors by using this mod, you can try this: - For those who not installed Input Loader yet: go to the game folder -> r6 folder -> config folder, then copy the 2 files inputContexts.xml and inputUserMappings.xml then download and open the mod folder, locate the similar files (2 in r6/cache and 1 in red4ext/plugins/input_loader) replace them with the files you just copied. Then just install it like you normally would, either to the game folder or through mod managers. - For those who already installed input loader then simply delete those files as well as the mod, and verify the game then do the above.
Hope this helps, as it worked for me. Cheers! Enjoy Holiday Chooms!
Установил этот мод. В итоге, пропали все кнопки взаимодействия с умными рамками. Т.е. я не мог ни закрыть умную рамку, ни сохранить изменения. Единственное решение было alt+F4. Мод не рекомендую.
I installed this mod. As a result, all the buttons for interacting with smart frames disappeared. That is, I could neither close the smart frame nor save the changes. The only solution was alt+F4. I do not recommend the mod.
Hello jackhumbert and everyone here! I'm looking for documentation about acceptedEvents, event names... I'm talking about input events used in inputContexts. I'm trying to do remapping on a xbox 360 controller for simple flashlight and night vision mods, but it conflicts with default controls. I have not found any information yet, included on Discord cyberpunk modding server, someone send me towards Input Loader and you. Can you please share a bit of knowledge here ? In plain text, I want to use IK_Pad_LeftThumb : since toggle sprint isn't doing anything when V is not moving, I want Simple flashlight to toggle when LS is pressed and night vision to toggle when LS is hold/released, only when V is standing still. When V's moving, LS toggle sprint only, to avoid unwanted switching on of these mods. Any help will be greatly appreciated !
For anyone having issues, I followed harry20199vn's instructions below posted on December 26, 2024. I'm not sure if there were any issues before because I followed his solution of copying those files before I started the game the first time, but I have not had any crashes or loading issues so I would recommend doing what he suggests.
since this was updated I can't play my game. I keep getting an infinite load screen, I can start a new game a play that for a little bit but if I exit the game I can't play that or any of the saves again. All the trouble trouble shooting said it's an issue with the input loader and I needed to update it, which I did and that's when these issues started.
This happened to me a couple of years ago, this can happen if you have a binding issue/error in the input xml files (in the r6 cache / settings folder. Open them up in notepad and check that you don't have any mistakes with bindings that have been added by mods. Better yet, delete the input files and the ones from the mods, verify your game, load into the game and see if you still get the infinite screen. If you don't then it might be a problem with inputs added by a mod.
642 comments
Here's what I did and please correct me.
<?xml version="1.0"?>
<bindings>
<!-- FASTER HOLD ACTIONS -->
<hold action="OpenMapMenu"timeout="0.01" />
<hold action="disassemble_item"timeout="0.2" />
<hold action="craft_item"timeout="0.01" />
<hold action="favourite_item"timeout="0.01" />
<hold action="use_item"timeout="0.2" />
<hold action="upgrade_attribute"timeout="0.01" />
<hold action="upgrade_attribute_button"timeout="0.01" />
<hold action="upgrade_perk"timeout="0.01" />
<hold action="upgrade_cyberware"timeout="0.01" />
<hold action="world_map_menu_track_quest"timeout="0.2" />
<hold action="world_map_menu_debug_teleport"timeout="0.4" />
<hold action="world_map_menu_fast_travel"timeout="0.2" />
</bindings>
Game Shows errors before even lauch = Enable Red Mod from launcher, check your dlc if redmod is downloaded
Stuck on intro video/No Press X to continue = Delete tweakbd.bin cache. After
launch open Engine Tweaks with hotkey, Tweakdb tab makes a new one
Memory access violations ! = Virtual memory low or game not running on admin
rights, some cases extreme overclocks on unsteady systems
VORTEX ! = Manual install, check that all mods are REDMOD versions, autoconvert is off. Hardlink deployment. Same Drive as game install.
Stuck on infinite loading screen/Black screen = Remove no intro mod, run the game. Close go remove tweakdb.bin
NUKEFILE Location : "C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\cache\modded\tweakdb.bin"
\r6\cache\modded\tweakdb.bin"
- For those who not installed Input Loader yet: go to the game folder -> r6 folder -> config folder, then copy the 2 files inputContexts.xml and inputUserMappings.xml then download and open the mod folder, locate the similar files (2 in r6/cache and 1 in red4ext/plugins/input_loader) replace them with the files you just copied. Then just install it like you normally would, either to the game folder or through mod managers.
- For those who already installed input loader then simply delete those files as well as the mod, and verify the game then do the above.
Hope this helps, as it worked for me. Cheers!
Enjoy Holiday Chooms!
In plain text, I want to use IK_Pad_LeftThumb : since toggle sprint isn't doing anything when V is not moving, I want Simple flashlight to toggle when LS is pressed and night vision to toggle when LS is hold/released, only when V is standing still. When V's moving, LS toggle sprint only, to avoid unwanted switching on of these mods.
Any help will be greatly appreciated !