init_deva_resp
使用现有的公共资源库创建,无任何私人作品仓库。
This commit is contained in:
commit
44bad268cd
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
Content/** filter=lfs diff=lfs merge=lfs -text
|
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
Binaries
|
||||
DerivedDataCache
|
||||
Intermediate
|
||||
Saved
|
||||
.vscode
|
||||
.vs
|
||||
*.VC.db
|
||||
*.opensdf
|
||||
*.opendb
|
||||
*.sdf
|
||||
*.sln
|
||||
*.suo
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
Content/Custom
|
2
Config/DefaultEditor.ini
Normal file
2
Config/DefaultEditor.ini
Normal file
@ -0,0 +1,2 @@
|
||||
[/Script/AdvancedPreviewScene.SharedProfiles]
|
||||
|
77
Config/DefaultEngine.ini
Normal file
77
Config/DefaultEngine.ini
Normal file
@ -0,0 +1,77 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Engine/Maps/Templates/OpenWorld
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
-D3D12TargetedShaderFormats=PCD3D_SM5
|
||||
+D3D12TargetedShaderFormats=PCD3D_SM6
|
||||
-D3D11TargetedShaderFormats=PCD3D_SM5
|
||||
+D3D11TargetedShaderFormats=PCD3D_SM5
|
||||
Compiler=Default
|
||||
AudioSampleRate=48000
|
||||
AudioCallbackBufferFrameSize=1024
|
||||
AudioNumBuffersToEnqueue=1
|
||||
AudioMaxChannels=0
|
||||
AudioNumSourceWorkers=4
|
||||
SpatializationPlugin=
|
||||
SourceDataOverridePlugin=
|
||||
ReverbPlugin=
|
||||
OcclusionPlugin=
|
||||
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
|
||||
CacheSizeKB=65536
|
||||
MaxChunkSizeOverrideKB=0
|
||||
bResampleForDevice=False
|
||||
MaxSampleRate=48000.000000
|
||||
HighSampleRate=32000.000000
|
||||
MedSampleRate=24000.000000
|
||||
LowSampleRate=12000.000000
|
||||
MinSampleRate=8000.000000
|
||||
CompressionQualityModifier=1.000000
|
||||
AutoStreamingThreshold=0.000000
|
||||
SoundCueCookQualityIndex=-1
|
||||
|
||||
|
||||
[/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.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||
r.DefaultFeature.AutoExposure=False
|
||||
|
||||
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
|
||||
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
|
||||
|
||||
[/Script/Engine.UserInterfaceSettings]
|
||||
bAuthorizeAutomaticWidgetVariableCreation=False
|
||||
FontDPIPreset=Standard
|
||||
FontDPI=72
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/c_101")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/c_101")
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
bAllowNetworkConnection=True
|
||||
SecurityToken=DF044DC94D6F08551A136EA66E2D5A68
|
||||
bIncludeInShipping=False
|
||||
bAllowExternalStartInShipping=False
|
||||
bCompileAFSProject=False
|
||||
bUseCompression=False
|
||||
bLogFiles=False
|
||||
bReportStats=False
|
||||
ConnectionType=USBOnly
|
||||
bUseManualIPAddress=False
|
||||
ManualIPAddress=
|
||||
|
4
Config/DefaultGame.ini
Normal file
4
Config/DefaultGame.ini
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
[/Script/EngineSettings.GeneralProjectSettings]
|
||||
ProjectID=444E891345B682EC53ABC8BA635079F7
|
85
Config/DefaultInput.ini
Normal file
85
Config/DefaultInput.ini
Normal file
@ -0,0 +1,85 @@
|
||||
[/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="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_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
|
||||
bEnableLegacyInputScales=True
|
||||
bEnableMotionControls=True
|
||||
bFilterInputByPlatformUser=False
|
||||
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||
bAlwaysShowTouchInterface=False
|
||||
bShowConsoleOnFourFingerTap=True
|
||||
bEnableGestureRecognizer=False
|
||||
bUseAutocorrect=False
|
||||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||
DefaultViewportMouseLockMode=LockOnCapture
|
||||
FOVScale=0.011110
|
||||
DoubleClickTime=0.200000
|
||||
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Caret
|
||||
|
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Animation/AM_Knight_idle_001_Anim.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Animation/AM_Knight_idle_001_Anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Material/NPC_Elf_Female_Idlie_02_Inst.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Material/NPC_Elf_Female_Idlie_02_Inst.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Material/NPC_Elf_Female_Idlie_02_Inst1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Material/NPC_Elf_Female_Idlie_02_Inst1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Material/NPC_Elf_Female_Idlie_02_Inst2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Material/NPC_Elf_Female_Idlie_02_Inst2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/253500.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/253500.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/AM_Knight.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/AM_Knight.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/AM_Knight_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/AM_Knight_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/AM_Knight_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/SkeletaMesh/AM_Knight_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_A.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_A.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_D.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_D_拷贝.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_D_拷贝.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_D_拷贝_2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_D_拷贝_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_N.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Knight/Texture/253500_B_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Animation/AM_Samurai_idle_001_Anim.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Animation/AM_Samurai_idle_001_Anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Material/MI_Body.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Material/MI_Body.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Material/NPC_Elf_Female_Idlie_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Material/NPC_Elf_Female_Idlie_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/03_0_NPC_30100200_idle.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/03_0_NPC_30100200_idle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/03_0_NPC_30100200_idle_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/03_0_NPC_30100200_idle_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/03_0_NPC_30100200_idle_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/03_0_NPC_30100200_idle_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/StaticMesh.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/StaticMesh.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/dun001.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/dun001.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/dun001_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/dun001_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/dun001_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/SkeletaMesh/dun001_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_A.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_A.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_D.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_D_拷贝_3.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_D_拷贝_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_N.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Samurai/Texture/30100200_B_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Animation/AM_DAOGUANG_001_Anim.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Animation/AM_DAOGUANG_001_Anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Animation/AM_DAOGUANG_002_Anim.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Animation/AM_DAOGUANG_002_Anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Animation/AM_DAOGUANG_003_Anim.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Animation/AM_DAOGUANG_003_Anim.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Body.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Body.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Body_PF.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Body_PF.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Face.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Face.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_K.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_K.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Wp_D.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Wp_D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Wp_K.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Material/MI_Wp_K.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/SkeletaMesh/AM_Warrior.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/SkeletaMesh/AM_Warrior.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/SkeletaMesh/AM_Warrior_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/SkeletaMesh/AM_Warrior_PhysicsAsset.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/SkeletaMesh/AM_Warrior_Skeleton.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/SkeletaMesh/AM_Warrior_Skeleton.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_BD_nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_D_nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3000_WP_Ds_nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_Nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_3001_CL_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_FC_nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_Mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_Mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_Mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_Mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_HR_nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_col.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_col.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_col.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_col.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_mask.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_mask.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_mask.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_mask.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_nml.tga
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_nml.tga
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_nml.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonCharacterLiberal/Warrior/Texture/W_9000_beard_nml.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/Level/TempLevel.umap
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/Level/TempLevel.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Box.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Box.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Cone.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Cone.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Cylinder.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Cylinder.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Ring.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Ring.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Sphere.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Sphere.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Torus.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/FX/NS_Torus.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/Level/ShapeLocation.umap
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/ShapeLocation/Level/ShapeLocation.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/DragForce/NS_GravityForce.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/DragForce/NS_GravityForce.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/DragForce/NS_GravityForce_Drag.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/DragForce/NS_GravityForce_Drag.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/LinearForce/NS_Acceleration.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/LinearForce/NS_Acceleration.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/LinearForce/NS_GravityForce.uasset
(Stored with Git LFS)
Normal file
BIN
Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/Velocity/FX/LinearForce/NS_GravityForce.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