1. I can bind inventory to right arrow
bind rightarrow _inventory
but the key only open inventory, IT DOES NOT CLOSE INVENTORY WINDOW. Tab key open and close inventory window, how can i do the same.
2. I cannot bing reverse brake when in vehicles to numpad 5 because i dont know the name of the key, and if i assign it to another key to reveal the name with
bind somekey
it says the key is not assigned instead of showing the name of the action
FIXED 2: just
bindset 1
then
bind kp_5 _moveback
(i was doing this but putting _reverse)
i also copypaste from another forum
You can also set a shortcut of rage.exe to your desktop and type
"+set com_allowConsole 1" in Target AFTER the adress.
"D:\Id\Rage\rage\Rage.exe +set com_allowConsole 1"
The path should look like this.
The minus and plus havent been tested but they should go something like "kp_minus"
Heres a list of commands:
"_moveforward"
"_moveback"
"_moveLeft"
"_moveRight"
"_jump"
"_sprint"
"_CHANGEWEAPON"
"_crouch"
"_use"
"_weapnext"
"_weapprev"
"_ammoprev"
"_ammonext"
UPDATE:
You will need to drive a vehicle forward in the homeland boi.
To do so, open console and type bindset 1
bindset 1 change it to bind vehicle movements.
so in console:
bindset 1
then type
bind "kp_5" "_moveforward"
then you can switch back to bindset 0 or stay bindset 1,it doesnt matter.
ANY IDEA ON HOW TO MAKE A KEY TO OPEN AND CLOSE INVENTORY like with tab.