Add Default Character to See Other Players
This commit is contained in:
parent
3345a4d27d
commit
24c09c1ff1
@ -25,8 +25,6 @@ r.DynamicGlobalIlluminationMethod=1
|
|||||||
r.Mobile.EnableNoPrecomputedLightingCSMShader=1
|
r.Mobile.EnableNoPrecomputedLightingCSMShader=1
|
||||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true
|
||||||
|
|
||||||
|
|
||||||
r.Shadow.Virtual.Enable=1
|
r.Shadow.Virtual.Enable=1
|
||||||
|
|
||||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||||
@ -58,8 +56,6 @@ CompressionQualityModifier=1.000000
|
|||||||
AutoStreamingThreshold=0.000000
|
AutoStreamingThreshold=0.000000
|
||||||
SoundCueCookQualityIndex=-1
|
SoundCueCookQualityIndex=-1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||||
TargetedHardwareClass=Desktop
|
TargetedHardwareClass=Desktop
|
||||||
AppliedTargetedHardwareClass=Desktop
|
AppliedTargetedHardwareClass=Desktop
|
||||||
@ -69,6 +65,8 @@ AppliedDefaultGraphicsPerformance=Maximum
|
|||||||
[/Script/Engine.Engine]
|
[/Script/Engine.Engine]
|
||||||
+ActiveGameNameRedirects=(OldGameName="TP_FirstPerson",NewGameName="/Script/CorruptedMemory")
|
+ActiveGameNameRedirects=(OldGameName="TP_FirstPerson",NewGameName="/Script/CorruptedMemory")
|
||||||
+ActiveGameNameRedirects=(OldGameName="/Script/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_FirstPersonProjectile",NewClassName="CorruptedMemoryProjectile")
|
||||||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="CorruptedMemoryGameMode")
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="CorruptedMemoryGameMode")
|
||||||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="CorruptedMemoryCharacter")
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="CorruptedMemoryCharacter")
|
||||||
|
@ -93,6 +93,7 @@ bEnableLegacyInputScales=True
|
|||||||
bEnableMotionControls=True
|
bEnableMotionControls=True
|
||||||
bFilterInputByPlatformUser=False
|
bFilterInputByPlatformUser=False
|
||||||
bShouldFlushPressedKeysOnViewportFocusLost=True
|
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||||
|
bEnableDynamicComponentInputBinding=True
|
||||||
bAlwaysShowTouchInterface=False
|
bAlwaysShowTouchInterface=False
|
||||||
bShowConsoleOnFourFingerTap=True
|
bShowConsoleOnFourFingerTap=True
|
||||||
bEnableGestureRecognizer=False
|
bEnableGestureRecognizer=False
|
||||||
@ -101,6 +102,18 @@ 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=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
|
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||||
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||||
|
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/ABP_Manny.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/ABP_Manny.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/M_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Materials/M_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset
(Stored with Git LFS)
Normal file
BIN
CorruptedMemory/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.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…
Reference in New Issue
Block a user