Initial commit
This commit is contained in:
commit
8217dc5f93
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
Content/** filter=lfs diff=lfs merge=lfs -text
|
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
Binaries
|
||||
DerivedDataCache
|
||||
Intermediate
|
||||
Saved
|
||||
.vscode
|
||||
.vs
|
||||
*.VC.db
|
||||
*.opensdf
|
||||
*.opendb
|
||||
*.sdf
|
||||
*.sln
|
||||
*.suo
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
1
Config/DefaultEditor.ini
Normal file
1
Config/DefaultEditor.ini
Normal file
@ -0,0 +1 @@
|
||||
|
96
Config/DefaultEngine.ini
Normal file
96
Config/DefaultEngine.ini
Normal file
@ -0,0 +1,96 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/Maps/Titlescreen.Titlescreen
|
||||
bUseSplitscreen=False
|
||||
GameInstanceClass=/Game/Blueprints/Global/MainInstance.MainInstance_C
|
||||
EditorStartupMap=/Game/Maps/Levels/Level1.Level1
|
||||
TransitionMap=None
|
||||
|
||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||
TargetedHardwareClass=Desktop
|
||||
AppliedTargetedHardwareClass=Desktop
|
||||
DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.GenerateMeshDistanceFields=True
|
||||
r.DynamicGlobalIlluminationMethod=1
|
||||
r.ReflectionMethod=1
|
||||
r.Shadow.Virtual.Enable=1
|
||||
r.Lumen.TraceMeshSDFs=1
|
||||
r.SkinCache.CompileShaders=True
|
||||
r.RayTracing=True
|
||||
r.RayTracing.Shadows=True
|
||||
|
||||
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
|
||||
bEnableWorldPartition=False
|
||||
bEnableConversionPrompt=True
|
||||
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/NeonShooter")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/NeonShooter")
|
||||
NearClipPlane=10.000000
|
||||
|
||||
[/Script/Engine.CollisionProfile]
|
||||
-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False)
|
||||
-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False)
|
||||
-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False)
|
||||
-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False)
|
||||
-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False)
|
||||
-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False)
|
||||
-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False)
|
||||
-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False)
|
||||
-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False)
|
||||
-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False)
|
||||
+Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision")
|
||||
+Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.")
|
||||
+Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ")
|
||||
+Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ")
|
||||
+Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.")
|
||||
+Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.")
|
||||
+Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors")
|
||||
+Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors")
|
||||
+Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.")
|
||||
+Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.")
|
||||
+Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.")
|
||||
+Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.")
|
||||
+Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.")
|
||||
+Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||
+Profiles=(Name="BlockAllExceptBullets",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Bullet",Response=ECR_Ignore)),HelpMessage="Needs description")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Bullet")
|
||||
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||
-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||
-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor")
|
||||
-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic")
|
||||
+ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
+ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||
+ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||
+ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor")
|
||||
+ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic")
|
||||
-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic")
|
||||
-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic")
|
||||
-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle")
|
||||
-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn")
|
||||
+CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic")
|
||||
+CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic")
|
||||
+CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle")
|
||||
+CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn")
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
|
16
Config/DefaultGame.ini
Normal file
16
Config/DefaultGame.ini
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GeneralProjectSettings]
|
||||
ProjectID=6EC4D7D3463B81400F823180993A3CF0
|
||||
Description=A Neony Shooter
|
||||
ProjectName=Neon Shooter
|
||||
CompanyName=James Things
|
||||
Homepage="https://james-things.com"
|
||||
SupportContact=Discord: James#0009
|
||||
LicensingTerms=WTF PL
|
||||
bUseBorderlessWindow=True
|
||||
bAllowWindowResize=False
|
||||
bAllowMaximize=False
|
||||
bAllowMinimize=False
|
||||
bAllowClose=True
|
||||
|
99
Config/DefaultInput.ini
Normal file
99
Config/DefaultInput.ini
Normal file
@ -0,0 +1,99 @@
|
||||
[/Script/Engine.InputSettings]
|
||||
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||
-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Daydream_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Daydream_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Daydream_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Daydream_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Touch",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
bAltEnterTogglesFullscreen=True
|
||||
bF11TogglesFullscreen=True
|
||||
bUseMouseForTouch=False
|
||||
bEnableMouseSmoothing=True
|
||||
bEnableFOVScaling=True
|
||||
bCaptureMouseOnLaunch=True
|
||||
bAlwaysShowTouchInterface=False
|
||||
bShowConsoleOnFourFingerTap=True
|
||||
bEnableGestureRecognizer=False
|
||||
bUseAutocorrect=False
|
||||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||
DefaultViewportMouseLockMode=LockOnCapture
|
||||
FOVScale=0.011110
|
||||
DoubleClickTime=0.200000
|
||||
+ActionMappings=(ActionName="InputAction Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar)
|
||||
+ActionMappings=(ActionName="InputAction Crouch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftControl)
|
||||
+ActionMappings=(ActionName="InputAction FireGun",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
|
||||
+ActionMappings=(ActionName="InputAction PickupWeapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
|
||||
+ActionMappings=(ActionName="Inputaction Pause",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Escape)
|
||||
+ActionMappings=(ActionName="Inputaction Pause",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=P)
|
||||
+ActionMappings=(ActionName="Inputaction ADS",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton)
|
||||
+ActionMappings=(ActionName="InputAction GroundPound",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftShift)
|
||||
+AxisMappings=(AxisName="InputAxis FWD",Scale=1.000000,Key=W)
|
||||
+AxisMappings=(AxisName="InputAxis FWD",Scale=-1.000000,Key=S)
|
||||
+AxisMappings=(AxisName="InputAxis RGT",Scale=1.000000,Key=D)
|
||||
+AxisMappings=(AxisName="InputAxis RGT",Scale=-1.000000,Key=A)
|
||||
+AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=MouseX)
|
||||
+AxisMappings=(AxisName="LookUpRate",Scale=-1.000000,Key=MouseY)
|
||||
DefaultPlayerInputClass=/Script/Engine.PlayerInput
|
||||
DefaultInputComponentClass=/Script/Engine.InputComponent
|
||||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Tilde
|
||||
|
BIN
Content/Blueprints/Data/DataGuntable.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/DataGuntable.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/DevDiary.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/DevDiary.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/DevlogEntries.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/DevlogEntries.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/Dialogue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/Dialogue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/Dialogues.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/Dialogues.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/ErrorDiag.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/ErrorDiag.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/Errors.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/Errors.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/Guntable.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/Guntable.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/LevelEndDialogue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/LevelEndDialogue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Data/LevelEndDialogues.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Data/LevelEndDialogues.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Controlling/ShooterCharacter.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Controlling/ShooterCharacter.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Controlling/ShooterController.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Controlling/ShooterController.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Controlling/ShooterGamemmode.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Controlling/ShooterGamemmode.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/DataGuntable.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/DataGuntable.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Enemies/Hittarget.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Enemies/Hittarget.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/GameInstance.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/GameInstance.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/Boostpad.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/Boostpad.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/GunSpawner.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/GunSpawner.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/Gunspawner_New.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/Gunspawner_New.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/Launchpad.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/Launchpad.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/Launchpad_2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/Launchpad_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/MasterWeapon_Pickup.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/MasterWeapon_Pickup.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/Speedpad.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/Speedpad.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/a.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/a.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/spinningArrow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/spinningArrow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/spinningspeedarrow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/spinningspeedarrow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Groundplates/äaaa.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Groundplates/äaaa.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Guns/Bullet.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Guns/Bullet.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Guns/MasterGun.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Guns/MasterGun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Guns/Muzzleflash.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Guns/Muzzleflash.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Guns/Shotgun.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Guns/Shotgun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Guntable.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Guntable.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/MainInstance.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/MainInstance.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/Pickups/MasterWeapon_Pickup.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/Pickups/MasterWeapon_Pickup.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/ShooterGamemmode.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/ShooterGamemmode.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/decoration/crytype_floating.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/decoration/crytype_floating.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Global/decoration/scrolltext.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Global/decoration/scrolltext.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Mainmenu/Mainmenu.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Mainmenu/Mainmenu.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Mainmenu/MainmenuController.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Mainmenu/MainmenuController.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Mainmenu/MainmenuGamemode.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Mainmenu/MainmenuGamemode.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprints/Mainmenu/MainmenuPawn.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprints/Mainmenu/MainmenuPawn.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FX/GroundPoundEmitter.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FX/GroundPoundEmitter.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/FX/GroundPoundEmitter_System.uasset
(Stored with Git LFS)
Normal file
BIN
Content/FX/GroundPoundEmitter_System.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Maps/Levels/Level1.umap
(Stored with Git LFS)
Normal file
BIN
Content/Maps/Levels/Level1.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Maps/Levels/Level1_BuiltData.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Maps/Levels/Level1_BuiltData.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Maps/Titlescreen.umap
(Stored with Git LFS)
Normal file
BIN
Content/Maps/Titlescreen.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Maps/Titlescreen_BuiltData.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Maps/Titlescreen_BuiltData.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber/Cyber_Blue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber/Cyber_Blue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber/Cyber_Green.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber/Cyber_Green.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber/Cyber_Parent.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber/Cyber_Parent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber/Cyber_Red.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber/Cyber_Red.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber_Blue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber_Blue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber_Green.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber_Green.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber_Parent.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber_Parent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber_Parent_Inst.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber_Parent_Inst.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Cyber_Red.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Cyber_Red.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/DEV/NewMaterial.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/DEV/NewMaterial.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/DEV/TransparentDevMaterial.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/DEV/TransparentDevMaterial.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/Cyan.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/Cyan.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/HighIntensity/Glow_Cyan_H.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/HighIntensity/Glow_Cyan_H.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/HighIntensity/Glow_Pink_H.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/HighIntensity/Glow_Pink_H.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/HighIntensity/Glow_Yellow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/HighIntensity/Glow_Yellow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/HighIntensity/Glow_Yellow_H.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/HighIntensity/Glow_Yellow_H.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/LightBlueGlow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/LightBlueGlow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/Pinkglow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/Pinkglow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Glowing/pinkglowy.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Glowing/pinkglowy.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/LightBlueGlow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/LightBlueGlow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Muzzleflash.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Muzzleflash.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Noise_Blue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Noise_Blue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Noise_Lightblue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Noise_Lightblue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Noise_Parent.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Noise_Parent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Noise_Pink.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Noise_Pink.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Particles/Displacement.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Particles/Displacement.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Pinkglow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Pinkglow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Bricks059.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Bricks059.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/FlashlightMetal.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/FlashlightMetal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Metal.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Metal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Metal003.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Metal003.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Metal038.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Metal038.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Plaster002.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Plaster002.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Plaster_002.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Plaster_002.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Surface_Mastermaterial.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Surface_Mastermaterial.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Surface_With_AO.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Surface_With_AO.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Surface_With_Metallic.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Surface_With_Metallic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/Surface/Tiles054.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/Surface/Tiles054.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/flashlight_lightfunction.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/flashlight_lightfunction.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/lightfunction.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/lightfunction.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/noise/NoiseGreen.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/noise/NoiseGreen.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/noise/Noise_Blue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/noise/Noise_Blue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/noise/Noise_Cyan.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/noise/Noise_Cyan.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/noise/Noise_Parent.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/noise/Noise_Parent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/noise/Noise_Pink.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/noise/Noise_Pink.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/noise/Noise_Red.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/noise/Noise_Red.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Materials/testing/NewMaterial.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Materials/testing/NewMaterial.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