Changeset - 4e1d534f3517
[Not reviewed]
default
0 11 1
tdelude - 7 years ago 2017-03-26 05:40:29
tdelude@users.noreply.git.metahusk.com
complete key binds with xbox and steam controller support
7 files changed:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -9,6 +9,7 @@ Plugins/AdvancedSessions
 
Plugins/MainMenuLib
 
Plugins/VictoryPlugin
 
Plugins/LoadingScreen-master
 
Plugins/GamepadUMGPlugin
 
.vs/
 
WindowsNoEditor/
 
Visual Studio 2015/
CardinalMenu.uproject
Show inline comments
 
@@ -32,6 +32,10 @@
 
		{
 
			"Name": "LoadingScreen",
 
			"Enabled": true
 
		},
 
		{
 
			"Name": "GamepadUMGPlugin",
 
			"Enabled": true
 
		}
 
	]
 
}
 
\ No newline at end of file
Config/DefaultGame.ini
Show inline comments
 
@@ -37,4 +37,7 @@ TipWrapAt=1000.000000
 
bWaitForMoviesToComplete=False
 
bMoviesAreSkippable=False
 
 
[/Script/GamepadUMGPlugin.GamepadCursorSettings]
 
MaxAnalogCursorSpeed=1300.000000
 
AnalogCursorAccelerationCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,DefaultValue=340282346638528859811704183484516925440.000000,Keys=((),(Time=0.997143,Value=0.980333))),ExternalCurve=None)
 
Config/DefaultInput.ini
Show inline comments
 
@@ -39,11 +39,13 @@ DefaultViewportMouseCaptureMode=CaptureP
 
bDefaultViewportMouseLock=True
 
DefaultViewportMouseLockMode=LockOnCapture
 
+ActionMappings=(ActionName="Jump",Key=SpaceBar,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
 
+ActionMappings=(ActionName="Menu",Key=M,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
 
+AxisMappings=(AxisName="Backward",Key=S,Scale=-1.000000)
 
+AxisMappings=(AxisName="Forward",Key=W,Scale=1.000000)
 
+AxisMappings=(AxisName="LookUp",Key=MouseY,Scale=-1.000000)
 
+AxisMappings=(AxisName="Turn",Key=MouseX,Scale=1.000000)
 
+ActionMappings=(ActionName="Menu",Key=Gamepad_FaceButton_Right,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
 
+AxisMappings=(AxisName="Backward",Key=Gamepad_LeftStick_Up,Scale=-1.000000)
 
+AxisMappings=(AxisName="Forward",Key=Gamepad_LeftStick_Down,Scale=1.000000)
 
+AxisMappings=(AxisName="LookDown",Key=None,Scale=1.000000)
 
+AxisMappings=(AxisName="LookUp",Key=Gamepad_RightStick_Up,Scale=-1.000000)
 
+AxisMappings=(AxisName="TurnLeft",Key=MouseX,Scale=1.000000)
 
+AxisMappings=(AxisName="TurnRight",Key=None,Scale=1.000000)
 
bAlwaysShowTouchInterface=False
 
bShowConsoleOnFourFingerTap=True
 
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
Content/Cardinal/MainMenu/Blueprints/UI/MainMenu.uasset
Show inline comments
 
binary diff not shown
Content/Cardinal/MainMenu/Blueprints/UI/SettingsPanels/ControlsSettingsDetails.uasset
Show inline comments
 
binary diff not shown
Content/Cardinal/MainMenu/Blueprints/UI/SettingsPanels/RAMA-AxisControls/AxisElement_ByRama.uasset
Show inline comments
 
binary diff not shown

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)