Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://www.reddit.com/r/LogitechG/comments/ka1xm7/mx_master_3s_middle_click_doesnt_work_in_a_few/
When I try to unequip mods from guns it doesn't let me.
maybe there is a skill somewhere, but was too lazy to look through all , as I am only level 5
where is that skill .. Technical I think ?
you can open Steam Games\steamapps\common\Cyberpunk 2077\r6\config and search for the file named: inputUserMappings.xml keep searching fo "middle" until the unequip bind will appear, and you can change it to w/e
This worked! Thanks!
1. Go to your game installation directory and navigate to "Cyberpunk 2077\r6\config". (Probably C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config if you're using Steam. Or just right click on Cyberpunk 2077 in the Steam menu, select manage and then "browse local files")
2. Open your "inputUserMappings" .xml with a text editor, notepad is the default in Windows.
3. Hit CTRL+F (search) and type "unequip" in the search bar without the quotes and hit enter.
4. Look for; <mapping name="UI_Unequip" type="Button" >
<button id="IK_U" />
Change whatever my U in "IK_U" is to U. (It was something to do with the middle mouse button but I changed it and don't recall what it was.) You can set different keys but I changed mine to U since it made sense. (U for unequip).
5. Click back up in your CTRL+F search bar and hit enter again until the search moves to another section of the xml text. (unequip should still be in the search bar)
6. You should have a 2nd unequip entry that reads;
<mapping name="unequip_item" type="Button" SIEJADependent="true" >
<button id="IK_Pad_Y_TRIANGLE"/>
<button id="IK_U"/>
<button id="IK_R"/>
Change the bind in the middle button entry ( <button id="IK_U"/> on mine since I've changed it to U already) to U again, or whatever you changed the first bind to.
7. With those 2 binds changed to the same key, save the file, close, and launch the game. Now your new unequip bind should work.
**NOTE** You must use a capital U or capital whatever or it breaks the game. I tried a small u and it breaks the "press to start game" button. I also know if you change it to another already hard bound key it will break the game as well. U and 9 are the only keys I have found that work without causing other issues.
P.S. If this is Greek to you and you're going to be experimenting sorting it out, save a copy of your "inputUserMappings" file out to your desktop before you fiddle with it. That way if you break it, you can replace it with the stock version and fix your game. ;)