Vice City Multiplayer

VC:MP => Vice City => Topic started by: ULK.HeAD on September 14, 2008, 09:44:37 PM

Title: edit controls with a text editor?
Post by: ULK.HeAD on September 14, 2008, 09:44:37 PM
I am having trouble leaving places like ammunation, it wants me to press right ctrl to exit. My keyboard has no right ctrl. I cannot unbind the key in the game's options, so I was wondering if anyone can tell me if/where there would be a file used by vice for key bindings? something I can edit with a text editor to remove the r_ctrl from whatever it is bound to? thanks...
Title: Re: edit controls with a text editor?
Post by: Aaron on September 15, 2008, 06:36:32 AM
yeah same here theres no way to change it i think
Title: Re: edit controls with a text editor?
Post by: youlikethaaaat on September 16, 2008, 05:24:19 PM
you could use something to make hotkeys such as autohotkey http://autohotkey.com (http://autohotkey.com)...

heres a quick autohotkey script to make the alt key behave same as Rctrl only while game is active:

#IfWinActive, GTA: Vice City
Alt::RCtrl
Title: Re: edit controls with a text editor?
Post by: ULK.HeAD on November 02, 2008, 11:34:15 PM
I tried out autohotkey and I wasn't able to make it work. I'm just a nub  :-[

if anyone has gotten it to work or has another way, let me know please  :)