JG-1_Vogel Posted April 5, 2010 Posted April 5, 2010 I'm trying to figure out how to assign my cougar microstick as an axis to use the shkval sensor. I can't seem to get it to work smoothly. Anyone know some code I could use to slip into my profile? I've been using my HAT switch up until now, but its way to sensitive and making tiny corrections is nigh impossible. Any help would be appreciated! :joystick:
Madog Posted April 5, 2010 Posted April 5, 2010 Hey, here is what i use: .tmj: MIY /I 3 Shkval_right ^ Shkval_left /O 1 40 MSX(1-) MSX(1+) MSX(0) MIX /I 3 Shkval_down ^ Shkval_up /O 1 40 MSY(1-) MSY(1+) MSY(0) .tmm: Shkval_up = /H ; REM KU-31 Shkval slew up Shkval_down = /H . REM KU-31 Shkval slew down Shkval_left = /H , REM KU-31 Shkval slew left Shkval_right = /H / REM KU-31 Shkval slew right mind you, i use the shift function to slew the shkval, "unshifted" i use the microstick to control the mouse in order to look around.
Recommended Posts