dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[CoreRedirects]
+StructRedirects=(OldName="/Script/ALS.AlsLookTowardsCameraState",NewName="/Script/ALS.AlsLookState")
+PropertyRedirects=(OldName="/Script/ALS.AlsViewAnimationState.LookTowardsCamera",NewName="/Script/ALS.AlsViewAnimationState.Look")
+FunctionRedirects=(OldName="/Script/ALS.AlsLinkedAnimationInstance.ReinitializeLookTowardsCamera",NewName="/Script/ALS.AlsLinkedAnimationInstance.ReinitializeLook")
+FunctionRedirects=(OldName="/Script/ALS.AlsLinkedAnimationInstance.RefreshLookTowardsCamera",NewName="/Script/ALS.AlsLinkedAnimationInstance.RefreshLook")
+FunctionRedirects=(OldName="/Script/ALS.AlsAnimationInstance.ReinitializeLookTowardsCamera",NewName="/Script/ALS.AlsAnimationInstance.ReinitializeLook")
+FunctionRedirects=(OldName="/Script/ALS.AlsAnimationInstance.RefreshLookTowardsCamera",NewName="/Script/ALS.AlsAnimationInstance.RefreshLook")

View file

@ -0,0 +1,7 @@
[SystemSettings]
Net.IsPushModelEnabled=1 ; Required for more efficient properties replication on the server.
p.NetUsePackedMovementRPCs=1 ; Required for view network smoothing on the listen server.
a.URO.DisableInterpolation=1 ; If interpolation is enabled, the character may jitter during rotation and foot locking will not be able to work properly.
[/Script/Engine.PhysicsSettings]
bTickPhysicsAsync=False ; If enabled, the character may fall through the ground when landing while the ragdoll is active.

View file

@ -0,0 +1,26 @@
[/Script/Engine.InputSettings]
bEnableLegacyInputScales=False
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
[/Script/Engine.PlayerInput]
+DebugExecBindings=(Key=Zero,Command="ShowDebug",Shift=True)
+DebugExecBindings=(Key=One,Command="ShowDebug Als.Curves",Shift=True)
+DebugExecBindings=(Key=Two,Command="ShowDebug Als.State",Shift=True)
+DebugExecBindings=(Key=Three,Command="ShowDebug Als.Shapes",Shift=True)
+DebugExecBindings=(Key=Four,Command="ShowDebug Als.Traces",Shift=True)
+DebugExecBindings=(Key=Five,Command="ShowDebug Als.Mantling",Shift=True)
+DebugExecBindings=(Key=Six,Command="ShowDebug Als.CameraCurves",Shift=True)
+DebugExecBindings=(Key=Seven,Command="ShowDebug Als.CameraShapes",Shift=True)
+DebugExecBindings=(Key=Eight,Command="ShowDebug Als.CameraTraces",Shift=True)
[/Script/EngineSettings.ConsoleSettings]
+ManualAutoCompleteList=(Command="Stat Als",Desc="Displays ALS performance statistics.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Curves",Desc="Displays animation curves.")
+ManualAutoCompleteList=(Command="ShowDebug Als.State",Desc="Displays character state.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Shapes",Desc="Displays debug shapes.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Traces",Desc="Displays animation traces.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Mantling",Desc="Displays mantling traces.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraCurves",Desc="Displays camera animation curves.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraShapes",Desc="Displays camera debug shapes.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraTraces",Desc="Displays camera traces.")