Dynamax 0 Posted December 15, 2006 joystickSensitivity[]={0.500000,0.500000,0.500000,0.500000,0.500000,0.500000,1.000000,1.000000,0.500000,0.500000 ,0.500000,0.500000,0.500000,0.500000,1.000000,1.000000}; ok.. i would like to know which numbers belong to which axis.. dont know why a referance wasn't added ie.. X-+ Y-+ Z-+ Share this post Link to post Share on other sites
trisspal 0 Posted December 20, 2006 If it can help u, this is a rply of my email to IDEA GAMES : "Hello, Numbers are sensitivity for each of the folowing inputs: AXIS_X AXIS_Y AXIS_Z ROT_X ROT_Y ROT_Z SLIDER_1 SLIDER_2 First eight values are for positive part of axis, last eigtht for the negative one: AXIS_X_POS AXIS_Y_POS AXIS_Z_POS ROT_X_POS ROT_Y_POS ROT_Z_POS SLIDER_1_POS SLIDER_2_POS AXIS_X_NEG AXIS_Y_NEG AXIS_Z_NEG ROT_X_NEG ROT_Y_NEG ROT_Z_NEG SLIDER_1_NEG SLIDER_2_NEG Value is transformed as: value = pow(raw_value,1/sensitivity). With the best regards Robert Stipek" Share this post Link to post Share on other sites