t2:gpc_scripting:usb_hid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
t2:gpc_scripting:usb_hid [2021/01/23 16:15]
scachi controller to keyboard mapping added
t2:gpc_scripting:usb_hid [2021/01/24 05:27]
scachi [Anti Recoil Decimal]
Line 51: Line 51:
 // note: when a value of 1 is still to strong anti recoil try a higher value for mouse_speed // note: when a value of 1 is still to strong anti recoil try a higher value for mouse_speed
 const int mouse_speed = 10; // <- should be around 10 or higher, a value too low can stop the mouse from working const int mouse_speed = 10; // <- should be around 10 or higher, a value too low can stop the mouse from working
-const int AntiRecoil_X = 0; // anti recoil horizontal +int AntiRecoil_X = 0; // anti recoil horizontal 
-const int AntiRecoil_Y = 1; // anti recoil vertical+int AntiRecoil_Y = 1; // anti recoil vertical
  
    
Line 96: Line 96:
    
 // configuration ​ // configuration ​
-const fix32 antirecoil_X = 0.0; // anti recoil horizontal +fix32 antirecoil_X = 0.0; // anti recoil horizontal 
-const fix32 antirecoil_Y = 0.5; // anti recoil vertical+fix32 antirecoil_Y = 0.5; // anti recoil vertical
  
 // advanced configuration // advanced configuration
t2/gpc_scripting/usb_hid.txt · Last modified: 2021/03/27 05:53 by scachi