Cyberpunk 2077

Cyberpunk 2077

View Stats:
Voodoo Sep 22, 2023 @ 2:16pm
refund skills button doesnt work
So ui tells me to click middle mouse to refund but ui is lying, does anyone know how to do it.

Had same issue with removing sights from guns and it was r there instead of middle mouse, r doesnt work with skilsl though.
< >
Showing 1-5 of 5 comments
Unknown138 Sep 29, 2023 @ 10:35am 
Go to "C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config" and open "inputUserMappings.xml" with notepad. Search for "middlemouse" and remove the line completely. Should be able to unequip with R now since that was the default key there before. I can't for the love of god find the refund skill point key in there.
Batucch Sep 29, 2023 @ 10:37am 
Check your keybinds or if you haven't tried try to refund the top most or the smaller skills around the main skill.
Voodoo Sep 30, 2023 @ 1:29am 
Originally posted by X0X0:
Go to "C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config" and open "inputUserMappings.xml" with notepad. Search for "middlemouse" and remove the line completely. Should be able to unequip with R now since that was the default key there before. I can't for the love of god find the refund skill point key in there.
already resolved, its called sell perk or sell talent in config.
pedrapedra69 Feb 11, 2024 @ 1:27pm 
Originally posted by Voodoo:
Originally posted by X0X0:
Go to "C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config" and open "inputUserMappings.xml" with notepad. Search for "middlemouse" and remove the line completely. Should be able to unequip with R now since that was the default key there before. I can't for the love of god find the refund skill point key in there.
already resolved, its called sell perk or sell talent in config.

Where ? I cant find It 😭
xLr8 Feb 27 @ 7:13pm 
Originally posted by pedrapedra69:
Originally posted by Voodoo:
already resolved, its called sell perk or sell talent in config.

Where ? I cant find It 😭

when u are in the inputUserMappings file, press "Control + F", now u can search for certain keywords. type in "sell_perk"

u should get this:

<mapping name="sell_perk" type="Button" SIEJADependent="true" >
<button id="IK_Pad_Y_TRIANGLE"/>
<button id="IK_MiddleMouse"/>


replace the "MiddleMouse" with like "U":

<mapping name="sell_perk" type="Button" SIEJADependent="true" >
<button id="IK_Pad_Y_TRIANGLE"/>
<button id="IK_U"/>

_______________________________________________________

you can do the same for the unequip button, same process but u now gotta change 2 "passages" (idk how its called tbh):

Press Control + F again, search for "unequip"

<mapping name="UI_Unequip" type="Button" >
<button id="IK_MiddleMouse" />
</mapping>


change it to

<mapping name="UI_Unequip" type="Button" >
<button id="IK_U" />
</mapping>


AND search further for this passage:

<mapping name="unequip_item" type="Button" SIEJADependent="true" >
<button id="IK_Pad_Y_TRIANGLE"/>
<button id="IK_MiddleMouse"/>
<button id="IK_R"/>
</mapping>


and change this one to

<mapping name="unequip_item" type="Button" SIEJADependent="true" >
<button id="IK_Pad_Y_TRIANGLE"/>
<button id="IK_U"/>
<button id="IK_R"/>
</mapping>


save the file with Control + S, close it, open the game and have fun :)
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Sep 22, 2023 @ 2:16pm
Posts: 5