Compare commits
135 Commits
main
...
Side-Missi
Author | SHA1 | Date | |
---|---|---|---|
24568df959 | |||
6a8bc2ac3c | |||
befe6aabd6 | |||
86e2fe157d | |||
a598a68f29 | |||
34d2f91c55 | |||
370d170293 | |||
01e5893b70 | |||
d528c11f4b | |||
7b4e8dd3b8 | |||
10455866fd | |||
3d290b3ca1 | |||
b67b9bf260 | |||
b69aa2f1de | |||
38280d8dea | |||
fffe8382bf | |||
4dedadb35e | |||
4b79d10184 | |||
221d31fb85 | |||
8f0e2d1c33 | |||
ba511beb2f | |||
620d480dc0 | |||
9a0b18ae3e | |||
92dc1540e0 | |||
ebefa2904e | |||
78227f88df | |||
96b7872783 | |||
5ebac57911 | |||
104cfbd5c1 | |||
881934dcc4 | |||
9f4d75e870 | |||
b57174ec53 | |||
f02fcc9a5e | |||
01f5f962d2 | |||
e8095e2711 | |||
0113c6c958 | |||
7f8c8570c3 | |||
89ac0f76fc | |||
d450238bae | |||
2298912e66 | |||
4a69b5e40f | |||
b9fff1cc54 | |||
ef644ea7b4 | |||
4c47b7cbeb | |||
42870b149e | |||
cf509a1ea2 | |||
f040467f21 | |||
eea95f8eee | |||
4548c18928 | |||
987e68fec9 | |||
59768da769 | |||
3ba86a0d80 | |||
a492419199 | |||
f2616a24a9 | |||
48a5df9a3d | |||
efca89e169 | |||
d76b47630f | |||
cb9fef137a | |||
bc36eafe11 | |||
e0a1361439 | |||
d284012315 | |||
b1d6bdee0e | |||
9529226834 | |||
fe8cbafd5c | |||
e703e4c317 | |||
a3a536a94c | |||
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 |
File diff suppressed because one or more lines are too long
@ -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/AnchorField.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/AnchorField.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/Assets/ChaosAssets/MediumBuildingCombined.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/MediumBuildingCombined.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/ChaosAssets/SmallBuildingDestruction.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/ChaosAssets/SmallBuildingDestruction.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/M_EmissiveMat.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/M_EmissiveMat.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/M_PolygonScifi_BubbleShield.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/M_PolygonScifi_BubbleShield.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/M_SciFiMat.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/M_SciFiMat.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/PolygonSciFiCity_Texture_Metallic.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/PolygonSciFiCity_Texture_Metallic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/PolygonSciFiCity_Texture_Normal.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/PolygonSciFiCity_Texture_Normal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/PolygonSciFi_Road_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/PolygonSciFi_Road_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/PolygonScifi_01_A.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/PolygonScifi_01_A.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/PolygonScifi_Emissive_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/PolygonScifi_Emissive_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Bld_Section_Door_07_Door.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Bld_Section_Door_07_Door.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Bld_Security_WatchStation_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Bld_Security_WatchStation_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Graffiti_Wall_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Ground_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Ground_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Small_Rocks_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Small_Rocks_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Env_Small_Rocks_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Env_Small_Rocks_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Icon_Gun.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Icon_Gun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_AirConditioningGrid_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_AirConditioningGrid_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_AirConditioningUnit_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_AirConditioningUnit_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_AirConditioningUnit_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_AirConditioningUnit_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Barrier_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Barrier_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Barrier_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Barrier_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Barrier_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Barrier_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Books_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Books_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Box_Empty_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Box_Empty_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Box_RobotParts_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Box_RobotParts_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Box_Supplies_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Box_Supplies_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Cables_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Cables_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Cables_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Cables_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Cables_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Cables_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_ChargingStation_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_ChargingStation_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_01_Lid.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_01_Lid.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_02_Lid.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_02_Lid.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_03_Lid.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Crate_Military_03_Lid.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_03_Glass.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_03_Glass.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Door_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Chair_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Chair_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Machine_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Machine_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Stool_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Stool_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Table_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Medical_Table_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Monitor_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Monitor_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Monitor_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Monitor_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Monitor_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Monitor_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Office_Chair_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Office_Chair_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Paper_Banner_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Paper_Banner_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Paper_Lantern_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Paper_Lantern_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Paper_Lantern_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Paper_Lantern_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Posters_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Posters_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Posters_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Posters_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Posters_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Posters_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/CorridoorAssets/SM_Prop_Rubbish_Paper_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/CorridoorAssets/SM_Prop_Rubbish_Paper_01.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