Author Topic: edit controls with a text editor?  (Read 7418 times)

0 Members and 1 Guest are viewing this topic.

Offline ULK.HeAD

  • Wiseguy
  • **
  • Posts: 75
  • XE Administrator
    • View Profile
    • ULK Gang
edit controls with a text editor?
« 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...

Offline Gulk

  • VC:MP Beta Tester
  • Made Man
  • *
  • Posts: 143
    • View Profile
Re: edit controls with a text editor?
« Reply #1 on: September 15, 2008, 07:36:32 am »
yeah same here theres no way to change it i think

Offline youlikethaaaat

  • Street Thug
  • *
  • Posts: 4
    • View Profile
Re: edit controls with a text editor?
« Reply #2 on: September 16, 2008, 06:24:19 pm »
you could use something to make hotkeys such as autohotkey 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

Offline ULK.HeAD

  • Wiseguy
  • **
  • Posts: 75
  • XE Administrator
    • View Profile
    • ULK Gang
Re: edit controls with a text editor?
« Reply #3 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  :)