mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add script to generate controller configs from vdf files.
This commit is contained in:
parent
a7c04018cf
commit
b3a5102a3c
4 changed files with 917 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ For analog actions (joysticks, triggers): ACTION_NAME=ANALOG_NAME=input source m
|
|||
Actions can be bound to more than one button by separating the buttons with , like this: ACTION_NAME=A,B
|
||||
|
||||
If you want to configure a game yourself, find the xbox360 or xbox one vdf file for the game and you should be able to figure things out.
|
||||
You can also use the scripts\controller_config_generator\parse_controller_vdf.py script in the emu source code repo.
|
||||
|
||||
For example to get the vdf file for the game Crystar: https://steamdb.info/app/981750/config/
|
||||
If you look at: steamcontrollerconfigdetails, you will see something like: 1779660455/controller_type: controller_xbox360
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue