So far this is working great on XP with the update ghutch did.
ISSUE 1
Only issues I seem to be having now is that i need to disable some functions so I leave the controller config blank for assignment of that function.
However when I run it, the script rewrites default values to those functions.
I tried setting them all to a single unused button which seems to work. So it's not 'really' an issue.
ISSUE 2
The second issue I'm having is holding the stick up or down does not repeat the 'press' as holding down the arrow key would do.
I tried changing the delay but had no effect.
ISSUE 3
Lastly, holding the stick left or right doesn't bring up the alphabet as it used to.
I deleted the controller section of the config as ghutch advised but default values cause problems with myu setup because my x/y axis on my controller convertor board are maxed because they're unused.
Here's my ini....
[Required]
HyperSpin_Folder_Path=C:\HyperSpin
HyperLaunch_Folder_Path=C:\HyperSpin\HyperLaunch
[General]
Primary_Color_RRGGBB=363636
Secondary_Color_RRGGBB=ffffff
[Controls]
Joysticks_Enabled=True
Joysticks_MaxNumberOfJoysticks=1
Joystick_Delay=100
Joystick_Deadzone=25
Joystick_Up=Joy13
Joystick_Down=Joy15
Joystick_SkipUp=Joy16
Joystick_SkipDown=Joy14
Joystick_SkipUpNumber=Joy8
Joystick_SkipDownNumber=Joy6
Joystick_HyperSpin=Joy12
Joystick_Genre=Joy3
Joystick_Favorites=Joy4
Joystick_Start=Joy10
Joystick_Exit=Joy9
Joystick_Roulette=Joy12
Joystick_Volume=Joy12
Joystick_Volume_Close=Joy12
Joystick_QuickLaunch=Joy12
Joystick_QuickLaunch_Close=Joy12
Joystick_Info=Joy12
Joystick_Info_Close=Joy12
Joystick_Filters=Joy12
Joystick_Filters_Close=Joy12
[startup]
Minimize_Background_Windows_Enabled=false
Window_Classes_To_Not_Minimize=Shell_TrayWnd,Button
Process_Name_To_Close_1=
Program_To_Run_Target_1=
Program_To_Run_Working_Dir_1=
Program_To_Run_MaxMinHide_1=
[Exit]
Restore_Windows_On_Exit=True
Process_Name_To_Close_1=
Program_To_Run_Target_1=
Program_To_Run_Working_Dir_1=
Program_To_Run_MaxMinHide_1=
[Roulette]
Roulette_Key=~1
Roulette_Min_MilliSeconds=3000
Roulette_Max_MilliSeconds=8000
[Volume_Menu]
Volume_Menu_Key=~2
Volume_Bar_Offset_From_Bottom=44
[QuickLaunch]
QuickLaunch_Key=~3
QuickLaunch_Enabled=true
QuickLaunch_Left_Offset=5
QuickLaunch_Top_Offset=10
QuickLaunch_Bottom_Offset=10
Item_1_Path=
Item_1_Parameters=
Item_1_LogoPath=
Item_1_Ignore_Process_Close=false
Dont know if it matters but my HyperHQ controls are all set to default.
FINAL QUESTION:
Can my second joystick be used to allow use of some of the other features? If so, what are the keycodes?