From 5de112aefba2328ad6ea4f003e86503e598c5e1c Mon Sep 17 00:00:00 2001 From: Kacper Szelest Date: Tue, 15 Oct 2024 14:27:46 +0100 Subject: [PATCH] Updated First person blueprint Added the function to enter the monolith Interior --- Config/DefaultInput.ini | 11 +++++++++++ Content/Blueprints/BPI_MonolithInteriorExit.uasset | 3 +++ .../Blueprints/BP_FirstPersonCharacter.uasset | 4 ++-- Content/Levels/MonolithInterior.umap | 4 ++-- Content/Levels/PrototypeLevel.umap | 4 ++-- 5 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 Content/Blueprints/BPI_MonolithInteriorExit.uasset diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 0d0b0e5..bed1ea5 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -92,7 +92,9 @@ bCaptureMouseOnLaunch=True bEnableLegacyInputScales=True bEnableMotionControls=True bFilterInputByPlatformUser=False +bEnableInputDeviceSubsystem=True bShouldFlushPressedKeysOnViewportFocusLost=True +bEnableDynamicComponentInputBinding=True bAlwaysShowTouchInterface=False bShowConsoleOnFourFingerTap=True bEnableGestureRecognizer=False @@ -101,6 +103,15 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 ++ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar) ++ActionMappings=(ActionName="Crouch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftControl) ++ActionMappings=(ActionName="Sprint",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftShift) ++AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) ++AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) ++AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) ++AxisMappings=(AxisName="MoveRight",Scale=-1.000000,Key=A) ++AxisMappings=(AxisName="Turn",Scale=1.000000,Key=MouseX) ++AxisMappings=(AxisName="LookUp",Scale=-1.000000,Key=MouseY) DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultTouchInterface=/Game/FirstPerson/Input/MobileControls.MobileControls diff --git a/Content/Blueprints/BPI_MonolithInteriorExit.uasset b/Content/Blueprints/BPI_MonolithInteriorExit.uasset new file mode 100644 index 0000000..dd3518d --- /dev/null +++ b/Content/Blueprints/BPI_MonolithInteriorExit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652e76294155ff4bdd170682fa014539bf7f472c312276a4cea426ce4be0d8ea +size 29764 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset index 39f00e7..148faf2 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b12262809f0781c7ed22ce9028a4d4d2e76573a141cbde94aded70f6b9e9121e -size 78290 +oid sha256:0c40f009ddf77bb54abf7d767e10af824516b3a0b6780fe12e64e8c32a784a52 +size 112896 diff --git a/Content/Levels/MonolithInterior.umap b/Content/Levels/MonolithInterior.umap index db6e8ac..ade3649 100644 --- a/Content/Levels/MonolithInterior.umap +++ b/Content/Levels/MonolithInterior.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b24ec60ebe750a736cb2da1236a54d822834513bc913007366272ff294e82348 -size 6664 +oid sha256:7ffcd6be9cd3cf83919b1ae9ea623e49f68a211145b5478d882404a76c46ea93 +size 35412 diff --git a/Content/Levels/PrototypeLevel.umap b/Content/Levels/PrototypeLevel.umap index 5f5770c..bb01a6a 100644 --- a/Content/Levels/PrototypeLevel.umap +++ b/Content/Levels/PrototypeLevel.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e440335553d3fd00218a84883e031651268d8b182a8025dba1378639a916d49e -size 8938053 +oid sha256:b2030cf10a09004013423cbf8476bc3f83a12369bcbcdf9d9151273d7c966a4f +size 8938111