Compare commits
86 Commits
Author | SHA1 | Date | |
---|---|---|---|
2298912e66 | |||
4a69b5e40f | |||
4c47b7cbeb | |||
cf509a1ea2 | |||
f040467f21 | |||
eea95f8eee | |||
3ba86a0d80 | |||
a492419199 | |||
f2616a24a9 | |||
48a5df9a3d | |||
efca89e169 | |||
d76b47630f | |||
cb9fef137a | |||
bc36eafe11 | |||
e0a1361439 | |||
d284012315 | |||
9529226834 | |||
e68f56be1c | |||
dd52759b0d | |||
79934e983a | |||
5bbb4a8003 | |||
8487ec6134 | |||
915f91a295 | |||
09b80cf62a | |||
c533a91f92 | |||
9eb145d2e9 | |||
5f38b78bc0 | |||
fc839876da | |||
29548d64c1 | |||
8d2cebad03 | |||
e38783e323 | |||
ca643d93ee | |||
a9ca69103d | |||
9eedcb453b | |||
77194e65a4 | |||
831e3765c1 | |||
5910a3db72 | |||
bfcd67ecda | |||
6b85d2e702 | |||
2649f59608 | |||
a98aa8a310 | |||
2bca0a1b26 | |||
ed0cfc13a5 | |||
ca9f0c9a94 | |||
855feaa1e7 | |||
67eb1872fb | |||
f8e3d045cb | |||
7541243f6b | |||
8e52399b01 | |||
653de73ebb | |||
ab512dd4c8 | |||
45d2a1c920 | |||
c754a53338 | |||
6c0bb55009 | |||
79d92fd2cb | |||
24739247d2 | |||
a76a00dce7 | |||
16f8a3cd00 | |||
c10e904a27 | |||
6d6c3e2d85 | |||
5edb1d7b7e | |||
32f3b00907 | |||
7663ba8e09 | |||
5de112aefb | |||
b3cbe8e829 | |||
7c8d12f476 | |||
18df9e84f4 | |||
1f8edd00b4 | |||
7b066f9fab | |||
e5d7ed707b | |||
103cb89596 | |||
fa94b14dce | |||
536247380b | |||
a3e1bc288b | |||
ffc2d5fa17 | |||
64a052f119 | |||
5a3fc644f8 | |||
d479262346 | |||
1cdf639276 | |||
789e77c487 | |||
51e5394529 | |||
39ad014b23 | |||
84a981a673 | |||
3d4773a5e9 | |||
7948d50189 | |||
bd96a74634 |
@ -4,15 +4,17 @@
|
|||||||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
EditorStartupMap=/Game/MainMenu/MAP_MainMenu.MAP_MainMenu
|
||||||
LocalMapOptions=
|
LocalMapOptions=
|
||||||
TransitionMap=
|
TransitionMap=None
|
||||||
bUseSplitscreen=True
|
bUseSplitscreen=True
|
||||||
TwoPlayerSplitscreenLayout=Horizontal
|
TwoPlayerSplitscreenLayout=Horizontal
|
||||||
ThreePlayerSplitscreenLayout=FavorTop
|
ThreePlayerSplitscreenLayout=FavorTop
|
||||||
GameInstanceClass=/Script/Engine.GameInstance
|
FourPlayerSplitscreenLayout=Grid
|
||||||
GameDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
bOffsetPlayerGamepadIds=False
|
||||||
ServerDefaultMap=/Engine/Maps/Entry
|
GameInstanceClass=/Game/Blueprints/GI_Monolith.GI_Monolith_C
|
||||||
|
GameDefaultMap=/Game/MainMenu/MAP_MainMenu.MAP_MainMenu
|
||||||
|
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||||
GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
|
GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
|
||||||
GlobalDefaultServerGameMode=None
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
@ -93,3 +95,22 @@ ConnectionType=USBOnly
|
|||||||
bUseManualIPAddress=False
|
bUseManualIPAddress=False
|
||||||
ManualIPAddress=
|
ManualIPAddress=
|
||||||
|
|
||||||
|
[/Script/Engine.GameEngine]
|
||||||
|
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
|
||||||
|
|
||||||
|
[OnlineSubsystem]
|
||||||
|
DefaultPlatformService=Steam
|
||||||
|
|
||||||
|
[OnlineSubsystemSteam]
|
||||||
|
bEnabled=true
|
||||||
|
SteamDevAppId=480
|
||||||
|
|
||||||
|
; If using Sessions
|
||||||
|
bInitServerOnClient=true
|
||||||
|
|
||||||
|
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
||||||
|
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
||||||
|
|
||||||
|
[/Script/Engine.UserInterfaceSettings]
|
||||||
|
UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=2.500000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None)
|
||||||
|
|
||||||
|
@ -92,7 +92,9 @@ bCaptureMouseOnLaunch=True
|
|||||||
bEnableLegacyInputScales=True
|
bEnableLegacyInputScales=True
|
||||||
bEnableMotionControls=True
|
bEnableMotionControls=True
|
||||||
bFilterInputByPlatformUser=False
|
bFilterInputByPlatformUser=False
|
||||||
|
bEnableInputDeviceSubsystem=True
|
||||||
bShouldFlushPressedKeysOnViewportFocusLost=True
|
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||||
|
bEnableDynamicComponentInputBinding=True
|
||||||
bAlwaysShowTouchInterface=False
|
bAlwaysShowTouchInterface=False
|
||||||
bShowConsoleOnFourFingerTap=True
|
bShowConsoleOnFourFingerTap=True
|
||||||
bEnableGestureRecognizer=False
|
bEnableGestureRecognizer=False
|
||||||
@ -101,6 +103,19 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
|||||||
DefaultViewportMouseLockMode=LockOnCapture
|
DefaultViewportMouseLockMode=LockOnCapture
|
||||||
FOVScale=0.011110
|
FOVScale=0.011110
|
||||||
DoubleClickTime=0.200000
|
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)
|
||||||
|
+ActionMappings=(ActionName="Use Left Weapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
|
||||||
|
+ActionMappings=(ActionName="Use Right Weapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton)
|
||||||
|
+ActionMappings=(ActionName="Ability1",bShift=False,bCtrl=False,bAlt=True,bCmd=False,Key=One)
|
||||||
|
+ActionMappings=(ActionName="Interact",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
|
||||||
|
+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
|
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||||
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||||
DefaultTouchInterface=/Game/FirstPerson/Input/MobileControls.MobileControls
|
DefaultTouchInterface=/Game/FirstPerson/Input/MobileControls.MobileControls
|
||||||
|
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CeilingFloorBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CeilingFloorBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/LargeBuildingCombined.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/LargeBuildingCombined.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/Material.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/Material.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/MediumBuildingCombined.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/MediumBuildingCombined.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/SmallBuildingCombined.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/CombinedBuildings/SmallBuildingCombined.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/DoorBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/DoorBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/GeneratorBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/GeneratorBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/LargeBuilding.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/LargeBuilding.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/MediumBuilding.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/MediumBuilding.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/SideWall.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/SideWall.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/SmallBuilding.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/SmallBuilding.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/WallBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/WallBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/HouseBlockout/WindowBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/HouseBlockout/WindowBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/BlockOutMaterial.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/BlockOutMaterial.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/IONA_Base_blockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/IONA_Base_blockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/IONA_Base_blockout_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/IONA_Base_blockout_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/IONA_Base_blockout_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/IonaBaseBlockout/IONA_Base_blockout_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ArmLeft.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ArmLeft.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ArmRight.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ArmRight.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_BackBattery.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_BackBattery.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_Head.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_Head.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_LegLeft.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_LegLeft.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_LegRight.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_LegRight.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ShoulderLeft.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ShoulderLeft.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ShoulderRight.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_ShoulderRight.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_Torso.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_M_Torso.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_Rig.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_Rig.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_Rig_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_Rig_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_Rig_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/MonolithBlockout/Monolith_blockout_Rig_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/TreeBlockouts/DeadTreeBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/TreeBlockouts/DeadTreeBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/TreeBlockouts/LargeTreeBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/TreeBlockouts/LargeTreeBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlockoutAssets/TreeBlockouts/SmallTreeBlockout.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlockoutAssets/TreeBlockouts/SmallTreeBlockout.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/ChaosAssets/DisableField.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/DisableField.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/ChaosAssets/LargeBuilding.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/LargeBuilding.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/ChaosAssets/LargeBuildingCombined.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/LargeBuildingCombined.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/ChaosAssets/MediumBuilding.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/MediumBuilding.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/BPF_CommonFunctionLibrary.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/BPF_CommonFunctionLibrary.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/BPI_InteractionInterface.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/BPI_InteractionInterface.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/BPI_MonolithInteriorExit.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/BPI_MonolithInteriorExit.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/GI_Monolith.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/GI_Monolith.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/TEMPInventoryComponent.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/TEMPInventoryComponent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/DemoItemStrangeObject.uasset
(Stored with Git LFS)
Normal file
BIN
Content/DemoItemStrangeObject.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Flats/BP_FlatsMonster.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Flats/BP_FlatsMonster.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Flats/FlatsMonsterRigged.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Flats/FlatsMonsterRigged.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Flats/FlatsMonsterRigged_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Flats/FlatsMonsterRigged_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Flats/FlatsMonsterRigged_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Flats/FlatsMonsterRigged_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Small/AI_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Small/AI_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Small/BB_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Small/BB_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Small/BP_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Small/BP_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Small/BTT_FindRandomLoc.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Small/BTT_FindRandomLoc.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Enemies/Small/BT_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Enemies/Small/BT_SmallEnemy.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset
(Stored with Git LFS)
BIN
Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset
(Stored with Git LFS)
BIN
Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/BP_FirstPersonPlayerController.uasset
(Stored with Git LFS)
BIN
Content/FirstPerson/Blueprints/BP_FirstPersonPlayerController.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/BP_PickUp_Rifle.uasset
(Stored with Git LFS)
BIN
Content/FirstPerson/Blueprints/BP_PickUp_Rifle.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Floating.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Floating.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Idling.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Idling.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Running.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Running.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Walking.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Blueprints/CameraShakes/CSB_Walking.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/HUD/WBP_DashesRemaining.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/HUD/WBP_DashesRemaining.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Input/Actions/Dashes/IA_HORIZONTAL_DASH.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Input/Actions/Dashes/IA_HORIZONTAL_DASH.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Input/Actions/Dashes/IA_VERTICAL_DASH.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Input/Actions/Dashes/IA_VERTICAL_DASH.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Input/Actions/IA_Sprint.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Input/Actions/IA_Sprint.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPerson/Input/IMC_Default.uasset
(Stored with Git LFS)
BIN
Content/FirstPerson/Input/IMC_Default.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/FirstPerson/Input/IMC_DefaultDup.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FirstPerson/Input/IMC_DefaultDup.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FirstPersonArms/Animations/FirstPerson_AnimBP.uasset
(Stored with Git LFS)
BIN
Content/FirstPersonArms/Animations/FirstPerson_AnimBP.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Levels/PrototypeLevel.umap
(Stored with Git LFS)
BIN
Content/Levels/PrototypeLevel.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/LocationMarker.uasset
(Stored with Git LFS)
Normal file
BIN
Content/LocationMarker.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/GM_MainMenu.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/GM_MainMenu.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/MAP_MainMenu.umap
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/MAP_MainMenu.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/MainMenu.umap
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/MainMenu.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/PC_MainMenu.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/PC_MainMenu.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/WBP_CreateLobby.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/WBP_CreateLobby.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/WBP_LobbyCard.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/WBP_LobbyCard.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/WBP_LobbyList.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/WBP_LobbyList.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MainMenu/WBP_MainMenu.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MainMenu/WBP_MainMenu.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Animations/Ability_1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Animations/Ability_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Animations/Ability_1Montage.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Animations/Ability_1Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Animations/MonolithAnimBlueprint.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Animations/MonolithAnimBlueprint.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/BPI_AOverheat.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/BPI_AOverheat.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/BPI_Bullet.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/BPI_Bullet.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/BPI_MeeleWeapon.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/BPI_MeeleWeapon.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/BPI_Monolith.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/BPI_Monolith.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Input/IA_MAbilitySelection.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Input/IA_MAbilitySelection.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Input/IA_MJump.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Input/IA_MJump.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Input/IA_MLook.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Input/IA_MLook.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Input/IA_MMove.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Input/IA_MMove.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Input/IA_Mability1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Input/IA_Mability1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Input/IMC_Monolith.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Input/IMC_Monolith.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/Monolith.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/Monolith.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/UI/WB_AbilityCircle.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/UI/WB_AbilityCircle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monolith/UI/WB_BatteryLife.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monolith/UI/WB_BatteryLife.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Monster.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Monster.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MySaveData.uasset
(Stored with Git LFS)
Normal file
BIN
Content/MySaveData.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/QuestSystem/EMissionType.uasset
(Stored with Git LFS)
Normal file
BIN
Content/QuestSystem/EMissionType.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/QuestSystem/EObjectiveType.uasset
(Stored with Git LFS)
Normal file
BIN
Content/QuestSystem/EObjectiveType.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/QuestSystem/FObjectiveDetails.uasset
(Stored with Git LFS)
Normal file
BIN
Content/QuestSystem/FObjectiveDetails.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/QuestSystem/FQuestDetails.uasset
(Stored with Git LFS)
Normal file
BIN
Content/QuestSystem/FQuestDetails.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user