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}
|