Vice City Multiplayer

General Discussion => Vice City => Topic started by: ULK.HeAD on September 14, 2008, 10:44:37 pm

Title: edit controls with a text editor?
Post by: ULK.HeAD on September 14, 2008, 10: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: Gulk on September 15, 2008, 07: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, 06: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:

Code: [Select]
#IfWinActive, GTA: Vice City
Alt::RCtrl
Title: Re: edit controls with a text editor?
Post by: ULK.HeAD on November 03, 2008, 01:34:15 am
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  :)