//========================================================================================== // Associate real axis to virtual axis. // Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y // Virtual axis are : VA_SIDE, VA_FORWARD, VA_YAW, VA_PITCH //========================================================================================== bindaxis A_RSTICK_X VA_SIDE MAP_SQUARED bindaxis A_RSTICK_Y VA_FORWARD MAP_SQUARED bindaxis A_LSTICK_X VA_YAW MAP_LINEAR bindaxis A_LSTICK_Y VA_PITCH MAP_LINEAR stickalias Vehicle RIGHTSTICK "VehicleSteering" stickalias VehicleTank RIGHTSTICK "VehicleSteering"