View Single Post
  #3  
Old 04-02-2009, 01:27 PM
jamestr234 jamestr234 is offline
Registered Member
 
Join Date: Apr 2009
Posts: 1
Default

set the map scroll keys = the 'direct control' keys.
you can not do this using the gui, text edit the 'keys' file.

below i use ESDF (like WASD) to scroll the map AND 'direct control' my tanks/snipers.


{control_manual
}
{forward "KEY_E"
{single}
}
{backward "KEY_D"
{single}
}
{left "KEY_S"
{single}
}
{right "KEY_F"
{single}
.
.
.
{control_camera
{scroll_forward "KEY_E"
{single}
}
{scroll_backward "KEY_D"
{single}
}
{scroll_left "KEY_S"
{single}
}
{scroll_right "KEY_F"
{single}
Reply With Quote