ValoWay
Landlubber
hello,
can anyone please help me out here? I'm desperately trying for days now to somehow change the damn controls of this game...
Google can only spit out one single link to an inconclusive thread:
http://www.piratesahoy.net/threads/remapping-keys.15360/
My problem:
I'm a left-hander and the only thing I want is that my avatar walks left, right, up, down with the arrow keys instead of wasd ! The rest I can easily change ingame...
I found these two files which seem to be related to controls:
aop2/program/controls/controls.c
aop2/program/controls/init_pc.c
in init_pc.c I found these lines:
CI_CreateAndSetControls( "PrimaryLand", "ChrForward", CI_GetKeyCode("KEY_W"), 0, true );
CI_CreateAndSetControls( "PrimaryLand", "ChrBackward", CI_GetKeyCode("KEY_S"), 0, true );
CI_CreateAndSetControls( "PrimaryLand", "ChrStrafeLeft", CI_GetKeyCode("KEY_A"), 0, true );
CI_CreateAndSetControls( "PrimaryLand", "ChrStrafeRight", CI_GetKeyCode("KEY_D"), 0, true );
but when i change them and load up the game my avatar is still controlled with wasd ? And what's even the code for the arrows keys? Like key_left or arrow_left maybe?
I got GOF installed btw...
I really hope someone can help me with this
can anyone please help me out here? I'm desperately trying for days now to somehow change the damn controls of this game...
Google can only spit out one single link to an inconclusive thread:
http://www.piratesahoy.net/threads/remapping-keys.15360/
My problem:
I'm a left-hander and the only thing I want is that my avatar walks left, right, up, down with the arrow keys instead of wasd ! The rest I can easily change ingame...
I found these two files which seem to be related to controls:
aop2/program/controls/controls.c
aop2/program/controls/init_pc.c
in init_pc.c I found these lines:
CI_CreateAndSetControls( "PrimaryLand", "ChrForward", CI_GetKeyCode("KEY_W"), 0, true );
CI_CreateAndSetControls( "PrimaryLand", "ChrBackward", CI_GetKeyCode("KEY_S"), 0, true );
CI_CreateAndSetControls( "PrimaryLand", "ChrStrafeLeft", CI_GetKeyCode("KEY_A"), 0, true );
CI_CreateAndSetControls( "PrimaryLand", "ChrStrafeRight", CI_GetKeyCode("KEY_D"), 0, true );
but when i change them and load up the game my avatar is still controlled with wasd ? And what's even the code for the arrows keys? Like key_left or arrow_left maybe?
I got GOF installed btw...
I really hope someone can help me with this

Last edited: