Compare commits

..

No commits in common. "52117f4ba3ce6d6cf202b9bc3085e751d3d01c3e" and "c1d503ccdabca2dcde09d49f6c23049640dce4c1" have entirely different histories.

1921 changed files with 222 additions and 6493 deletions

View File

@ -6,6 +6,3 @@ bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass= true
bDontLoadBlueprintOutsideEditor= true
bBlueprintIsNotBlueprintType= true
[/Script/AdvancedPreviewScene.SharedProfiles]

View File

@ -4,7 +4,7 @@
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Levels/Main.Main
EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
LocalMapOptions=
TransitionMap=None
bUseSplitscreen=True
@ -14,8 +14,8 @@ FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Script/CorruptedMemory.CMGameInstance
GameDefaultMap=/Game/Levels/ClientEntry.ClientEntry
ServerDefaultMap=/Game/Levels/Main.Main
GlobalDefaultGameMode=/Game/BP_CMGameMode.BP_CMGameMode_C
ServerDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
GlobalDefaultGameMode=/Script/CorruptedMemory.CorruptedMemoryGameMode
GlobalDefaultServerGameMode=None
[/Script/Engine.RendererSettings]
@ -25,6 +25,8 @@ r.DynamicGlobalIlluminationMethod=1
r.Mobile.EnableNoPrecomputedLightingCSMShader=1
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true
r.Shadow.Virtual.Enable=1
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
@ -56,6 +58,8 @@ CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1
[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
@ -65,8 +69,6 @@ AppliedDefaultGraphicsPerformance=Maximum
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_FirstPerson",NewGameName="/Script/CorruptedMemory")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_FirstPerson",NewGameName="/Script/CorruptedMemory")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_ThirdPerson",NewGameName="/Script/CorruptedMemory")
+ActiveGameNameRedirects=(OldGameName="TP_ThirdPerson",NewGameName="/Script/CorruptedMemory")
+ActiveClassRedirects=(OldClassName="TP_FirstPersonProjectile",NewClassName="CorruptedMemoryProjectile")
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="CorruptedMemoryGameMode")
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="CorruptedMemoryCharacter")
@ -85,6 +87,3 @@ ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=
[/Script/Engine.PhysicsSettings]
DefaultShapeComplexity=CTF_UseComplexAsSimple

View File

@ -14,7 +14,7 @@ Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=CorruptedMemory
LaunchOnTarget=
StagingDirectory=(Path="C:/Users/Phro/Downloads/ServerArm64/LinuxArm64Server")
StagingDirectory=(Path="C:/Users/Phro/Downloads/ServerArm64")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
@ -99,7 +99,7 @@ bSkipMovies=False
-IniSectionDenylist=StorageServers
+IniSectionDenylist=HordeStorageServers
+IniSectionDenylist=StorageServers
+MapsToCook=(FilePath="/Game/Levels/Main")
+MapsToCook=(FilePath="/Game/FirstPerson/Maps/FirstPersonMap")
+MapsToCook=(FilePath="/Game/Levels/ClientEntry")
+DirectoriesToAlwaysCook=(Path="/Interchange/Functions")
+DirectoriesToAlwaysCook=(Path="/Interchange/gltf")

View File

@ -93,7 +93,6 @@ bEnableLegacyInputScales=True
bEnableMotionControls=True
bFilterInputByPlatformUser=False
bShouldFlushPressedKeysOnViewportFocusLost=True
bEnableDynamicComponentInputBinding=True
bAlwaysShowTouchInterface=False
bShowConsoleOnFourFingerTap=True
bEnableGestureRecognizer=False
@ -102,18 +101,6 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110
DoubleClickTime=0.200000
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Bottom)
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar)
+AxisMappings=(AxisName="Look Up / Down Gamepad",Scale=1.000000,Key=Gamepad_RightY)
+AxisMappings=(AxisName="Look Up / Down Mouse",Scale=-1.000000,Key=MouseY)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=Gamepad_LeftY)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=-1.000000,Key=S)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=W)
+AxisMappings=(AxisName="Move Right / Left",Scale=-1.000000,Key=A)
+AxisMappings=(AxisName="Move Right / Left",Scale=1.000000,Key=D)
+AxisMappings=(AxisName="Move Right / Left",Scale=1.000000,Key=Gamepad_LeftX)
+AxisMappings=(AxisName="Turn Right / Left Gamepad",Scale=1.000000,Key=Gamepad_RightX)
+AxisMappings=(AxisName="Turn Right / Left Mouse",Scale=1.000000,Key=MouseX)
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More