折腾了半天,无法实现印射 【手柄模拟摇杆的精确度】 和 【 按键的按压力度】 到键盘上。。。
比如,游戏中有一个技能是摇杆转半圈,但是到键盘上,比如把摇杆印射成上下左右,
这个就是转不出来的。
但是以前模拟器玩格斗游戏印射键盘的时候好像没出现这种现象。
只能说这个游戏的精度要求真变态
还有按压力度功能就更加了,根本不行。。。。。
还是玩回手柄吧。
这是改好的按键代码,游戏是EA的SKATE
[HID.WinKey]
keybind_a = "0x60" # List of keys to bind to A, separated by spaces
keybind_b = "0x62" # List of keys to bind to B, separated by spaces
keybind_back = "2" # List of keys to bind to BACK, separated by spaces
keybind_dpad_down = "0x28" # List of keys to bind to DPAD_DOWN, separated by spaces
keybind_dpad_left = "0x25" # List of keys to bind to DPAD_LEFT, separated by spaces
keybind_dpad_right = "0x27" # List of keys to bind to DPAD_RIGHT, separated by spaces
keybind_dpad_up = "0x26" # List of keys to bind to DPAD_UP, separated by spaces
keybind_guide = "3" # List of keys to bind to GUIDE, separated by spaces
keybind_left_shoulder = "Z" # List of keys to bind to LEFT_SHOULDER, separated by spaces
keybind_left_thumb = "F" # List of keys to bind to LEFT_THUMB_PRESSED, separated by spaces
keybind_left_thumb_down = "S" # List of keys to bind to LEFT_THUMB_DOWN, separated by spaces
keybind_left_thumb_left = "A" # List of keys to bind to LEFT_THUMB_LEFT, separated by spaces
keybind_left_thumb_right = "D" # List of keys to bind to LEFT_THUMB_RIGHT, separated by spaces
keybind_left_thumb_up = "W" # List of keys to bind to LEFT_THUMB_UP, separated by spaces
keybind_left_trigger = "Q" # List of keys to bind to LEFT_TRIGGER, separated by spaces
keybind_right_shoulder = "C" # List of keys to bind to RIGHT_SHOULDER, separated by spaces
keybind_right_thumb = "K" # List of keys to bind to RIGHT_THUMB_PRESSED, separated by spaces
keybind_right_thumb_down = "0x65" # List of keys to bind to RIGHT_THUMB_DOWN, separated by spaces
keybind_right_thumb_left = "0x64" # List of keys to bind to RIGHT_THUMB_LEFT, separated by spaces
keybind_right_thumb_right = "0x66" # List of keys to bind to RIGHT_THUMB_RIGHT, separated by spaces
keybind_right_thumb_up = "0x68" # List of keys to bind to RIGHT_THUMB_UP, separated by spaces
keybind_right_trigger = "0x69" # List of keys to bind to RIGHT_TRIGGER, separated by spaces
keybind_start = "1" # List of keys to bind to START, separated by spaces
keybind_x = "0x20" # List of keys to bind to X, separated by spaces
keybind_y = "4" # List of keys to bind to Y, separated by spaces