init project & add trees/ rocks
This commit is contained in:
commit
21148c0aef
568 changed files with 1933 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
Content/** filter=lfs diff=lfs merge=lfs -text
|
||||
*.uasset filter=lfs diff=lfs merge=lfs -text
|
||||
*.umap 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
|
4
Config/DefaultEditor.ini
Normal file
4
Config/DefaultEditor.ini
Normal file
File diff suppressed because one or more lines are too long
104
Config/DefaultEngine.ini
Normal file
104
Config/DefaultEngine.ini
Normal file
|
@ -0,0 +1,104 @@
|
|||
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/Levels/MainLevel.MainLevel
|
||||
LocalMapOptions=
|
||||
TransitionMap=None
|
||||
bUseSplitscreen=True
|
||||
TwoPlayerSplitscreenLayout=Horizontal
|
||||
ThreePlayerSplitscreenLayout=FavorTop
|
||||
FourPlayerSplitscreenLayout=Grid
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/Levels/MainLevel.MainLevel
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Game/Assets/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.BP_ThirdPersonGameMode_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.AllowStaticLighting=False
|
||||
|
||||
r.GenerateMeshDistanceFields=True
|
||||
|
||||
r.DynamicGlobalIlluminationMethod=1
|
||||
|
||||
r.ReflectionMethod=1
|
||||
|
||||
r.SkinCache.CompileShaders=True
|
||||
|
||||
r.RayTracing=True
|
||||
|
||||
r.Shadow.Virtual.Enable=1
|
||||
|
||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||
|
||||
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||
|
||||
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
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/LinuxTargetPlatform.LinuxTargetSettings]
|
||||
-TargetedRHIs=SF_VULKAN_SM5
|
||||
+TargetedRHIs=SF_VULKAN_SM6
|
||||
|
||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||
TargetedHardwareClass=Desktop
|
||||
AppliedTargetedHardwareClass=Desktop
|
||||
DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/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/PCG_Playground")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/PCG_Playground")
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
bAllowNetworkConnection=True
|
||||
SecurityToken=4394F4C04792CFDEC08D59B7BC61280F
|
||||
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=51808D164B99432DB9A6548FE8C77C29
|
98
Config/DefaultInput.ini
Normal file
98
Config/DefaultInput.ini
Normal file
|
@ -0,0 +1,98 @@
|
|||
[/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
|
||||
bEnableInputDeviceSubsystem=True
|
||||
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||
bEnableDynamicComponentInputBinding=True
|
||||
bAlwaysShowTouchInterface=False
|
||||
bShowConsoleOnFourFingerTap=True
|
||||
bEnableGestureRecognizer=False
|
||||
bUseAutocorrect=False
|
||||
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
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Tilde
|
||||
|
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_03_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_03_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_04_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_04_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_05_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Field_05_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_03_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_03_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_04_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_04_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_05_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_05_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_06_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_06_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_07_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_07_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_08_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_08_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_09_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Forest_09_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_03_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_03_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_04_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_04_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_05_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_05_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_06_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Sapling_06_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Seedling_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Seedling_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Seedling_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/PivotPainter/FT_BlackAlder_Seedling_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Field_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_06.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_06.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_07.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_07.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_08.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_08.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_09.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Forest_09.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_06.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Sapling_06.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Seedling_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Seedling_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Seedling_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Foliage/SimpleWind/FT_BlackAlder_Seedling_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_03_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_03_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_04_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_04_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_05_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Field_05_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_03_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_03_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_04_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_04_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_05_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_05_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_06_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_06_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_07_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_07_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_08_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_08_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_09_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Forest_09_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_03_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_03_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_04_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_04_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_05_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_05_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_06_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Sapling_06_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Seedling_01_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Seedling_01_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Seedling_02_PP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/PivotPainter/SM_BlackAlder_Seedling_02_PP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Field_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_06.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_06.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_07.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_07.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_08.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_08.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_09.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Forest_09.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_04.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_05.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_05.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_06.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Sapling_06.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Seedling_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Seedling_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Seedling_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Geometry/SimpleWind/SM_BlackAlder_Seedling_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Maps/BlackAlder_Asset_Zoo.umap
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Maps/BlackAlder_Asset_Zoo.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Materials/Impostor/MAI_Impostor_BlackAlder.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Materials/Impostor/MAI_Impostor_BlackAlder.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_01.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_02.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_02.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_03.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_03.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_04.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BlackAlder/Materials/Impostor/MI_Impostor_Field_04.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…
Add table
Add a link
Reference in a new issue