According to your specs, the minigame controls should be working. However, PS controllers I have two possible fixes:
-
If you have any additional input devices (besides keyboard and mouse) plugged into your pc, it may be messing with the game’s ability to properly read inputs. This shouldn’t be the culprit of the issue but it’s worth a try.
-
Although PS4+ controllers are considered generic “DirectInput” devices recognized properly in windows, some inputs may not work properly in certain situations whereas a device using the alternative “XInput” API will (xbox gamepads, most 3rd party non-Sony gamepads). I know for a fact that Xinput works with the godot engine. To utilize XInput on a non-X device, you can create a DInput-to-XInput wrapper using Steam:
-Add morgan_skate_club_v005.exe to your Steam library
-Right click morgan_skate_club_v005.exe and select “Properties”
-Select “Controller” and select the dropdown option listed “Enable Steam Input”
-connect ps4 controller and ensure Steam recognizes it
-close menu and launch game through Steam.
Let me know if that works!