Skip to content

Commit

Permalink
Minor Fixes + Enhanced Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriwin06 committed Apr 6, 2024
1 parent 2f785d5 commit 1e90f5c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ bEnableDefaultInputConfig=True
bAllowOutOfFocusDeviceInput=True

[CommonInputPlatformSettings_Windows CommonInputPlatformSettings]
DefaultInputType=Gamepad
DefaultInputType=MouseAndKeyboard
bSupportsMouseAndKeyboard=True
bSupportsTouch=False
bSupportsGamepad=True
DefaultGamepadName=Windows
bCanChangeGamepadType=True
+ControllerData=/Game/CommonUI/Foundation/Data/Plateforms_Inputs/KeyboardMouse/CommonInput_KeyboardMouse.CommonInput_KeyboardMouse_C
+ControllerData=/Game/CommonUI/Foundation/Data/Plateforms_Inputs/GamepadXboxOne/CommonInput_Gamepad_XboxOne.CommonInput_Gamepad_XboxOne_C
+ControllerData=/Game/CommonUI/Foundation/Data/Plateforms_Inputs/GamepadXboxSeriesX/CommonInput_Gamepad_XSX.CommonInput_Gamepad_XSX_C
+ControllerData=/Game/CommonUI/Foundation/Data/Plateforms_Inputs/GamepadPS4/CommonInput_Gamepad_PS4.CommonInput_Gamepad_PS4_C
+ControllerData=/Game/CommonUI/Foundation/Data/Plateforms_Inputs/GamepadPS5/CommonInput_Gamepad_PS5.CommonInput_Gamepad_PS5_C
+ControllerData=/Game/CommonUI/Foundation/Data/Plateforms_Inputs/GamepadSwitch/CommonInput_Gamepad_Switch.CommonInput_Gamepad_Switch_C

Binary file not shown.
Binary file not shown.
Binary file modified Content/CommonUI/Foundation/Blueprint/Library/BFL_UI.uasset
Binary file not shown.
Binary file modified Content/CommonUI/Widgets/UI_MainMenu.uasset
Binary file not shown.
Binary file modified Content/CommonUI/Widgets/UI_Pause.uasset
Binary file not shown.
Binary file not shown.

0 comments on commit 1e90f5c

Please sign in to comment.