commit 56799017935699c0209e1099f75516dbc32008a2 Author: wonkyhonky2024 Date: Tue May 6 10:58:12 2025 +0100 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e8f1d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Content/** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4334a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +Binaries +DerivedDataCache +Intermediate +Saved +.vscode +.vs +*.VC.db +*.opensdf +*.opendb +*.sdf +*.sln +*.suo +*.xcodeproj +*.xcworkspace \ No newline at end of file diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini new file mode 100644 index 0000000..08b06bb --- /dev/null +++ b/Config/DefaultEditor.ini @@ -0,0 +1,8 @@ +[UnrealEd.SimpleMap] +SimpleMapName=/Game/FirstPersonBP/Maps/FirstPersonExampleMap + +[EditoronlyBP] +bAllowClassAndBlueprintPinMatching=true +bReplaceBlueprintWithClass= true +bDontLoadBlueprintOutsideEditor= true +bBlueprintIsNotBlueprintType= true \ No newline at end of file diff --git a/Config/DefaultEditorPerProjectUserSettings.ini b/Config/DefaultEditorPerProjectUserSettings.ini new file mode 100644 index 0000000..bde2f25 --- /dev/null +++ b/Config/DefaultEditorPerProjectUserSettings.ini @@ -0,0 +1,2 @@ +[ContentBrowser] +ContentBrowserTab1.SelectedPaths=/Game/FirstPersonBP \ No newline at end of file diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini new file mode 100644 index 0000000..e08b35e --- /dev/null +++ b/Config/DefaultEngine.ini @@ -0,0 +1,72 @@ +[/Script/Engine.CollisionProfile] ++Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles",bCanModify=True) ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,Name="Projectile",DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False) ++EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) + +[/Script/EngineSettings.GameMapsSettings] +EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap +LocalMapOptions= +TransitionMap= +bUseSplitscreen=True +TwoPlayerSplitscreenLayout=Horizontal +ThreePlayerSplitscreenLayout=FavorTop +GameInstanceClass=/Script/Engine.GameInstance +GameDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap +ServerDefaultMap=/Engine/Maps/Entry +GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C +GlobalDefaultServerGameMode=None + +[/Script/Engine.RendererSettings] +r.ReflectionMethod=1 +r.GenerateMeshDistanceFields=True +r.DynamicGlobalIlluminationMethod=1 +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true +r.AllowStaticLighting=False + +r.SkinCache.CompileShaders=True + +r.RayTracing=True + +r.Shadow.Virtual.Enable=1 + +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 + +[/Script/LinuxTargetPlatform.LinuxTargetSettings] +-TargetedRHIs=SF_VULKAN_SM5 ++TargetedRHIs=SF_VULKAN_SM6 + +[/Script/HardwareTargeting.HardwareTargetingSettings] +TargetedHardwareClass=Desktop +AppliedTargetedHardwareClass=Desktop +DefaultGraphicsPerformance=Maximum +AppliedDefaultGraphicsPerformance=Maximum + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_FirstPersonBP",NewGameName="/Script/MyProject") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_FirstPersonBP",NewGameName="/Script/MyProject") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=839C0DD940A2C8F2048E3DAA87A32D64 +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini new file mode 100644 index 0000000..8a8756c --- /dev/null +++ b/Config/DefaultGame.ini @@ -0,0 +1,10 @@ +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=3E701D84447749CCE5ABF294BAD6840C +ProjectName=First Person BP Game Template + +[StartupActions] +bAddPacks=True +InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") + +[SectionsToSave] ++Section=StartupActions diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini new file mode 100644 index 0000000..8961f6f --- /dev/null +++ b/Config/DefaultInput.ini @@ -0,0 +1,117 @@ +[/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="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++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="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_Left_Trackpad_Touch",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)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Left_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusHand_Right_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Cosmos_Right_Thumbstick_Y",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=/Game/FirstPerson/Input/MobileControls.MobileControls +-ConsoleKeys=Tilde ++ConsoleKeys=Tilde + diff --git a/Content/FPWeapon/Audio/FirstPersonTemplateWeaponFire02.uasset b/Content/FPWeapon/Audio/FirstPersonTemplateWeaponFire02.uasset new file mode 100644 index 0000000..b7cf8ba --- /dev/null +++ b/Content/FPWeapon/Audio/FirstPersonTemplateWeaponFire02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79553601bdadcb7f7430150268f8250e0a846feb8e1a9214c7a281dcbd2ec95 +size 306457 diff --git a/Content/FPWeapon/Materials/BaseMaterial.uasset b/Content/FPWeapon/Materials/BaseMaterial.uasset new file mode 100644 index 0000000..ca1d082 --- /dev/null +++ b/Content/FPWeapon/Materials/BaseMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e915f808df8bc86369f178331f86f43a1ffdb2820c831996506f4bee98281122 +size 113203 diff --git a/Content/FPWeapon/Materials/FirstPersonProjectileMaterial.uasset b/Content/FPWeapon/Materials/FirstPersonProjectileMaterial.uasset new file mode 100644 index 0000000..ea4d873 --- /dev/null +++ b/Content/FPWeapon/Materials/FirstPersonProjectileMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf7b9bf1990888fc38fbef38e2c1c4685ac2ff49082131f6de23260af0a7273 +size 98384 diff --git a/Content/FPWeapon/Materials/M_FPGun.uasset b/Content/FPWeapon/Materials/M_FPGun.uasset new file mode 100644 index 0000000..b0fdf95 --- /dev/null +++ b/Content/FPWeapon/Materials/M_FPGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7d865c29d4a9b393413e2b06ac07d18db5c73180321829cb8f147a03044540 +size 135198 diff --git a/Content/FPWeapon/Materials/M_FPPistol.uasset b/Content/FPWeapon/Materials/M_FPPistol.uasset new file mode 100644 index 0000000..bc8af06 --- /dev/null +++ b/Content/FPWeapon/Materials/M_FPPistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f7eea6c75079a6647624c76b5811dcecd46b2fe8258b522f0f74f4f64684ee +size 31719 diff --git a/Content/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/Content/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 0000000..1882944 --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e17524241935882b3c7d3b40f8497b555eca64cbbc419d2dfcd3ab3eb4baa2 +size 116110 diff --git a/Content/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/Content/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 0000000..8b398ea --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56815475b3e4755609990348b2678c22ebfc5e85ae884e3e609c82b0f92d4d4f +size 99007 diff --git a/Content/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset b/Content/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset new file mode 100644 index 0000000..e6cb752 --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f8ab6e7c2117ee8f7a6f9c20f3bb1d9d44ed4b2f8c95b84d50d7069ea57637 +size 96590 diff --git a/Content/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/Content/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 0000000..8e4c1e3 --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e598fff8f159d48b1f8febc143616bbeef44fd51331487d652a1c776114025ee +size 116886 diff --git a/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 0000000..4c4e70c --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda38b7222415bde3a7b44e711c78feaf8f1a75bca0645c3ae4101c983a13216 +size 8753839 diff --git a/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 0000000..deeba26 --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb297b2d2966af5cd4c4c019e3c65a81b55f31ac33657dcbc772851e35ea62c6 +size 4448460 diff --git a/Content/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset b/Content/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset new file mode 100644 index 0000000..fb6172f --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0beafa8dc8fc41f7c027397c4706ab6d03176032a3539202b0f9ee094bd468be +size 6357504 diff --git a/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 0000000..c14aec2 --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5729fdd2f679bde8db97927a11052d7df6bd6282508ce082076f2d09b04d1c40 +size 5504250 diff --git a/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 0000000..5cbf264 --- /dev/null +++ b/Content/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbfb81b6f0a67e846e3ea0c707f1e727041828192efa42590ee6aebeebb3db9 +size 4902831 diff --git a/Content/FPWeapon/Mesh/FirstPersonProjectileMesh.uasset b/Content/FPWeapon/Mesh/FirstPersonProjectileMesh.uasset new file mode 100644 index 0000000..628d324 --- /dev/null +++ b/Content/FPWeapon/Mesh/FirstPersonProjectileMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7570d958e52a68e48b3bcd93739ca93d4ec9897c997ef98e43eee7b063725d +size 32063 diff --git a/Content/FPWeapon/Mesh/SK_FPGun.uasset b/Content/FPWeapon/Mesh/SK_FPGun.uasset new file mode 100644 index 0000000..0f1eb26 --- /dev/null +++ b/Content/FPWeapon/Mesh/SK_FPGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c8259a243d5c66d35b91458da2dd7e9e860224052098ba554eba470cee4a2a +size 2162660 diff --git a/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset b/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset new file mode 100644 index 0000000..d4a0939 --- /dev/null +++ b/Content/FPWeapon/Mesh/SK_FPGun_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca07f36fcb88f5a7ed10ba1ab173d7640447340e153369a1f62f8fc4a6e1cc40 +size 9248 diff --git a/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset b/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset new file mode 100644 index 0000000..074241e --- /dev/null +++ b/Content/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efc2cbafdefc34bd01ba68891b4e257b3fab2f87eb7e3d0f47cb2a4e7ef80eb +size 9268 diff --git a/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset b/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset new file mode 100644 index 0000000..69ba91c --- /dev/null +++ b/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec8c05a75e7932e3834cbc1cd1b112f29171212b871fa1552f458ceb1b65948 +size 8000 diff --git a/Content/FPWeapon/Mesh/SM_Pistol.uasset b/Content/FPWeapon/Mesh/SM_Pistol.uasset new file mode 100644 index 0000000..2322ec0 --- /dev/null +++ b/Content/FPWeapon/Mesh/SM_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52159016d404e7bc16a1955f76c98a1a185bad944fbda3318cbfb1c201b8afc4 +size 186727 diff --git a/Content/FPWeapon/Textures/T_FPGun_M.uasset b/Content/FPWeapon/Textures/T_FPGun_M.uasset new file mode 100644 index 0000000..672feb4 --- /dev/null +++ b/Content/FPWeapon/Textures/T_FPGun_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ff19857498031c943afcb0e715a6b5c0ef521cec80a9fc8b7666ead7254ecd +size 266945 diff --git a/Content/FPWeapon/Textures/T_FPGun_N.uasset b/Content/FPWeapon/Textures/T_FPGun_N.uasset new file mode 100644 index 0000000..fb9cd10 --- /dev/null +++ b/Content/FPWeapon/Textures/T_FPGun_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991fc740b71c3fccc1b2a3ba021a0c297eeb400f9fb71dd76eb9215fb99cbb99 +size 1616497 diff --git a/Content/FPWeapon/Textures/T_Pistol_Masks.uasset b/Content/FPWeapon/Textures/T_Pistol_Masks.uasset new file mode 100644 index 0000000..7f3750f --- /dev/null +++ b/Content/FPWeapon/Textures/T_Pistol_Masks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f9c0782ff7572b4d9996b484fae3e68b7a168d60e7ca3532ea7734a84039b8 +size 242034 diff --git a/Content/FPWeapon/Textures/T_Pistol_N.uasset b/Content/FPWeapon/Textures/T_Pistol_N.uasset new file mode 100644 index 0000000..4abbcc2 --- /dev/null +++ b/Content/FPWeapon/Textures/T_Pistol_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d24e86ff10080631479b048e3df2e37c4c76663b637b804568d36c6c4cfb41b +size 4428290 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset new file mode 100644 index 0000000..273671b --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c570471499a3d269513bf5ac95944005b6a08f8694450a2021128a499e29d7c6 +size 103477 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset new file mode 100644 index 0000000..58cafed --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb303af596f72665f16645cbcfa9de29ae7c7f282adf8a473e09897884dcd39 +size 15682 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonProjectile.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonProjectile.uasset new file mode 100644 index 0000000..7152c56 --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonProjectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c171110f5eedadab19da46ef92433faa26ec689555687618ec60f29c2ff4909c +size 57532 diff --git a/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset b/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset new file mode 100644 index 0000000..4a3aa2f --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da051fe4bf3c827c494425a8e3c39f5ce0adc5e41506b68248ee87d370549f0f +size 100846 diff --git a/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset b/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset new file mode 100644 index 0000000..cb7ca0b --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c36f04d613aba06f1bb160573f1c16b258f87e2ff8f4c8d2bad3a1b7c1b5730 +size 140819 diff --git a/Content/FirstPerson/Input/Actions/IA_Jump.uasset b/Content/FirstPerson/Input/Actions/IA_Jump.uasset new file mode 100644 index 0000000..a28d88f --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf8f681bcd419ce99cb6929d777d60bfccd58281d56bca3e6f94954a66c7ec6 +size 1808 diff --git a/Content/FirstPerson/Input/Actions/IA_Look.uasset b/Content/FirstPerson/Input/Actions/IA_Look.uasset new file mode 100644 index 0000000..5a97ac4 --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Look.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c41221bac03994f92acfbbb0fe851ba7ec1ff99b7b5a8dfad0949c0c3f9688 +size 1454 diff --git a/Content/FirstPerson/Input/Actions/IA_Move.uasset b/Content/FirstPerson/Input/Actions/IA_Move.uasset new file mode 100644 index 0000000..fa36f87 --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Move.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f7fe15682dfbadf2ad03b30c2da86152668f9ba17dad80974166904d615322 +size 1454 diff --git a/Content/FirstPerson/Input/Actions/IA_Shoot.uasset b/Content/FirstPerson/Input/Actions/IA_Shoot.uasset new file mode 100644 index 0000000..108736e --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Shoot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d44dcf8506d3f89055e8f440e10943ff7f436e1bc5ec345c2a79069e2327d4 +size 1598 diff --git a/Content/FirstPerson/Input/IMC_Default.uasset b/Content/FirstPerson/Input/IMC_Default.uasset new file mode 100644 index 0000000..791adc0 --- /dev/null +++ b/Content/FirstPerson/Input/IMC_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b4e005d3a2a0563d564bc424ada3b761ad8b480fa582862930d8b64b4b8b2e +size 13199 diff --git a/Content/FirstPerson/Input/IMC_Weapons.uasset b/Content/FirstPerson/Input/IMC_Weapons.uasset new file mode 100644 index 0000000..c8723a1 --- /dev/null +++ b/Content/FirstPerson/Input/IMC_Weapons.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07259c39d24de110bab9f8ad61f85c9999914a5af2621aaa3cfeb9d637b6fd1d +size 3528 diff --git a/Content/FirstPerson/Input/MobileControls.uasset b/Content/FirstPerson/Input/MobileControls.uasset new file mode 100644 index 0000000..8c69be5 --- /dev/null +++ b/Content/FirstPerson/Input/MobileControls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2cb11fb22ce9002d6746641c8cb8a18c6b0d6fc5680bbbad5b0a516dc74a68 +size 4690 diff --git a/Content/FirstPerson/Maps/FirstPersonMap.umap b/Content/FirstPerson/Maps/FirstPersonMap.umap new file mode 100644 index 0000000..7843e9f --- /dev/null +++ b/Content/FirstPerson/Maps/FirstPersonMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48e92d46ae7601fe8a85fe014af9ba8997b76b8530cb29590457e4c60880175 +size 22977 diff --git a/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset b/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset new file mode 100644 index 0000000..cc35101 --- /dev/null +++ b/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03749e41a15a17ae3da3fa02e7e846441f6ed0a40342194c8b9478a302b85f7 +size 9571438 diff --git a/Content/FirstPersonArms/Animations/FP_Falling.uasset b/Content/FirstPersonArms/Animations/FP_Falling.uasset new file mode 100644 index 0000000..7153b8a --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Falling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87975eda54f3723994ebeab0c962a1eedd0449d78b0f064be40040385ca7100b +size 635462 diff --git a/Content/FirstPersonArms/Animations/FP_Idle.uasset b/Content/FirstPersonArms/Animations/FP_Idle.uasset new file mode 100644 index 0000000..28fedc7 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447cd2f8901f668cc516c01d6c3da3ea58f65d6518a0b1989e38d22444433e29 +size 1231790 diff --git a/Content/FirstPersonArms/Animations/FP_Jump.uasset b/Content/FirstPersonArms/Animations/FP_Jump.uasset new file mode 100644 index 0000000..abeda7a --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e56a44cd1c36d17e837f36238071f9eadc739e216193d2c4cdd19295e7b14a +size 448652 diff --git a/Content/FirstPersonArms/Animations/FP_Land.uasset b/Content/FirstPersonArms/Animations/FP_Land.uasset new file mode 100644 index 0000000..5a80c83 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa3ecc61f36f6ce5099c50d2a3f972d08a2df2e652d9ebb8a7302de1af65359 +size 444422 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset new file mode 100644 index 0000000..8efb90b --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcef492feeb88eda0a736a544f478ee7d2618fa129b33305d4d025a9d99e5fcd +size 290495 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset new file mode 100644 index 0000000..992b493 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282d228443faf917799e345728aa35c16075f3adba8c1d8a053980830aa91520 +size 255326 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset new file mode 100644 index 0000000..a1a7a66 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b424a7420c3944a939cab5a9c4d11caab73d2b4c1e425a686811167d25aa137 +size 360496 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset new file mode 100644 index 0000000..7094285 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e3c27ebcb12bf25e26d7ed31ca030729d9ad24beebb2ba99bfc98e46c3b9a2 +size 232907 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset new file mode 100644 index 0000000..aa9846a --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14c0837a8b669bb78f5e3d823aeeda0959492fa2b770c1b74384461ca807ead +size 260345 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset new file mode 100644 index 0000000..cc76139 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0ab0f6ca0ad51dce7e99a6366cc54d2c73e440aff855d68de713120a0bce41 +size 277215 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Shoot_Montage.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Shoot_Montage.uasset new file mode 100644 index 0000000..7f99543 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Shoot_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bda8eef76f360add3289953e83141a8c4b35153f90a57fe885a09feb333dd5e +size 8708 diff --git a/Content/FirstPersonArms/Animations/FP_Run_Fwd.uasset b/Content/FirstPersonArms/Animations/FP_Run_Fwd.uasset new file mode 100644 index 0000000..6d6e0b6 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FP_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9744758789302373252898ca644b48cab5ea08051883b6e7eca530c7835fff10 +size 672062 diff --git a/Content/FirstPersonArms/Animations/FirstPerson_AnimBP.uasset b/Content/FirstPersonArms/Animations/FirstPerson_AnimBP.uasset new file mode 100644 index 0000000..d2308a5 --- /dev/null +++ b/Content/FirstPersonArms/Animations/FirstPerson_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb78c38a5f009dec1ebb0be6f19030f3b7e2dc6942b51626b1858f3ac044c0cd +size 445166 diff --git a/Content/FirstPersonArms/Character/Materials/Functions/CA_Mannequin.uasset b/Content/FirstPersonArms/Character/Materials/Functions/CA_Mannequin.uasset new file mode 100644 index 0000000..bba0f53 --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Functions/CA_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605d489233046411f00be5f2c09350fdfb91edb9f03524c2a8f42ed8319869fe +size 4993 diff --git a/Content/FirstPersonArms/Character/Materials/Functions/ChromaticCurve.uasset b/Content/FirstPersonArms/Character/Materials/Functions/ChromaticCurve.uasset new file mode 100644 index 0000000..4ff0bfe --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Functions/ChromaticCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4296cdb3448f0b9aaa97c1353ab396a86d5773e64c57bf9c23adf263eab0358a +size 6431 diff --git a/Content/FirstPersonArms/Character/Materials/Functions/MF_Diffraction.uasset b/Content/FirstPersonArms/Character/Materials/Functions/MF_Diffraction.uasset new file mode 100644 index 0000000..a650cd8 --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Functions/MF_Diffraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1afd20d9bb7bf0c84ee7156bc2770739e64165d7a2593d6a9d8ae25a37726d +size 32047 diff --git a/Content/FirstPersonArms/Character/Materials/Functions/MF_logo3layers.uasset b/Content/FirstPersonArms/Character/Materials/Functions/MF_logo3layers.uasset new file mode 100644 index 0000000..a8cc9be --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Functions/MF_logo3layers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c13c21b6204d56a627ddc6f83545163ef00719e7a1d87e46d751aba58ed28c +size 55143 diff --git a/Content/FirstPersonArms/Character/Materials/Functions/ML_BaseColorFallOff.uasset b/Content/FirstPersonArms/Character/Materials/Functions/ML_BaseColorFallOff.uasset new file mode 100644 index 0000000..1dce519 --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Functions/ML_BaseColorFallOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee857404829a4669200755f4f6fdf9b6f55b83b0a098587357c5efa4c9930c51 +size 13735 diff --git a/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset new file mode 100644 index 0000000..f85317f --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595c4b10ef147137f1d0659c227da985b7d5e4f36c1f96e447dfb860f944286c +size 13997 diff --git a/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset new file mode 100644 index 0000000..f511943 --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59112fda95389cdafddcbe0cdac787305fea3e1639e419910d7cb9e7f279b9c +size 15267 diff --git a/Content/FirstPersonArms/Character/Materials/M_Mannequin.uasset b/Content/FirstPersonArms/Character/Materials/M_Mannequin.uasset new file mode 100644 index 0000000..d53d7ff --- /dev/null +++ b/Content/FirstPersonArms/Character/Materials/M_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a868106dfabb9b0a75df6f1ec139bdad5817901a5dc39f7f055c1b2b827bd67d +size 83174 diff --git a/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms.uasset b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms.uasset new file mode 100644 index 0000000..062c9b4 --- /dev/null +++ b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbe96e7805b23aeef9d72ace79a4d313a702b2db5dd6d5cd126a5dbcbcbc46f +size 5588863 diff --git a/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset new file mode 100644 index 0000000..befc953 --- /dev/null +++ b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4729a3b26a1a17c341dce18e24596dc5041fbea62aeea5574fdf0eabfb996c97 +size 17332 diff --git a/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset new file mode 100644 index 0000000..d9a1aeb --- /dev/null +++ b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcb271d5232986490232866de153ab5989bd267bc4143dbc978922ac80e8b16 +size 158181 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..e71afcf --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a93245681179aba1f6f7eb39e5ba28bdbf1a073b64683806c4eefc9aa31b175 +size 3612738 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_BN.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_BN.uasset new file mode 100644 index 0000000..42d335e --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69046fa6644bdb06076bd726d790c553aa722d72dad4875c8f08e53aec759225 +size 18514290 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..eebc619 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23811f2f68fb05e4f9c01d52b3d5798b088f318f95a30042baa403c13078530f +size 10272108 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_D.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_D.uasset new file mode 100644 index 0000000..2f3c5f5 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4e77274674994db38335afdb4560fe7efaa0429f8626449b2588db0f58c0e1 +size 5740476 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_MSR_MSK.uasset new file mode 100644 index 0000000..817db7e --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336eae14e85c2c0e6150d549636d33eb7868cdb19a0a307dff90c4b5141fe5b1 +size 11038311 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_N.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_N.uasset new file mode 100644 index 0000000..b79aabf --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593a9b2b32f0a7bb413aea86360e4090813c180d4d6066febd064213f787dc06 +size 7198372 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_Tan.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_Tan.uasset new file mode 100644 index 0000000..5835b0f --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_01_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e50b18b9f6375b84974935ac40d88244c9577509526040f07d6d46039bb005b +size 1357893 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..2c5d282 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2320ee9b7854f0e7fb918cde77727f24b68f0902114539427cd69aa1f638abc7 +size 8341514 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_BN.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_BN.uasset new file mode 100644 index 0000000..ba277f9 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a08176c305730ec184e81f7e0f550d8a46f2e8b0c6f02ebf170c8686a887dd +size 21139649 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..6076ce1 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38579a2120c10edff036b9d2411969c7cb4bb0899e68c307a834f6774b77b3d5 +size 13144179 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_D.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_D.uasset new file mode 100644 index 0000000..94aa8fa --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba8e88799b48163ff9e9f3b5c7281d62824f69116229ac3bf2495fa03587ca3 +size 9033644 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_MSR_MSK.uasset new file mode 100644 index 0000000..a5f94ab --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623482b5fb92bafaf72c7976aa38c077d9b12be436b512f102a4b33d197972c4 +size 13677737 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_N.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_N.uasset new file mode 100644 index 0000000..dc6249d --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef77131bc4919c79a66bd383582cd1e900fa308c6721d95cbb314b04c142267 +size 7269456 diff --git a/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_Tan.uasset b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_Tan.uasset new file mode 100644 index 0000000..a905ad5 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Manny/T_Manny_02_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9cd9a461b8c266f3347dc26ae50dab508c5295269ff96849dab3f47a1a9228 +size 2153913 diff --git a/Content/FirstPersonArms/Character/Textures/Shared/T_UE_Logo_M.uasset b/Content/FirstPersonArms/Character/Textures/Shared/T_UE_Logo_M.uasset new file mode 100644 index 0000000..30a9842 --- /dev/null +++ b/Content/FirstPersonArms/Character/Textures/Shared/T_UE_Logo_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a018522f58fa7e0ff7ffe520a38668aa04155b9d11eedef0094e5b550aff819 +size 70081 diff --git a/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset b/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset new file mode 100644 index 0000000..767cf20 --- /dev/null +++ b/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5d22837af536b9690ed2f790e288a59ca659c63e669fca99685afc2364ce82 +size 48741 diff --git a/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset new file mode 100644 index 0000000..3fd81bc --- /dev/null +++ b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65022a590b73953153898dfd370aa8c2609a84670cdb06dd205d813712d1c1a4 +size 12785 diff --git a/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset new file mode 100644 index 0000000..d727d35 --- /dev/null +++ b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0f2a06a7d937127d7d737c13bacb3f8fe88c8e0479f5e6b7cda81fd225d077 +size 11922 diff --git a/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset new file mode 100644 index 0000000..1eae7f9 --- /dev/null +++ b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838034e5afc7ab3a70bfff6de2e1237aa02337fb423e95c1b536b3e30c61c982 +size 11957 diff --git a/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset b/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset new file mode 100644 index 0000000..a6e284e --- /dev/null +++ b/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417952e4c6986a99f1bc3fb25ebceb1308806028bd2b602501b66b874aa87cc6 +size 8669 diff --git a/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset b/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset new file mode 100644 index 0000000..32a19d9 --- /dev/null +++ b/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5b000cfbe3030ff6f0bb67a2e4cc4bb803769d74ebd88d54f98918616d2d1 +size 40328 diff --git a/Content/LevelPrototyping/Materials/M_Solid.uasset b/Content/LevelPrototyping/Materials/M_Solid.uasset new file mode 100644 index 0000000..abe7dda --- /dev/null +++ b/Content/LevelPrototyping/Materials/M_Solid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d754d45a7f34228c043d5389af994f3f6c9d6e4bd579bba6c65f11813db11662 +size 9609 diff --git a/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset b/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset new file mode 100644 index 0000000..7a5b944 --- /dev/null +++ b/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6301fc4690ae3dbdc0b77203c6e5f662561351252c7df36c334fb72f6ffe2205 +size 22332 diff --git a/Content/LevelPrototyping/Meshes/SM_Cube.uasset b/Content/LevelPrototyping/Meshes/SM_Cube.uasset new file mode 100644 index 0000000..c4909ff --- /dev/null +++ b/Content/LevelPrototyping/Meshes/SM_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cf9bb71346c1f0386362238aef3e01400be06211e6813dc1ce9bbae969fb07 +size 17034 diff --git a/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset b/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset new file mode 100644 index 0000000..0ab270f --- /dev/null +++ b/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59270c4e29b708c93c0872970bd7f8cc2a9db0e898ba6792605364b25fee585 +size 20348 diff --git a/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset b/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset new file mode 100644 index 0000000..5edf332 --- /dev/null +++ b/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da43997ae75f32c7fba7047ca3f34ca88d68613845d556072b74c93de74e6a5 +size 17827 diff --git a/Content/LevelPrototyping/Meshes/SM_Ramp.uasset b/Content/LevelPrototyping/Meshes/SM_Ramp.uasset new file mode 100644 index 0000000..d099706 --- /dev/null +++ b/Content/LevelPrototyping/Meshes/SM_Ramp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a46d90c20408e4246e37c4c00bf764b5a05d3752eadd1c3b10e8946a79ffbe +size 17169 diff --git a/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset b/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset new file mode 100644 index 0000000..37cf466 --- /dev/null +++ b/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8334767064b107ec4f4407ef1365e8b9e2dfeff5984e66d4a6232254ddd02a +size 9600 diff --git a/Content/LinacLab/Asphalt_New.uasset b/Content/LinacLab/Asphalt_New.uasset new file mode 100644 index 0000000..c809516 --- /dev/null +++ b/Content/LinacLab/Asphalt_New.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8db8a5d67b3585b796ad47c0e8579ade1fb31ae2abd511b2f419065a63ae43 +size 105218 diff --git a/Content/LinacLab/Asphalt_New_001.uasset b/Content/LinacLab/Asphalt_New_001.uasset new file mode 100644 index 0000000..ab69867 --- /dev/null +++ b/Content/LinacLab/Asphalt_New_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f23d42d248f0c5eb607144e8cd38e564cd63d80e870f0b78ae62cab90c34609 +size 56542 diff --git a/Content/LinacLab/Blacktop_New.uasset b/Content/LinacLab/Blacktop_New.uasset new file mode 100644 index 0000000..8c10bbd --- /dev/null +++ b/Content/LinacLab/Blacktop_New.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f22606d5c6fc72fe63775e5d1e65646038e6051b62872fc56224f38051aa562 +size 289418 diff --git a/Content/LinacLab/Blacktop_New_001.uasset b/Content/LinacLab/Blacktop_New_001.uasset new file mode 100644 index 0000000..a005a74 --- /dev/null +++ b/Content/LinacLab/Blacktop_New_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9ecd3a0c61acd8e68f84b01acd5f6ac9349eb0914cf1bc02d693b1dc30768f +size 57745 diff --git a/Content/LinacLab/Color_000.uasset b/Content/LinacLab/Color_000.uasset new file mode 100644 index 0000000..f66ed96 --- /dev/null +++ b/Content/LinacLab/Color_000.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd59149b4c8a497f05104e4d0ccd483f9fb4b26e78524f1c914b94c8746a955 +size 50059 diff --git a/Content/LinacLab/Color_001.uasset b/Content/LinacLab/Color_001.uasset new file mode 100644 index 0000000..d6577b4 --- /dev/null +++ b/Content/LinacLab/Color_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e895bceda025ef9c520bde83b77d2487cda485da1bd50a00f3d18919dfccd518 +size 50062 diff --git a/Content/LinacLab/Color_002.uasset b/Content/LinacLab/Color_002.uasset new file mode 100644 index 0000000..6e7b68e --- /dev/null +++ b/Content/LinacLab/Color_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5c86b5b0f81513ef7c47d0db00eb800eb253b77c9f1a3078177bd7f20140fd +size 52778 diff --git a/Content/LinacLab/Color_002_001.uasset b/Content/LinacLab/Color_002_001.uasset new file mode 100644 index 0000000..4b73590 --- /dev/null +++ b/Content/LinacLab/Color_002_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13461d7c5a1574813f707bbdac95eecbaa312a5da6f6d1395c7efcd79f38370d +size 50107 diff --git a/Content/LinacLab/Color_005.uasset b/Content/LinacLab/Color_005.uasset new file mode 100644 index 0000000..b4921dd --- /dev/null +++ b/Content/LinacLab/Color_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae88fd24abdb94330141859d82ad5469653092aeecc70137bc536997dba3473 +size 52687 diff --git a/Content/LinacLab/Color_007.uasset b/Content/LinacLab/Color_007.uasset new file mode 100644 index 0000000..f5bb67e --- /dev/null +++ b/Content/LinacLab/Color_007.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a374f3115a3467dc495016b14666c41075160f64f247b5ce13eb522b225509b8 +size 52452 diff --git a/Content/LinacLab/Color_A01.uasset b/Content/LinacLab/Color_A01.uasset new file mode 100644 index 0000000..629c34c --- /dev/null +++ b/Content/LinacLab/Color_A01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c961f93c5591ad4b748841d0350bbc295ac496d380bd976b12798a7ce2ba99e5 +size 51791 diff --git a/Content/LinacLab/Material_005.uasset b/Content/LinacLab/Material_005.uasset new file mode 100644 index 0000000..285fcbf --- /dev/null +++ b/Content/LinacLab/Material_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e281142d7ff222ff6a58fd5cf45397196818416f1e2fea8dceca966657eb69db +size 63863 diff --git a/Content/LinacLab/Podloga.uasset b/Content/LinacLab/Podloga.uasset new file mode 100644 index 0000000..03a9017 --- /dev/null +++ b/Content/LinacLab/Podloga.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f76fbdd7e9ea2a850cf2ba04556fa43786576a9a2780f1af3b23a3c8b3f206 +size 61265 diff --git a/Content/LinacLab/Przedzialek.uasset b/Content/LinacLab/Przedzialek.uasset new file mode 100644 index 0000000..cd70517 --- /dev/null +++ b/Content/LinacLab/Przedzialek.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e241d43191289d230a989725dbfa8c9c5b148aee0da4c29d098d1477471e23bf +size 61888 diff --git a/Content/LinacLab/Sciana1.uasset b/Content/LinacLab/Sciana1.uasset new file mode 100644 index 0000000..1c47ecd --- /dev/null +++ b/Content/LinacLab/Sciana1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b17881a758520150b1cd1ab924ccd531b51976eb88ad3c2cafb7aa179ef72a0 +size 62485 diff --git a/Content/LinacLab/Sciana2.uasset b/Content/LinacLab/Sciana2.uasset new file mode 100644 index 0000000..15a9a07 --- /dev/null +++ b/Content/LinacLab/Sciana2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11671c37527a9093ca9fe55c9d507dfb9c27cfe528a6f4e98f50e02cd0b1d6ad +size 65162 diff --git a/Content/LinacLab/Sciana3.uasset b/Content/LinacLab/Sciana3.uasset new file mode 100644 index 0000000..a74acfb --- /dev/null +++ b/Content/LinacLab/Sciana3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30324bcf3e3c930beb463b0f638c1aa7a32907c53c9e54d8676a15f3897050a3 +size 62472 diff --git a/Content/LinacLab/Sciana4.uasset b/Content/LinacLab/Sciana4.uasset new file mode 100644 index 0000000..34dfdef --- /dev/null +++ b/Content/LinacLab/Sciana4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b38dcb9aa8c13f45a62537bc5f9e4480af43389ed2321a07a43ef0c6cf66a0e +size 65080 diff --git a/Content/LinacLab/Therac-25.uasset b/Content/LinacLab/Therac-25.uasset new file mode 100644 index 0000000..d41c389 --- /dev/null +++ b/Content/LinacLab/Therac-25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e16dae3b97247e4fc94882cd5d707c89c7707fad8d27d2b3cd76dd0abba848 +size 233331 diff --git a/Content/LinacLab/Translucent_Glass_Gray.uasset b/Content/LinacLab/Translucent_Glass_Gray.uasset new file mode 100644 index 0000000..4000e6d --- /dev/null +++ b/Content/LinacLab/Translucent_Glass_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ed30d030a4fcf26049904e1ee35a1408253cbab421a05b8dbdeda220c6f93d +size 52872 diff --git a/Content/LinacLab/__Charcoal_.uasset b/Content/LinacLab/__Charcoal_.uasset new file mode 100644 index 0000000..59864d3 --- /dev/null +++ b/Content/LinacLab/__Charcoal_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647f25ac3ae9d9e8b42764b8d150e24c1d0cda325d41e805fe587fd6b2752659 +size 52245 diff --git a/Content/LinacLab/__DarkGray_.uasset b/Content/LinacLab/__DarkGray_.uasset new file mode 100644 index 0000000..c313be2 --- /dev/null +++ b/Content/LinacLab/__DarkGray_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153f741c125c127854a0ddfc34d827f54ec412794df1e35723adb09d2346330c +size 64665 diff --git a/Content/LinacLab/__Gainsboro_.uasset b/Content/LinacLab/__Gainsboro_.uasset new file mode 100644 index 0000000..74054de --- /dev/null +++ b/Content/LinacLab/__Gainsboro_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1850d5598d7640fb6ae80f092415619510f858bbdc6711983c62d4b84d1e439 +size 52817 diff --git a/Content/LinacLab/__Gray_.uasset b/Content/LinacLab/__Gray_.uasset new file mode 100644 index 0000000..2c9979e --- /dev/null +++ b/Content/LinacLab/__Gray_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233dad5fbfc97bdf52f185fb86abfb31b66ba46a70ab5c7520511bf47c97b03f +size 52692 diff --git a/Content/LinacLab/__WhiteSmoke_.uasset b/Content/LinacLab/__WhiteSmoke_.uasset new file mode 100644 index 0000000..7f5b2bd --- /dev/null +++ b/Content/LinacLab/__WhiteSmoke_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a54ea3e916d8821670b2ab05a7d8ba3484a52c49cc1fd947751371253e5e09 +size 52832 diff --git a/Content/LinacLab/empty-red-brick-wall.uasset b/Content/LinacLab/empty-red-brick-wall.uasset new file mode 100644 index 0000000..9853ec3 --- /dev/null +++ b/Content/LinacLab/empty-red-brick-wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bf2b8da5a6eff4212e5304289adcd7f17c30c5be0ab282a37201dce1e239c4 +size 13155646 diff --git a/Content/LinacLab/fabric-texture-background.uasset b/Content/LinacLab/fabric-texture-background.uasset new file mode 100644 index 0000000..7f1c9ab --- /dev/null +++ b/Content/LinacLab/fabric-texture-background.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfcb1f8a617e029affc3a7f2e1a7c9652033a4c1a467f184e6360e3a13e8c45 +size 7367027 diff --git a/Content/LinacLab/material_2.uasset b/Content/LinacLab/material_2.uasset new file mode 100644 index 0000000..3f76728 --- /dev/null +++ b/Content/LinacLab/material_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f306fc6ccce3906351e1af5f15486e61020cab294aa03801c704aae987cd16 +size 96106 diff --git a/Content/LinacLab/material_2_001.uasset b/Content/LinacLab/material_2_001.uasset new file mode 100644 index 0000000..d1e12df --- /dev/null +++ b/Content/LinacLab/material_2_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10084b1be2917fb0df3224bf24aea97c3693f406ed53c2fd0b3df63119c2896 +size 54403 diff --git a/Content/LinacLab/material_6_001.uasset b/Content/LinacLab/material_6_001.uasset new file mode 100644 index 0000000..90f5344 --- /dev/null +++ b/Content/LinacLab/material_6_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ff0b0e3f68de288638ebe86a6b17621400f1834d9a19739ff7dd2875c89e19 +size 52194 diff --git a/Content/LinacLab/material_7_001.uasset b/Content/LinacLab/material_7_001.uasset new file mode 100644 index 0000000..7942b85 --- /dev/null +++ b/Content/LinacLab/material_7_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e12b2649c597596898d45c61b9069f8a374504963819a077dedff52d1e208c +size 52194 diff --git a/Content/LinacLab/material_9.uasset b/Content/LinacLab/material_9.uasset new file mode 100644 index 0000000..6eb35d6 --- /dev/null +++ b/Content/LinacLab/material_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4940f009e6924edf5021f499401f432e1fb2f3f3673544dc330d84a5bd0dfc61 +size 292914 diff --git a/Content/LinacLab/material_91.uasset b/Content/LinacLab/material_91.uasset new file mode 100644 index 0000000..09a299e --- /dev/null +++ b/Content/LinacLab/material_91.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3ae03924ea160b00581f11aa3222b5a64ce675ba31c89b9a341171fd42c154 +size 292925 diff --git a/Content/LinacLab/material_912.uasset b/Content/LinacLab/material_912.uasset new file mode 100644 index 0000000..73a138b --- /dev/null +++ b/Content/LinacLab/material_912.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76365d27e5ea569cc1536091ac4e46532d9dfc4e79344e82fcf6ff4504d3590d +size 58444 diff --git a/Content/LinacLab/material_9_001.uasset b/Content/LinacLab/material_9_001.uasset new file mode 100644 index 0000000..4a015ef --- /dev/null +++ b/Content/LinacLab/material_9_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7530b846005953a183d2381cd0ed36a8e78deaec2aa0ae5d180bb6253b568fdb +size 58487 diff --git a/Content/LinacLab/pdp11.uasset b/Content/LinacLab/pdp11.uasset new file mode 100644 index 0000000..8548d16 --- /dev/null +++ b/Content/LinacLab/pdp11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411d3f7f0551f8fb006ce98b54d039f2c8ff27bc8206792ebd5694e5dd853164 +size 55931 diff --git a/Content/LinacLab/pdp11_1.uasset b/Content/LinacLab/pdp11_1.uasset new file mode 100644 index 0000000..fb19fd4 --- /dev/null +++ b/Content/LinacLab/pdp11_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782dc67a7b1160b0ae3c67312c41c92fb2e6846e77127dab43aa01f2dcb175a8 +size 135878 diff --git a/Content/LinacLab/pdp11_baseColor.uasset b/Content/LinacLab/pdp11_baseColor.uasset new file mode 100644 index 0000000..8584fe8 --- /dev/null +++ b/Content/LinacLab/pdp11_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47057cf7231aa90aecbddd88c230a6965b1a6d77a2f37c7a469cd29ac02d6fb +size 384556 diff --git a/Content/LinacLab/tape.uasset b/Content/LinacLab/tape.uasset new file mode 100644 index 0000000..ef3da68 --- /dev/null +++ b/Content/LinacLab/tape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2325b3d9fbcf5ec9de167d0edab65dd93242dd67e6ae4e51e8cf5c6267b5ad +size 53072 diff --git a/Content/LinacLab/tape_baseColor.uasset b/Content/LinacLab/tape_baseColor.uasset new file mode 100644 index 0000000..522c6c2 --- /dev/null +++ b/Content/LinacLab/tape_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c2c139e98976620b9514cbc34fe316f7470740fdec9cf8f1970e0d3e97620b +size 44780 diff --git a/Content/LinacLab/vt100.uasset b/Content/LinacLab/vt100.uasset new file mode 100644 index 0000000..ebe44c9 --- /dev/null +++ b/Content/LinacLab/vt100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52beae6a8fa0a390321fd7ff1708dc9603dc606cf93e9fb94814285908b489e5 +size 173089 diff --git a/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Automatic.uasset b/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Automatic.uasset new file mode 100644 index 0000000..6c85dd9 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Automatic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1f0587d8a7ea8dc2e4525254bf9b8de2dfa7df9a458bd577c3a86231e22f0c +size 232945 diff --git a/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Interactable.uasset b/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Interactable.uasset new file mode 100644 index 0000000..33ef8c1 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Interactable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4e32fa5aa3c4584a63d8d45c00ab18aed890c9f62f029f361a38a9676790cb +size 217056 diff --git a/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Interactable_AutomaticClosing.uasset b/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Interactable_AutomaticClosing.uasset new file mode 100644 index 0000000..1d64762 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Barrier/BP_Barrier_Interactable_AutomaticClosing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0994c583c969123eda5a4b7fa19706fb72f79a9fa3e8c6071c9c736b525622f +size 223347 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01a.uasset new file mode 100644 index 0000000..319829f --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fb9adfc1d076696fb806d3fb898df53a3f32baa4ecd8296c843edb459cba79 +size 310995 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01b.uasset new file mode 100644 index 0000000..053f314 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a877c86e19b91975da6d397597cb1c89efc896f922375c214a886e6650a4448e +size 317435 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01c.uasset new file mode 100644 index 0000000..55b8765 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273a964c45a82a0a0a3dc28251305f64fbac189cd164f67dbb84a7bfff26ae58 +size 313402 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01d.uasset new file mode 100644 index 0000000..35d17e1 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e839c755083fec70aaf7ececa6ac8461bc1c3572c0b6fc0c4f9f1455a93a49 +size 304643 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01e.uasset new file mode 100644 index 0000000..b27ae0e --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1315225830e4302a9c059a5a8b7437e71e364ad1ffbf33d1c20f9c30ce0d18d1 +size 305640 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01f.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01f.uasset new file mode 100644 index 0000000..c297e73 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01f.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ef7cf7c7d7139b20955151978a0032cf78b748aea6618b04d58390f3f441d2 +size 304512 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01g.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01g.uasset new file mode 100644 index 0000000..6d1648f --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT1_Var/BP_MoutFab_01g.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413761dbeaaf98db349a41647cc8b82296e0a570246172ba3abfe008b67ebbbf +size 311046 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02a.uasset new file mode 100644 index 0000000..98ee39e --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bc0478e2d157318aa1cb6ab89ffa88ba0facb47bcf211d116b0519108a8860 +size 194586 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02b.uasset new file mode 100644 index 0000000..d0088e5 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee47158be330abc6f9f2d9240ea4e13af1cd61161ed52eae791d65a49d266b0a +size 189039 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02c.uasset new file mode 100644 index 0000000..15d7886 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bd46e867e4996adcec1ec305730dd0e68c970abbc96cbbfedac2f4fcd8e89d +size 194816 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02d.uasset new file mode 100644 index 0000000..fb3c2cb --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d3621db23e0d634b23c1d8498f0dc593ce34fe63d5251d97b7020a4cd1d005 +size 189257 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02e.uasset new file mode 100644 index 0000000..b4a25d0 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fca00544d59c645e1251af5836b895e11b92e584c26c97ec4a091861547acb +size 189098 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02f.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02f.uasset new file mode 100644 index 0000000..d8b5a2b --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT2_Var/BP_MoutFab_02f.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d799c60426ee553562196cb867721afa2f511263b265f08867b1f9567e4c69f8 +size 194679 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03a.uasset new file mode 100644 index 0000000..f616ab1 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c02a94c02449772a3de12fbca9978a2e168e289213f33cd3065c1936962ca8e +size 214884 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03b.uasset new file mode 100644 index 0000000..0ee40fd --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd3249653227dfbdf6a705cfe62445e2f71da09386337807152b98e255666f4 +size 214590 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03c.uasset new file mode 100644 index 0000000..d2c0603 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f54bbbb583cc202c19f8fa7f693daa7711c2c48c27d457e0c6a0fcad423b5e3 +size 206927 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03d.uasset new file mode 100644 index 0000000..5805027 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6fe39943c5359091feeccd73e88dcdf3b13f508b19e543512177e5d7bac159 +size 214572 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03e.uasset new file mode 100644 index 0000000..ceaa834 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17321b40a779d88e58bcad182750e16a776aa1b0a816721f236b4be43733a00c +size 210846 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03f.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03f.uasset new file mode 100644 index 0000000..885102c --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT3_Var/BP_MoutFab_03f.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d6b755d13f67c3d89ef53ce88e3a9dcf9b4d45f58c3b39361b190ec3ccf691 +size 215015 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04a.uasset new file mode 100644 index 0000000..98bf274 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a92f2226736a341e3a534911bad71ef61b8e5c1f96930c97bd4b2ab3b95c56 +size 151143 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04b.uasset new file mode 100644 index 0000000..6153e40 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc130961c50bac6c02fe907807ea0096cc7848fc3fbc46d9acccca5fafa22dc8 +size 151439 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04c.uasset new file mode 100644 index 0000000..69cf781 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fff0d4b0e65155761e2d995d0e1a3a0579dea93e186f03a0494a07ffa33783 +size 144347 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04d.uasset new file mode 100644 index 0000000..ef962b2 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49d7e1d9e2e2453cbd89d0ea34022108d867dec461cd0714a14e992a9a72fbb +size 145872 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04e.uasset new file mode 100644 index 0000000..0121733 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c854c7a5f0349a222717d5892cd1f05dca4451f53c20fb0078a165698efd3e41 +size 144727 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04f.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04f.uasset new file mode 100644 index 0000000..0500afa --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04f.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee221842d1afe649168f185d281723288cfbe3d6b841408b7a286f27617e3f0 +size 148840 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04g.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04g.uasset new file mode 100644 index 0000000..cfe31af --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04g.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d1919f4bf6544206115c191df32abe1d034c975c67dca58d41c20df9db8925 +size 133057 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04h.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04h.uasset new file mode 100644 index 0000000..cdf58b7 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04h.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3359b6b4eff39229e90a0c942ee9262f54dc9275a974635d7bddfbe2f2bc41f +size 144999 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04i.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04i.uasset new file mode 100644 index 0000000..0dee9d1 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04i.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd709154ca8f6cc1247293df58ed9eb5d03e39ca7b256bf2e24dd6e21faafce +size 135862 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04j.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04j.uasset new file mode 100644 index 0000000..04f469f --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT4_Var/BP_MoutFab_04j.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f043ae534054386573a90fb81f92df0d9454354b620e692f90e01530ae967d +size 140688 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05a.uasset new file mode 100644 index 0000000..8429bad --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32eeb9c0c1ad56ab2d625395ed8a0f5ff02de1dfb741e85f560fbd51dba3eb2a +size 225144 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05b.uasset new file mode 100644 index 0000000..1d93009 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e4e1db582cce283ee4185fb9ab914a65b5c219c8d677c253232f992597546d +size 204835 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05c.uasset new file mode 100644 index 0000000..5d823f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6d3e9ec25cc46f6e035c547d66b4f1a6fc178ee0bd9503d17123a05d0d3dd1 +size 225318 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05d.uasset new file mode 100644 index 0000000..640044b --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c6d7da116a8e510262ffaeb6523d19e712ac89a8fbc0a4aabff76498d66b72 +size 225004 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05e.uasset new file mode 100644 index 0000000..e60ffcd --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT5_Var/BP_MoutFab_05e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1492f180a01e0d962bcc7ba7dd77794b4fe4392f4c6f280fc4b29853c9837e50 +size 227082 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT6_Var/BP_MoutFab_06a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT6_Var/BP_MoutFab_06a.uasset new file mode 100644 index 0000000..9a61f82 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT6_Var/BP_MoutFab_06a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9389d42c67abe8196867e322864507f0b235f08484d1e5f5bd2f602bbc86bdad +size 237210 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT6_Var/BP_MoutFab_06b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT6_Var/BP_MoutFab_06b.uasset new file mode 100644 index 0000000..299e50c --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT6_Var/BP_MoutFab_06b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01a1110e029beec8d0aaf5a6befc38abda47a81034663203ae2f8ad594e5af5 +size 261807 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07a.uasset new file mode 100644 index 0000000..ca13387 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdfa28372bb13c585ecad16b2184ac48de34f77e4124c66f16139c6f9dca660 +size 133776 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07b.uasset new file mode 100644 index 0000000..d445777 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e47c2959025f54ca04b48e32332b5292def755025922ea827498075f91542cf +size 127417 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07c.uasset new file mode 100644 index 0000000..d5b8dff --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aef840ba72ff1c9aea34b2819475bcf18a08a2daab97a438b2c3e8ba66c5541 +size 128991 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07d.uasset new file mode 100644 index 0000000..cfc5f3d --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e046952b2da42e9bf7daf105fe9f0de744a729b2e0ef1d2b80470a9983630c58 +size 138280 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07e.uasset new file mode 100644 index 0000000..8209c09 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT7_Var/BP_MoutFab_07e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb673f3ee52d4245996601320caa61855f70fffaebf1995f4f0622b2131d4cd +size 139097 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08a.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08a.uasset new file mode 100644 index 0000000..e59b61a --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086e532cd1cd092bb353920d6d40868af137283d5c9918ef88b8a31ef30fb30b +size 180144 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08b.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08b.uasset new file mode 100644 index 0000000..55079a3 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80aa8c7f72da57b8de8f0c4ce840394de27a8d303b53f906cbe761cc3a25ac27 +size 196685 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08c.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08c.uasset new file mode 100644 index 0000000..11d4782 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d548aeaa6400800d8637235ebebf58a9beaa95c295a262395a416fa70e0877 +size 204152 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08d.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08d.uasset new file mode 100644 index 0000000..b5eab71 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9f9c43901437c9d947d786b6f576e6943f3f23858c22de1aedddbf376ba564 +size 159480 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08e.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08e.uasset new file mode 100644 index 0000000..a745a90 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08e.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eeae1c3cd99d651dbdbd054878962be2c33c944dbaf37bb7a07da6c00a5d1b +size 152292 diff --git a/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08f.uasset b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08f.uasset new file mode 100644 index 0000000..0471a0c --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Buildings/MOUT8_Var/BP_MoutFab_08f.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cb30d0cb9c0823b435d51c98ed0468650576a5e770b1e05bb3a9b65e6d0b15 +size 153360 diff --git a/Content/MOUT_Fabrication/Blueprints/Doors/BP_MetalDoor_Interactable.uasset b/Content/MOUT_Fabrication/Blueprints/Doors/BP_MetalDoor_Interactable.uasset new file mode 100644 index 0000000..4624087 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Doors/BP_MetalDoor_Interactable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68708b6208f9be9b953ecba6a02f37577a9d207ea3f0219ca329bf25d0b07b0e +size 223447 diff --git a/Content/MOUT_Fabrication/Blueprints/Doors/BP_MetalDoor_SelfClosing.uasset b/Content/MOUT_Fabrication/Blueprints/Doors/BP_MetalDoor_SelfClosing.uasset new file mode 100644 index 0000000..44f8ac6 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Doors/BP_MetalDoor_SelfClosing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40fec46e32cfc470ed851a26d80ad8d58533e08e137b694f808355742600d50 +size 235037 diff --git a/Content/MOUT_Fabrication/Blueprints/Doors/BP_WoodenDoor_Interactable.uasset b/Content/MOUT_Fabrication/Blueprints/Doors/BP_WoodenDoor_Interactable.uasset new file mode 100644 index 0000000..11fc84e --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Doors/BP_WoodenDoor_Interactable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e414d88a9e29243b873e7fd9d47e2a1df45e64de48805ba1c1bba04ab13d3d6 +size 221539 diff --git a/Content/MOUT_Fabrication/Blueprints/Doors/BP_WoodenDoor_SelfClosing.uasset b/Content/MOUT_Fabrication/Blueprints/Doors/BP_WoodenDoor_SelfClosing.uasset new file mode 100644 index 0000000..5b07ed5 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Doors/BP_WoodenDoor_SelfClosing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709e3b0aac722381f0265c0e4ee08097be53929a6373c60aff264be05e58a184 +size 233735 diff --git a/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/BP_ElectricityPole.uasset b/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/BP_ElectricityPole.uasset new file mode 100644 index 0000000..a4244e7 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/BP_ElectricityPole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8487dae9e0044243fa4d038cbaab5633ea4dd2dc7a10505de818140655c81dc0 +size 233862 diff --git a/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/STRUCT_Cable_Info.uasset b/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/STRUCT_Cable_Info.uasset new file mode 100644 index 0000000..78148aa --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/STRUCT_Cable_Info.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c528f2d3c3999a2de726a84ab0a0a3cdc0146cc034528dd4ec4d778780096928 +size 10488 diff --git a/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/STRUCT_Cable_Overide.uasset b/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/STRUCT_Cable_Overide.uasset new file mode 100644 index 0000000..4d6f78a --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/ElectricityPoles/STRUCT_Cable_Overide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ced4a02e0dff679723f9208cd126d228d0537894921f17ca03b4cb03b6d431 +size 6472 diff --git a/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_Automatic_OneWay.uasset b/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_Automatic_OneWay.uasset new file mode 100644 index 0000000..31b6a69 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_Automatic_OneWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411da06a2de3226e171dd175b5e3dac493d7b0c777933432bb1f875c57e52773 +size 267330 diff --git a/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_Interactable_OneWay.uasset b/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_Interactable_OneWay.uasset new file mode 100644 index 0000000..eb2d668 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_Interactable_OneWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e216b34f14374bc6c89edecf58f207c8fb7aebbe8356181be10c3fcd6e84399f +size 249988 diff --git a/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_SelfClosing_OneWay.uasset b/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_SelfClosing_OneWay.uasset new file mode 100644 index 0000000..e8287fe --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Gate/OneWay/BP_Gate_SelfClosing_OneWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234c80987ab8001b978142228e5b93652cf9c80b7afa66342a6a445e437ec560 +size 253888 diff --git a/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_Automatic_TwoWay.uasset b/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_Automatic_TwoWay.uasset new file mode 100644 index 0000000..a5d1da4 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_Automatic_TwoWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac42a83f9b5425605cb3d8b74eb1532f71acc763a4f4d289f2512a5ff33f23d1 +size 313264 diff --git a/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_Interactable_TwoWay.uasset b/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_Interactable_TwoWay.uasset new file mode 100644 index 0000000..b3be724 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_Interactable_TwoWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf22352baa0035c5d6fc629c3f46ca7fbaa4d0a857f68df09599599b1e4dd9e5 +size 303719 diff --git a/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_SelfClosing_TwoWay.uasset b/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_SelfClosing_TwoWay.uasset new file mode 100644 index 0000000..1b7bb7c --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Gate/TwoWay/BP_Gate_SelfClosing_TwoWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c8381c6c98e68c5a86c8f17a958f7f1bc016b1929cb05f9f64650a1d339759 +size 305516 diff --git a/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Automatic.uasset b/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Automatic.uasset new file mode 100644 index 0000000..ee943dc --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Automatic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1762dbe6330545faa3164407abf8b50a0a9617f9a1071510683eaaf6453608 +size 236673 diff --git a/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Interact_AutomaticClosing.uasset b/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Interact_AutomaticClosing.uasset new file mode 100644 index 0000000..fc4a566 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Interact_AutomaticClosing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b42c364ce093fe923fdb8a9b62e283712d56c3ef40973525cc1d0198cd5b20b +size 273324 diff --git a/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Interactable.uasset b/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Interactable.uasset new file mode 100644 index 0000000..32be7e6 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Hangar/BP_HangarDoor_Interactable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251f00ac2185b81ebf2a4a0ca15ca63dd0ca9ed609eb6351c7a7e7e2b5393f0e +size 276272 diff --git a/Content/MOUT_Fabrication/Blueprints/Hangar/SM_Hangar.uasset b/Content/MOUT_Fabrication/Blueprints/Hangar/SM_Hangar.uasset new file mode 100644 index 0000000..f61339f --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Hangar/SM_Hangar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0c136cf9767cedbb29105093ae9635d1fcfa32443a582ccfbf2ed62090cdc1 +size 915544 diff --git a/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_01.uasset b/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_01.uasset new file mode 100644 index 0000000..7d8fbe3 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fc77f8c8dd0770353697f5d8e3176da4581772542b88d991fbf73863fa8017 +size 112468 diff --git a/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_02.uasset b/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_02.uasset new file mode 100644 index 0000000..b59b2b2 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b896d91d1c91015a944fad2b021c2d1f6755e928b946a9c24c2973c7dfbf56fd +size 109923 diff --git a/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_03.uasset b/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_03.uasset new file mode 100644 index 0000000..7e717a4 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Railings/BP_Railing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ee4cb2dbb1418037c64bcc83b6456aa72581c7e7463221a9b42c6ab00c2cc9 +size 107548 diff --git a/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_01.uasset b/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_01.uasset new file mode 100644 index 0000000..7db16ff --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9aa119a2e33d10d8fe54744e04be1a7adcb4d0ca99248c15b8cbf5a1f8cd71a +size 2365 diff --git a/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_02.uasset b/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_02.uasset new file mode 100644 index 0000000..5fa7e83 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e068f0e9f01de2edcc4926344f3f2f0cd9e6db3d368dc76a7761fb44d7881f2 +size 2365 diff --git a/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_03.uasset b/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_03.uasset new file mode 100644 index 0000000..82b47d5 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Railings/PF_Railing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6800df5bcf24323c697f2b1e9577d964998fddb8729c979e25e3e43738901481 +size 2365 diff --git a/Content/MOUT_Fabrication/Blueprints/Sky/BP_Sky_01.uasset b/Content/MOUT_Fabrication/Blueprints/Sky/BP_Sky_01.uasset new file mode 100644 index 0000000..c7a126a --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Sky/BP_Sky_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f3ecbfe5bdfce6b04b1aa3f79f8f074f20ca4e405b53488f92c1c5aab32ad7 +size 106746 diff --git a/Content/MOUT_Fabrication/Blueprints/Sky/BP_Sky_02.uasset b/Content/MOUT_Fabrication/Blueprints/Sky/BP_Sky_02.uasset new file mode 100644 index 0000000..24d1e3b --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Sky/BP_Sky_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a563702c528c5c32042dc83d6c3b847fc750f0047bca5765c9b71b4806e9f8 +size 130637 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_01.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_01.uasset new file mode 100644 index 0000000..136838a --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2322653febbd614f8173853732c45cf4f712d739806a2c012de6ad04615d631 +size 118440 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_02.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_02.uasset new file mode 100644 index 0000000..74baa43 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f6c3b0a1763eae82ea71ae675753de42fec5a17b50918782a572682775fb44 +size 118431 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_03.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_03.uasset new file mode 100644 index 0000000..06319eb --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2910ee6fd048ad4077c139de68f39cb3379128d4e3f219ec09e5841610d149 +size 118181 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_04.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_04.uasset new file mode 100644 index 0000000..16a96c7 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/FrontSteps/BP_FrontSteps_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8033a1e5c94bb97885f53d8ecd6364d396b77f509fcb191c3e6e95dbedb9f0a7 +size 121532 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/MountedLadder/BP_MountedLadder_Slider.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/MountedLadder/BP_MountedLadder_Slider.uasset new file mode 100644 index 0000000..ae1a936 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/MountedLadder/BP_MountedLadder_Slider.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96432ab9d34196def603d7e1542e530f5efc96a5d868ad6a23d770b64b25cca5 +size 425727 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/MountedLadder/PF_MountedLadder_Slider.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/MountedLadder/PF_MountedLadder_Slider.uasset new file mode 100644 index 0000000..7746586 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/MountedLadder/PF_MountedLadder_Slider.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5890eb6bc369ca59fee50497edfa094344e1176021450c9a52c06f89f00ec3 +size 2635 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_01.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_01.uasset new file mode 100644 index 0000000..0733d28 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef9e53567c2a8d8b5372b9f319501a1bc4a74a26da0851cbde7ac3236672e81 +size 146201 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_02.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_02.uasset new file mode 100644 index 0000000..52cefcc --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da97dd58714aced8f8f241db6b48e77a5a7d7f8a8bffbfcf9935e3e5fa9c28ca +size 136503 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_03.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_03.uasset new file mode 100644 index 0000000..da7d958 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1934988ffe494382ce99b5ea9eec72e2e97de0ccf6c32cb57c388073a8aa5343 +size 158544 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_04.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_04.uasset new file mode 100644 index 0000000..abe6b8b --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10292c109b6401358f3d47eb4b88e80c59fb3871a60fd7f3cd7568f9bbff175 +size 138301 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_05.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_05.uasset new file mode 100644 index 0000000..fa95de5 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0b34423bc2c8f8de1be3b47c62e336554a787370233e4f2919eedcd2e48827 +size 129807 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_06.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_06.uasset new file mode 100644 index 0000000..ff02406 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7d395bc3b455164f4ef55887295bc0d15b3fc2cac946494f733b0857626bf6 +size 130883 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_07.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_07.uasset new file mode 100644 index 0000000..4806e84 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dba731c38b1db64a8a415d034fe6a71ad19e083c309cbb4e93896e4a4874a1 +size 170930 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_08.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_08.uasset new file mode 100644 index 0000000..dabbef4 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2990488a0924a31707f71155831d5c370c515630ed96562b44fa3907087a7218 +size 134337 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_09.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_09.uasset new file mode 100644 index 0000000..f9e5f31 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/BP_SteepLadder_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fadc5ec2da981f40842b281e581cd38eede48685c7d4f46f7456f9436ff38f9 +size 131098 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_07.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_07.uasset new file mode 100644 index 0000000..713424d --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95716b0b619fafb6362ddf886adb85d27cd4824176007c4a6fab9e94eb62eda +size 2504 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_08.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_08.uasset new file mode 100644 index 0000000..82c04c6 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976af507fa2a906abd8de98a9c4df341065928d576a65ad22593946e4c01ec42 +size 2504 diff --git a/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_09.uasset b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_09.uasset new file mode 100644 index 0000000..cde5b95 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Stairs/SteepLadders/PF_SteepLadder_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72691b8466bd4a59fbd949570f776707578fc1e6ce70eca1c0ec5c0b9ea8da04 +size 2504 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/BP_FullTarget_Stand01.uasset b/Content/MOUT_Fabrication/Blueprints/Target/BP_FullTarget_Stand01.uasset new file mode 100644 index 0000000..cd9c30d --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/BP_FullTarget_Stand01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dc2b48caf702f35378b97dd2af44808be36417477d1b93326f1b07e61ef7e6 +size 163467 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/BP_FullTarget_Stand02.uasset b/Content/MOUT_Fabrication/Blueprints/Target/BP_FullTarget_Stand02.uasset new file mode 100644 index 0000000..48a7fca --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/BP_FullTarget_Stand02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378e2c2cef5f6a89c349b315ed05d330a6f3e40793e4edabab4190cdf9d1334b +size 155975 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/BP_HalfTarget_Stand01.uasset b/Content/MOUT_Fabrication/Blueprints/Target/BP_HalfTarget_Stand01.uasset new file mode 100644 index 0000000..288b9ca --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/BP_HalfTarget_Stand01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950ea36464532bd5cd827a63752d70b5ab804b8e8050418d5b940438e06c25ba +size 147999 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/BP_HalfTarget_Stand02.uasset b/Content/MOUT_Fabrication/Blueprints/Target/BP_HalfTarget_Stand02.uasset new file mode 100644 index 0000000..a4a59dc --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/BP_HalfTarget_Stand02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97002c448fc45764136a6907538a4d59bb9b1b8bc918f8731783cea52cc8043f +size 147843 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/BP_TargetActor.uasset b/Content/MOUT_Fabrication/Blueprints/Target/BP_TargetActor.uasset new file mode 100644 index 0000000..38dfb7c --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/BP_TargetActor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92dbd5d45d96b095d5c7c1b599a63480d022afbd163ce2d7663eeb9c5f60374 +size 119863 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/BP_Target_Reactive.uasset b/Content/MOUT_Fabrication/Blueprints/Target/BP_Target_Reactive.uasset new file mode 100644 index 0000000..a8d56d1 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/BP_Target_Reactive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c073e8dbab68e31fa9984630e63805f005cb6441603f31a37a9aac729bf03b83 +size 298753 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/ENUM_TargetModel.uasset b/Content/MOUT_Fabrication/Blueprints/Target/ENUM_TargetModel.uasset new file mode 100644 index 0000000..c087291 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/ENUM_TargetModel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841bc4af2dd315468a1dfdf62d647e093343bed23ac175114bd102b81fa82f0d +size 2313 diff --git a/Content/MOUT_Fabrication/Blueprints/Target/ENUM_TargetStandModel.uasset b/Content/MOUT_Fabrication/Blueprints/Target/ENUM_TargetStandModel.uasset new file mode 100644 index 0000000..e113024 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Target/ENUM_TargetStandModel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b22baad20023322e2828cffdce7126b9f45b76ceacd82a285b891b84a990c71 +size 2380 diff --git a/Content/MOUT_Fabrication/Blueprints/Tutorial/BP_TutorialVideoPlayer.uasset b/Content/MOUT_Fabrication/Blueprints/Tutorial/BP_TutorialVideoPlayer.uasset new file mode 100644 index 0000000..39a028b --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Tutorial/BP_TutorialVideoPlayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc4b2906b369c613379a30991b43907e9c3d6708b79ccf306d2f611f2fb030b +size 122145 diff --git a/Content/MOUT_Fabrication/Blueprints/Tutorial/ENUM_VideoSelection.uasset b/Content/MOUT_Fabrication/Blueprints/Tutorial/ENUM_VideoSelection.uasset new file mode 100644 index 0000000..8ad5604 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Tutorial/ENUM_VideoSelection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eb152753fe0410d669e86c9cc51ab9201c97a92b1c17e9e7a1d40e04c25a4f +size 4732 diff --git a/Content/MOUT_Fabrication/Blueprints/Tutorial/M_VideoBlueprint.uasset b/Content/MOUT_Fabrication/Blueprints/Tutorial/M_VideoBlueprint.uasset new file mode 100644 index 0000000..4792f70 --- /dev/null +++ b/Content/MOUT_Fabrication/Blueprints/Tutorial/M_VideoBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df1d999e6be6f84f3643abdb8ce844ecd667ae5c63535405a7cefe59eb803a +size 6346 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPersonFire_Montage.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPersonFire_Montage.uasset new file mode 100644 index 0000000..404e1a2 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPersonFire_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07a2f0baef77009b5d099ca8f89864447e702ca889d08995b3a13cc64ab9b67 +size 84378 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_AnimBP.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_AnimBP.uasset new file mode 100644 index 0000000..6e38936 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9792f8ee6e77105274ac5b581b1335bc8d8d951f83fbe9ae6d9b0fdb4960bcae +size 261278 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Fire.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Fire.uasset new file mode 100644 index 0000000..8ed6c6a --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f60559663765047debe8931b43edcbde79a78a33a38b8be49f78050de9c9c2 +size 93569 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Idle.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Idle.uasset new file mode 100644 index 0000000..09f4f08 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5f05a804333ac68c411fe1edc605a77d518ec3c2f5632f12910ff6d426f321 +size 102022 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpEnd.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpEnd.uasset new file mode 100644 index 0000000..997cb1a --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d7416d0632ced979d1b74d738b6e8a8900ab75a10e90dbaca195e3cfe29fab +size 93827 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpLoop.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpLoop.uasset new file mode 100644 index 0000000..86eb000 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpLoop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0359f1e99e78400f7d900b3e319d4e0791cfde811d42998c90c7f6c2e15b07ab +size 96475 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpStart.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpStart.uasset new file mode 100644 index 0000000..7df8761 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_JumpStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d6ca0a381c1ba7792e5188aeaa08cc08bab96917a23e884a8f6a7baa9ad4ce +size 94556 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Run.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Run.uasset new file mode 100644 index 0000000..17fa4de --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Animations/FirstPerson_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adf6f9570e2e6d018ddd2019711eeee8cf6254038354c7aa023b19dc19609c3 +size 95016 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Audio/FirstPersonTemplateWeaponFire02.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Audio/FirstPersonTemplateWeaponFire02.uasset new file mode 100644 index 0000000..afc0ce8 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Audio/FirstPersonTemplateWeaponFire02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82e9d3375552aa9889ae6c00c30e85ba1243abdbb00f56afa9ef66bd705c4f4 +size 306422 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/M_UE4Man_Body.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/M_UE4Man_Body.uasset new file mode 100644 index 0000000..97516de --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/M_UE4Man_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01878558d464b31a13056091665f30e5c8e0878d0160801611ae9208f7f899b +size 138937 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 0000000..25587da --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972f7b3237d57ddb664f3901457ff630eaf5c87902454da1bc1887d5e50d9248 +size 105164 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 0000000..0bd281d --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263aeef01321dffa6c4eac3ba02a55d334e732d277ffb1baf5f79f28a620b667 +size 101531 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset new file mode 100644 index 0000000..99e9daf --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190d786e5ee2f5a0b8138708c105a4649f5d79fc05113db008ddf4c580c4414a +size 102644 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 0000000..61fc753 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfede04bb6db78f42a4eb4cc14a5b9f75b626c141a89a601a218d1aefe28d985 +size 105938 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 0000000..a8f1183 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bd93f5d3b2da8ff432d01a755178f1200b6a291c0d58a051a3313cbb1b2ef2 +size 8754832 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 0000000..3fc934d --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbcb65f26ac4810020bb387dadc2e211e4da3c096194fa5df1827368a854d27 +size 4449375 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 0000000..0654674 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6e06356bb40b767cadb6d79780e1629c265d5f6b9870408fb8d37261a7855c +size 5505240 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 0000000..e82b1ea --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b6a09428c811141999805b505ce620988b18e4938723b26c944478e1c5a6c8 +size 4903746 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms.uasset new file mode 100644 index 0000000..9dfa795 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091acb72bbfbe7b120d1fc95979d7b265ade8db26b440155cf599fc0b4f94385 +size 2861867 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset new file mode 100644 index 0000000..430fc37 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f617409959d5dfcf56e0da5a612b296b68d926dbb1b866fc9f77a8694494c17d +size 98938 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset new file mode 100644 index 0000000..1f50b40 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b4ac16fcd729a3327e7c8f5d7c8f8c15ca1222f42fa6556a430091f32665ac +size 13032 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_LOGO_CARD.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_LOGO_CARD.uasset new file mode 100644 index 0000000..9dbc0fc --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_LOGO_CARD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385159591d97b6befe8ee1f90a486511155035278c590dcbfa5ef5b942673678 +size 88036 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset new file mode 100644 index 0000000..1c3bff7 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7611f2d1a1ac844d5fe05ce06e5ac9ac6b39bfba00d93aad8065dafbf54d0f17 +size 225214 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_Mannequin__normals.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_Mannequin__normals.uasset new file mode 100644 index 0000000..23d3b1d --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Character/Textures/UE4_Mannequin__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d3c41d41cc54158ab9616b0cb30052b1225dd03e5de0e9e3807e1a9f0deacf +size 5532937 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/M_FPGun.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/M_FPGun.uasset new file mode 100644 index 0000000..f0fa909 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/M_FPGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9d9f306a5060119b7206376ac4a855b5667a74e5253e0f198cb4967ca4d6e8 +size 141554 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 0000000..b40eea2 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dd27f8d1acaa2739111b36e0167f539a7ee479f2734c57c90855d25d349f5a +size 105190 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 0000000..23aaf3d --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e215811f7a038a494f4a994aa6d3eed1e175d0501a871c4138df77b4ab7f1fa0 +size 101588 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset new file mode 100644 index 0000000..ed3ed5f --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a4d2b3f28eefc8b374b031292027eca710ade1de5b24019af8917f77b71167 +size 103791 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset new file mode 100644 index 0000000..642ebf2 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1dd965ae9f6a889bec1185771d60a70c6bb4fb42102ed965b7cfc3c06856fb8 +size 99845 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 0000000..d7dca42 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec9625e1ca63d5ae99f5eb7345fc6308580cb6c3650ea9b2f4937d9b804052e +size 105966 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 0000000..8d8cd67 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df20fdd50170c51898c5bf051cc33b6ded05279f5f51dbcd59a1ee47613cc8f +size 8754717 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 0000000..c42df1f --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7fe01ba887424688539ef7cffadfa09c6d0402543a82c7a25fd058df4f8393 +size 4449366 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset new file mode 100644 index 0000000..4bc3f69 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e0f2ccb8db414f4c824a32f726885867356f61cda96c3b713b5d3a0c980042 +size 6358379 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 0000000..85578c7 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ed71854508d8ea74fb4b204a83531834d1c92a4359f4c2666452c8b9041e5d +size 5505125 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 0000000..8966c0d --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d197b1007d26b342ef8bf3661b72b11b761e74ac13358e6610bf692e548645 +size 4903737 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun.uasset new file mode 100644 index 0000000..0e1035d --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0e0ef95222d05b180bd346eff49133a5ce2fc0020dd412aaba79895b75f2d0 +size 2189018 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset new file mode 100644 index 0000000..3ca1844 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e68a4e21da459c75f56c093478579f5bff8bd5c3bd91df9a52f3392bd9b395 +size 86233 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset new file mode 100644 index 0000000..ec3a1b8 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6e1b915543153a7b68eec5d9c0d1a02df10a93ea858e3a0263b62e77fa5be4 +size 4546 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Textures/T_FPGun_M.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Textures/T_FPGun_M.uasset new file mode 100644 index 0000000..7762398 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Textures/T_FPGun_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8669ee30aac627a34d5960f760a3b0a8d1b567383391a51393dd821b0e60a2 +size 229687 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Textures/T_FPGun_N.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Textures/T_FPGun_N.uasset new file mode 100644 index 0000000..25c9e44 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/FPWeapon/Textures/T_FPGun_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d1c9ee23479ff79418b998f2cc82c222f57b54032abd26da4263c13176799e +size 2102584 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/BaseMaterial.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/BaseMaterial.uasset new file mode 100644 index 0000000..6523398 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/BaseMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e0184e1f8b4ee8d23912ea713ebddd66ad5b84f4f15e53d6c96a614c0261d8 +size 83870 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/CubeMaterialOverride.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/CubeMaterialOverride.uasset new file mode 100644 index 0000000..257df6f --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/CubeMaterialOverride.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f05325ff46bb25036b01319849bfa15bd942b799e78a1bfdad764e84d14217c +size 79430 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/FirstPersonProjectileMaterial.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/FirstPersonProjectileMaterial.uasset new file mode 100644 index 0000000..e31b534 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/FirstPersonProjectileMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656fba38b9d6d8d193f2c3cc15a878411ef92a8ad95535a4d9a4a8b13dcd58b7 +size 88798 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/FirstPersonProjectileMesh.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/FirstPersonProjectileMesh.uasset new file mode 100644 index 0000000..a4e1334 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Meshes/FirstPersonProjectileMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f4e6bde57bd055cb39eba16832ca4ae6a6e96bd2ae94ac4305d2ceb481f67a +size 115784 diff --git a/Content/MOUT_Fabrication/Demo/FirstPerson/Textures/FirstPersonCrosshair.uasset b/Content/MOUT_Fabrication/Demo/FirstPerson/Textures/FirstPersonCrosshair.uasset new file mode 100644 index 0000000..c08431c --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPerson/Textures/FirstPersonCrosshair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31753bcf662bc1af5c88698ab6cba6035bcb2fd439f440b5c6c0242466963a2d +size 3162 diff --git a/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonCharacter.uasset b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonCharacter.uasset new file mode 100644 index 0000000..46aebf8 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5da5d337383e0d0f784dcaf529b4f02bd73a7dfdb943921c196829103b4b68e +size 321146 diff --git a/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonGameMode.uasset b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonGameMode.uasset new file mode 100644 index 0000000..b94d0e0 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonGameMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af2a6c9f0f5c68ba8fbcb7cd9ca0d394e9a997d23f56ce40b4d9362ecde516e +size 13682 diff --git a/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonHUD.uasset b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonHUD.uasset new file mode 100644 index 0000000..75c8c8f --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Blueprints/FirstPersonHUD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20e29d829bb98d7789963afac905009eab6a81cad742bc296ef7c5fa32c7cad +size 49828 diff --git a/Content/MOUT_Fabrication/Demo/FirstPersonBP/FirstPersonOverview.uasset b/Content/MOUT_Fabrication/Demo/FirstPersonBP/FirstPersonOverview.uasset new file mode 100644 index 0000000..34257d6 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPersonBP/FirstPersonOverview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92112bc4778d428bf6744d442245e909543b5e6cd8ed22fcfefdb8d34772e3cc +size 33081 diff --git a/Content/MOUT_Fabrication/Demo/FirstPersonBP/Maps/FirstPersonExampleMap.umap b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Maps/FirstPersonExampleMap.umap new file mode 100644 index 0000000..b3910b3 --- /dev/null +++ b/Content/MOUT_Fabrication/Demo/FirstPersonBP/Maps/FirstPersonExampleMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2351464d7c1895ff6afdf5577229bca92b7b8d11bdd3b58ca822f0031d3aa82a +size 21634301 diff --git a/Content/MOUT_Fabrication/Maps/LVL_Asset_Airfield_Showcase.umap b/Content/MOUT_Fabrication/Maps/LVL_Asset_Airfield_Showcase.umap new file mode 100644 index 0000000..336dc6f --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_Asset_Airfield_Showcase.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f4e4341b673ef34acb8d90169f56658c435710d0f33878df005acee5cdfb59 +size 67766 diff --git a/Content/MOUT_Fabrication/Maps/LVL_Asset_AllAssets.umap b/Content/MOUT_Fabrication/Maps/LVL_Asset_AllAssets.umap new file mode 100644 index 0000000..6b76803 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_Asset_AllAssets.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bb4cf08438b67ea6cf4b95cbc61c70e6d6d767832f7279ea6832841cf74a02 +size 358192 diff --git a/Content/MOUT_Fabrication/Maps/LVL_Asset_ModularBreezeBlock.umap b/Content/MOUT_Fabrication/Maps/LVL_Asset_ModularBreezeBlock.umap new file mode 100644 index 0000000..f12e419 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_Asset_ModularBreezeBlock.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c0b3b0904d2923b7a0d0469ce4e721a36df33188b2bfe24359fa36071fa2d8 +size 132394 diff --git a/Content/MOUT_Fabrication/Maps/LVL_Asset_ModularContainer.umap b/Content/MOUT_Fabrication/Maps/LVL_Asset_ModularContainer.umap new file mode 100644 index 0000000..761a2ed --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_Asset_ModularContainer.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71e6f1bc26eb521607f638d4317df142844f3ce3ca6fe18a2e027b11180b71a +size 407437 diff --git a/Content/MOUT_Fabrication/Maps/LVL_Asset_Showcase.umap b/Content/MOUT_Fabrication/Maps/LVL_Asset_Showcase.umap new file mode 100644 index 0000000..e4fcef6 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_Asset_Showcase.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ff2e955ebfb2c171697bacc25979e76fbf1a943c04f832fee9599cdf6290e3 +size 163574 diff --git a/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_Container.umap b/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_Container.umap new file mode 100644 index 0000000..cb16f84 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_Container.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59fe89d57cacbba76d54a7783f3979150f332290ede5643dcd760f72eca86e2 +size 1008712 diff --git a/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_DoorsGatesTargets.umap b/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_DoorsGatesTargets.umap new file mode 100644 index 0000000..7ef8578 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_DoorsGatesTargets.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf83cc33d8814526a3f7d9c4eec0b73162437f14adf1a0eef8d4588d2a004f6d +size 531437 diff --git a/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_ElectricPoles.umap b/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_ElectricPoles.umap new file mode 100644 index 0000000..ff0f46f --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_BlueprintDemo_ElectricPoles.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d312aecde4c56b3ba99700c2b6330a84511f66bffec954c62cc969cd47e599 +size 47460 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel.umap b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel.umap new file mode 100644 index 0000000..0592eb7 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f857c5dddf71c745366c691a46c03b3bf45d2a3f8792d2b63b04407cf1133565 +size 36101463 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_BuiltData.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_BuiltData.uasset new file mode 100644 index 0000000..14b2395 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79ef9ceda45111beef5bf728235f4b59dfe6cc4238bbfe0d547b5276f618ce3 +size 8512077 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_Night.umap b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_Night.umap new file mode 100644 index 0000000..3e5ea0e --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_Night.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50cef65075f7868f03c33d5929936bcd751bb1bc8c5d3140c7389d842bfff11 +size 31242372 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_Night_BuiltData.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_Night_BuiltData.uasset new file mode 100644 index 0000000..4ba7a81 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_ExampleLevel_Night_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f375ae04544f0408a43be496a6581fa34af29d4db2c1b291ecf7613ebc47aa +size 1276199 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Cliff_1_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Cliff_1_LayerInfo.uasset new file mode 100644 index 0000000..f7711bc --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Cliff_1_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ecbb11ffa6c4836cce9234b394b1e78d607ab4f4d9f6ee663045d7d39c1bf8 +size 1470 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_ForestGround_2_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_ForestGround_2_LayerInfo.uasset new file mode 100644 index 0000000..68bdfa9 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_ForestGround_2_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4537e11856ba247478e5b738a072efa9a6079328f8ee16501bb17d833eb16b3 +size 1512 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Grass_1_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Grass_1_LayerInfo.uasset new file mode 100644 index 0000000..4a00390 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Grass_1_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a8fe88fd25a5261c86896806b2bddc965a46c03c060e2c603cd988c00d3bc8 +size 1470 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Ground_1_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Ground_1_LayerInfo.uasset new file mode 100644 index 0000000..0bfdfd7 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Ground_1_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fd362f1d1df6fa94f8a9fac8ca386d008748e6f16355b6cb033f1c89434bf6 +size 1476 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_SlopeBlend_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_SlopeBlend_LayerInfo.uasset new file mode 100644 index 0000000..1b60dbb --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_SlopeBlend_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33b2cf500f9b67100aede00be5c4fe9a06531dcd1addd0fa04acbfcd52dad9a +size 1490 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Stones_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Stones_LayerInfo.uasset new file mode 100644 index 0000000..e675289 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/L_Stones_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67019daef5fd3a4cca9f658a2d3026b498c5deaac4899c02c8206947bc4a85e0 +size 1466 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Dirt_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Dirt_LayerInfo.uasset new file mode 100644 index 0000000..87cece8 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Dirt_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1920c2321ab9b5de22ba105b75204092bad288f5bd7265fbad4d424d37104b +size 1532 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Grass_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Grass_LayerInfo.uasset new file mode 100644 index 0000000..dc9330e --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Grass_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe9d97dda5469487d3ec1d281ed0a21798643a3a205b246b5fe198f8c654de3 +size 1538 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Gravel_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Gravel_LayerInfo.uasset new file mode 100644 index 0000000..308bb25 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Gravel_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a029d4983f78bedf490d1bc3dd5b4c597602852ef72d4e0c275f794be9c264d8 +size 1614 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Leaves_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Leaves_LayerInfo.uasset new file mode 100644 index 0000000..82f45ec --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Leaves_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3568efad6f39637a90b62c80f9ae7993ac3e1c107e0f83ab1374438aaf9c7e69 +size 1544 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Roadside_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Roadside_LayerInfo.uasset new file mode 100644 index 0000000..87de496 --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Roadside_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8feacc53fb90af2e03631eaaf9bb7c56408c0265cfd5b2fd1397cd1c10444e7 +size 1556 diff --git a/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Stones_LayerInfo.uasset b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Stones_LayerInfo.uasset new file mode 100644 index 0000000..cf9ab7b --- /dev/null +++ b/Content/MOUT_Fabrication/Maps/LVL_MOUT_sharedassets/LandscapeLayer_Stones_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0155d1af6dcfe807a5086bbb66585cec7accb1e9e12eca580d566fe72df714f1 +size 1614 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Floor_Mat.uasset b/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Floor_Mat.uasset new file mode 100644 index 0000000..e1f7c3a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Floor_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14069e608bda3b07e6605a727cd539c86e4d6bda879bab37ec3f20c2c1bed9be +size 106841 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Roof_Mat.uasset b/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Roof_Mat.uasset new file mode 100644 index 0000000..7c9f325 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Roof_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3216fca81d7f07c8078a6f7c50b9514830d535e723f1e7bbefeee84386a7712c +size 140844 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Trim_Mat.uasset b/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Trim_Mat.uasset new file mode 100644 index 0000000..84cf10b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/Hangar_Trim_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77673a5c1718d9ff295fc3e1a2a8a6873dc211156aac5c3f64db4762663f6c0 +size 121506 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/M_Airfield_Concrete.uasset b/Content/MOUT_Fabrication/Materials/Airfield/M_Airfield_Concrete.uasset new file mode 100644 index 0000000..b8cbb98 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/M_Airfield_Concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dfa1bb9491aebc7a0ae16a1673637882e5704ff0c9e4e7735549dc41122c88 +size 135183 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/M_Decal_Cracks.uasset b/Content/MOUT_Fabrication/Materials/Airfield/M_Decal_Cracks.uasset new file mode 100644 index 0000000..1f97cd7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/M_Decal_Cracks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d8428c09c3acb5204304e0e4d9d06770a0f0ff971311ac3f4f4094b815bac2 +size 117584 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/M_Decal_Patches.uasset b/Content/MOUT_Fabrication/Materials/Airfield/M_Decal_Patches.uasset new file mode 100644 index 0000000..6911228 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/M_Decal_Patches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de997477ea0c7330d4cdcc01de784252467375140790044408c8615bd7648903 +size 111465 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/M_Wall_Tile.uasset b/Content/MOUT_Fabrication/Materials/Airfield/M_Wall_Tile.uasset new file mode 100644 index 0000000..214f726 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/M_Wall_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0575d1a55e874bf19e85622e525ccba66d675cc66c41025bc065aac48db5649c +size 107207 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/Material_Instances/MI_Decals.uasset b/Content/MOUT_Fabrication/Materials/Airfield/Material_Instances/MI_Decals.uasset new file mode 100644 index 0000000..79bcb31 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/Material_Instances/MI_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa9fe4ed22faa3e0cc60ea76943d33cdb4fed3bf6e4e3d6970de3b10adcd03a +size 113874 diff --git a/Content/MOUT_Fabrication/Materials/Airfield/Material_Instances/MI_Wall_Tile.uasset b/Content/MOUT_Fabrication/Materials/Airfield/Material_Instances/MI_Wall_Tile.uasset new file mode 100644 index 0000000..34f979a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Airfield/Material_Instances/MI_Wall_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586e7ac04c0c9962aff51292dbcfdd8e8115ceb2824ac05a35a1d204cafbecde +size 127260 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_ACUnits/MI_ACUnit.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_ACUnits/MI_ACUnit.uasset new file mode 100644 index 0000000..2ea8e63 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_ACUnits/MI_ACUnit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e0f8647b7c2c693ae31a4489f539144dd1a0b9e7dcb5eb6011a3809f010da4 +size 136031 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_ACUnits/M_ACUnit.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_ACUnits/M_ACUnit.uasset new file mode 100644 index 0000000..39c577c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_ACUnits/M_ACUnit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1365ee5006d7ce6d0161d26cf784a1d0f5d3c14219722dec7f548bd74a236a8d +size 142999 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterSystem/M_FuelWaterSystem_01a.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterSystem/M_FuelWaterSystem_01a.uasset new file mode 100644 index 0000000..e20b2db --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterSystem/M_FuelWaterSystem_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf91703f570654afa0b98f467fb0f8d1f499317aa12eb21811d1c75ff90252b +size 133164 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterSystem/M_FuelWaterSystem_01b.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterSystem/M_FuelWaterSystem_01b.uasset new file mode 100644 index 0000000..f39fd42 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterSystem/M_FuelWaterSystem_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122fa5e8e5abdbaf25a781e584d3f20998e0eb5bd63de5535988df687906f086 +size 142321 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterTank/M_WaterTank_01a.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterTank/M_WaterTank_01a.uasset new file mode 100644 index 0000000..e4a84b0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_FuelWaterTank/M_WaterTank_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907d1144d45148bd89bcd5e9c866ac5edf01915c6e89516dcfa3ba7072c815b9 +size 124754 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a.uasset new file mode 100644 index 0000000..0447ba4 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e061daf7fd939c6e494b2235e7c292dc1d6b8a36bf2276ced83c6ffacc61be +size 131716 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a_Em.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a_Em.uasset new file mode 100644 index 0000000..2e3d43d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a_Em.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494052433e300539ce9e961d3b3b4dff93258988c94ff2fafccee0e028e938db +size 135332 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a_Glass.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a_Glass.uasset new file mode 100644 index 0000000..885e3f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_Lamps_01a_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3aa48b742951fb81ea99ba8edbbe7909176515b9804aaca72a9dde42e62df3d +size 118081 diff --git a/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_emmision.uasset b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_emmision.uasset new file mode 100644 index 0000000..c73eae6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Barracks/M_Lamps/M_emmision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cf8a71574ce61c2843d1354341e4fa8bd3b84d29e35931003428410422d5fd +size 67356 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_BridgeMetalSides_02.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_BridgeMetalSides_02.uasset new file mode 100644 index 0000000..32ccccf --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_BridgeMetalSides_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4981fe029382de45652cba546bdd03dd496031b423a4bb8be3311c87b5d0c93b +size 107674 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_BridgeSupport_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_BridgeSupport_01.uasset new file mode 100644 index 0000000..e0ff622 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_BridgeSupport_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689df0a81df9c244f4a52beef3da02b48adacfb282c4f48304b2898eced92b81 +size 105316 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_MetalSides_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_MetalSides_01.uasset new file mode 100644 index 0000000..3025d24 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_MetalSides_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61e03ac23573f3d83b4eccaa974de1015b2a947abd21e0c04df9bda11eff4f +size 109302 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Metal_Centre_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Metal_Centre_01.uasset new file mode 100644 index 0000000..0378def --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Metal_Centre_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57abdfd6e86d3e756c4b05c0fc60d779f240a690f6030c0555377df816b0babb +size 134419 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Bricks_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Bricks_01.uasset new file mode 100644 index 0000000..ffd6518 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Bricks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf355f2539a546fbd57c8f3ff6f25c11809c102c68ec73682944cf1f4ad76f43 +size 107125 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Concrete_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Concrete_01.uasset new file mode 100644 index 0000000..24f342d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Concrete_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2189862c2ebde1a743b932b8fb9924cadbfc8406482328fcc0465d560470fb +size 92141 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Floor_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Floor_01.uasset new file mode 100644 index 0000000..3b997f1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Stone_Floor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ce7ace311118a2e6fb4d42d39c8fa18dc69bde372e87912d37786c6fff5758 +size 109761 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Wood_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Wood_01.uasset new file mode 100644 index 0000000..91e55eb --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Wood_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbfde05bed17ab1e37432e7a7f23bda7b75d1beadaee2fb1c35324c439bed3d +size 130208 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Wood_MetalRails_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Wood_MetalRails_01.uasset new file mode 100644 index 0000000..a56869c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/M_Bridge_Wood_MetalRails_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2091fab2e05269b6dbdf30ce4a6ce193e17cc8b66b0213428c39070865fd7fa2 +size 131127 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_MetalSides_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_MetalSides_01.uasset new file mode 100644 index 0000000..2c5b531 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_MetalSides_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feae2e1c68465aca6d1bd1b3508cfd9c91a9030053b7585cf65728d70c28afea +size 108462 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_MetalSides_02.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_MetalSides_02.uasset new file mode 100644 index 0000000..aa11e67 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_MetalSides_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5231a54efe2112eac33b95453fe1ac682ececa48d4b04cd3be9e5e009fd7565 +size 115712 diff --git a/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_Metal_Centre_01.uasset b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_Metal_Centre_01.uasset new file mode 100644 index 0000000..ce2e028 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/BridgeAndRiverCrossing/Material_Instances/MI_Bridge_Metal_Centre_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d416e56e36da0d17d69095f3780b4abf2d55cd4ed63680c7ef8778dc29636772 +size 133742 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_Barrier/M_Checkpoint_Barriers_01a.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_Barrier/M_Checkpoint_Barriers_01a.uasset new file mode 100644 index 0000000..daabe17 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_Barrier/M_Checkpoint_Barriers_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55e395f53aee8d98e222944e7342a9487313cf73f6e14e59f1e8ecdaf5faac6 +size 131622 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_01/M_GuardTower_01a.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_01/M_GuardTower_01a.uasset new file mode 100644 index 0000000..9e71536 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_01/M_GuardTower_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a06197b15eb7decbd79a95518da0db801c41a9335837d51f18e2f4f7d8354c +size 137195 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_01/M_GuardTower_01b.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_01/M_GuardTower_01b.uasset new file mode 100644 index 0000000..0f8e40a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_01/M_GuardTower_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240a94fd7fc6bdaeb85b7820e5d70e913a07c61c419868da3811aaff49f5c169 +size 125486 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_Concrete_02.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_Concrete_02.uasset new file mode 100644 index 0000000..075f57e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_Concrete_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3746bbeef6e8b583707d22e1d6668a583782e2160930268bd0fd4d2c3d1d91e1 +size 120430 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_GlaSte_02.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_GlaSte_02.uasset new file mode 100644 index 0000000..0c4c94d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_GlaSte_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b07874853869d96ab944985d31b79f1065b43ef4b2163c002e3ae48eb5729d1 +size 137972 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_PlaRai_02.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_PlaRai_02.uasset new file mode 100644 index 0000000..6befd54 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_PlaRai_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d4df2995c24ef1875a76cb92da2357cd6cf5fccbe95b241493dc7fcb7d0907 +size 141671 diff --git a/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_Siding_02.uasset b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_Siding_02.uasset new file mode 100644 index 0000000..91d3572 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Checkpoints/M_GuardTower_02/M_GuardTower_Siding_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb909504d8573a5e8ac4b688c6d455c75b924818d08d3054592e28a22a89cc1 +size 135469 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Base_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Base_01.uasset new file mode 100644 index 0000000..fc7f832 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Base_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da5ec895828f2268e70441dbcf667745cbedb128331a0a33b94d2f9556a3e01 +size 126911 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Box_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Box_01.uasset new file mode 100644 index 0000000..8698a57 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Box_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6da39f314f2ec67872e062232bddbde062f7810cedcba7c5fc78f71fe8edf3 +size 137712 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Radar_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Radar_01.uasset new file mode 100644 index 0000000..9550833 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Radar_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75331614807692561d6263ce81970c9bf33190486a371d48b9a9f6311ef669f6 +size 122974 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Trailer_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Trailer_01.uasset new file mode 100644 index 0000000..29c5708 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/M_Trailer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b025899909044883bfdbfdcb2ff73aaa400414fe264315f9b787c1a7f86a17 +size 144427 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Base_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Base_01.uasset new file mode 100644 index 0000000..6c65a92 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Base_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baa051aef12fc804cb8fe2dcd3961cd9daa085d0f9b03b3c4d5cd779a8f65c7 +size 126630 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Box_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Box_01.uasset new file mode 100644 index 0000000..a57f662 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Box_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe21f9a987e746c4c74100814191ffccfabce66aa552e048e991fc350691efb +size 131556 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Trailer_01.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Trailer_01.uasset new file mode 100644 index 0000000..fef1e11 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_01/Material_Instances/MI_Trailer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7262d90e7d0364c4fc80036ea6081829cfc38ff37bab993af1efb7591ac672 +size 148085 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Base_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Base_02.uasset new file mode 100644 index 0000000..66c1fb2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Base_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c6d7cf5a32a56b8191fcdb2d3984eb15e52fc8d204c2aa179f58119f3eacaa +size 130811 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Box_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Box_02.uasset new file mode 100644 index 0000000..ad81e9d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Box_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6116cd566faa8644c465cc035823022fceaf61fad1f41d4a787a02ccea3c050 +size 144572 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Radar_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Radar_02.uasset new file mode 100644 index 0000000..8170668 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Radar_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a35131338a9a96f7516a618df9881dbecb13841588569f092ed4f4de144a92 +size 136816 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Trailer_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Trailer_02.uasset new file mode 100644 index 0000000..0b28acc --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/M_Trailer_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81cc90865c7cc73f001820ddf8888ab99c397fbd49f872e994d1b22789763d7 +size 145428 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Base_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Base_02.uasset new file mode 100644 index 0000000..3bde680 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Base_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b7ce4e6ac614f3879e6f293bc227e19db2cd52950a3d111415901e8f8b1431 +size 129292 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Box_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Box_02.uasset new file mode 100644 index 0000000..8a46144 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Box_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68191c8df40209c08902d666363363d11aee52c60ce7a9b97ba1edfc6b1baddb +size 140891 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Radar_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Radar_02.uasset new file mode 100644 index 0000000..9af122c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Radar_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac96abc8a5a719f6352bf17f4d33e18163bb831644016155c3ebc03b2b13cfc +size 136404 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Trailer_02.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Trailer_02.uasset new file mode 100644 index 0000000..356737d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Radar_02/Material_Instances/MI_Trailer_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac2cf07aa0158be855bb1820c0ab0155859229480237d8250877627571fcbd8 +size 148124 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerExt.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerExt.uasset new file mode 100644 index 0000000..df76ffc --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerExt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a7c994e288760a19636978c7f60a0be2855a50e12ad6d0fa4271ae9ed33379 +size 110672 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerInt.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerInt.uasset new file mode 100644 index 0000000..754541a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerInt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e55a7d486e1e6a5e811f92bf4af9fda51f47256cf44de55000789235c4c780 +size 141065 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerPlat.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerPlat.uasset new file mode 100644 index 0000000..a3c5773 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerPlat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b20a1728fac73208628b81907df5fea8babd96a0a53f4db60e3481b573dac1 +size 113705 diff --git a/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerTop.uasset b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerTop.uasset new file mode 100644 index 0000000..cfffc5a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Communications/M_Tower/M_TowerTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fadc3e7393b55f29be0f7095f90849f924d78e4ea8007f30e30c05f29d8a521 +size 110833 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_01.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_01.uasset new file mode 100644 index 0000000..3379e39 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff907b881730a7775497e5cf0b23438cf43c6b16c754376d5ef6a066f6c3e1cb +size 101101 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_02.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_02.uasset new file mode 100644 index 0000000..d9137fc --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b268a2bb81229b4a78e67af14729d9b8f172c5635e03b17c67584a242b670595 +size 107428 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_03.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_03.uasset new file mode 100644 index 0000000..68fc024 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c565ad25ff3d063fb6d74b86c899255e8136fd154fa95731fd3f8fcce55890c8 +size 112913 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_04.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_04.uasset new file mode 100644 index 0000000..803b0e3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a3d50c9e7ceba4ee0851dca71e1b974b4baa1b861844b21a6817da7ef7b4e8 +size 112610 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_05.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_05.uasset new file mode 100644 index 0000000..b2190f5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cc769c23d0c196a03875da938d5166b42158abcbf7e3f04f3f25d65661541a +size 100801 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_06.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_06.uasset new file mode 100644 index 0000000..0abe9f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3850d2ad814f55486c66ba8db0f3f82fbf236b2bd6d878e28d51d0758e4c7cf +size 98975 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_07.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_07.uasset new file mode 100644 index 0000000..5f3e2b8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15a669273ea8dad0822a85fd1dd38a5a544e260c86c4e0b73f593774f931455 +size 98947 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_08.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_08.uasset new file mode 100644 index 0000000..2cca73c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea677e3c40ae6d00be15642d19860709b17a7026f6bccad0fc1e5d6863213bd +size 91892 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_09.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_09.uasset new file mode 100644 index 0000000..4d7ef92 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b43f1e395e677d5644d8b7997965777a5fec2a504bfcf86c8d963ea2e3b5efc +size 104326 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_11.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_11.uasset new file mode 100644 index 0000000..fe4e71f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8164ad88c6e343689c71734e23c7c620a3d6ba8bc903fe410351c50c1eb6b05c +size 90698 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_12.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_12.uasset new file mode 100644 index 0000000..700b591 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f45fcb0259e57c7f99e6909502f2de5f6582998eb1fb6b73a7eed30a0b755df +size 120287 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_13.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_13.uasset new file mode 100644 index 0000000..f42e092 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d1b08d9d7e654d3999cd1218cdcf9f7d229eb30658c329a0668f23ab5f2210 +size 121081 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_14.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_14.uasset new file mode 100644 index 0000000..4395e44 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6390fd14c68c8fde74ab31aa01a7c46b1c3fd392f747c008d1b2f709422c384 +size 131236 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_15.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_15.uasset new file mode 100644 index 0000000..577ba18 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9312abf086dff323938af68c05a4416c1f15df9cdbfcb0999a91bed5ae13d8 +size 125293 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_16.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_16.uasset new file mode 100644 index 0000000..c52627c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0792ad3d99baf929bd0f50c0f6eb9c1619cbd240feb49c4f64c60f542c3980 +size 93708 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_17.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_17.uasset new file mode 100644 index 0000000..269a2cc --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c349192646193c0307f7137041a1c2eb6fc005f88b73fb8fe947b3fd21a07b +size 117725 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_18.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_18.uasset new file mode 100644 index 0000000..8d1c1b8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e921adc65991cc3ea57bd78501ead01b930ade52d86c81a13adcb42bb53067f3 +size 99810 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_19.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_19.uasset new file mode 100644 index 0000000..c456931 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc8a66f76cebac5a0ac30859f1bd15361efa9c0ed2a5836821f15719c70b042 +size 106657 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_20.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_20.uasset new file mode 100644 index 0000000..ec449f4 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc72dd1ab18ac087f2020cec271b6595283fed1079a93efc64be7fa1172f2f93 +size 94781 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_21.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_21.uasset new file mode 100644 index 0000000..78e09ce --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f8ec15f956762359cc6c07669bffb495bb701bcdfdfb431d064ec6eea58a81 +size 111806 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_22.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_22.uasset new file mode 100644 index 0000000..31c3f17 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b5a53a37714f1b57df3149dedd1d6ce077dba6ea2f5227aae48b424d591045 +size 102411 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_23.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_23.uasset new file mode 100644 index 0000000..fbddc64 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_23.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17790fd67036573286abfc3c57d0f2c20f95544348437ec8668d20d6bc802635 +size 95150 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_24.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_24.uasset new file mode 100644 index 0000000..e168809 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_24.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ca0bca74baa6c379ab5b4b3d6f3ef643a0e9adfe5f721bceb5357bfd55474e +size 95147 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_25.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_25.uasset new file mode 100644 index 0000000..c6cb62c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d181d5b169a187b8f1d9a54bbc1aa18d311896c106f33330dc9b2b1a9c1a3326 +size 89674 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_26.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_26.uasset new file mode 100644 index 0000000..f3bd813 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_26.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d2de54d3cd7a79c56a29fa176d1d50cb60007b5f0f7cf3c764cab63146fdec +size 102949 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_27.uasset b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_27.uasset new file mode 100644 index 0000000..256b11c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MI_Decal_27.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35632a6d484e036b60164380dc93079b1598296d219b3b81b5272cfff730f6b +size 91780 diff --git a/Content/MOUT_Fabrication/Materials/Decals/MM_Decals.uasset b/Content/MOUT_Fabrication/Materials/Decals/MM_Decals.uasset new file mode 100644 index 0000000..1cb0982 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Decals/MM_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b48f1d73c6b8db18825b8c59c11a7687a1a3d89af1f48a9084688444c6e953 +size 142671 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/MM_Foliage.uasset b/Content/MOUT_Fabrication/Materials/Foliage/MM_Foliage.uasset new file mode 100644 index 0000000..517f7a5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/MM_Foliage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c634e310dbd42dc6bc7f4be02eee0cb5a14640f94d874d90a7d953d7da4a45 +size 132136 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MF_ContactShadows.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MF_ContactShadows.uasset new file mode 100644 index 0000000..009bfa0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MF_ContactShadows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093ed53db5e26d3a4761c99c03ff6f53577f7734f6563b17a8a6ecdf0b3a908c +size 75131 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MF_Wind.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MF_Wind.uasset new file mode 100644 index 0000000..033bd6d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MF_Wind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f4e72cc7e45727d92b2e169a0e7cca2d6c8f552dedcf7572e300ffc2611dd4 +size 82892 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MPC_GlobalWind.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MPC_GlobalWind.uasset new file mode 100644 index 0000000..656d26c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Functions/MPC_GlobalWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fdc3e33d64301f35ec4ffb02b307956a299b540ade0fd064692af667c012cf +size 1758 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Bark_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Bark_01.uasset new file mode 100644 index 0000000..87993b5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Bark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090b32ff9b740eea1b15336ab98ca8cfdf5542be662c15ea2c7a49ac45ba3c1b +size 123100 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_01.uasset new file mode 100644 index 0000000..e0db2c9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd37b9e233cab353a151db6d699bb462785d0ab4e238b17a6fabaa9d735e2fe +size 96217 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_02.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_02.uasset new file mode 100644 index 0000000..8ba40e0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93891b1e3461112e5ab22af11e8d76e919fcbfbd80e814fbd33e576478ef3640 +size 98903 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_03.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_03.uasset new file mode 100644 index 0000000..50e3133 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertBush/MI_DesertTree_Leaves_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ed8a692531067a7eb396147c211d5fa425c27b5183cd5f39fd36084c1d49bb +size 105633 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Bark_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Bark_01.uasset new file mode 100644 index 0000000..1220ae8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Bark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dc43d6c39f30c832fe385aa18dfc23b64ec77ee366d6535db25d36224b37f4 +size 122976 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Leaves_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Leaves_01.uasset new file mode 100644 index 0000000..d4a71c5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Leaves_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2d48c1545aa16adcecb5b6460d4121d00aae8944eb81ba30f29828789f0150 +size 102089 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Leaves_02.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Leaves_02.uasset new file mode 100644 index 0000000..fa77c77 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertShrub/MI_DesertTree_Leaves_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e8477e6c4e3ce5a70efed28f8a2d4dbc1684bf98d7769800c1db3acb33684b +size 94943 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertTree/MI_DesertTree_Bark_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertTree/MI_DesertTree_Bark_01.uasset new file mode 100644 index 0000000..09bf387 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertTree/MI_DesertTree_Bark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44dd45322807bfa9667b4abce1ed670a50123e4f521441f19a13b2f3da29075 +size 122667 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertTree/MI_DesertTree_Leaves_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertTree/MI_DesertTree_Leaves_01.uasset new file mode 100644 index 0000000..957bfbf --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/DesertTree/MI_DesertTree_Leaves_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cc00e1ea660913b731b7e5bc6d8bc8849eda25ba856e666cdb91cf214d573d +size 101132 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/PlantTrees/MI_PalmTree_Bark_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/PlantTrees/MI_PalmTree_Bark_01.uasset new file mode 100644 index 0000000..c82bea2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/PlantTrees/MI_PalmTree_Bark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0dd401cb5e37d76f58087e7773dd95cc7da885397257359536d03a17b46106 +size 138691 diff --git a/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/PlantTrees/MI_PalmTree_Leaves_01.uasset b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/PlantTrees/MI_PalmTree_Leaves_01.uasset new file mode 100644 index 0000000..d502c29 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Foliage/Material_Instances/PlantTrees/MI_PalmTree_Leaves_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b21c0595e8554ede2f98291b10ec9b2b0d2009ed071af614c8171086b4b8998 +size 121738 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_DoorGrey.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_DoorGrey.uasset new file mode 100644 index 0000000..fd69a53 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_DoorGrey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525d773ab7d146fdc1da8d75b3d2a34ec4c4532f16ddf4849882a2c6ed72afd1 +size 110201 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_MasterLayer.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_MasterLayer.uasset new file mode 100644 index 0000000..8c2dac3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_MasterLayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac356276fd9a932deacd6e221b1ce57f89bc77f17bf72d0e4da0a11d2b5167d +size 83777 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_Sunshades.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_Sunshades.uasset new file mode 100644 index 0000000..220deda --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_Sunshades.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725ce57e23a13293e5713acfce46112fcb39d5c81775aa56585416ca9b17a8e1 +size 135613 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_WindowBlockers.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_WindowBlockers.uasset new file mode 100644 index 0000000..1c40ef3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_WindowBlockers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75d3123ab91e147d5be6f9a88c0c3b189e25168d5c9dd8026872c6b0cc479c0 +size 135721 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_WindowPieces.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_WindowPieces.uasset new file mode 100644 index 0000000..8c45a3b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_WindowPieces.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93797a9bad504fd812b1a489175592bf65b6210039a1dfbd075acc90fbebf0c0 +size 135633 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated.uasset new file mode 100644 index 0000000..3e96ce0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ad137bf2db011b005defcc1b0b0a58fe6405f5667c7505f02e7b6452e7ce4c +size 135636 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerFrames.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerFrames.uasset new file mode 100644 index 0000000..635759d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerFrames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840eb564f25c47ca7aa1ed94d9e35b49942e05446edaa8b5308b9bce7a27fc56 +size 129795 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerLock.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerLock.uasset new file mode 100644 index 0000000..1855016 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e6d8a9796a458a495c4197e5b8ddaa56b7b1fbe5ab745d390b0fc39b000c47 +size 129733 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerSupport.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerSupport.uasset new file mode 100644 index 0000000..9e56bab --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MI_YellowCorrugated_ContainerSupport.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29618db17e70771e068f091f48dd127f4f8e9cee65f9d170704913f6195e13f +size 129749 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_MasterLayer.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_MasterLayer.uasset new file mode 100644 index 0000000..30088ab --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_MasterLayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e07a70c90c8eb6fba8bf2fe8ba5e7cb9707e9f32688c8340b7261c7a10e085 +size 96470 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_MaterialLayerBlend_VertexPaint.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_MaterialLayerBlend_VertexPaint.uasset new file mode 100644 index 0000000..92bb96f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_MaterialLayerBlend_VertexPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcc8334109a8cc1bfd392f90529cf1c5dcf58a02f62be67fffaf57d4fc572cb +size 52075 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_SimpleMaterial.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_SimpleMaterial.uasset new file mode 100644 index 0000000..18468e3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/LayeredMaterials/MM_SimpleMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2a5f95e2a8e98d66ed648fc78a84c5c7ae749e452c22c99329adc799da6b22 +size 83058 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_IntWood.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_IntWood.uasset new file mode 100644 index 0000000..ff25c37 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_IntWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd5ed8f051e198e85d4495cf270f731447d9f6f2c1f1b0dbf27d797c8560728 +size 120157 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_PolishedWood.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_PolishedWood.uasset new file mode 100644 index 0000000..7e7ef6c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_PolishedWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65a440521ef2116de69194f91ef7de1e2e659ccbac10b01a65ef5d1155b2115 +size 122465 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_WhitePaint.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_WhitePaint.uasset new file mode 100644 index 0000000..fab4023 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/ContainerMaterials/M_WhitePaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b80d9528726939a07fe2135a99bd8e268c2ae263500f71e6ee0045020af50e +size 95150 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_AccessGate/M_Acces_Gate_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_AccessGate/M_Acces_Gate_01a.uasset new file mode 100644 index 0000000..c6d62f6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_AccessGate/M_Acces_Gate_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9b919895c8bec47f70f96cc7af0ec2ecd8bb887a058e8891248141837631bf +size 129705 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_AccessGate/M_Acces_Gate_Mesh_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_AccessGate/M_Acces_Gate_Mesh_01a.uasset new file mode 100644 index 0000000..a108f8e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_AccessGate/M_Acces_Gate_Mesh_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d29b1512e747d724dc2b7e858f3c9fdbf5dc9c88f557b25cd9f2bdb9d96fd34 +size 142996 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_BarbedWire/M_BarbedWire.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_BarbedWire/M_BarbedWire.uasset new file mode 100644 index 0000000..c7b6fb2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_BarbedWire/M_BarbedWire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc528fbf6d78a7915439f82212fd5f6767784c880aaf4589bfce2bba8ebc791e +size 113977 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Barrier/M_Barrier_BarrierWall.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Barrier/M_Barrier_BarrierWall.uasset new file mode 100644 index 0000000..4212076 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Barrier/M_Barrier_BarrierWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d48805fe10651b205ee5510b0b39d91eeb4a93ce8b2c453b13a9116c8981f87 +size 133610 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Barrier/M_Barrier_Barriersand.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Barrier/M_Barrier_Barriersand.uasset new file mode 100644 index 0000000..7b1950a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Barrier/M_Barrier_Barriersand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4937b7b3a1e82b1b4f50cc0db221afd6751f8dff236d2611cdba7c71e70323f +size 140100 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Master_Materials/M_CeilingLight_Long.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Master_Materials/M_CeilingLight_Long.uasset new file mode 100644 index 0000000..810ee5d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Master_Materials/M_CeilingLight_Long.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f17be678eb046c193bcdf2da3206b9ae4989acf9382a3e81365e2fea480dd3 +size 101420 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Master_Materials/M_CeilingLight_Short.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Master_Materials/M_CeilingLight_Short.uasset new file mode 100644 index 0000000..4777789 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Master_Materials/M_CeilingLight_Short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d333b6c7db68141145a7f98b12990dad5ff955578d6618c9c31bdbedc69420 +size 135877 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Long.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Long.uasset new file mode 100644 index 0000000..21a0338 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Long.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041e2c2cd287a41a1258af6c32eba097cbec624f061a39322e1838e1bd7342db +size 83033 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Long_LightOff.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Long_LightOff.uasset new file mode 100644 index 0000000..58b80a5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Long_LightOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7450a4fcfafc129c416a0f497488bab56126bf2674b2cf7aa56a2dccafb7e6fb +size 95698 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Short.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Short.uasset new file mode 100644 index 0000000..0ff6b76 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c814cd7acebe906a699cc95fbd3641bfb49cccbaf90231e9310b87fe69d364 +size 130602 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Short_LightOff.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Short_LightOff.uasset new file mode 100644 index 0000000..d4fc3db --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CeilingLights/Material_Instances/MI_CeilingLight_Short_LightOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed571091876bc306f305c150233f5d5345962ea665d26e617c21076e0d1b200 +size 130040 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ConcreteBarrierBlock/M_ConcreteBarrierBlock_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ConcreteBarrierBlock/M_ConcreteBarrierBlock_01a.uasset new file mode 100644 index 0000000..2f99956 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ConcreteBarrierBlock/M_ConcreteBarrierBlock_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f3476fee76f9f6608dbd7514538c0aff1d8eb870ac65591d962d481206cd93 +size 94832 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust.uasset new file mode 100644 index 0000000..ea579df --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc13944da347913edddd71fc669c8beae69d122e8d32bf2110b08f346c6dcc4 +size 120880 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust_2.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust_2.uasset new file mode 100644 index 0000000..fc62c0d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bab8d0a10f5c47bfa15c3a10b5e0cdf44625cb35665509317eeeb41f6de511a +size 142363 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust_3.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust_3.uasset new file mode 100644 index 0000000..7dcdcc8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/MI_CorrugatedPanel_TestRust_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbef3dbcdbf78be3fda38b08ea7dcd8f6490d5c8a26b4786a1078b576550301 +size 104860 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Clean_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Clean_01a.uasset new file mode 100644 index 0000000..9978fd1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Clean_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63660786fdb970fcab73dfdd8bbfe0336b77472a4386c014afb3960304d6d52 +size 101797 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Rust_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Rust_01a.uasset new file mode 100644 index 0000000..7e89b44 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Rust_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a6dbcf4bac88fdc6d744a316a26738b7022c12bf056c565c5a840c3ad445a5 +size 116960 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Rust_01b.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Rust_01b.uasset new file mode 100644 index 0000000..d435fe2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_Rust_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551f6ca5d293b216fcd38c5805498461d48d0c057325edcac7bae9b356122032 +size 137576 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_TestRust.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_TestRust.uasset new file mode 100644 index 0000000..a40fd2e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_CorrugatedMetal/M_CorrugatedPanel_TestRust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7c2e642c323d47c60226288a68a24d31aa97852116e079b4a236c5dd85974d +size 121535 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ElectricityPole/M_ElectricityPole_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ElectricityPole/M_ElectricityPole_01a.uasset new file mode 100644 index 0000000..bcc21de --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ElectricityPole/M_ElectricityPole_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf1916de1283fb49dde67089c7544121003c669bd70cb040100344cf2ab1ac4 +size 137644 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Fencing/M_Fencing_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Fencing/M_Fencing_01a.uasset new file mode 100644 index 0000000..4fea1b8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Fencing/M_Fencing_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a40d57c40078ec69b8ffa06e621126d08135cc314ce5cebd0fb1f42ce4f0cb1 +size 114031 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Fencing/M_Fencing_Mesh_01a.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Fencing/M_Fencing_Mesh_01a.uasset new file mode 100644 index 0000000..a779c8e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Fencing/M_Fencing_Mesh_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409611f8655226afb2966aa6104c7a7c5d1f36bff24279c9e0582a4adab278c9 +size 143595 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/M_Flag_Cloth.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/M_Flag_Cloth.uasset new file mode 100644 index 0000000..6df759a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/M_Flag_Cloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adbffc27cf36430f9f92e909ee6351926c22d65358b722d54e17964c2ab7a9f +size 136633 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/T_Flag_01.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/T_Flag_01.uasset new file mode 100644 index 0000000..410b893 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/T_Flag_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8589c95a71b55aa6e6a7615603c773d130aee4e933a534a11c0d0cd972c509d0 +size 134167 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/T_Flag_02.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/T_Flag_02.uasset new file mode 100644 index 0000000..b4483a5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Flags/T_Flag_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6dc9b8dd5d72a9565cc4014c26f791b1c5d4a137e9d9e89bd39d1aa1657ac2 +size 130864 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Sandbags/M_Sandbags_01.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Sandbags/M_Sandbags_01.uasset new file mode 100644 index 0000000..8d368e0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_Sandbags/M_Sandbags_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d8040f5a18043d630b94de78db882eaebe7e0d7ab82113b0db8a6a221bfc4e +size 126334 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ShootingTargets/M_ShootingTarget.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ShootingTargets/M_ShootingTarget.uasset new file mode 100644 index 0000000..570af11 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_ShootingTargets/M_ShootingTarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c434159a91047314e02e43b8097cc59d274a59d17441f8a4058d2ea1b071c0 +size 138817 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_SideWallVents/M_Side_building_vent_clean_01.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_SideWallVents/M_Side_building_vent_clean_01.uasset new file mode 100644 index 0000000..69629dc --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_SideWallVents/M_Side_building_vent_clean_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b36f5bc212fab0d1f8def55fb451f12fc54790fa2277f859c5aa3c4ed64a77d +size 104626 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_SideWallVents/M_Side_building_vent_damaged_01.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_SideWallVents/M_Side_building_vent_damaged_01.uasset new file mode 100644 index 0000000..8c6c800 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_SideWallVents/M_Side_building_vent_damaged_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8ea53c7f56492bdc9cb7a210d29667b034cf75d147873c18ed64659a4c3e55 +size 112817 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/MI_StreetLights.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/MI_StreetLights.uasset new file mode 100644 index 0000000..f0d4fdf --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/MI_StreetLights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99a98b5fa7ea74f42a684aca91994d65edbe50dfae0e86adcc07d78c3309168 +size 119611 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/MI_StreetLights_02.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/MI_StreetLights_02.uasset new file mode 100644 index 0000000..5385a53 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/MI_StreetLights_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7e4bb10110528f00daee1fed3784550bfb4684689eda7e359657ecfaea3a9f +size 119170 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/M_StreetLights.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/M_StreetLights.uasset new file mode 100644 index 0000000..f9f7ffa --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/M_StreetLights/M_StreetLights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a749d9c22a417ae84ca4366b5e57596a3c30b6e8c35efc956a2864eb13965516 +size 124934 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/FrontStep/FrontStep.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/FrontStep/FrontStep.uasset new file mode 100644 index 0000000..e1fea9b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/FrontStep/FrontStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf534d82f1a989bb8fce17e2d3f6fdc6d2d7743cb8baeb7dd07aac39d24dc1a +size 99625 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/MetalStairs/M_Metal_Stairs.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/MetalStairs/M_Metal_Stairs.uasset new file mode 100644 index 0000000..caafbc9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/MetalStairs/M_Metal_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8753d206e77582ffb17ab66213802417a620014b955ac880ac4bac7277a97baf +size 123347 diff --git a/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/MountedLadder/MountedLadder.uasset b/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/MountedLadder/MountedLadder.uasset new file mode 100644 index 0000000..46f042d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/MOUTFabrications/Stairs/MountedLadder/MountedLadder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8add641fc66ad6e76a69ffb73289a378201e3401d04c14a5f82e6ffd5bd7edf +size 120591 diff --git a/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_1.uasset b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_1.uasset new file mode 100644 index 0000000..a925ddb --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91de603ebc6a66795edd26db212a290bf0213497f86094c59d54a0d840a25796 +size 166758 diff --git a/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_2.uasset b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_2.uasset new file mode 100644 index 0000000..a80ed8e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f2540b6a6f6f1d96f1dbdcc97ae65fe9e43c5bd12e909c1f5e4a63d95d1c00 +size 172645 diff --git a/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_3.uasset b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_3.uasset new file mode 100644 index 0000000..6104f57 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliff_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d9a7ac9433eccf435c5a6c74eabb192ac679f4eaa42626481183fd4553b690 +size 172249 diff --git a/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliffs_04.uasset b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliffs_04.uasset new file mode 100644 index 0000000..11f7da3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/RockSet/MI_Cliffs_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dd118a5a1f9c17750b3195d8f609b1b96746e575540a43860431eecd38ed54 +size 168590 diff --git a/Content/MOUT_Fabrication/Materials/RockSet/M_Cliffs_2.uasset b/Content/MOUT_Fabrication/Materials/RockSet/M_Cliffs_2.uasset new file mode 100644 index 0000000..41fca08 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/RockSet/M_Cliffs_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9149b9bcb0075425c5f431effeffab7d9778fbfc45924ebed0ac6ca9bef58f46 +size 189666 diff --git a/Content/MOUT_Fabrication/Materials/RockSet/M_Rocks_Pebbles.uasset b/Content/MOUT_Fabrication/Materials/RockSet/M_Rocks_Pebbles.uasset new file mode 100644 index 0000000..2cea0e1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/RockSet/M_Rocks_Pebbles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8fa5950ce5b2ba34e5ed2d4fa841e1a2d9f91b82d592db3efb551a11902634 +size 147638 diff --git a/Content/MOUT_Fabrication/Materials/Sky/M_Sky_Day_01.uasset b/Content/MOUT_Fabrication/Materials/Sky/M_Sky_Day_01.uasset new file mode 100644 index 0000000..6f09765 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Sky/M_Sky_Day_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23b618374f63bc167352298e3289f3bbdf6817e658e907eb1c95f663d279a0f +size 100160 diff --git a/Content/MOUT_Fabrication/Materials/Sky/M_Sky_Night_01.uasset b/Content/MOUT_Fabrication/Materials/Sky/M_Sky_Night_01.uasset new file mode 100644 index 0000000..3f112a6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Sky/M_Sky_Night_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e85fe5b6931d95a73e28dc3d0cd3e27de0a3704f089b0c42d370573a03b710 +size 86597 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Cliffs.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Cliffs.uasset new file mode 100644 index 0000000..521bb24 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Cliffs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c881bd907e192b03d7ea33df8a293ccb71afdac9038c41e5f1fa3774e911f0 +size 189586 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Landscape_01.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Landscape_01.uasset new file mode 100644 index 0000000..6939e27 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Landscape_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f84b0bcefc9ced247ead8c7081fe95649479e046ad3a0a5bfc8517c551ca25 +size 122986 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Terrain_Meshes_01.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Terrain_Meshes_01.uasset new file mode 100644 index 0000000..08ac169 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Terrain_Meshes_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1bb9ec55472fbce13270e17eea7d09079599bec3745054ccd1cd7de63bee56 +size 210171 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Water.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Water.uasset new file mode 100644 index 0000000..a346c33 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/MM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cd7a97718a296204383123789be5deafd33e7752b2262f2c4785ccb07e41f2 +size 168909 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/M_Landscape_01.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/M_Landscape_01.uasset new file mode 100644 index 0000000..52c842f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Master_Materials/M_Landscape_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92873db8008b587a3b0abecdcd43619ccc3c983d2f83e3987a05430eb6ff30d +size 1471 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_CheapCameraFade.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_CheapCameraFade.uasset new file mode 100644 index 0000000..a42b7e9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_CheapCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028658cd40bc12ed622ad204b97e0904d258df8997e76ee51e25322d5a25e82f +size 50552 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_DistantTextureOverlay.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_DistantTextureOverlay.uasset new file mode 100644 index 0000000..bb9162f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_DistantTextureOverlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d9b4bfccd6c23301cf163dfbb0e8512c37293e1f9b39e617534678f0ffc0f4 +size 121077 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_LightRock.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_LightRock.uasset new file mode 100644 index 0000000..7b4dde2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_LightRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a45474154da415684599c472298921fbda03e0830c8317a0312f1b4d0940e6 +size 97233 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_Rock.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_Rock.uasset new file mode 100644 index 0000000..ea6c598 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3daa5d673d2e2973f43a304699a12a10fd27a2544d567d37d1fe65098f52053 +size 62883 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_Sand.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_Sand.uasset new file mode 100644 index 0000000..9224ef7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_LandscapeLayer_Sand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be47c9900bc6df8f23091e8d9f2a9a070493248ea3ae211f4c4cd810ad60e16b +size 98054 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_Noise_Variation.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_Noise_Variation.uasset new file mode 100644 index 0000000..abe40e9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_Noise_Variation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bb89ef2700baafad2187e214652b1495ea00f979260ff81114d26ab52d58b7 +size 78112 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_NormalStrength.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_NormalStrength.uasset new file mode 100644 index 0000000..1760b82 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_NormalStrength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd36e080e1d87ef763ebca79e5eb2c2207e35007a17cd2532b84bf82e4cf35dc +size 82526 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_ReconstructZ.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_ReconstructZ.uasset new file mode 100644 index 0000000..2250b7c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Functions/MF_ReconstructZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437cda4a61df329d1b4907c860b2327ed10d43498e1e0aa1f24d1caff5c1f358 +size 69180 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_01.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_01.uasset new file mode 100644 index 0000000..61c6f75 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0af6ae6d22409d33c0687dc0d6c1526e04ae5f7a0a0bc40d3776e190756388 +size 166028 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_02.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_02.uasset new file mode 100644 index 0000000..af98bc0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b64849cac564fee9ccbaed69743e24f998f3e974866364516736cbf2f21392 +size 167604 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_03.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_03.uasset new file mode 100644 index 0000000..41a22e7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293a390d74b7bff8e40631033005c443a548f62bc7f6d5cdca3ee99c3faa876e +size 167744 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_04.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_04.uasset new file mode 100644 index 0000000..97c7a24 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04bc9a4596047bb70c60b60184dad5027f089422932b295141b0ca768ec4a8c +size 167065 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_05.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_05.uasset new file mode 100644 index 0000000..f71e853 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Cliffs/MI_Cliff_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de05aba9f4f6400daf7b7a0bd1828ae280c9e967df46d37421083bb024edb31 +size 166300 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_01.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_01.uasset new file mode 100644 index 0000000..573e199 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82412ef57422f531d113b3f2f334495fd8bc5c4a3879fb0ef8e4da416e2a98a +size 155057 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_02.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_02.uasset new file mode 100644 index 0000000..3918374 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8b846658f99407a582dab844b0c0e2b354625186b2780b6217eb6f9698b237 +size 158632 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_03.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_03.uasset new file mode 100644 index 0000000..0f3375b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd229af0b23e50d5fa82aa47d491c0f784a6c7f052e503645e7e2c16dbb7d4d5 +size 158269 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_04.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_04.uasset new file mode 100644 index 0000000..60483c3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc515c699363833ebaf598307b8bbf76d7225bf5bc11d66e71666d72151244a1 +size 158091 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_05.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_05.uasset new file mode 100644 index 0000000..04996fd --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/Landscape_Rivers/MI_Terrain_River_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f3d4d16f28b71d49a3d408bc78cc59ab72b332988e798950eee57686d4be1a +size 158216 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_01.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_01.uasset new file mode 100644 index 0000000..3001ac2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab87fa6b7a71f111aafdf0a00cac356a2e28cbe9d5201ca6441661e37c71c49 +size 156473 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_02.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_02.uasset new file mode 100644 index 0000000..1655a45 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4b885cc475f25a60778348dd567a797b5c8ddfdfb818e8cecfbda53b19feab +size 154028 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_03.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_03.uasset new file mode 100644 index 0000000..2e5c410 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a4f21dbe013ce2fdba3a1f14a494850c14857a2934da7b62461920b7bdf16f +size 157491 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_04.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_04.uasset new file mode 100644 index 0000000..4af286c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc96fb17a1cb438f973719a47d3a62960c50974851fbd0753c76cb8a7237ebc +size 157389 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_05.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_05.uasset new file mode 100644 index 0000000..85b3d34 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae461fc29be12b68d310464dc38f756006cd33156a11ecd037a0ae6c1bbd8f59 +size 162395 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_06.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_06.uasset new file mode 100644 index 0000000..95f87e0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7089811e7acf252ac484b21321ea77fa09a0288b378b4217abe9f009835e62dd +size 160156 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_07.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_07.uasset new file mode 100644 index 0000000..e9a4fe9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1f46b25c701c5b17dd30c9cc70ed9831aa622ee8a1823e09e02dcfcd0f6db7 +size 159283 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_08.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_08.uasset new file mode 100644 index 0000000..381bcec --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592bcadc039c686f59253151e781d6713c81e7981e4b05d43bd8b7a2cd94f5de +size 155775 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_09.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_09.uasset new file mode 100644 index 0000000..252b61a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028a155042d4666cf312fad37777c1181030bce30827e77779de36de980e932f +size 158415 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_10.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_10.uasset new file mode 100644 index 0000000..4852941 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac57fba24b895307d1b1143ff0e3c20c03678d89cca2c6a073596fb19b6e064d +size 160105 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_11.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_11.uasset new file mode 100644 index 0000000..3f10412 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc4541f7b79c53b6a1b1747594d08c8b4f0b4ce93021d5dd9edad8707c0b7e8 +size 158628 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_12.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_12.uasset new file mode 100644 index 0000000..b8768e3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc653ceeaa998832c478ee8148dcc39a25c79685acc13c2acda37b8b30d12636 +size 157637 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_13.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_13.uasset new file mode 100644 index 0000000..fda779b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7e8ef79328f6e708f37669bf2fed9377b8cd3c914601f126834dc5ec19425b +size 157015 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_14.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_14.uasset new file mode 100644 index 0000000..c80338a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5114e6da923e5fd9e071591614e6e321c2cb5b9d92bebf4d5d9b2a1ef6d591 +size 156321 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_15.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_15.uasset new file mode 100644 index 0000000..26a5ad7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Terrain_Mesh_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e993f2fe122cabf955e53eeec921a15346eb764c2b85b4c39e32f4fac482d877 +size 156705 diff --git a/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Water.uasset b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Water.uasset new file mode 100644 index 0000000..d87d797 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/Terrain/Material_Instances/MI_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a32cd580c812625d5e45b4aee07c5daf8e82b10af8ad1b6a9c46d6552fb89c +size 124815 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1.uasset new file mode 100644 index 0000000..845fa03 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e524f5ab815e43685bb66dbae0ab89f163e0827026aeb4c53d7eebb4c9ea716 +size 7668 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..89f3b4a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0051062f7f9724551bb5af5bd6d4e6f2889a981e636e191286de11fb032852f +size 1233584 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_basecolor.uasset new file mode 100644 index 0000000..effe700 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dfa9c38d1e9f845f7d7ccfebc9f6915080bbd4c050e7a004cf176de408adfa +size 316620 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_metallic.uasset new file mode 100644 index 0000000..3666796 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353b73a70969aeffc0848c6a570a73cd7c5a545727b66737f0380c57dce67b05 +size 11229 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_normal.uasset new file mode 100644 index 0000000..c613fb7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e301ac79f97b1acd50d71c6ab1f2ab09e076cf6b594a66da93f49e027095ec2 +size 3546709 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_roughness.uasset new file mode 100644 index 0000000..3931ba0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/BreezeBlock_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1870af5c4a0f0a95433440a3c3562477ed7460b71c1ec56af9b388b1eeeb67fe +size 982691 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/M_BreezeBlock_BlankBrick.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/M_BreezeBlock_BlankBrick.uasset new file mode 100644 index 0000000..900ba7b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BlankBricks/M_BreezeBlock_BlankBrick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a65de39e5ce401a93b4df10f82bdecd6cf06724bacf2af1061f041aead74969 +size 14474 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST.uasset new file mode 100644 index 0000000..056b2f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033427eeb3207531e6442fba94e39579bde2ac037921467b2caec740723036ae +size 7182 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_ambientocclusion.uasset new file mode 100644 index 0000000..afd1560 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5531f512aa41492fab7de1b5830725ae03bb2e50930400ffc581e8579e59b895 +size 5539664 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_basecolor.uasset new file mode 100644 index 0000000..f26ab04 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf2383df17e9e3a29053d1894c450ae37f0716f967deea37ee7810dcc163589 +size 1737961 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_metallic.uasset new file mode 100644 index 0000000..73295c6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9884f0f1e6a0d47466ecd802a4b48208dcf1323e3e17c88d455ace350a7b587e +size 32684 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_normal.uasset new file mode 100644 index 0000000..e50897b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1362622e04d668e0d18fd7e35703a6ff93c1dafa3452824790bd43876f2c874 +size 15223925 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_roughness.uasset new file mode 100644 index 0000000..4b09b33 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/BreezeBlock_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6933ed819eb4335a9e1a95a95d48fd6d1c2deb4e6c4f5b62a7026d6f179e6030 +size 3658564 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1.uasset new file mode 100644 index 0000000..24111a9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664b9793971784400a1b4dac1f166e324365315fd86c1b8b8845ccdc66c2ebf0 +size 7779 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..d8d1925 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7108d3d523f7d5af4b404730f348b79649d2ba5a623e2c9b0076745576c36c1c +size 1064617 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_basecolor.uasset new file mode 100644 index 0000000..49e867e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9c6eb255d85df4dc96c7309958341e836b3de4df02a7fd1d83b2b7fc435bca +size 864047 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_metallic.uasset new file mode 100644 index 0000000..d2e67b5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a442c202d1a65735d79cf937f3f01a4f86851b624632dba8c71f0296c9409e44 +size 11233 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_normal.uasset new file mode 100644 index 0000000..b1ff9d7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bccaad80db3460ed10b172d68f00db499c26505df5d88bcafa6a6f41b893be +size 3356113 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_roughness.uasset new file mode 100644 index 0000000..0881c4d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/BreezeBlock_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b71aaa6e8b9392abad3a7d28565b69f5a42f5424f59dbb6bbcf3617c33a7b85 +size 1056662 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/M_BreezeBlock_Concrete.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/M_BreezeBlock_Concrete.uasset new file mode 100644 index 0000000..6d122be --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/ConcreteVariant/M_BreezeBlock_Concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90aa2ebc2e9e3410277a1956a9a34472df763bcfc4a6cd7a59b0411c95b373c6 +size 14520 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/M_BreezeBlock.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/M_BreezeBlock.uasset new file mode 100644 index 0000000..e0af982 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/M_BreezeBlock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf360e9b9cbb6725fce59185fc5f045605841ede1de67fed24da290632251e73 +size 13364 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2.uasset new file mode 100644 index 0000000..3b8191c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c440c127079ae3457ff41a3a639a66ed295c8fa8757ee3c2261d973425f189 +size 7450 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_ambientocclusion.uasset new file mode 100644 index 0000000..62eea9d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f745c6ec832157a93d957cd209744d04c83ceb3d9c9e0509671029edbb5a83d9 +size 1233595 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_basecolor.uasset new file mode 100644 index 0000000..5aaee54 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85ae8e95f9c8cdd710e906fef86cb590e1cb3d79ca30a92a1f2a31f5be66a35 +size 11637 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_metallic.uasset new file mode 100644 index 0000000..a6efce3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19034f3d75f1a8515cf12cd5d7fb607be7f4c9fb4ff12d264aece32b1fcca43 +size 11240 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_normal.uasset new file mode 100644 index 0000000..8c051f8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398cfa0c04e101a40c938784faa7b0b06e14ff3c9048581cbac6ff5885ed9124 +size 3546720 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_roughness.uasset new file mode 100644 index 0000000..89fb3b7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/BreezeBlock_INST2_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e7617dc05076ca9fe2e7b79b415026637b3d8a52933fa9707b3563fbfcdacc +size 370329 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/M_BreezeBlock_FullPaint.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/M_BreezeBlock_FullPaint.uasset new file mode 100644 index 0000000..7433749 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/FullPaint/M_BreezeBlock_FullPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca4b13a2165fce38f31568dd5503334220e3b96066607a5c4227f4dd839004e +size 13141 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1.uasset new file mode 100644 index 0000000..7ca24e6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cb3f1ad27f99052547e442580c4a317ca6823d77cbd656cb9d2275ffa7ee15 +size 7668 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..a59011b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e68497b76e0987ad1f8471212843bc8eefaf5bc28f6a7b990f4f9d73ba0112 +size 1233595 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_basecolor.uasset new file mode 100644 index 0000000..55db79f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dab4bfb7b9e2cd879357db802dd22f96c8884824809e3cdf78cc6324973ad3 +size 137366 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_metallic.uasset new file mode 100644 index 0000000..9156004 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932584b7c902accf8fcaec7066c6f19feaf150ef65a8fdfefda14a6415d7dbf8 +size 11240 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_normal.uasset new file mode 100644 index 0000000..cb5dcb4 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21afdd78379a0190a88ed3fcb2f8bd219a94e59f603d2cd53ad1034295c974d1 +size 3546720 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_roughness.uasset new file mode 100644 index 0000000..0393623 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/BreezeBlock_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4476cfe947cb04cc3d88485f5439d7aa3163861b8b3c8ea79a365943f9a4b6aa +size 327600 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/M_BreezeBlock_HalfPaint.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/M_BreezeBlock_HalfPaint.uasset new file mode 100644 index 0000000..a8a7abe --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/PaintVariant/HalfPaint/M_BreezeBlock_HalfPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6dfdd15a28f38fdbbcfa6dd53016cb5389dea68cfaf4e17eb39da1562a9f13 +size 13337 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/breezeblock.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/breezeblock.uasset new file mode 100644 index 0000000..79d619e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BreezeBlock_SBSAR/breezeblock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703756d213987f70dd33e550a5703d94f1473417cd25aeaad28268e41cffee35 +size 936689 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2.uasset new file mode 100644 index 0000000..b8de3ba --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6ee4b0472469dbe2e1f5a352144ff0ee17c79a8cb28b408e40078a5aa96bc6 +size 506950 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST.uasset new file mode 100644 index 0000000..2e5138b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af2ceee827cd5904f46822e22922c946b56c97b94f9af0c234e8ea8a4e418fc +size 5627 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_ambientocclusion.uasset new file mode 100644 index 0000000..fab22e9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130e7bcc4cf2d899a30e10ec8c6b8b4ccb0603e1a105320998fae993a01f8fa9 +size 980070 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_basecolor.uasset new file mode 100644 index 0000000..1010eed --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0124533c27034ab08b673f6d73d24e3a9986a67cd436499de34fc2974e827b47 +size 3595850 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_metallic.uasset new file mode 100644 index 0000000..b4924b4 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58cb10db9f451156a7ba4e588e361f81230e0fa55237f4e04e8fa9e4c46c8f4 +size 11208 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_normal.uasset new file mode 100644 index 0000000..1e3ef12 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e54eb44abbd3911bceeae7315b942f0ed6fe09151e85418beea3748f63a2e2 +size 4194936 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_roughness.uasset new file mode 100644 index 0000000..a436bb8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/BrickWall2_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3593a36f2f97d4cfefe6102e4a7d83e44cbf93f58fe2b2c5025e0a3ffc552a +size 1473709 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/M_BrickWall2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/M_BrickWall2.uasset new file mode 100644 index 0000000..070569e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall2_SBSAR/M_BrickWall2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5bbf0b5be28e6499060848aef28b5d4aeaaadde6d433f5a6f16c74f9432fe0 +size 21404 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1.uasset new file mode 100644 index 0000000..56d6876 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd1979af3e5130c7d5dd0c0c18e7840f60b6b9ba4a92796eeb56f2d678a52b5 +size 772910 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST.uasset new file mode 100644 index 0000000..ea86875 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df1cfc1c725f655a5281fdcf165b8d5b0ce502da35b140993bb729cdc2836cc +size 5620 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_ambientocclusion.uasset new file mode 100644 index 0000000..87e0b42 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308c71123c357c012cf1ac5863e910ae8d43c7677c4ee3f2ddabca37ae233b11 +size 442150 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_basecolor.uasset new file mode 100644 index 0000000..456099b --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2c6815f58b19e779b10d882edac2269e7601ead4e3170774f79433a0dda554 +size 2517539 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_metallic.uasset new file mode 100644 index 0000000..c6c8fa2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7688c504a22c30d45aefc8636585210d9861b41c8dfc613af5552cf606796edf +size 2955 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_normal.uasset new file mode 100644 index 0000000..1663e9a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f71ef02c75f06356a5a80775fadcdaa882e7d0f5d0a0fee6573802391e0c3cc +size 3041483 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_roughness.uasset new file mode 100644 index 0000000..788598e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/BrickWall1_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d892d51282573b8f60335d0ce659d21bb67af63e03915826784c46f9edc01a02 +size 1534256 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/M_BrickWall1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/M_BrickWall1.uasset new file mode 100644 index 0000000..8968be6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_BrickWall_SBSAR/M_BrickWall1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39779f50944a6a634d43f9e3636626d584ee3efcf63142640559084210e363f +size 15270 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST.uasset new file mode 100644 index 0000000..42b785d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb01b7c7d5f16d8d0c1a6096b892bda6a0c8ddc7d9e8626080c54b439497440 +size 5609 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_ambientocclusion1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_ambientocclusion1.uasset new file mode 100644 index 0000000..7d34393 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_ambientocclusion1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a909db8e94ca57bbc242d500bbb0174483adc8c8b61dd52eac9a17088c8c93 +size 1011802 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_basecolor1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_basecolor1.uasset new file mode 100644 index 0000000..235b20d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_basecolor1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67916f3892f64638349d153657fb06085ad6fee77598abfa6b71aa9c31317483 +size 2260414 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_metallic1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_metallic1.uasset new file mode 100644 index 0000000..82dbe08 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_metallic1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d01023d5507ba0cd4f95a7f010c21899a14772ee9b70a122c1687d525272f9 +size 2955 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_normal1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_normal1.uasset new file mode 100644 index 0000000..b7b03a2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_normal1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c891dc93d9b7d5ec2a8af3f243dbc82e2ba1cf84eb6ad11b88742cb21c775ff +size 2935261 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_roughness1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_roughness1.uasset new file mode 100644 index 0000000..f6b068a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/Concrete2_INST_roughness1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98018ba43456cfa1b7733732fdfc614d5a581a65799174c96d5ca706590c2e6b +size 1088331 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/M_Concrete2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/M_Concrete2.uasset new file mode 100644 index 0000000..92dba15 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/M_Concrete2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d22c197232df80e5ca780237dd1d1bfee0c598bd73e4039eb53c3cb7cd58bbd +size 13912 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/concrete2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/concrete2.uasset new file mode 100644 index 0000000..6922fab --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete2_SBSAR/concrete2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4efc29fb822222d65bbc0880be67a5a78da7ff8c8abecfc7b666e4a4793dc6 +size 413659 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST.uasset new file mode 100644 index 0000000..8275c49 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e259fdc6a0dfadd87cbb88df7d3996061863e2676e598e176328048d53fa844 +size 6074 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_ambientocclusion.uasset new file mode 100644 index 0000000..a293b4f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5748124e5412468c0038ebcabb605254adc2d3dda3ced6dfa2a66c7e5cb31b22 +size 1165280 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_basecolor.uasset new file mode 100644 index 0000000..98f2b62 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19875843fdc8b2d89edae45d18180c2437616e479ad56ff50125861c8bcf6cde +size 1640694 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_metallic.uasset new file mode 100644 index 0000000..0440dca --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1ad0f9c2104b4cb3d3f16588028995bd984fd60187311032c61527622f3b83 +size 2950 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_normal.uasset new file mode 100644 index 0000000..c22b4a9 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ffb5da823b11005b13c05fcc992a39fa100d80f018e7cf59c0b345046cf922 +size 2906858 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_roughness.uasset new file mode 100644 index 0000000..7fa41af --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Concrete1_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1625faf60a4747a72d24f12c2ca287edeec0efac2a3d72307f32fad35df354 +size 1463545 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/M_Concrete1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/M_Concrete1.uasset new file mode 100644 index 0000000..11a097d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/M_Concrete1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558b509ac77098d9b012d9b92aee6c9511b792a3e807fce171f59cc4e8c49bf8 +size 14385 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1.uasset new file mode 100644 index 0000000..fea89f6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4551ddc5f1d39d149ed5a875300dc565ebec1d26cba9df206d0d99fa43742319 +size 5875 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..410b4f6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a7890757435da8718efe768851e6312e64e2eb84e20b8c89f695207a162cdd +size 1216599 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_basecolor.uasset new file mode 100644 index 0000000..aa17b15 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff3ce13212897fe8c94c3b984239e996164f35c3db9fe855da8485b4eec43fc +size 1596632 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_metallic.uasset new file mode 100644 index 0000000..1a52599 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbeaaf66065d15fbce3a408b9fa65f0d9c6ed930ced04905218952540baaaefe +size 2958 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_normal.uasset new file mode 100644 index 0000000..a64959f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f5ad618b41e081ba02496abc1118813158dc3766a369740a668d189555648b +size 3245847 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_roughness.uasset new file mode 100644 index 0000000..436c4bd --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/Concrete1_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4de07913b4a9441ad9203e5bdd3fdc342b454b5e8596eac6104b5856251ec32 +size 1472060 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/M_Concrete1_02.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/M_Concrete1_02.uasset new file mode 100644 index 0000000..72fe85a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/Mi2/M_Concrete1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2310c3a314118fb492b54ae5f4809e3b52d8197b5a86b70808018204ce5b205c +size 130735 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/concrete.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/concrete.uasset new file mode 100644 index 0000000..83f07f0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Concrete_SBSAR/concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb2e4766436edbfa49fb72ee641f68b34ab245232c498d356e68d4df6aa771d +size 460363 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/M_Metal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/M_Metal.uasset new file mode 100644 index 0000000..7de816e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/M_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30c6362491395335f5c8fef5687256a7446125b74534ca5b8110cc5cfe32369 +size 13979 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/M_Metal_2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/M_Metal_2.uasset new file mode 100644 index 0000000..a7b73e6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/M_Metal_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6837432d7ee4af1976b28694759e6f4c726395c97f02922ac528c745d39fc5a3 +size 13981 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1.uasset new file mode 100644 index 0000000..b20a97f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ed08e0034ea674beb7f019cfd85b8207138b9b3cb8393cbd031abc0e7a2be4 +size 5913 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..1d12827 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5cece76297cc61bc4a23a955b6fb6ec91dc9cc3798e2acb96d6ede41b70587 +size 11593 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_basecolor.uasset new file mode 100644 index 0000000..a17bd49 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65d010c0d3774de2599397b63502cde2ff9a3d4bc56971b4233b4978c31c60f +size 1405139 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_metallic.uasset new file mode 100644 index 0000000..4161c6d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7bf4b9ff61a6d80a02f398c65002362955bea9583b98ab24dee440182e18c2 +size 200503 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_normal.uasset new file mode 100644 index 0000000..bc4e0d8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5fb4d51fb0af7af9a1ad349df5cfc1c43390a9693ddbe30611c1596793cdfa +size 2178122 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_roughness.uasset new file mode 100644 index 0000000..bd4edef --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi2/metal_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59afe7d39c03575e8985f70fbf6db3d51139c16bd374c86cbf782e3be7f8eb0a +size 1582301 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/M_Metal_3.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/M_Metal_3.uasset new file mode 100644 index 0000000..8f23799 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/M_Metal_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf7a71e52bd9148125b8df57d7ebc36788d39dc7354d212d8f6ecbb2275b8b2 +size 12955 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1.uasset new file mode 100644 index 0000000..fd550db --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21188db8177ab56a5cc06a4a7ff4632aa7818e3e9166cf92e933cc13235a07c1 +size 5746 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..01ac322 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcdf40e445cf7930f0ac5a17d12ed50e4d36b4991b82da577ae0fe8c9cc24a0 +size 11593 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_basecolor.uasset new file mode 100644 index 0000000..db32bd1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24d279d28def3fd1501a6e5a21524ef774f65c2c44ec8ed32a9be556b63a7b7 +size 1260058 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_metallic.uasset new file mode 100644 index 0000000..bf7971a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758d57610850e3d0f1a75ef2a7d5fbbf648f4b1084a86b4b55051c622de05027 +size 11202 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_normal.uasset new file mode 100644 index 0000000..85dacb1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d29e7a02631a361abae574547147fe68e83c7447b1bbcba105d6f08481ae600 +size 1836060 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_roughness.uasset new file mode 100644 index 0000000..2065b2f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi3/metal_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fb11e8d0eb4c2011ebf4ca9dd6aca414fcae9da6916ecfc3f8148a73dd6762 +size 1561887 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/M_Metal_4.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/M_Metal_4.uasset new file mode 100644 index 0000000..88966d4 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/M_Metal_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f447b7b4a996898e2963ddddac885774cd4fea177df6b9894cffc6a3c545319 +size 11843 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1.uasset new file mode 100644 index 0000000..e57fca7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07f92e6af5e47aa408b075e549718da56643ffc05fa47a21991fdc15e1d7403 +size 5746 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_ambientocclusion.uasset new file mode 100644 index 0000000..2c11cc0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60579c01f1b764b139170f48a58476f329e63c6fe04aa170e1e318be62141c96 +size 11593 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_basecolor.uasset new file mode 100644 index 0000000..e94e009 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e587e9f1fffd0f6d63dc8635f73d592f8a5147c11c9e77cc48ca5b885166f3c2 +size 619766 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_metallic.uasset new file mode 100644 index 0000000..0f9fe4f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb979c61e6ee89d566539aabd7997d1496f6fdb8ed7114ed59d1a48e1333320a +size 11202 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_normal.uasset new file mode 100644 index 0000000..8ceda3f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dec9d04928590f545eb51f58eba523a4600c2aa847de6612dc8bde378e66a47 +size 1835619 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_roughness.uasset new file mode 100644 index 0000000..b803eb7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/Mi4/metal_INST1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaca50dc2d20f6668e03b7a0f44ed2f317b063d8dc04d30430c91bbe95e034c6 +size 1562195 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST.uasset new file mode 100644 index 0000000..e6a0bd3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79db197dbb9f33f51950cc3dc2135102938a4d1844ba267b798ec10dd5fb227f +size 5703 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_ambientocclusion.uasset new file mode 100644 index 0000000..2d62cd3 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c407b6d14cc1ebb4538e35088710284b3cfd98ba9c8396dadbd164ecb36c809 +size 11585 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_basecolor.uasset new file mode 100644 index 0000000..07076a6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd5d3b2f425a0c6acaa2461cf0db00db7ba5fda661f8a745b2c5000579dd2fc +size 1616351 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_metallic.uasset new file mode 100644 index 0000000..3783fff --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252600f7f7e813190800133431c9f44125047b22e394e02f8385e3041b63bf45 +size 11194 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_normal.uasset new file mode 100644 index 0000000..c7e29f8 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefc37c71f8490a514f507f53174c7a703e161f01890e89bdd550d0aeb786390 +size 1835928 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_roughness.uasset new file mode 100644 index 0000000..bc0bf77 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea991c270aeca6544fc1c6d7add28f3fc7662acc7a7e38a442334428587a1154 +size 1561883 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_with_flaking.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_with_flaking.uasset new file mode 100644 index 0000000..a629a1d --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_MetalWithFlaking_SBSAR/metal_with_flaking.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2b83aba6b99a9d04394b1643ebb19a155703b1e8fd4dc9dd09645d311e09ab +size 195159 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/M_StoneFloor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/M_StoneFloor.uasset new file mode 100644 index 0000000..e15e129 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/M_StoneFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3413cf2e7a08888a0ed41a8ada0222f7eceb05ef3ed4702f83cc43e28f90b185 +size 15287 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST.uasset new file mode 100644 index 0000000..d84c1f1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c60826ff1f166ee5854e7bce9f29914abdff7be1760750292e5b5ef7e59d6fa +size 5628 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_ambientocclusion.uasset new file mode 100644 index 0000000..394b39a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac98873dd37c8c38ff7778fce4a44e58889c1671b42e321727f126bf20a0281e +size 690131 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_basecolor.uasset new file mode 100644 index 0000000..fde058a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c98ed5df5d0d872238275abbee73b490f411e2dd521f6f87699ea112270c694 +size 2779871 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_metallic.uasset new file mode 100644 index 0000000..7c6937e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5500b94ee69c48a41df68276f8551a30f04eb010bce08b9d321f26ac94a3e72d +size 11208 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_normal.uasset new file mode 100644 index 0000000..50bfa34 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81381e25cf762a9e31c5e2e12d431818c8945721f69b7e111da12076096ee94 +size 3696496 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_roughness.uasset new file mode 100644 index 0000000..47218ae --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/StoneFloor_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44258a537eda121732a01475316dbab0430d93432f1887d5f46d96d9344f959 +size 1790789 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/stonefloor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/stonefloor.uasset new file mode 100644 index 0000000..1a1bcf7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneFloor_SBSAR/stonefloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382617aafe6d98cc1927c547902705f21bcee05fa53acb65c33fb491b433bad2 +size 1132145 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/M_StoneWall.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/M_StoneWall.uasset new file mode 100644 index 0000000..2069bb5 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/M_StoneWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acdd86ebbb5139213308413561077c7fe7ce1b23037161d77a2e299414a1eabc +size 16602 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall1.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall1.uasset new file mode 100644 index 0000000..a082538 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0792cbc05c10ffebfe278e2a9caa9dc46a3f0e9a0fab1852cee19eb57815738 +size 446064 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST.uasset new file mode 100644 index 0000000..8b542a1 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8721305723eff89333898fd30e1e68fdcdda6055066a7a98e2c2f408c4e51b +size 5609 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_ambientocclusion.uasset new file mode 100644 index 0000000..dc180a2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f917257fd883d06289390ef08c1813848788979e8f19f47db68b299810711a9e +size 1487523 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_basecolor.uasset new file mode 100644 index 0000000..a011fe7 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a362b048d5e6a2f95aed97e3151112cd780ccbb82cccccb8881f250b3dfe5ede +size 2437475 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_metallic.uasset new file mode 100644 index 0000000..01106f4 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddf8d86d88cccdb1411d3fd5b1326564c6fb7d386e76cf5d5dd119213ae1727 +size 11204 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_normal.uasset new file mode 100644 index 0000000..acd691a --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410ae278ac5fe9bb19915799f263aba3ac1d28e30c5d952f4aa17817660adf67 +size 4310591 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_roughness.uasset new file mode 100644 index 0000000..5f95e50 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall1_SBSAR/stonewall_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db252e3316f3a104d7d5db1be3ccc823d4c8c64da123b6abdf11ecb78baed82 +size 1346762 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/M_StoneWall2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/M_StoneWall2.uasset new file mode 100644 index 0000000..40110eb --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/M_StoneWall2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078d8b2bb4c28f9baec01055743c470f38470e51cd3c08e00dc7b134ad28bcf5 +size 17202 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2.uasset new file mode 100644 index 0000000..24c48df --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b523896c13ca4df6b2613e156dfe8af58e55e8e0319726110b86649f04e3f3f5 +size 559530 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST.uasset new file mode 100644 index 0000000..b667f2c --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c257cf7448be4e073f93ebfb175fdcb08ab043ae95acc83164a2a59224ac1b53 +size 5628 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_ambientocclusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_ambientocclusion.uasset new file mode 100644 index 0000000..6d3368f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_ambientocclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a5399766b9bcfb0da6e8670b0dabf49e08d7386572fc259316704700de35d6 +size 1843392 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_basecolor.uasset new file mode 100644 index 0000000..487f6b2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfdf5456476f311abd99dd76c2686e7cfb0695033a0d98c377fa265f0abf977 +size 1834761 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_metallic.uasset new file mode 100644 index 0000000..c7cba51 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76d933fd250b0e5700578be88a999c5a6878f45507a8b757787dfbe0a090dc7 +size 11208 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_normal.uasset new file mode 100644 index 0000000..67dd214 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addb1da8b362b0eb98a01b5dc1d061a270ba9f05507d9d9325405edab62a28b6 +size 4651143 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_roughness.uasset new file mode 100644 index 0000000..df22216 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_StoneWall2_SBSAR/stonewall2_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893efe32d8a367056dae6f50f707009898710b72535679a788ce44b2e7ffd7a5 +size 11704 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/M_AdgedWood.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/M_AdgedWood.uasset new file mode 100644 index 0000000..05f23d0 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/M_AdgedWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f827c16c48b5a954b2b90d613b0ed42c1cf5e65cbbfc8596b896c232f96834 +size 14876 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST.uasset new file mode 100644 index 0000000..5ae1b42 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7573d039a3213d6f37e49808b662c4a1574173c789d2a0fc626ec497ac2e59 +size 5795 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_Ambient_Occlusion.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_Ambient_Occlusion.uasset new file mode 100644 index 0000000..e0839df --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_Ambient_Occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c11f5cd687dbf9e43b03cdd40692ac7190bcc5cd60ae166e3e1dcd1ded13867 +size 1158366 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_basecolor.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_basecolor.uasset new file mode 100644 index 0000000..712c512 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1df13b91837a5ca4374cee045be8300f8ad7c21d78c9942be2f0de03b71c23 +size 1229376 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_metallic.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_metallic.uasset new file mode 100644 index 0000000..715e24f --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3dea1991ad6e4ec2a0d55be7df250820b4b2b378b9fcb4e577b0eebe26a3d2 +size 11194 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_normal.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_normal.uasset new file mode 100644 index 0000000..e6b521e --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67479d1f0e62e0f9b48e8d87e9e87617aea07615eb829505be0c6bcaa1ba59a +size 3133641 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_roughness.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_roughness.uasset new file mode 100644 index 0000000..53c0aa2 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/agedwood_INST_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bafdbe63c067c4d9b34d439f4dabfc1516aee03c629b86f06fa54af8b53bfd +size 1270415 diff --git a/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/wood.uasset b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/wood.uasset new file mode 100644 index 0000000..511ced6 --- /dev/null +++ b/Content/MOUT_Fabrication/Materials/TilingMaterials/M_Wood_SBSAR/wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e766aed084f0803326c645580690e74087d815b234e4b12471ce3b5d709f1cd0 +size 484692 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_1m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_1m.uasset new file mode 100644 index 0000000..c3211c1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_1m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44e7b0249b52b9125ad157ef1dc295fc78f8cc30c89d054f90a61dcef4e6058 +size 101238 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_2m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_2m.uasset new file mode 100644 index 0000000..ddd9e5e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_2m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b1e464932573e6b0d538b6413445f51d2299c5e4d975e5fbe10644a48558d7 +size 109831 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_4m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_4m.uasset new file mode 100644 index 0000000..cb3e37b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Border_4m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e7134112db56f3ef629c016db915f5f34d8547df6fecf0a20cc7db38eca416 +size 129069 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_01.uasset new file mode 100644 index 0000000..93d067d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a621b2a3ea3b2e1a21c25cb3874fd0cf7e52876e127693fcfe4256dc470939ba +size 80195 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_02.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_02.uasset new file mode 100644 index 0000000..821b04d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a479be4e42a4bd98f0fa4be45a5f9473af82ff525aa63515e68a26531ca5d2dd +size 85311 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_03.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_03.uasset new file mode 100644 index 0000000..c94a028 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf99cd46376872a6c425d63e1e50f90ee2b58a5c2084455571fb09f97af3ec67 +size 84345 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_04.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_04.uasset new file mode 100644 index 0000000..caa06a1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07cb12ad87f8d92292d0d0596ad0160f3c365bba9184589bd69a57f2be6f7b2 +size 83813 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_05.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_05.uasset new file mode 100644 index 0000000..02d2919 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57534de2248176c91d61861d51172e1984219eb17df9d2fc0d0f5d54aa91b821 +size 85236 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_06.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_06.uasset new file mode 100644 index 0000000..f5e16d5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed114b3fd1761e590078490bbaa4c6c880fddcf472f06197978a11bd4bec9a +size 83937 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_1m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_1m.uasset new file mode 100644 index 0000000..f84b7c3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_1m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2c7e0abe03f3d96fd32a0e86866336b5c82cc657bcc6a9b01bcf1eb40bd13d +size 83997 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_2m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_2m.uasset new file mode 100644 index 0000000..dda0eb2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_2m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708bcd78aca98b408058b410bc17eeec7fda5d8190d4597d51760cf44e39762f +size 85943 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_4m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_4m.uasset new file mode 100644 index 0000000..63f5457 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Cracks_Line_4m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57520ab5ab1c5640c9f940f3ad4ffe36047a78227629483d120b85b44c88773d +size 92221 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_01.uasset new file mode 100644 index 0000000..396353d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890f4e00c92206ee9cafb2eb2e3855f0e524b1375dfb524bf23313f52e6e2d9f +size 99853 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_02.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_02.uasset new file mode 100644 index 0000000..2e4c34b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0fc58578f6d617e2ce6fc6f285c4ff960a3ebd1b5e753a2822672ceb43a3b1 +size 99636 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_2m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_2m.uasset new file mode 100644 index 0000000..388e1df --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_2m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67133179a666819e5b78789a5aefaafe4aa74e9a80d558abb07514171c85c031 +size 95905 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_4m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_4m.uasset new file mode 100644 index 0000000..8945e5b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_4m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1080cf85cd6eb537b366bada0464fca924517ef4db8fb84e2a858297d58a85 +size 101124 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_01.uasset new file mode 100644 index 0000000..575b736 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8079a850e9ad83cd4636fdbeb5c69fd5c8083cb94363840506eac2bf150cbafd +size 104283 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_10m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_10m.uasset new file mode 100644 index 0000000..7e9e207 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_10m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a60130718fd7dd1a335f6e7d6d5d51cbf027b3fcded9c7a4c0fe6e60ba03555 +size 116843 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_5m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_5m.uasset new file mode 100644 index 0000000..9e8a63c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Border_5m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67e59f476ef21c0909f0dce899ac64767a2b5d421ccf18a1a63e1f0b696128b +size 109733 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Corner_5x5m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Corner_5x5m.uasset new file mode 100644 index 0000000..56d62d9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Corner_5x5m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920a7bb28ffeef3750b26a9739a3ba064f432944ddac2c2c307ef4103a85d5df +size 98626 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_10x10m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_10x10m.uasset new file mode 100644 index 0000000..c3065fc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_10x10m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5478ff5f0069a324dff27c8a5512c6d43997f1d7b22bcea9f1f72b6d55661971 +size 100964 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_15x15m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_15x15m.uasset new file mode 100644 index 0000000..c9ad437 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_15x15m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d832e6f29785552ef3881ad02aefb7dd5ab8d8b94d0deb7462bacd6fc100a4 +size 99828 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_20x10m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_20x10m.uasset new file mode 100644 index 0000000..117e0cc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_20x10m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521d2232f62976b666d7d49f8fb9d19d65b780e3b282db5eace1465dbf8e07cd +size 95775 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_5x5m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_5x5m.uasset new file mode 100644 index 0000000..a1700ff --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_Platform_5x5m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb182a9288b72d0344396cdf1418801a27fd1d45f09017dd16a30caf1613d5a +size 100219 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_VPlane_10x10m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_VPlane_10x10m.uasset new file mode 100644 index 0000000..5937400 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_VPlane_10x10m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5549facbba20b0987b8f6e47a1194f4f03f60dd7166661f4fb829a1f833519 +size 103612 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_VPlane_20x10m.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_VPlane_20x10m.uasset new file mode 100644 index 0000000..0ae5380 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Floor_VPlane_20x10m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43373128fffba919c822593d768401eee40e5166123fbcb0878057f90de473c9 +size 100222 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_01.uasset new file mode 100644 index 0000000..3ef4246 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861af0fdae2b44a6370a8dcdd20bb5ea5352ca13cdedba11645b819acbd73ff6 +size 87203 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_02.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_02.uasset new file mode 100644 index 0000000..7044113 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f1fd49ebbe98564247d1bee1fe23eef59efdb84b1f595223f561f9155af968 +size 84354 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_03.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_03.uasset new file mode 100644 index 0000000..659a227 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6759bb67790667c7833410c3ccd9a88b3cf7027581c2ca9d0edf6f7bdf96ad74 +size 85514 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_04.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_04.uasset new file mode 100644 index 0000000..8449337 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/AirstripAssets/SM_Airfield_Patch_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed011a7c282d22f09d29c12d121c61b5db7b759320d8d22e1cd01dcf07a43559 +size 86241 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Door_Frame.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Door_Frame.uasset new file mode 100644 index 0000000..680171a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Door_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c8a7529f3d5a66f4f43aa48238e66affb7023d237a25a39dbc6522f4ebf861 +size 123526 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Drainage_Pipe.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Drainage_Pipe.uasset new file mode 100644 index 0000000..a090564 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Drainage_Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4248fe7137a2ced2135005ef103edcb3fda22a32955bbbc39dccb165bbf17f7a +size 108839 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_01.uasset new file mode 100644 index 0000000..98b2441 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1b91eca6423293832943e358c9cc064f2bb4d398bdfdd37b9fc16693c71a49 +size 92901 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_02.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_02.uasset new file mode 100644 index 0000000..6a03299 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a671e440e99309bbbd65cb189c3a552a67dad4e1e3cfe206ad6c81633dc02d8 +size 96971 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_03.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_03.uasset new file mode 100644 index 0000000..7a2d602 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Floor_Tile_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17295ce9ee99e31d81097f6e9c0c1ddf4e6fbb3df9c3014e117a9549c761b907 +size 95127 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_01.uasset new file mode 100644 index 0000000..ed44c61 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9953619ba917a52860140d4e6e4e53919a25dadc002d9fe7d5a7d184de6ca24 +size 163054 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_02.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_02.uasset new file mode 100644 index 0000000..b0d0892 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f320874d35ca09432653ecfdd42898c034fbdaaf0bbf0bd12ce8e995ba5a44 +size 140119 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_03.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_03.uasset new file mode 100644 index 0000000..a27cff7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6497ca87a7bd75887b48db3bf78db211fa8ef7edbe9c2331b60485ecd25b99 +size 164740 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_04.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_04.uasset new file mode 100644 index 0000000..c1ec599 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126d411c8b4a2b4839121a87e8f70b9fe4f6a97e47893cb298ad957fcdbf430d +size 115050 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_05.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_05.uasset new file mode 100644 index 0000000..09d0c8f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7446e0c6d0ea2ca2437993382abaf7c29bfbacbee46f2efc6949a3da5562f7 +size 126349 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_06.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_06.uasset new file mode 100644 index 0000000..e60606f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82922618d2a6fbed20809929223ac14fdb19ecbb61f329f4aceee670dfb3c40c +size 112699 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_07.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_07.uasset new file mode 100644 index 0000000..7fc0a97 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Frame_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a306cbdc2989906caeb2106f4030d40376dac6888acbe9055af6f21b3493f71f +size 108807 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Corner_Tile.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Corner_Tile.uasset new file mode 100644 index 0000000..311f623 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Corner_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926a2edbd23970c90819aa9196fac9c31f91eeb447ea0b106c9bb1addf69d7e5 +size 108989 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Drainage_Line.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Drainage_Line.uasset new file mode 100644 index 0000000..356d263 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Drainage_Line.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2151bf776690bbf293b9df076d9cd1e0eb1e6287e1764a45c5181ca616a9051a +size 104644 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Partition.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Partition.uasset new file mode 100644 index 0000000..206336d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Partition.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6132f3af8aeec0094c601e38a89dda4ba8ff4d25e062f46f67ccf042f7f507 +size 102670 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Tile_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Tile_01.uasset new file mode 100644 index 0000000..cbfabf3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Tile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582b8ae9fff2196281f1d937baf4dc17f86177a6caf316990b5ca842175279b3 +size 101945 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Tile_02.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Tile_02.uasset new file mode 100644 index 0000000..1c5f04b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Roof_Tile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cb711cbe35890fab9a132b00c6daf11459cce955871e0912e54a48ea5d2a73 +size 104128 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Sliding_Door_01.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Sliding_Door_01.uasset new file mode 100644 index 0000000..687f24a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Sliding_Door_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5864aaa4e1b8b691b87bf3463aef1ed15625157c81ac2b7cd2c2010dc578762 +size 135607 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall.uasset new file mode 100644 index 0000000..9583878 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6510c1c4b5cdca11ebd495824795a36f2e78580cf08c36beb1fb12bc01b9c4e6 +size 130454 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Back_Corner_Section.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Back_Corner_Section.uasset new file mode 100644 index 0000000..bd3c562 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Back_Corner_Section.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1964e15f9b17d74b5158d3db1826fa8f1600f3c4a78c544abadf79242bc39846 +size 108391 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Front_Corner.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Front_Corner.uasset new file mode 100644 index 0000000..f05abc3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Front_Corner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa62f0e4c5ef0281723d41312d947a585e82e74e24e9c352003414af73be6026 +size 125694 diff --git a/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Mid_Section.uasset b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Mid_Section.uasset new file mode 100644 index 0000000..f77a46c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Airfield/HangarAssets/SM_Hangar_Wall_Mid_Section.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf8f35e2ce92b046b5c4bbaddb743760dfa6a1821cad4c4c25fa020d6bd9641 +size 164127 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_ACUnit/SM_ACUnit_01.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_ACUnit/SM_ACUnit_01.uasset new file mode 100644 index 0000000..fff9a73 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_ACUnit/SM_ACUnit_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c44719628a775001db4cab8e8583f610d97e68ee48d7561ca36a5806dbf8d8 +size 235565 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_FuelWaterSystem/SM_Fuel_Water_System.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_FuelWaterSystem/SM_Fuel_Water_System.uasset new file mode 100644 index 0000000..23da4d6 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_FuelWaterSystem/SM_Fuel_Water_System.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268f453aad0d87500a9f3efa597b4c146e08d1ffc8ffa30d354c0b637128a1cd +size 211305 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_FuelWaterTank/SM_WaterTank_01.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_FuelWaterTank/SM_WaterTank_01.uasset new file mode 100644 index 0000000..5a38dc5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_FuelWaterTank/SM_WaterTank_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0958ae3135ed77b5e63fc91a518c4d38a548fa8bb2d1253b902f131a388f55d7 +size 157609 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_01a.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_01a.uasset new file mode 100644 index 0000000..47bd52a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281659ce8abdcaa30ed7ed6d3b05c7a8def40bffa7cd0edcc220ecc9d7af9f37 +size 791488 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Base_01b.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Base_01b.uasset new file mode 100644 index 0000000..aa22b41 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Base_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2436d5087b072f5ad04f4da8fad592a3e08783e35d9519fe2282071b843ab1 +size 130443 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Glass_01.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Glass_01.uasset new file mode 100644 index 0000000..5487d41 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Glass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042977af3ca8e613d5216851ead95b69504f738afe67c032e8d522b1875b476e +size 76812 diff --git a/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Head_01b.uasset b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Head_01b.uasset new file mode 100644 index 0000000..11e1db7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Barracks/SM_Lamps/SM_Lamp_Head_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d09fdbe8296e39a2a7bf08b925d6e80e25b0744516c364d07823661f017da2 +size 497358 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Metal.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Metal.uasset new file mode 100644 index 0000000..9f9b56e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ff55a0f8574b6a6e8b435c2477604a63b5bf419913ea67c49759abc98770d1 +size 111109 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Stone.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Stone.uasset new file mode 100644 index 0000000..c904fae --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52dcfd475739fafee984a96dfd6efddb9f3ea46629ba6b77c1e4f3d2e7af375 +size 101610 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Wood.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Wood.uasset new file mode 100644 index 0000000..9d8ff0b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Floor_Wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f8575bfee82ac8edb3d7e65cd2530990c3de0d71067932de3e0a30663009cf +size 149285 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_End_Metal.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_End_Metal.uasset new file mode 100644 index 0000000..efc3720 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_End_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca0817848f897e442d52de8c558814131704e3e49128e6394e21762509f0b14 +size 144785 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_Metal.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_Metal.uasset new file mode 100644 index 0000000..1f3cecb --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bec8c98f35d5044d25c7810968900a257938de3d996ab16fc78be035d1cf7b +size 143042 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_Stone.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_Stone.uasset new file mode 100644 index 0000000..8104cb4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Sides_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a53496e186078f17504c227c14750768f9ebdb4fc4f40d21c9bdca6165b364 +size 110990 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support.uasset new file mode 100644 index 0000000..f93a222 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae6e3bebfbfb635fdfa3c2136fdf6cb2df152e98fc8d5efc1b40d618de55433 +size 128237 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support_Head.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support_Head.uasset new file mode 100644 index 0000000..1754941 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9cc364c29dc29022d070b5d3966a388b35de8f79b3ea5c6fd9587312faf6ba +size 107429 diff --git a/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support_Leg.uasset b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support_Leg.uasset new file mode 100644 index 0000000..a093505 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/BridgeAndRiverCrossing/SM_Bridge_Support_Leg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675dd99310c2f714ee8212d5ccdc18c7f4c8d17daf1e4e190e14ec64bf2fa21f +size 111542 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Arm.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Arm.uasset new file mode 100644 index 0000000..ea62a2d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Arm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24af756937610f21c6e86ebd90a90fc45b91eea1df657c9d9312b4407e562ab +size 135140 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Bolt.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Bolt.uasset new file mode 100644 index 0000000..caeb2ea --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Bolt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e485ec7c04412873cce2c23241c878c29ac905472a157038b898bfca93c9a929 +size 94239 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Legs.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Legs.uasset new file mode 100644 index 0000000..f833270 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/BarrierSplit/SM_Barrier_Legs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49059800d52265143420eb2bc52ee66e8ba8f470b64109cb6837c179e33c4574 +size 168763 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/SM_Checkpoint_Barrier_01.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/SM_Checkpoint_Barrier_01.uasset new file mode 100644 index 0000000..11329ba --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/SM_Checkpoint_Barrier_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe291a346f689991cd4f00b802dacc1e0e986e2660a093b42732d8d265d1ad5 +size 276555 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/SM_Checkpoint_Barriers_01.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/SM_Checkpoint_Barriers_01.uasset new file mode 100644 index 0000000..c96b6e9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/CheckPointBarrier/SM_Checkpoint_Barriers_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1673b992472f9d88dd49e71cc99e8bfbf4d9d4780fbea98ccf77ae7600448944 +size 1558 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/GuardTower/SM_GuardTower_01/SM_GuardTower_01.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/GuardTower/SM_GuardTower_01/SM_GuardTower_01.uasset new file mode 100644 index 0000000..b3b33c4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/GuardTower/SM_GuardTower_01/SM_GuardTower_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd5d104f0ccabb99ee9d0296e4d239675fe1ca8439bb062158d420981b2ef9a +size 378853 diff --git a/Content/MOUT_Fabrication/Meshes/Checkpoint/GuardTower/SM_GuardTower_02/SM_Guardtower_02.uasset b/Content/MOUT_Fabrication/Meshes/Checkpoint/GuardTower/SM_GuardTower_02/SM_Guardtower_02.uasset new file mode 100644 index 0000000..8872faf --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Checkpoint/GuardTower/SM_GuardTower_02/SM_Guardtower_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd87fd562e164022b1c72602481832f5dacc28dd5407522c8742a1d49016af33 +size 445170 diff --git a/Content/MOUT_Fabrication/Meshes/Communications/ATCandRadio/SM_RadioTower_01.uasset b/Content/MOUT_Fabrication/Meshes/Communications/ATCandRadio/SM_RadioTower_01.uasset new file mode 100644 index 0000000..774dab8 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Communications/ATCandRadio/SM_RadioTower_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6383a3fb41e82e4d9c2ed796b718de509c0e4ed49eafd41bc5f5827d336f273a +size 489557 diff --git a/Content/MOUT_Fabrication/Meshes/Communications/ATCandRadio/SM_RadioTower_02.uasset b/Content/MOUT_Fabrication/Meshes/Communications/ATCandRadio/SM_RadioTower_02.uasset new file mode 100644 index 0000000..1a44189 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Communications/ATCandRadio/SM_RadioTower_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958af472e6eb9a131ddf6044c8c6c6165eac757e2163a5baf0aba06d4c1180c2 +size 487175 diff --git a/Content/MOUT_Fabrication/Meshes/Communications/MobileRadar/SM_MobileRadar_01.uasset b/Content/MOUT_Fabrication/Meshes/Communications/MobileRadar/SM_MobileRadar_01.uasset new file mode 100644 index 0000000..c015062 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Communications/MobileRadar/SM_MobileRadar_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6f1f4cb47aad85b1373c6a1c3cf278a63a261a98760f6ceaede27526b78eb7 +size 1714121 diff --git a/Content/MOUT_Fabrication/Meshes/Communications/MobileRadar/SM_MobileRadar_02.uasset b/Content/MOUT_Fabrication/Meshes/Communications/MobileRadar/SM_MobileRadar_02.uasset new file mode 100644 index 0000000..55a7954 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Communications/MobileRadar/SM_MobileRadar_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2733b70f65355d93ba3c59a69941a876ce2bda56ef766d852cbefc6107570a10 +size 1361345 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Ba.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Ba.uasset new file mode 100644 index 0000000..475af64 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Ba.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8205a0fa66381cadf1a3821f493ef3d98c9792e4e82dab4593ce709f4c97513c +size 1416 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Ba_Bare.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Ba_Bare.uasset new file mode 100644 index 0000000..1028411 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Ba_Bare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf441f4370011c72c65a28c44c1bf1a8eefee435ffbcbac9461e7091e3b03914 +size 1456 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb-01_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb-01_LOD0.uasset new file mode 100644 index 0000000..2edfae2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb-01_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dbbbe34b9b7b00a7fc9faa8736710524376261f9a15928dc1df1629d1c7fac +size 1460 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb-02_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb-02_LOD0.uasset new file mode 100644 index 0000000..1b973b1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb-02_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05b7e4eec698c37c52688987860c84afe8b0465a81532104992321ee036a963 +size 1460 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb.uasset new file mode 100644 index 0000000..7a02c64 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d22707cfde3e05da8d63e9762a863bc574e630d09b35504d8f3900acc79385 +size 1428 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb_Bare.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb_Bare.uasset new file mode 100644 index 0000000..290b0ac --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/DS-Shrub-Bb_Bare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6126aa334a7e10f32cd2c71946af8f06834776d2bea96729a1b17713039e04d5 +size 1456 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_A.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_A.uasset new file mode 100644 index 0000000..b9b9d1c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2033198a2f8648ba6dcc100a68de01c19351288e8553f053502f6bec0bb50b +size 351601 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_01.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_01.uasset new file mode 100644 index 0000000..1ea1c8c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbbaee608ca7e659b788bc35268715a0bbdb1a9304995bf226247c842398be8 +size 221480 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_02.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_02.uasset new file mode 100644 index 0000000..940a324 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10b715ee5d89204e9aa0fc3163d919cbb349d213851db2f311c9fdada056c56 +size 213613 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_03.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_03.uasset new file mode 100644 index 0000000..2c59e5e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef3a538710242e9408b89b9c5f6cda6f39d817ceabf6727af1bf2814c8a8864 +size 210828 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_04.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_04.uasset new file mode 100644 index 0000000..35f4cbc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2fe613771b367994438034f7e2212f701bfd9f3d223a8fd4e642523e8dbe35 +size 215729 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_05.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_05.uasset new file mode 100644 index 0000000..e04a7be --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_B_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2295baf0802ffe8dd00215f162edde4b2085cee6953d887dc7f23c9d7f7dec +size 219420 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_Bare_A.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_Bare_A.uasset new file mode 100644 index 0000000..3e9afc0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_Bare_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6e423d5d42635ee7e67090d2aa2f90ceaeb331a06a356e16745e6ec80c4c90 +size 210802 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_Bare_B.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_Bare_B.uasset new file mode 100644 index 0000000..c7e293a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertBush/SM_Shrub_Bare_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c49a10d81a452faab6891ceb95b43791fed82f379d9603189f229caa4339eac +size 202111 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/DS-Desert-Shrub-A.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/DS-Desert-Shrub-A.uasset new file mode 100644 index 0000000..0580f12 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/DS-Desert-Shrub-A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126879854604c36231c28d3eb7ee0fb1703aa1443388ab59516d2f7393b0355f +size 1475 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_01.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_01.uasset new file mode 100644 index 0000000..32b7222 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4946e610e74b677038eea8675cd6995ac0da1136cf8a9c983cda355fc5968c1 +size 329375 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_01_Bare.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_01_Bare.uasset new file mode 100644 index 0000000..731d4bc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_01_Bare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f561b9d60b714ade1b34e7d83fa43079f6baca2cca7d62d7a690b41b505f01 +size 195503 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_02.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_02.uasset new file mode 100644 index 0000000..4190264 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5bad2fed4b379f2a7a427581978df671748c5b789016ed818725b7a6e48622 +size 254716 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_03.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_03.uasset new file mode 100644 index 0000000..463a170 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda5e6acc677b918861054abdb637d46df0dbb890c11e1278a7803431696b9fb +size 244373 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_04.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_04.uasset new file mode 100644 index 0000000..39c9298 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8b17665713093e3fb32c786d2560d75b04e083b563117cdce59b65da338dfc +size 249756 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_05.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_05.uasset new file mode 100644 index 0000000..3d8e4a0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertShrub/SM_Desert_Shrub_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114e79bdbf7a1badd80dc5fa6918f95681ae1cd0bf9b8a6963cd1307c5df8823 +size 234170 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-01_LOD0_Collision.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-01_LOD0_Collision.uasset new file mode 100644 index 0000000..0985e1f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-01_LOD0_Collision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400b5291b30bdece88133eb7076c9ab17301dda9335a33904049fc5325293be4 +size 216392 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-02_LOD0_Collision.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-02_LOD0_Collision.uasset new file mode 100644 index 0000000..1b5081d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-02_LOD0_Collision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd75e50f57374b647bdb2f6915b7093e47340e38c915847ce82c870b50f68506 +size 186352 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-03_LOD0_Collision.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-03_LOD0_Collision.uasset new file mode 100644 index 0000000..bd3e1e5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-03_LOD0_Collision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cb462a0c95c7487ccc9e1e3121df7fce0e2c1355f23bfb6610022099ae9278 +size 196803 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-04_LOD0_Collision.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-04_LOD0_Collision.uasset new file mode 100644 index 0000000..660f5f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-04_LOD0_Collision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4ff9cfc8c72869a89f64add7654b682775a4d3ee6a78214634792cb0bf91ae +size 178229 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-05_LOD0_Collision.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-05_LOD0_Collision.uasset new file mode 100644 index 0000000..85a99da --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-05_LOD0_Collision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d672329c71c43348df55e6e256902e172cd4cf0d4facd5e711e4c7d701b4e044 +size 232156 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-06_LOD0_Collision.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-06_LOD0_Collision.uasset new file mode 100644 index 0000000..9408f8f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/CollisionMeshes/DS-Desert-Tree-06_LOD0_Collision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e9abd008247fcd068daf470f373f4cc99ac9807156a8aa54f1e12e312507e6 +size 176869 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-02_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-02_LOD0.uasset new file mode 100644 index 0000000..73d05ba --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-02_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed970e6f7d276dbde33aff109132bcf39374bdb4f76c85d0150f6da9b22e7d2 +size 1488 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-03_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-03_LOD0.uasset new file mode 100644 index 0000000..9d7c22d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-03_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed796bc81324f636b91d97808db386b49de53aad18a5b260d1adc5ea35a23f8 +size 1488 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-06_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-06_LOD0.uasset new file mode 100644 index 0000000..122e43a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree-06_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15616f5092c375cd044b0d6e54a4e70627c83e844fa8c5ea0bc759e7022abb1b +size 1488 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree.uasset new file mode 100644 index 0000000..7fba961 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/DS-Desert-Tree.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ebc7dba115177ff275c3fd1679b5478a8d144c8e01838ecdd17931d13c3063 +size 1456 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_01.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_01.uasset new file mode 100644 index 0000000..3255477 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba93cd47496e83903e6b17eddb9a6fadab93b631051e6f21b45eb969a2bcc220 +size 373207 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_02.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_02.uasset new file mode 100644 index 0000000..c56aa9d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1196a5c08c47cd21d0f36006cc74d5fa71ebc6ca7ea112a3cf755846e1079aa2 +size 294503 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_03.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_03.uasset new file mode 100644 index 0000000..8d08ad9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f37bc9f7bc810550be3783b5aa26404eb1fb2e050e5653c1d20abc9956cfe4e +size 311342 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_04.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_04.uasset new file mode 100644 index 0000000..44ea6fc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f481299df6ed1d26ac29f3a79f285457d26720d910f62fd8c6fe0a269cba3c +size 287486 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_05.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_05.uasset new file mode 100644 index 0000000..03c945b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45532b12cd5acd32f694b5fbfb36aeba2430df05a8ba4e00fb048e840d9f2d13 +size 429701 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_06.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_06.uasset new file mode 100644 index 0000000..10e2382 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/DesertTree/SM_Desert_Tree_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e4d44693e15af878e39be18762d13cb7856e683d8fe52a948affdf190a5db2 +size 281963 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-03.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-03.uasset new file mode 100644 index 0000000..44c7eba --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999d3adddb6b85e9030f1757c5e7b54c0971ae12fb5fac923e6d0f132bd3a45 +size 1445 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-06.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-06.uasset new file mode 100644 index 0000000..54b85b7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92212f5d2046cab0e9e0369bcd950a78617c8c907da1e1b9ccf6223ce66beece +size 1445 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-08.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-08.uasset new file mode 100644 index 0000000..32f06fe --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9bffb399d7cf06aec0abab9bf4cf12e1972c81a2a3f06b22105dda2eec537a +size 1445 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-09_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-09_LOD0.uasset new file mode 100644 index 0000000..785e342 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-09_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29702c5aeda0b215916e4af0069af715495ba3d3d21b640b438ab1ea6bb21ca3 +size 1465 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-10_LOD0.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-10_LOD0.uasset new file mode 100644 index 0000000..cd61076 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/DS-Palm-Tree-10_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e765c70a6d0473ef66125a0b801dbfe1955caf19193f0ce4da10d13f55826a83 +size 1459 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_01.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_01.uasset new file mode 100644 index 0000000..b42d618 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41714374169be35872955c58087b169dafe3d471a80dca22e85b09da39bdd9b9 +size 212569 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_02.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_02.uasset new file mode 100644 index 0000000..cf7997c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb06e8c6852baf756223045afc134b120b137e93d4532ef895e745faeb260413 +size 222584 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_03.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_03.uasset new file mode 100644 index 0000000..1a8d259 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca32e95dcaa37677364a5621df0981e8e9e3418f029e8a6e8474739116b0acf +size 214019 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_04.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_04.uasset new file mode 100644 index 0000000..736a5c6 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2172bb8ec453ad23b0a0a8300d8d434862bb196a6000cd93a00b193ba9e3827 +size 222404 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_05.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_05.uasset new file mode 100644 index 0000000..4a0d323 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6c50446d1ea6463edb1f15837216c757aced47a75e33284ae6c8434f5b6b55 +size 216961 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_06.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_06.uasset new file mode 100644 index 0000000..327048a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcd0c2a2974616ad2229bfe8faee69a7571387905236f7b58b931d70c0ad9b8 +size 223908 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_07.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_07.uasset new file mode 100644 index 0000000..1101164 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8b72924de82fb1de5361f97e1cf70dde111c1cf852488a73d57c5ee7e9b61b +size 215421 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_08.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_08.uasset new file mode 100644 index 0000000..7ac7d1a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb8ecd458999415a54d30a4ec2c92f7e1c34620cfd497533a2fc3384cdfe7d6 +size 250181 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_09.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_09.uasset new file mode 100644 index 0000000..88a38ef --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe65f50ee325b24644cb07ae3289ae810e03213a5548705fe3e84dfeaeec1d7 +size 236772 diff --git a/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_10.uasset b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_10.uasset new file mode 100644 index 0000000..3d2ab80 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Foliage/PalmTrees/SM_PalmTree_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9f7b02d684c4485d689d8dd36fbb6a087706b3d2eb2aced784df506dfd786b +size 237943 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Full.uasset new file mode 100644 index 0000000..3400676 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9d83e36c30acea3b11191598d789dae0096b7631aee8f531604fa44d0dfbde +size 95544 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Half.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Half.uasset new file mode 100644 index 0000000..c464312 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6531e3f82aac782d9ec34658b560299d4bf0b5ca487061a0d4d838bf39fb0748 +size 94137 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Quater.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Quater.uasset new file mode 100644 index 0000000..7bde80a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Floor_Quater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d924ca6940b272457f70a4eda106ef84f3c576a0b7ca0c2d0ea3bfe567f7ddc9 +size 91348 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Roof_Corner_Angled.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Roof_Corner_Angled.uasset new file mode 100644 index 0000000..fab339c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/FullSize/SM_Roof_Corner_Angled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25a0a420c49ee8858512ae369ac720e3db722cb04a8bada7af2c8cb09690471 +size 97864 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_Corner_Angled.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_Corner_Angled.uasset new file mode 100644 index 0000000..734c93f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_Corner_Angled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ed4d58e792f4bd490dad9a96d874a027ed8dc283adb3ef9a914fa5afbb5737 +size 97383 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJoint.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJoint.uasset new file mode 100644 index 0000000..d0dd32a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144503e9ebf882e135219d97eb284ac5dffefd4cfab0a8b5561fdeb812643185 +size 95459 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJointHalf.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJointHalf.uasset new file mode 100644 index 0000000..3b5c6a5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJointHalf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b5842b8b7d4944e2f79ac9cd7d2e81e103b19fb03400f84ecf55aee79fc7ee +size 93982 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJointQuater.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJointQuater.uasset new file mode 100644 index 0000000..f31f919 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Flooring/InteriorAgainstWall/SM_Floor_WallJointQuater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6434a7e1d106615a3b9f6c8b3045145a8d601fa809dfb7dbd7e5e2fac14a0193 +size 91306 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Angled.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Angled.uasset new file mode 100644 index 0000000..c4fb1e5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Angled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb0c074de5868073a8ea58587610a15cfc2d04645ea93e5822326c4e2b2be7f +size 102117 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Full.uasset new file mode 100644 index 0000000..7691418 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9645ed1e5bfaf5ac07a941da1fb257d2303b907a0500704fb19cf3c57d12019 +size 100754 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Half.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Half.uasset new file mode 100644 index 0000000..099d854 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/LongCorners/SM_Wall_Corner_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2dbf194e6182fc9a46891668d2d4549822049deec72762fe3a8a1137b027cb +size 103335 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/SM_Wall_Plain.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/SM_Wall_Plain.uasset new file mode 100644 index 0000000..d4a3968 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/SM_Wall_Plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de12cecd17b0915b5185736b4c721033128e2c0f269f71821e7eb512437c69 +size 103027 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Angled.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Angled.uasset new file mode 100644 index 0000000..32d83a6 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Angled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d0a2884cdbfe1dfd73cbf75a1c158589b28249f07b586fe062ba7c19d06c11 +size 101742 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Corner_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Corner_Full.uasset new file mode 100644 index 0000000..bc0bfd9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Corner_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aac6dc67b39731710d5be4762a70313ea5948367d9be4f69b045ecf52d95a33 +size 101619 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Corner_Half.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Corner_Half.uasset new file mode 100644 index 0000000..f7e1db4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfHeight/ShortCorners/SM_Wall_Corner_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d4acc9517950354f0e6cac4f42be11544283fc8bf6a9748218a235b03fffa0 +size 103625 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_Plain.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_Plain.uasset new file mode 100644 index 0000000..f2f8b6e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_Plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64db293129d095aee0b3c730e53632c28321f2a7576293dc8d991f8d26e4bba +size 107354 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowLong.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowLong.uasset new file mode 100644 index 0000000..764427b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowLong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be49a8bda21a1503e5deab3eb2d91b7b6c9abf86dba6fd791316aab01c7c1eba +size 108138 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowRegular.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowRegular.uasset new file mode 100644 index 0000000..c28b384 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowRegular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3778967f19dc4555ef3d210202b3e81db04bdffbe1daf55785135caf79daff +size 108052 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowSmall.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowSmall.uasset new file mode 100644 index 0000000..61f892b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/HalfWidth/SM_Wall_WindowSmall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2193bf93e4f2fe99ca99d805907bf8350196d50a8128e39d580a43d10898b13 +size 109154 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Angled.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Angled.uasset new file mode 100644 index 0000000..b63f8ee --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Angled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf58d104a8470a9e252fb8ac6cc0d1f50169c13659b622e2cc6796fe47d6bc1 +size 106802 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Full.uasset new file mode 100644 index 0000000..5329f42 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8397c7e97653d6eace32c4ac99f17b96aae70214e23f064e55b36b439b66fa +size 105614 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Half.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Half.uasset new file mode 100644 index 0000000..6407917 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/LongCorners/SM_Wall_Corner_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31192b09f1228652ec8ee0ea9b46153c6d9b42c08781d04d4e3320dbf5f78b3 +size 105888 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Door_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Door_Full.uasset new file mode 100644 index 0000000..e385299 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Door_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c183a5561f95db183f94d354dfe369c2e5cc47eab38b7b19744204e5b26cee +size 105670 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Pillar_2x2.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Pillar_2x2.uasset new file mode 100644 index 0000000..639f3df --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Pillar_2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3961ad6660fdf7888d85bd8dd245a6c8379b97aa3fb676336436d6bb4e9fad2d +size 100816 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Plain_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Plain_Full.uasset new file mode 100644 index 0000000..2d69b51 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Plain_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a557bf004af87fe9797672d3cd508e85d6bdb8b1a5fe20ffb934325ff5cb90 +size 104357 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Plain_Quarter.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Plain_Quarter.uasset new file mode 100644 index 0000000..d112e56 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/SM_Wall_Plain_Quarter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bf2af8301aac75152729711a83f6b50f68ff9331a90f8c1b00a256edf82308 +size 105816 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Angled.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Angled.uasset new file mode 100644 index 0000000..7b78c15 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Angled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e0536650b567622691dd6f068a8087fa6306d05ad25f61abe33a3c23827aea +size 106936 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Full.uasset new file mode 100644 index 0000000..c64d840 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ece1d6fb89f615f382045475cbbc68bac2cc720b260b2b9d45de58552cbd5dd +size 105649 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Half.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Half.uasset new file mode 100644 index 0000000..b1ab2da --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/ShortCorners/SM_Wall_Corner_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69638cc654ef76770f25aa92a65f46ca864c04ab8a69399cb2a9a8aa0f3450e +size 106172 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowBasement.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowBasement.uasset new file mode 100644 index 0000000..1ce4742 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowBasement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6909bcf3ea38c907cf774686efed99d59fb1d98c265f5352c46d18a18e4562d9 +size 106425 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowLong_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowLong_Full.uasset new file mode 100644 index 0000000..d4ededc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowLong_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71969202b6730fb9d59024b62dfba2be219ad79540ed3f7be9e06c22020926d1 +size 106130 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowRegular_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowRegular_Full.uasset new file mode 100644 index 0000000..e5122b3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowRegular_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a799e8e5f2c86ff5c21455ff3bdce9e5e4963e416bbfc46524a3b671e7a1a1e8 +size 106186 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowSmall_Full.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowSmall_Full.uasset new file mode 100644 index 0000000..8f7e40c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/BreezeBlockKit/Walls/Windows/SM_Wall_WindowSmall_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb10af1486f7bc28f4545a5578c26fcbae1e4ffc21ede213543f03288237f55b +size 106219 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Door.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Door.uasset new file mode 100644 index 0000000..65e5380 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b236dfaf1ec44029a71540780c6e3012f33322dcb4f4a54400b538409a5e2d +size 107648 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Frame.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Frame.uasset new file mode 100644 index 0000000..d9fbb1f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9b01bb21390b8efa035e2fc8e711e427f62b1e03828f598cc6e31d41724787 +size 102414 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Handle.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Handle.uasset new file mode 100644 index 0000000..bcdaf91 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/MetalDoorParts/SM_Containter_MetalDoor_Handle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c314b6d9c503e1b97e7a033ebd472c0aeca4630774919a0b705987ea837390ec +size 109391 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Metal_Closed.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Metal_Closed.uasset new file mode 100644 index 0000000..f63552c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Metal_Closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f717dcd362814b3bd3be1cded856fa4f653868f37fafcb1d8410d0e7aada4d51 +size 143176 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Metal_Open.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Metal_Open.uasset new file mode 100644 index 0000000..d089227 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Metal_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774f2250e15fa36ffb9b8d17207d6f1d8a51b073c1e8c7509b42ac64fadaeca7 +size 143037 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Wooden_Closed.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Wooden_Closed.uasset new file mode 100644 index 0000000..4daedd2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Wooden_Closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935a735ee3b4e23b8669a9d598bb0484faaae5b2e6c952a03b71d0d91e88cafc +size 140758 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Wooden_Open.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Wooden_Open.uasset new file mode 100644 index 0000000..f7566db --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/SM_Door_Wooden_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4a09ff4037b200a6650d06d6d8e5250b37b340f5c4a65633b2058475c658ab +size 139809 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Door.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Door.uasset new file mode 100644 index 0000000..a92bb32 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59ec769be2f2b06546466d2ea4afb684af0279223c992b480629acc8a439fae +size 136300 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Frame.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Frame.uasset new file mode 100644 index 0000000..e660c2d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d191f53e9d99aeca839bbfa5391236b6ffc9cdbb9688ef6758843ea64647c210 +size 104765 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Handle.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Handle.uasset new file mode 100644 index 0000000..4044430 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Doors/WoodenDoorParts/SM_ContainerDoor_Wooden_Handle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e2e31a3bc0b03cc9b5dc2efadeafd46049e96691729dedc0fd5be74fb7954b +size 109736 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_01.uasset new file mode 100644 index 0000000..d16d61e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11c9199bdf80ad5b68e73a5c006a5954f42067e1b298aa98b49a979503a90b2 +size 126176 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_IntWood_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_IntWood_01.uasset new file mode 100644 index 0000000..2761435 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_IntWood_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdf24e6a06e05ca21953d9cdd0fcc1c388ee96a06ec70d91a053f6bb1c78605 +size 114565 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_IntWood_01a.uasset new file mode 100644 index 0000000..963e185 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerCeiling_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f827b8214e026edf71d13384535ef55f29aea76f218f3d595eb65a6a26d0f0c +size 1699 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerFloor_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerFloor_01.uasset new file mode 100644 index 0000000..9bdadfa --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerFloor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3919f1f0d87bca482bb7598949a983a318a968e979907a97147f40b9704476dc +size 97099 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerFloor_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerFloor_01a.uasset new file mode 100644 index 0000000..6ed7b8d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerFloor_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876c98d285b10e17ee447bd83fcdde50a30ca23a675c8b085fae920e153b0a8a +size 1619 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfCeiling_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfCeiling_01.uasset new file mode 100644 index 0000000..1c17999 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfCeiling_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a83f9cd26a8f5d8bd2405f74ad0d793446edf09b58be4b1891791deea95c59 +size 110056 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfCeiling_IntWood_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfCeiling_IntWood_01.uasset new file mode 100644 index 0000000..125a997 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfCeiling_IntWood_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadd15b1714a1e900b496ddcfd9b8f0b11699a1f4dd670e7b35606f7d158af81 +size 104726 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfFloor_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfFloor_01.uasset new file mode 100644 index 0000000..90d0387 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfFloor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaf396e29f0251bdceb3ef06420af60eb6515fde8fcaaa747a84a180be5fdea +size 94249 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfFloor_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfFloor_01a.uasset new file mode 100644 index 0000000..82f0d78 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/FloorAndCeiling/SM_ContainerHalfFloor_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1ded008c949d84fd42ed9103161df4f8b739207cf343d68bdd7e924b8ac02a +size 1651 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01a.uasset new file mode 100644 index 0000000..8401ab4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077abf1e57f86588947a5b4ab289e7f088395a32bfc92b7faaa9ed45e1dd2968 +size 107281 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01b.uasset new file mode 100644 index 0000000..135f9ff --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c023ab338a877894ddb1160397baf60e11d951df4a2714071573814dbf21b846 +size 102286 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01c.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01c.uasset new file mode 100644 index 0000000..1273460 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Pillars/SM_ContainerCornerPillar_01c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af2aed64f4bd90a672226eeb25a00efe39b46d5a69b9fa9451a53291f87cf50 +size 100960 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_01a.uasset new file mode 100644 index 0000000..111e6e5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519104e18c69e0851b7c0aea6450c6f6cb37e7fbbf449a7788e57e51ab5ae82e +size 155976 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_01b.uasset new file mode 100644 index 0000000..29ed517 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b694686526399a463bc929500bf02a4fbdec86bb5fbf07aaa02c8813599000 +size 153345 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_IntWood_01a.uasset new file mode 100644 index 0000000..7d22f84 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ab08940d8acc399643f00928d25e0b3fa7e8100f1a789acf84eb77954146e5 +size 143665 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_IntWood_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_IntWood_01b.uasset new file mode 100644 index 0000000..ba878c1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoor_IntWood_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e6efe37e15815c76898aa12a84081ba9c1553849f9a640d284006d4f1e3c39 +size 141285 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_01a.uasset new file mode 100644 index 0000000..6c9dbba --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beadc5a9d37ba06f864bab241c1655ad63ae39312799080f74e8ae88765772b7 +size 155386 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_01b.uasset new file mode 100644 index 0000000..285680f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23259927dacb9fb61ec3ab841ce848f228446ed4d9df4fed71258346c68a313c +size 152501 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_IntWood_01a.uasset new file mode 100644 index 0000000..760e025 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315f9199a50269e9eb28e34ddb834b14f62c8901bf6cc26bc2e8b01fed0d0768 +size 139642 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_IntWood_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_IntWood_01b.uasset new file mode 100644 index 0000000..e0290e3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindowVertical_IntWood_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e697e8a179c7c315c65aecc484c1398299c65816e1b6efee632362caf1dcde5 +size 139520 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_01a.uasset new file mode 100644 index 0000000..d43c6f1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c978b4c211cb8518864ec29a718563965f10b9ecccc5f9412fe388734330086e +size 153939 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_01b.uasset new file mode 100644 index 0000000..6e780b1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e797ee566525056adf287e865de9f3d6efa0875f64ca10150abac8b4aa3a474c +size 151701 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_IntWood_01a.uasset new file mode 100644 index 0000000..db53f74 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0705138035b5b85f945fdd0f45409c995da2d9ec4b2fcffff0aad3d5232aa5d5 +size 147155 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_IntWood_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_IntWood_01b.uasset new file mode 100644 index 0000000..8f2e3e2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerDoubleWindow_IntWood_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e1fa32b28746c16989df9d55065781e088fea6bff0e681c95b3cf2c9cf762a +size 144630 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerHalfWall_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerHalfWall_01a.uasset new file mode 100644 index 0000000..04f1dd0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerHalfWall_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d792878c64a1197deafce3b8a9a8e3f11d5ec2d92c48b6f98e8d672cc4bd7126 +size 130216 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerHalfWall_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerHalfWall_IntWood_01a.uasset new file mode 100644 index 0000000..61d6c03 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerHalfWall_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea0c22584c262a6411577e190789ad1fa8c2c4479fb4f914b9fd46aa8074728 +size 125004 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerLock_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerLock_01a.uasset new file mode 100644 index 0000000..42c4c62 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerLock_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232f2a20e4442632569ac4423409f27e69201bbd13a6a44c9173a49de5e89c82 +size 223546 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerLock_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerLock_IntWood_01a.uasset new file mode 100644 index 0000000..b07158c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerLock_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c36a474f436d42ef886b0a6659432f7ad3924d5eb3b2c7db05ae5a0a1a113b9 +size 223125 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_01a.uasset new file mode 100644 index 0000000..1bbdaef --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05af81fb26bac25de290ca2c0ba28955d0665078c209e2b6e3ea47f1e179b5d5 +size 153065 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_01b.uasset new file mode 100644 index 0000000..9195b35 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5820d704e039786de2ae85caac7dbe9248d55617232d600416595cc601a3f936 +size 151408 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_IntWood_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_IntWood_01a.uasset new file mode 100644 index 0000000..395b654 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_IntWood_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3102eacc378faf13d3460166ccf8c804d285ef331bd10b6b970f6196c16f73 +size 143689 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_IntWood_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_IntWood_01b.uasset new file mode 100644 index 0000000..e6a3aec --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWIndow_IntWood_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b765861ee2ac83511e73586cd2bc56ac596b9a4e6f7c28dd8a8618b2c3622eed +size 142724 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_01a.uasset new file mode 100644 index 0000000..829dc65 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7b0b6f2999b079c086eb6967dd1fbf373c3262f5725238d6e1483cfe869fee +size 146614 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_01b.uasset new file mode 100644 index 0000000..2d0a4d4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a167603cd4eb7fc52e090f5c8f80c067efb674316ddaccac5213093d238d75 +size 148775 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_IntWood_01a_.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_IntWood_01a_.uasset new file mode 100644 index 0000000..ec75612 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_IntWood_01a_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e838b0bf765b050dd24f07157ffed6402c1a3d9f94beeae82a8575fa0a552e +size 136481 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_IntWood_01b_.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_IntWood_01b_.uasset new file mode 100644 index 0000000..9e205ed --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/Walls/SM_ContainerWall_IntWood_01b_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c6a526176e406f46da6333a516db6f02582e0473d3f17dd540321ab7e64ef1 +size 138012 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Blocker_Single.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Blocker_Single.uasset new file mode 100644 index 0000000..d91c5c3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Blocker_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af869d1cb1029eba6ce6f12e25c094ba6cbbef753871b4eadde18f61bad8db5 +size 108749 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Cover_Single.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Cover_Single.uasset new file mode 100644 index 0000000..b9dbad7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Cover_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a616c00ed3e608bca80c123ba371c71f53ee5ad39a63028ab7ed7a9afec4deb3 +size 104022 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Double_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Double_01a.uasset new file mode 100644 index 0000000..32efd33 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Double_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686a5ab90200900f84ecb8f692f6cb4d242eb7e10f99bb0ae33612abe3da5ab1 +size 108737 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Double_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Double_01b.uasset new file mode 100644 index 0000000..29ed2d9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Double_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0939ca0301b46329571a921b1d51fa392fd816d37d230e265c301349b0247a +size 113522 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Single.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Single.uasset new file mode 100644 index 0000000..b44fd48 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbb38110418af6a0aa5f76d2d9cf07d5dba4b91e1e039032952aa199d59e540 +size 106913 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_SunShade_Double.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_SunShade_Double.uasset new file mode 100644 index 0000000..46f7a45 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_SunShade_Double.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b64983b382db5721b07fece3bec4757102de316f263bd5108218082ddc6bc0 +size 91944 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_SunShade_Single.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_SunShade_Single.uasset new file mode 100644 index 0000000..b7746f2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/ContainerKit/WindowAccessories/SM_Window_SunShade_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4930ec98e78ee69d5d01e3c4bc2b17789853120eae63d22d3c3b97f476e6f1a5 +size 92369 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Base_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Base_01.uasset new file mode 100644 index 0000000..f116644 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Base_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04fa94ed3e7e19aa447973d801d9f9671e7573e8d89e32b2504f97bf4b2fc0 +size 135893 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Base_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Base_02.uasset new file mode 100644 index 0000000..dac8a6f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Base_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e44cca873e6ee9897f3d3c9efd0b49ac329a47763807202669b4dab54a587b4 +size 119594 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End.uasset new file mode 100644 index 0000000..4b01903 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f97d78cc09525e9934c1c73ca8e0c793fd086957ab13e151d059d39290d950 +size 110418 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End_01.uasset new file mode 100644 index 0000000..195a8f2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c5adad66877cf8a15883516ee54b9b4b9e1fbe2cfdbf747c7655e9c1bc282a +size 115680 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End_02.uasset new file mode 100644 index 0000000..c12df13 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_End_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97142ea377e951a34adccb05ca2eb0eeb3ba6bc97f35ea30976e89e78cadf86 +size 118291 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_01.uasset new file mode 100644 index 0000000..c8cc2fc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75c7319f8a1a019b668435ab07d8588d928684cbadadada4da6dc14d6d83e53 +size 120601 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_02.uasset new file mode 100644 index 0000000..31c0653 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8d25bb742683ea747dbdf016040a0d7d1d3cf4de95aac6813cf294a3f1faf9 +size 121153 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_03.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_03.uasset new file mode 100644 index 0000000..70a9b95 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Mid_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786944cb2299575e109a4e924379bbde8499eb3b30563b317990276ca96f8fd5 +size 117781 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Single.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Single.uasset new file mode 100644 index 0000000..0d06c3e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Railings/SM_Railing_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f540614a870aaa70bb860fec817f7add2435cf6ff6cf4d1d56c4ea428175f176 +size 136029 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail.uasset new file mode 100644 index 0000000..560bcd0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd1521911cc3223a87776970302af97465bf78627df57d69f46b328821ed565 +size 125895 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail_Left.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail_Left.uasset new file mode 100644 index 0000000..810a6a9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1c77c87ccb2bbfb307f53fe08b42698152060ff34cfbfe65e366311e27e833 +size 124149 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail_Right.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail_Right.uasset new file mode 100644 index 0000000..75c7f1b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Rail_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e8af8c972d5fccd0454cf6c8de0a0cc9ce83c109cb5c4295d4dc9ac7297646 +size 123676 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step.uasset new file mode 100644 index 0000000..95fbb1e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0bc1af1e038b155263995dec645bded95d255280508f82804b6afda2e2f3b9 +size 94737 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step_Left.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step_Left.uasset new file mode 100644 index 0000000..004e62d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ecf6d227fb77fa2793e4ff9d53da8930839b95175d4b2665954eff013b4c8c +size 94528 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step_Right.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step_Right.uasset new file mode 100644 index 0000000..97a6ba2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front2Step_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e843f08cf3446ba7ead24de06ecf6d0fc044a5c27593e8b14fc0566dc0667835 +size 94715 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail.uasset new file mode 100644 index 0000000..c627603 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8eb5fb37df954c5735bee4a1550b9796bbcf28f99a4e8a7a2e3c702eaf7e9c +size 137425 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail_Left.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail_Left.uasset new file mode 100644 index 0000000..024e1e2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b5d18d9967f3bd4bfe3a165c5c82d797c771d6fb319ad14ef4187aa3c586cd +size 127548 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail_Right.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail_Right.uasset new file mode 100644 index 0000000..becdce2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Rail_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b825554224704f18a57e21a78369bea20f588930c84080e2158fb033cf45a964 +size 126512 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step.uasset new file mode 100644 index 0000000..921cd3f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016fef56fd70f83406f26ec04b83cac0890a6f03195520c3d8bb20869699730c +size 98074 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step_Left.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step_Left.uasset new file mode 100644 index 0000000..2d5fc7d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335e53135fb9ae70a267f36ed64b4cdb40a6b851266f21a3084cf9946e4c7aef +size 98645 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step_Right.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step_Right.uasset new file mode 100644 index 0000000..b1ebea1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/FrontSteps/SM_SmallFront_Front4Step_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea110a693526a5be078686a667037cfe64235b091fbba5bf44dfab2d8e850d99 +size 99317 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/Collision/SM_SteepStair_Col.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/Collision/SM_SteepStair_Col.uasset new file mode 100644 index 0000000..c14e99c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/Collision/SM_SteepStair_Col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93381ebdf7622da6259859693051e8b349e830a6f62883a7d286be1d0bf61ec0 +size 106122 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/Collision/SM_SupportCollision.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/Collision/SM_SupportCollision.uasset new file mode 100644 index 0000000..d19bbcd --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/Collision/SM_SupportCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c197b63e9f35447849d51d909301eef6eb2a6a9a47e90667e5216290c72ea9 +size 101781 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Extension.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Extension.uasset new file mode 100644 index 0000000..c4079f1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Extension.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c2f3ff0ef18d5762fc8d9089adf41e437b8029bf6ec651bd0f0cce54a9c462 +size 147852 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Ground.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Ground.uasset new file mode 100644 index 0000000..4cf8674 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Ground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba9613231b2553617b01c90869312e38dc4d298f831ac3e27f8ade8555557e3 +size 145567 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Platform.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Platform.uasset new file mode 100644 index 0000000..6f09b56 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Platform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc4543b6023f1a50efbfdc61786ed9ce88a2c35858cf8704294e09e6773512a +size 147208 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformCorner.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformCorner.uasset new file mode 100644 index 0000000..4f8a4c9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformCorner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f390cd5c417624605ca7a1b12a455a4938de09c8c9bfb1d60aad749c749a9cbb +size 132246 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformEnd.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformEnd.uasset new file mode 100644 index 0000000..abf68ab --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a241a799b60a2e60d8dc77d3db93a51b41d05fcfde042e265be9b89a5e9260f9 +size 133040 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformOpening_Corner.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformOpening_Corner.uasset new file mode 100644 index 0000000..2d529a4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformOpening_Corner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ccd6d0840b05079b247f313dae02e46e413f0c9f21bf4a88f9413a9539b673 +size 124234 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformOpening_Straight.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformOpening_Straight.uasset new file mode 100644 index 0000000..81b7e4c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformOpening_Straight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d167c247b549333c8882ce7a08e454c566a0f8eaab51362aeb66d9f501f58072 +size 118671 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformStraight.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformStraight.uasset new file mode 100644 index 0000000..57a7bb4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_PlatformStraight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a769669fd44f691075dd837ee79b5586c3fc0abbe9cd2f821e440add52120d59 +size 130905 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Platfrom_Plain.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Platfrom_Plain.uasset new file mode 100644 index 0000000..fa7d579 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_Platfrom_Plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23ad9a21fc0e77b84872308c03274399bc92c2811989b68419e402a10d2491c +size 104924 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportBase_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportBase_01a.uasset new file mode 100644 index 0000000..3d27081 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportBase_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513a12e5827206f36dbde94e3584001df69387c47dc9437b9abf30f95d40ce44 +size 150620 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportBase_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportBase_01b.uasset new file mode 100644 index 0000000..4f137f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportBase_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130b28cb1da75d87d6a47b09ddc456f497227294719531b110ab8b79ada88e35 +size 170000 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_01a.uasset new file mode 100644 index 0000000..6f2678c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21b3b19aa01b0231ab0f20cebf396b24f6f5b56ba619cc8b7185b0115ac5fe8 +size 114083 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_01b.uasset new file mode 100644 index 0000000..b788da5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8e7fa3b913dba03c1c0d1c8caef8035fe3085bb0c96b7a82eb8f1ce599adea +size 136484 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_Half.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_Half.uasset new file mode 100644 index 0000000..cd64745 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MetalStairs/SM_SteepStair_SupportExtension_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4597b37d2136a70077fb159911d3ed3fe721a4f199780535fd9964e30db947b7 +size 111156 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Barrier.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Barrier.uasset new file mode 100644 index 0000000..0a4471c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Barrier.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37caae2a6020a8fdad76ce66dfb44d9c83302be0e67eb2cb07c1fd0bf73b56a +size 144843 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Barrier_End.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Barrier_End.uasset new file mode 100644 index 0000000..670554e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Barrier_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29e720779d32e9ca443b176d1e57d359daf7ef990d0cf154b01543175ad76d8 +size 124825 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_End.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_End.uasset new file mode 100644 index 0000000..3d86daf --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bd4f9b181c16b7e9df9626b5d7f8f35eae25e49bfe52ecb7caeb8b055c360d +size 139824 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Joint.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Joint.uasset new file mode 100644 index 0000000..a658a31 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Joint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf2e461a2c41da390db9e96802f5937d065db0dc6966de594d56b667a21bed4 +size 88632 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Mid.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Mid.uasset new file mode 100644 index 0000000..10c6d8b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Mid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f283126b0c3cb2c39c51b55a2e7c2df0af09871f49e0f05df55a8818725475c +size 105113 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Start.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Start.uasset new file mode 100644 index 0000000..e919853 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/ModularAssets/Stairs/MountedLadder/SM_MountedLadder_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0caab3008f5ec3e81188fd9f71841815971f6de8dd7b2e504ff8e4e1a84b5277 +size 119775 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_Bolt.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_Bolt.uasset new file mode 100644 index 0000000..e6c4181 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_Bolt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e91627fb2d25217ad8078f10d30dce698261907685fc57ebdc85a2fb147cee +size 92347 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_FencePost.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_FencePost.uasset new file mode 100644 index 0000000..0806403 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_FencePost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb95894c245ed1029d930a867e7751bfc03fda58df83f3cd068edd67adae70a9 +size 112206 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_Split.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_Split.uasset new file mode 100644 index 0000000..bd7d280 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/AccessGateSplit/SM_Access_Gate_01_Split.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0a7a39c0e396f0ece39058f7cf70a57811092668fb364270903f286157daa6 +size 377866 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/SM_Access_Gate_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/SM_Access_Gate_01.uasset new file mode 100644 index 0000000..6b81e76 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/SM_Access_Gate_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b69e425ae379c0e66b74ccdcf2ca27d2cfcfe62074e920535414fc54e9953d +size 697981 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/SM_Access_Gate_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/SM_Access_Gate_01a.uasset new file mode 100644 index 0000000..16fe6af --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_AccessGate/SM_Access_Gate_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570d32ea0a09bc03a1afd455cc70214badc3b991f476e06ccc05f7d0445b59d3 +size 1526 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_BarbedWire/SM_barbedwire.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_BarbedWire/SM_barbedwire.uasset new file mode 100644 index 0000000..4dd2338 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_BarbedWire/SM_barbedwire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2775583014db4f8a3d520e1be6f66cd37240a2c4c93b6398c52cfb0946e61f4 +size 112082 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Barrier/SM_Barrier_Sand.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Barrier/SM_Barrier_Sand.uasset new file mode 100644 index 0000000..7a4dfed --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Barrier/SM_Barrier_Sand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5cf766d13a24daea475eabfcbda4f6bbc08024f77a1181422bd88269551c7 +size 103217 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Barrier/SM_Barrier_Walls.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Barrier/SM_Barrier_Walls.uasset new file mode 100644 index 0000000..06c4584 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Barrier/SM_Barrier_Walls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289cdc1f65db52c1d5f82ba95893d4f027ebf4fc34e3b973906e6392ffd71608 +size 161350 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole100_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole100_01.uasset new file mode 100644 index 0000000..441e339 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole100_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d23c68d160aa9ea7cd54c6d27eb617199b7251985b9b80425c0fc81f110db6 +size 1579 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole50_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole50_01.uasset new file mode 100644 index 0000000..74fce7e --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole50_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e860b52f68cd69b5ec8ea6752f513b09296fde1c7944cebc014c8865e32b0a +size 1573 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole_100.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole_100.uasset new file mode 100644 index 0000000..217cb32 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02650ef79fbe10c4ec3107ccb4fb9024c22568b085b4aed5809a3fae4e7124d +size 99368 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole_50.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole_50.uasset new file mode 100644 index 0000000..7710088 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLightPole_50.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9b974c8fb2af5b21614d4772806c2dfa98e419e912dd574f2fc122367c55b9 +size 85059 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLight_Long.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLight_Long.uasset new file mode 100644 index 0000000..2b3dd32 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLight_Long.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bd9223bacd0708fbdc1ded174610465d4a40d38163eb433bf93d95e8b350de +size 96875 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLight_Small.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLight_Small.uasset new file mode 100644 index 0000000..c5e03f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CeilingLights/SM_CeilingLight_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080ae0a0f163d7acba7361772d86502bbd19d6116566d7a6c76ec946f718dc0c +size 167187 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ConcreteBlock/SM_ConcreteBarrierBlock_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ConcreteBlock/SM_ConcreteBarrierBlock_01.uasset new file mode 100644 index 0000000..33439a3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ConcreteBlock/SM_ConcreteBarrierBlock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcec3703d0b2184ff60c133a825c15f9b878c78a8a74ae21a7e05d7ca1cb3181 +size 96724 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ConcreteBlock/SM_ConcreteBarrierBlock_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ConcreteBlock/SM_ConcreteBarrierBlock_01a.uasset new file mode 100644 index 0000000..0f251b5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ConcreteBlock/SM_ConcreteBarrierBlock_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5326c3cbfcd60d17bb5f8ae9468f9be01ee2efab8afaf8fd1a7e219de1901427 +size 1607 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CorrugatedPanel/SM_CorrugatedPanel_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CorrugatedPanel/SM_CorrugatedPanel_01.uasset new file mode 100644 index 0000000..85798ad --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_CorrugatedPanel/SM_CorrugatedPanel_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27908760b4f871028181aef1eae4a3102364d33906f8e1a3f6d1319953bc4e2f +size 114516 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ElectricityPole/SM_ElectricityPole_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ElectricityPole/SM_ElectricityPole_01.uasset new file mode 100644 index 0000000..778203f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ElectricityPole/SM_ElectricityPole_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913128d2f56b0ec769ca81ab9190aa0ec3f6e26975e4c53382f0106de0dc295c +size 176329 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Fencing/SM_Fencing_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Fencing/SM_Fencing_01.uasset new file mode 100644 index 0000000..af998b1 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Fencing/SM_Fencing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf338f0f887b7505e8f0052ff258b702e7407074c42b373666e8571a913be262 +size 289051 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/PA_Flag.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/PA_Flag.uasset new file mode 100644 index 0000000..7077d10 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/PA_Flag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7010f45717d59370fc059d5f5bad08ab60bad5933cf60ab245e33c6ef00d88 +size 102277 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/SkM_Flag.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/SkM_Flag.uasset new file mode 100644 index 0000000..6b313f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/SkM_Flag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5baef82ed32c1cdcd4581e79123e3e3bcdbb281bda49e0b7849069f2428106 +size 2367551 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/Sk_Flag.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/Sk_Flag.uasset new file mode 100644 index 0000000..8fb5893 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/ClothSimFlag/Sk_Flag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab364f6d19856ed8ee408b0529fc6e543805bf3961bf56704824161d78ca4c4 +size 2075 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/SM_Flag_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/SM_Flag_01.uasset new file mode 100644 index 0000000..0e395aa --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/SM_Flag_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53164a2a0231f18976b6cda107cb2fbd2c833d6916dad2664690201c17d48774 +size 236030 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/SM_Flag_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/SM_Flag_02.uasset new file mode 100644 index 0000000..df13859 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Flags/SM_Flag_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dae4ef1a0b9944940e8c35a598dd681c447b6fdbf5289dcf6d07f48810ab72a +size 236064 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01a.uasset new file mode 100644 index 0000000..9492f9c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902397b1002ab9b844dc4c18af46d7717716a185e9d70c7be54ae1df1bd197bc +size 115697 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01b.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01b.uasset new file mode 100644 index 0000000..ae6c4e7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8e699f0f118fa8a38d26d74506c927bfe1d90c8f3205a1f05dc74b4973b2b7 +size 114860 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01c.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01c.uasset new file mode 100644 index 0000000..c44ea3a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_Sandbags/SM_Sandbags_01c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecdd4f4bc925ccbdb206e6604d6f45ff6658732534198f840f1010ea89410b2 +size 118350 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_ShootingTargetFull_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_ShootingTargetFull_01.uasset new file mode 100644 index 0000000..21f4763 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_ShootingTargetFull_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7301e98347c209f06324b5fa3cb52982f75d8a2f8d22b312c11c64ec35f715e +size 131650 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_ShootingTargetHalf_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_ShootingTargetHalf_01.uasset new file mode 100644 index 0000000..ca1c422 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_ShootingTargetHalf_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f358374f06a779b06a06c3c7f3c4221ea4d88bbb88b9b2ee77ca19e37ee3bb7f +size 123572 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_TargetStand_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_TargetStand_01.uasset new file mode 100644 index 0000000..ed27022 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_TargetStand_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51f9edb67686695438f9d8a7a6499bbdb23e246af471ecabada88a1f251614a +size 160127 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_TargetStand_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_TargetStand_02.uasset new file mode 100644 index 0000000..299cdd4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SM_TargetStand_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e426585d684a66855fedf8e0ac4d7e9f427099e697dcd3165dea7b68e086c949 +size 157684 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_01/SM_TargetStandArm_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_01/SM_TargetStandArm_01.uasset new file mode 100644 index 0000000..14cfb79 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_01/SM_TargetStandArm_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba06a25f2f0d14d91256772fe935cdd43d49f4f94964352fb94ce15993c8125d +size 95054 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_01/SM_TargetStand_01__1_.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_01/SM_TargetStand_01__1_.uasset new file mode 100644 index 0000000..68b1a88 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_01/SM_TargetStand_01__1_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dcfc5161cff28e8c8a213f9f6c17545486227cd2cbfc53a124914279219d5d +size 150581 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_02/SM_TargetStandArm_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_02/SM_TargetStandArm_02.uasset new file mode 100644 index 0000000..fdd1eed --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_02/SM_TargetStandArm_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926b8fe2955ae82c13d4e8da5ac8bf5fe3e4390b99de55c2e49e58c1fa216946 +size 95388 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_02/SM_TargetStand_02__1_.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_02/SM_TargetStand_02__1_.uasset new file mode 100644 index 0000000..593bbc0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_ShootingTarget/SplitStand_02/SM_TargetStand_02__1_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ad7334a316a99b9a3a23c728cf6fe308bb212daa4146b3355b8a0db1a99560 +size 153110 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_SideVent/SM_SideVent_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_SideVent/SM_SideVent_01a.uasset new file mode 100644 index 0000000..72a620d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_SideVent/SM_SideVent_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22072a74be1ad76f4472ba52258c2cee299621290c847dd83d25c36cddba68de +size 89787 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/MI_StreetLights_02.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/MI_StreetLights_02.uasset new file mode 100644 index 0000000..1980bb8 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/MI_StreetLights_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b3a288c0b061b9730d8214ff79e1a22fead1429a8dce3ce6113616332c48c0 +size 1528 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_DoubleLight_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_DoubleLight_01.uasset new file mode 100644 index 0000000..bf282ff --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_DoubleLight_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8cc3092ecd67e38c9d32dea3ba436eae386a737302713787fa8e06d3a4e258 +size 275959 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_DoubleLight_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_DoubleLight_01a.uasset new file mode 100644 index 0000000..df345a7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_DoubleLight_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b572b7d37d80577d95ec50d10402b9af27638253fc19228e9777a2525ed48d9 +size 1529 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_SingleLight_01.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_SingleLight_01.uasset new file mode 100644 index 0000000..e067f7b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_SingleLight_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ad71ff3aefd1ceca58d6c7fae72f1de6df8b0babbfe32dcf8eb9d1e0cd3ab5 +size 218909 diff --git a/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_SingleLight_01a.uasset b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_SingleLight_01a.uasset new file mode 100644 index 0000000..f4edc90 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/MOUTFabrications/Props/SM_StreetLamps/SM_SingleLight_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bbca05f68339172af12ee06fd14c37cf086d8b87f1ad1c814ad935f6a8b6d8 +size 1529 diff --git a/Content/MOUT_Fabrication/Meshes/ReviewCube/HDRI_skate_park_4k.uasset b/Content/MOUT_Fabrication/Meshes/ReviewCube/HDRI_skate_park_4k.uasset new file mode 100644 index 0000000..59df228 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/ReviewCube/HDRI_skate_park_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd3671e8eb16a4b016e2e45b5c7503701417bb4d13c0200b0f441b6b8587828 +size 19088271 diff --git a/Content/MOUT_Fabrication/Meshes/ReviewCube/M_RenderCube.uasset b/Content/MOUT_Fabrication/Meshes/ReviewCube/M_RenderCube.uasset new file mode 100644 index 0000000..280ebdc --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/ReviewCube/M_RenderCube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fbc7263aa3d192b8d8de21cb69a748b49cf9931cd5ba631b23c28dc79763cf +size 90041 diff --git a/Content/MOUT_Fabrication/Meshes/ReviewCube/SM_RenderCube.uasset b/Content/MOUT_Fabrication/Meshes/ReviewCube/SM_RenderCube.uasset new file mode 100644 index 0000000..9670447 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/ReviewCube/SM_RenderCube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0440e9624743afa57e9d452dd9a3241d4c92b61ca2c5bf4072bf38fdff80d7d7 +size 116337 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_01.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_01.uasset new file mode 100644 index 0000000..4c5e62b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d5a4d0d623803ba7d27658d8b60dad39f4407788a076da511c4df2f51f3e9e +size 1395 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_02.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_02.uasset new file mode 100644 index 0000000..d642e80 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db32054c6ba5564d7eae723e667701451b876787b4b92a50ccd407fa0b926e5 +size 1395 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_03.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_03.uasset new file mode 100644 index 0000000..6e31851 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Cliffs_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6ac8dec5d64ba03da17df627fc4aa912f7685a1df72699a3efa835fa2a2020 +size 1395 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_01.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_01.uasset new file mode 100644 index 0000000..29cde5a --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3e8ef41e98e7218d530f8a0b2a40e81376cb03cd7e7bd500d0802b2a3e4975 +size 1379 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_02.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_02.uasset new file mode 100644 index 0000000..79f7538 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3949820d795fd38f164fc0df8c8e266210ba1b8f3f3200548b21d48d0efe9959 +size 1379 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_03.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_03.uasset new file mode 100644 index 0000000..8c711fa --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275100cc04468262f075ed0cbe6fcad446fdd6a8c3b732910089167f199039ce +size 1379 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_04.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_04.uasset new file mode 100644 index 0000000..19306b4 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/MS_Rock_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cb1f32f42fa81f8c1bc735197d97ce7802a29effff8c41f2233e228ac71b11 +size 1379 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_01.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_01.uasset new file mode 100644 index 0000000..b60f650 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c106261ff4b291de547808fa56e6fe006edf6bcc6ae992547de6b280ee4f1b +size 467773 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_02.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_02.uasset new file mode 100644 index 0000000..c323fef --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0345489e9b32277edf01b69c87a7a29a2c22c75c5030b437feaac7448135e5a2 +size 559843 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_03.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_03.uasset new file mode 100644 index 0000000..54610f5 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Cliffs_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbbf52c664386a9bad3ee3a87a86a1d24c77f5b2cd18b47945538a83544f7af +size 725969 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_01.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_01.uasset new file mode 100644 index 0000000..11f304d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07878c395c2ec1ba1e582b3730b7442729f6908b0f65f67379e1c3dc4e075e5f +size 919974 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_02.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_02.uasset new file mode 100644 index 0000000..14cb62f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c003188e6918fc3d4d29dd743617bfc6a3bb4960e817b08139108aa02cfad553 +size 334649 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_03.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_03.uasset new file mode 100644 index 0000000..cc08efe --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f184d28cc9c734359b9f037bc38fdcc4412c5a147bcee6ba4e7ff8b6daff78b3 +size 305734 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_04.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_04.uasset new file mode 100644 index 0000000..754c9d3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Pebles_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0231f944280853e45e7a016bf41dda9cb4320d0d719acf3fdb38a46ac4877b82 +size 153576 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_01.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_01.uasset new file mode 100644 index 0000000..784b9b7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8025c502ee60539e34ddcb9448e71e135b9376046898f8374725b1d8d212dc8 +size 150998 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_02.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_02.uasset new file mode 100644 index 0000000..fc7b6a0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e23e8fd5a70cacde64409ff1d1a21b72c26756f6851c2a9b839a8de90db608c +size 179438 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_03.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_03.uasset new file mode 100644 index 0000000..b478ca8 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53db61274d50a4cfc6dfc6c1e0be0fbcee44f9f0a640d3618eede61fdab5f69 +size 218900 diff --git a/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_04.uasset b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_04.uasset new file mode 100644 index 0000000..c6ee4b0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/RockSet/SM_Rock_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19497b29d2b3fe24a254f67745a2e469aecf9971791b2ee5734e6951433e17dc +size 505403 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_01.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_01.uasset new file mode 100644 index 0000000..3239b19 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebe6eba98a5137975b7bd794eb5ad6e9ba8b10f8b0ef80acd3f9b0d3038d5a2 +size 7705464 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_02.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_02.uasset new file mode 100644 index 0000000..4b3eefa --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0de6439354f6288e40489848ecc8fb10a5fc4641304faabd18a90364b6547e1 +size 4579623 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_03.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_03.uasset new file mode 100644 index 0000000..669fd3c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570eed5ff13f39fd3b46cf6d93648c1bf45b6e520e2d24c5381fe36a899b457b +size 4246655 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_04.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_04.uasset new file mode 100644 index 0000000..5f6fc9d --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed78a976eec9e60aac0e0892b5e86aa3e0f3b135cf4e29d055340ab9fc5ced3 +size 4117913 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_05.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_05.uasset new file mode 100644 index 0000000..4a6b1f7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Cliffs/SM_Cliff_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee2420c7d9ef963509ba4f020ecf482c4744906d53945c2215638024d54d75b +size 5396901 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_01.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_01.uasset new file mode 100644 index 0000000..c1dceb8 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b71270eae92ef69a8510f694524898aed5ff7f2c8ec7e0040be510524a9aa48 +size 11468310 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_02.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_02.uasset new file mode 100644 index 0000000..647a241 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7fcf82904f0290aee7d8b299f3f232823afc00e704a772c8af6ab48d0fb267 +size 10011101 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_03.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_03.uasset new file mode 100644 index 0000000..e6de211 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0c047ffbe7d10a9c9aff4670cbc9c04b75b303d3ad6c07f848ae3ffc39cca2 +size 11773836 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_04.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_04.uasset new file mode 100644 index 0000000..e7d0511 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fdf840a399960cd6b903d6998572e6553f3221db435a88047bd161bf3ef7cd +size 11847690 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_05.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_05.uasset new file mode 100644 index 0000000..4477f89 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/Landscape_Rivers/SM_Landscape_River_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ccaa29f1c199164ea4c812c93a47c66d517fb603c70ba1bfe65ead1e0e2243 +size 17553884 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_01.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_01.uasset new file mode 100644 index 0000000..0d4d50f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e25f39773047b10beadf01e8f28b92251da2a920f4edca8509857c2085f66d +size 11707031 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_02.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_02.uasset new file mode 100644 index 0000000..56ffac3 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079f90c7fd68155a3142e9abd466edb17ee15fb6028b10e7b9a0d7f2fe785bda +size 11877518 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_03.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_03.uasset new file mode 100644 index 0000000..6364688 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e372f9383cd5bd0c1a13448859c9c20b31b5765b22432fb20b06b07484ac91c +size 11811739 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_04.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_04.uasset new file mode 100644 index 0000000..e255129 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c626767d8728ee3a31df2323033832c5425986bf0e77ffa05ad6baa6a9f5bd1a +size 11326049 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_05.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_05.uasset new file mode 100644 index 0000000..e903506 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec48292fa996e014d2256cca4deb359348b3442834de3ca99357aea6b93c87 +size 11261439 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_06.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_06.uasset new file mode 100644 index 0000000..144260f --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f1880c591a1026189601caaf3c7e07108669910747280773cc430ad1d84372 +size 11148017 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_07.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_07.uasset new file mode 100644 index 0000000..2018723 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8253658f22ea136abfa51da8d205f645e96bab897cf474277cbfb75f38204a6e +size 11264931 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_08.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_08.uasset new file mode 100644 index 0000000..a742278 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47595a61b2276c446d535cf3a079fdf83fdb8ae738aa0d19f3a3930c85595c1 +size 10968611 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_09.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_09.uasset new file mode 100644 index 0000000..27ed3e0 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9598362839de6f45ebc68b5c711e09850211a30debeafe4bedcfa7bcb9b05e95 +size 11460935 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_10.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_10.uasset new file mode 100644 index 0000000..3c6cf9b --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c016e088e4d0931a4db2b5a61d700d418515fe4846611338644c2cdb10335ba +size 11298696 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_11.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_11.uasset new file mode 100644 index 0000000..a8288c2 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb15d7ab58fa6f016f821f89cc21b1adbb846899b99c56fedf5d5979c302ae42 +size 11851521 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_12.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_12.uasset new file mode 100644 index 0000000..878dbff --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f38e90b6a2a7c1b48d294644a7fabe6db6d9a7093b347ae75bf7262d0c0da7f +size 10252953 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_13.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_13.uasset new file mode 100644 index 0000000..b0a20ae --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d21306ea74f7fd71c653ae93b7744e8a6fd93bb6f02f99a3cb1fa82bd60c8d +size 10437059 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_14.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_14.uasset new file mode 100644 index 0000000..0be149c --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4aa6e5a0f094b74bf31bf256c88c3b9ec829d4e5f868ca0ef9d86fd479704a7 +size 11829216 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_15.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_15.uasset new file mode 100644 index 0000000..d400abb --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Landscape_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a60b03d4f24c4e76183694afc4fbf34bb4f069214edf174af03a0dd4e6f070 +size 11131413 diff --git a/Content/MOUT_Fabrication/Meshes/Terrain/SM_Water_Plane.uasset b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Water_Plane.uasset new file mode 100644 index 0000000..491f8f7 --- /dev/null +++ b/Content/MOUT_Fabrication/Meshes/Terrain/SM_Water_Plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48d4a368618117f3496c29fde294794842ce9f2c1e1592af3da2a3f9b3652b2 +size 97322 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_BC.uasset new file mode 100644 index 0000000..535466f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d914a00883bfcde6e3b4b024a6a1eee1e7c265d72988ec1597f3e4cd4240296 +size 9144639 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_NRM.uasset new file mode 100644 index 0000000..60c8e14 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf390ae66034cc2aaad05b291b7585863cf0d4e93da228f4190a50cb41760faf +size 8650828 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_RO.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_RO.uasset new file mode 100644 index 0000000..a4501bf --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_2k_RO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9df678c9fe32352030cdbdee77d49ae811b59a2389962dab96cf884eb0b24d +size 5567161 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_BC.uasset new file mode 100644 index 0000000..9e2ffbe --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a284090d6588bd7350add4ba3d5298e23624ff7aa744455cae8cfa0cb6803cfb +size 35294887 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_NRM.uasset new file mode 100644 index 0000000..d158270 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0ea59714962b2390292c231852a7066196ecfa889b486d3eb4fd0805f08a74 +size 31625017 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_RO.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_RO.uasset new file mode 100644 index 0000000..9a80c7b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Concrete_4k_RO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26cc122b9702837add68c8bcece89bbf9be081fed1eb6e63b47d4751c8ab3a3 +size 21133861 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_BC.uasset new file mode 100644 index 0000000..f4e35ec --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3ff566975ef71851560ffe134f3fbd74c885a7d6448dd23c363685b0cb726c +size 4323058 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_Mask.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_Mask.uasset new file mode 100644 index 0000000..90f9985 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd54c1971ebd2dc0c5ddf1013962d950a12268634f28d79d99621bdb98fd04f +size 306148 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_NRM.uasset new file mode 100644 index 0000000..0921895 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75043e7b72121982d39847436322af19039e9655433699aeca2408eed602dc5 +size 6563226 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_RO.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_RO.uasset new file mode 100644 index 0000000..8450a8b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Cracks_RO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ef34255c4cf3cde1e5a4f847a6f63760459e8bf15d98105959896add0788ce +size 2736606 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_BC.uasset new file mode 100644 index 0000000..a257815 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72fb9cbe372dbf94cc6f0bd8d080ddd697c70bf16eb50571530726cd2b02742 +size 8264437 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_NRM.uasset new file mode 100644 index 0000000..c0fcaf5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e7a9e91c36733179eda02b8d8b6d4e359ce3154eeea6172556d88e77d789ac +size 10074813 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_RO.uasset b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_RO.uasset new file mode 100644 index 0000000..8c49406 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/AirstripSet/T_Airfield_Patch_RO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2b35bafbcc266c0240508dd6c20bff989e3936763039eeeb281f29b57c0495 +size 4544329 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_BC.uasset new file mode 100644 index 0000000..6d6bfd6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b04bb64658772d9c72a439fe894c2f6d30f336702d1e8d6d103446178f345c7 +size 7260567 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_NRM.uasset new file mode 100644 index 0000000..0110170 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e954996e579cf2a6e688da68f1a2e3f7671106bc09217551559f49e3a632be7a +size 7683760 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_RMA.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_RMA.uasset new file mode 100644 index 0000000..951db60 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Floor_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb90964b4034c702edaac7bb5ae4d229209bb27a34773b5091f6c6bbec07a23c +size 4891017 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_BC.uasset new file mode 100644 index 0000000..4a76436 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa7a8b2882f52ce561f51e11650e926c9e00d2b11078990351e3fd9f3816c51 +size 7058620 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_NRM.uasset new file mode 100644 index 0000000..876afe3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a33fa9a68ecaabe63e21dae408373734c15d9e71fe89aa0806a4ea6df118811 +size 4121264 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_RMA.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_RMA.uasset new file mode 100644 index 0000000..eed3bc1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Roof_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79aafe52cd690fd136e600fe043b40a5359a09efa39cc3fbbc3b641116a8f839 +size 4442967 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_BC.uasset new file mode 100644 index 0000000..3fff901 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73935862f495b61c177e288de27d254d9089dcd2713b0cdb9ab4f2efd39c3dd3 +size 8887780 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_NRM.uasset new file mode 100644 index 0000000..0efc726 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d51faa799553a6714228a7a77b35c3342fa0a85a6657c969094a9a80639082c +size 3242615 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_RMA.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_RMA.uasset new file mode 100644 index 0000000..3174c59 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Trim_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d573622ed30db01e26e25ce3971382c1a4256e5b002582ec4643c4a1055e29 +size 8307501 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_BC.uasset new file mode 100644 index 0000000..b9914a8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae4c0f55cfb43e591fb2bcf52e36f16cc623e5877353cd4abdca5959e1bbbef +size 7368362 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_NRM.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_NRM.uasset new file mode 100644 index 0000000..fcfd3e8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b268d767d040dddb7a277b147b2580061aeec71f5b115c6665f4c57da657c65 +size 7921847 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_RMA.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_RMA.uasset new file mode 100644 index 0000000..1c61ed3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_Hangar_Wall_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cc0228faee17f33f4ca8d6bf54b9453b49aeec9fe292e547d9a3a2118d1110 +size 5449520 diff --git a/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_WallTile_BC.uasset b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_WallTile_BC.uasset new file mode 100644 index 0000000..eea4ebe --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Airfield/HangarSet/T_WallTile_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaf5054d052d760344d43b7fc307220c26ebc8370c64e22631e031df9ae060d +size 9593310 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_AOMR_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_AOMR_01a.uasset new file mode 100644 index 0000000..239ad37 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_AOMR_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa40a3d8db0493591de86ed7692d498ce12d7210b9bed02e5c214a379f82bacc +size 7171881 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Diff_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Diff_01a.uasset new file mode 100644 index 0000000..aed76d2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Diff_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efc68f5f52012a9b12e0e910f4c6489fbd8b3a01e07774cc8773264f3e5026b +size 5713088 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Msk_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Msk_01a.uasset new file mode 100644 index 0000000..dfabb7c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Msk_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b89d176d8bae8f663563335837e8dde616ed4ccc34950f751a6c287dbd742d +size 2418704 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Msk_02a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Msk_02a.uasset new file mode 100644 index 0000000..8086bba --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Msk_02a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3151d84d9ae62b07fc8df10a1975cae61df6cd520c686252795e21fe4608e383 +size 2082327 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Nrm_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Nrm_01a.uasset new file mode 100644 index 0000000..fea7adf --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_ACUnit/T_ACUnit_Nrm_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c02f0504aa7b507afea0c7bd478b647ec2de0251f74d99ecdac38f67dc9540 +size 6060535 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_BC_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_BC_01a.uasset new file mode 100644 index 0000000..daeb8b9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_BC_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116be01c5b9ade5e706efec4706876f5b49b806078b676d4c85ced149044d1e8 +size 5100098 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_HGT_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_HGT_01a.uasset new file mode 100644 index 0000000..3464304 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_HGT_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5732c2fc961917e95bbf9b689758eecfd5f15e763c879b2df6d2ae04bc6dd72 +size 546549 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_MTL_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_MTL_01a.uasset new file mode 100644 index 0000000..3e3b6aa --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_MTL_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53beb41fca27faaaa236888280c18b9c43c30b3902d57dec3c4c90f9a4f7392f +size 1319644 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_NRM_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_NRM_01a.uasset new file mode 100644 index 0000000..70889e5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_NRM_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cee85e5104942ebc56d8de69607d7454dc1bfac6e90268b943d509601440854 +size 4944219 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_RGH_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_RGH_01a.uasset new file mode 100644 index 0000000..f471843 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01a/T_FuelWaterSystem_RGH_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829c432b82bcc6a726ed9e00fc91483f4414270db5e7e893d5d148ff1f38433f +size 1695307 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_BC_01b.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_BC_01b.uasset new file mode 100644 index 0000000..490ed56 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_BC_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaf6c5c8323438093fadbbb173e49a65c79d6305ea5b28c271a8a4d7a997cf6 +size 5446509 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_HGT_01b.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_HGT_01b.uasset new file mode 100644 index 0000000..e5b9c44 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_HGT_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e8aaa73986908b4943f84adb1182d78290a2bbdd46bec5c4c9a1d599ed165a +size 493919 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_MTL_01b.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_MTL_01b.uasset new file mode 100644 index 0000000..aba7fdc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_MTL_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c2243d1744aa81789d7a8f779eadd209e8ff08381666c234a17caf9d52e656 +size 613582 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_NRM_01b.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_NRM_01b.uasset new file mode 100644 index 0000000..b477404 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_NRM_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d8a789c94a3073b59d9e425e73e4b14e99f19b6461f0e7925b42371080b8ee +size 4728037 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_RGH_01b.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_RGH_01b.uasset new file mode 100644 index 0000000..3f25744 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterSystem/T_FuelWaterSystem_01b/T_FuelWaterSystem_RGH_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedd8bbf58e392474da26adaf5bc7b6b7520c06dd41df424802befee81d45582 +size 1771977 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_BC.uasset new file mode 100644 index 0000000..8db82f5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8223497b88eb9383895ad37ddd2c95d179c5238468f0ac95d137ce169a8d1f69 +size 4402219 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_NRM.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_NRM.uasset new file mode 100644 index 0000000..4c12bd8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c65cb636f3820de4ad31317bf4c2c34b3a93aadab2faa6677afa9ec3393a989 +size 2584070 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_ORM.uasset new file mode 100644 index 0000000..62b91ca --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_FuelWaterTank/T_WaterTank_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30585dd4012a0b2fd58f736c900261258418f4d3a2604017cafcd70412610d9 +size 5178846 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_01b_Ems_01a.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_01b_Ems_01a.uasset new file mode 100644 index 0000000..3039445 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_01b_Ems_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e30f60496d902a91cdc610fd001d629cc54cb26f4baae1e02b8ee9147be5597 +size 70441 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_BC.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_BC.uasset new file mode 100644 index 0000000..5cc9113 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2f4ddbb7f8bcb4e8ddec9878164b09bbf532da79ff8ea63ae302e658520343 +size 5117250 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_N.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_N.uasset new file mode 100644 index 0000000..aedebc4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4658cc1fdb8cef562fd16cd53fb9c396d957e532d321cf993ba67b2ed176d83 +size 4907600 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_Op.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_Op.uasset new file mode 100644 index 0000000..8efe20e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_Op.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4070c856a079ebdbd207c0903ae535824daedccd706bbbcf5dbf182741ed62b +size 134085 diff --git a/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_RMA.uasset b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_RMA.uasset new file mode 100644 index 0000000..ef17dc4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Barracks/T_Lamps/T_Lamps_02a_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7500d1356579c31a8502b543c099e2aac27648bfd0897420c4dfb10b7a4d837 +size 5834601 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_BC.uasset new file mode 100644 index 0000000..c600c40 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3732fcf91ccba32c18abaf9266451662fc5f14f77a57133885c296686b8cbd60 +size 24780059 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_N.uasset new file mode 100644 index 0000000..d1f8a64 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d82ade8040f14b04eb55ea265b4a303e6bf3152c659b0c3c6f8562263973d36 +size 18387539 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_ORM.uasset new file mode 100644 index 0000000..af05d5b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Concrete/T_Concrete_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7820fcc2cef89ed8bcb62067fa06d759079c8348c8580dcc570104abe924733f +size 3650843 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Green_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Green_01a_N.uasset new file mode 100644 index 0000000..c969019 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Green_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22db5fcc79a4b6efd55539c85d73f4a14c9d85cd6a7b7556939a87be7d8fc5b +size 22422977 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Green_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Green_01a_ORM.uasset new file mode 100644 index 0000000..97f7378 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Green_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e08a62be26b918d4960f604d53e85f1a3233a24b776f2ca1b373a63d961868 +size 1551061 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Grenn_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Grenn_01a_BC.uasset new file mode 100644 index 0000000..63ccea9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Green/T_Metal_Grenn_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c79c798ec81b37635c839e29a92547527422012193195e197cdc5c2083c17b +size 20571871 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_BC.uasset new file mode 100644 index 0000000..91172e7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb817fbd6734ee30f3f6bd3afde2146105b27fb00964e57334415943bd1be311 +size 9733534 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_N.uasset new file mode 100644 index 0000000..492b1e2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ebd1617e810554cc2016a3b96be6f33570cd6afe925ee59b8a5454355b9974 +size 22065923 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_ORM.uasset new file mode 100644 index 0000000..4e06c5e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Metals/T_Metal_Pattern/T_Metal_Pattern_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f660b6743d74d6ff556c6614f423748e28b162c4414c7a09474f7064abaf47 +size 6371171 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_BC.uasset new file mode 100644 index 0000000..ee55a37 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8763234f74ccfa2ed23a1c942368f1b6199bbd5ddb3f9e4a03cdf05efac386a4 +size 26944272 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_N.uasset new file mode 100644 index 0000000..3f1b583 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6531aefc8ca42bff0b54da23dfa4b66e4eb392442ba238448d67a4c32b49d1f6 +size 21597337 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_ORM.uasset new file mode 100644 index 0000000..cd919e1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Bricks/T_Bricks_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65c12e99b05f5d923c7b453b88a402c96616db17f5d74d318935d40f62ad23a +size 4889019 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_BC.uasset new file mode 100644 index 0000000..8f76001 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ab4515ebac913599250f3adcbd148c07b52bd2b9bd2280d10b51fbf6ac33d8 +size 25915078 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_N.uasset new file mode 100644 index 0000000..bd02839 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449ec528811b882a9af28ab207ba25941f93e436480b28393f13a0ea9d29a193 +size 18338461 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_ORM.uasset new file mode 100644 index 0000000..fc3dd1b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Concrete/T_Stone_Concrete_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710a9a5c77d6cfce36df941dcf9377aeee492c6d8350839d540f9ed371ad986a +size 5001612 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_BC.uasset new file mode 100644 index 0000000..0dd270d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6b71cfe6c78cb9749d3b52b743f1830a424cb1b96846068cd2cd5391f47b06 +size 22297226 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_N.uasset new file mode 100644 index 0000000..c1ed5ab --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6645440697325b1b29c7b7c6af99c06797014cbaf561452e1c0baee086cae544 +size 25399983 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_ORM.uasset new file mode 100644 index 0000000..92af52b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Stone/T_Floor/T_Stone_Floor_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f04301845e3287f66b2baf09f109107e15f952375cbcb387f022824202f802 +size 6105162 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_BC.uasset new file mode 100644 index 0000000..1583abb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be523c0585be358456c02503e789ba6f5210ded39b73dd00eedc172d31e994f9 +size 20373680 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_N.uasset new file mode 100644 index 0000000..8b89739 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a077576de8e7ce3fd2dc41b09b71a805d47e716a0710367723883694a126f94 +size 20324915 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_ORM.uasset new file mode 100644 index 0000000..d6b6148 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_MetalRails/T_MetalRails_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db884f67b8f32dfeb1a00a9f0eab4ae1eac568bec7489a3f959bd2165fe3651 +size 7366594 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_BC.uasset new file mode 100644 index 0000000..9fe6acc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5dce702d1a945fe11ecbb9b7eef452b27dc7862768e5dc67743c951ff97271 +size 21464565 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_N.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_N.uasset new file mode 100644 index 0000000..3161095 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204ca73342b94a69091907b2e65df90049c41136b782de58412ed7da6a3f7d93 +size 24631209 diff --git a/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_ORM.uasset new file mode 100644 index 0000000..909d7db --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/BridgeAndRiverCrossing/T_Wood/T_Wood/T_Wood_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f78347ba1e77d80bafcb150bf5dde0bbaa81cc8874d7449d057bf690ad1a787 +size 3848995 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_BC.uasset new file mode 100644 index 0000000..c6600a4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d087acb6d6224ab842607eaf9b0ec17da324b96a95d92f9b2c5088c412ee18 +size 6557920 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_NRM.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_NRM.uasset new file mode 100644 index 0000000..799259e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a23dd80f367c25766126da941d16cb0a8e176226c1a044772abef3567710ed +size 5765513 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_RMA.uasset new file mode 100644 index 0000000..1550db5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_CheckpointBarrier/T_Checkpoint_Barriers_01a_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a099a7d6e4767135f8f78d07618a4fc681c34751ae5c7ca78b4fc23362e888 +size 5077257 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_BC.uasset new file mode 100644 index 0000000..af78f23 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf851d71518b47f464e76e52bc08af97f1940c7207fae6ffe286d3e1f2c6b038 +size 7026750 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_N.uasset new file mode 100644 index 0000000..b5e9038 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e71e10d602ad451c903f1dce27c374cf21975286716d0b75dcdac9b9d9c2f5 +size 8471707 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_RMA.uasset new file mode 100644 index 0000000..5604ec4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01a/T_GuardTower_01a_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651a3092543e262e82bae80e6c7ae724d7021c849731b73b40ebb20d463f182b +size 7054905 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_BC.uasset new file mode 100644 index 0000000..740b3cf --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d9022e6dc96a50894718ef74557a79c760bfe5dbe5d8c1e0d9c6bb63342a25 +size 7737480 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_N.uasset new file mode 100644 index 0000000..49b0a74 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e1e679c0e78535f140f9469694657affac2e9bb96e688b1e17b1e0453ec306 +size 11555924 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_RMA.uasset new file mode 100644 index 0000000..9305a69 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_01/T_GuardTower_01b/T_GuardTower_01b_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ee9b33196dc8ef8a823e59c6123ce61fa1fffd5c7f7c5b725b031c5d3f54d1 +size 6054489 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_BC.uasset new file mode 100644 index 0000000..97ecb31 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebf22f2da61d02964c28b89de7600da113b006d88fd0cbdb5636cf533e96844 +size 4021774 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_Hei.uasset new file mode 100644 index 0000000..c977524 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b75fbc4e6d563e5263ec931956c5594ceac09e4b7fc68f7586b4a742206e4f2 +size 78881 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_N.uasset new file mode 100644 index 0000000..3979838 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0047245159898a250c6cdf8153fa546a167abedf083bcae77334c6e6bb6647 +size 6719528 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_RMA.uasset new file mode 100644 index 0000000..c9e0536 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Conc_02a/T_Conc_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8dc7160f75a6f0a07d8e6862625915c6c26a3e6f8a9c7119c92910b540fe90 +size 5545133 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_BC.uasset new file mode 100644 index 0000000..08a8b58 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24661ac4fd11992a8ba6c62231faed2f9c0e2855cefcfd13a9074c19c3173040 +size 1966662 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_Hei.uasset new file mode 100644 index 0000000..9a66e45 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100e6227ff230dd9ed364197b5a403b877352abf07ee77e920b818757a9d2612 +size 846829 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_N.uasset new file mode 100644 index 0000000..a78eb7d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6231aedc8df93d15d089421b5361ec5392851772b7e0eaff3c20d3099ca627 +size 1002582 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_OP.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_OP.uasset new file mode 100644 index 0000000..ed7e94b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bed5254618dc82eb6ecb9633938c5dc84649916b377a469386d22357b650809 +size 11638 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_RMA.uasset new file mode 100644 index 0000000..403b264 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_GlaSte_02a/T_GlaSte_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9088ae96466cde3f5a4f6cc98f871846cdee51881d90244f4ef390042b57ea69 +size 2862859 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_BC.uasset new file mode 100644 index 0000000..20bf39d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f2d0b9e8696a0312406f1804c98f7a56c5e44806070a5e6d7c1996bcdd823f +size 306849 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_Hei.uasset new file mode 100644 index 0000000..ad83722 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462d99a733723d87f7eb81177f7932d9f1c57fcc551917c965104f5249ea944b +size 675344 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_N.uasset new file mode 100644 index 0000000..4a9d55c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c7b64bfcf65f714f8f4b95d17ca74e7ca86acd2f18c4d95d4f71e22625cd60 +size 2118867 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_RMA.uasset new file mode 100644 index 0000000..dd6f121 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_PlatRai_02a/T_PlatRai_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a942ae84403bf6a3bae3a984ce3ebf0110bc1e6ddb84e6c5b6e133d23098053 +size 4934046 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_BC.uasset new file mode 100644 index 0000000..8e573b0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52aaf5d3344f256706dd63d64cbe5820f3406f7cb6238976b2d51b7ecd4fe0c +size 940836 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_Hei.uasset new file mode 100644 index 0000000..03ab72a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174ed4eb1d8458e3d4d856a1a4b1e0e7870d0dcf35f8a705baa41d947c699ae2 +size 88051 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_N.uasset new file mode 100644 index 0000000..3c85ea1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016b17bfb41b1f86f2086a6cfa607f265e61145c02af59b474f6c1c37c663266 +size 1968524 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_RMA.uasset new file mode 100644 index 0000000..296673e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02a/T_Siding_02a/T_Siding_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed937400cfc4c6aa409bc29213892a3f2d268b6a8cc39526bd7ce533471b834 +size 3456716 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_BC.uasset new file mode 100644 index 0000000..16fa5c9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a188f522c6c996a84bf1900484b52523da02355468ea37834cd9d4ce2c7d01 +size 3536243 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_Hei.uasset new file mode 100644 index 0000000..1f5d81e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f46a44201dc60e4a3e01113842dfeb1fee6c9af1af56c3c3e9c4bf8ca7f4fd +size 78817 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_N.uasset new file mode 100644 index 0000000..3f99dd9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388b3c2331b86b3614e566c5c8bee3882336806a614acc598a0a33cbece92b1b +size 6719436 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_RMA.uasset new file mode 100644 index 0000000..942509e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Concrete_02b/T_Conc_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eea807398f12259012cdb9af12df8e86f1683b2b649a3d2b975de5979b59425 +size 5545069 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_BC.uasset new file mode 100644 index 0000000..f944517 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b341f44016d968c01205e582e1352ba9d42e568b0ec30dd7de1474e82ea9aac3 +size 4695721 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_Hei.uasset new file mode 100644 index 0000000..d391e96 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c9a2b0ff4a3f8c269cbb3ae2d79462ffe0f7efeacef8d8404ca97b4eab4619 +size 846358 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_N.uasset new file mode 100644 index 0000000..bc6324d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56b890b428e47d04ff5ccb5a0b8e97ba954cb69ca4707f8eff0dc3ff602db2f +size 1002514 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_OP.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_OP.uasset new file mode 100644 index 0000000..5b1c1d9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7df54efcc956332b94b29b5e3c89ad8b14234d077f6418cf74909e03dff5d43 +size 11570 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_RMA.uasset new file mode 100644 index 0000000..83044f8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_GlaSte_02b/T_GlaSte_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f405b9de72049102a4edbd5d99ea687e1e565c5702543339665cc1a7df57fc45 +size 3958215 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_BC.uasset new file mode 100644 index 0000000..aa39f6a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4f734ea0e47228be91699ad01ee688edf3b59a8556fd3e6cb7d48d2b3c5e1a +size 3418338 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_Hei.uasset new file mode 100644 index 0000000..d3e54ca --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3934c78eb9df3f5b2d1da9b3a54906012ef0767cefffe550663a981edd9ba1dd +size 675276 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_N.uasset new file mode 100644 index 0000000..d4ab31e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744a00c66ddb378a1be3374c9e3af321153edc96942ee45269606e33b7af45ff +size 2118799 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_RMA.uasset new file mode 100644 index 0000000..0e4d04f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_PlatRai_02b/T_PlatRai_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e72237124c4a713c9ba39b40c1f5c35bc45ed4a0b8e583b276a7cdce4f8571f +size 4908717 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_BC.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_BC.uasset new file mode 100644 index 0000000..718a4ea --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38ee8413fdb45f82222cf578d935e26f81afbea4e6ca12e79f4cefac957e846 +size 4711984 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_Hei.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_Hei.uasset new file mode 100644 index 0000000..ecc68ae --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_Hei.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48eac56459d94d2ec9b68bc2c3bf9038cb8200648a914e8552f58b3e90e80e95 +size 87983 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_N.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_N.uasset new file mode 100644 index 0000000..924b0b3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292d173670f3a2435a8749e13f506259db37f0c3666d973809fdbf55502e8562 +size 1968456 diff --git a/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_RMA.uasset b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_RMA.uasset new file mode 100644 index 0000000..f6641de --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Checkpoints/T_GuardTower_02/T_GuardTower_02b/T_Siding_02b/T_Siding_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57c8e242be2ebb07f0910e0bdd45df35ca0d2481326638eb82cc052a6a35d0f +size 4905616 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_BC_01a.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_BC_01a.uasset new file mode 100644 index 0000000..46d568a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_BC_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9652e88fff273a922a5626b437724ed5ee7f8e7b3edcd8cf6a8ac38136bb396 +size 6928998 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_BC_01b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_BC_01b.uasset new file mode 100644 index 0000000..0591ce4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_BC_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caef573cbee09d373a9b1f44b53265ec9240cce2943cc15b10caf355725fa48 +size 7030482 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_NRM.uasset new file mode 100644 index 0000000..6754a62 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46b17899a89870d975dece81718250222771b9409d49707ff8da07dd13dabd0 +size 3698194 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_RMA.uasset new file mode 100644 index 0000000..071defe --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Base_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c2b964133b9283c630b51047b263c635289e1e48a624382aba40da81e0edf5 +size 7895967 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_BC_01a.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_BC_01a.uasset new file mode 100644 index 0000000..e5e81c3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_BC_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3031ba0fdeee82d260d77e3eb9c9d16153f9dbf217cf23df6631f59fae5954 +size 8330433 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_BC_01b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_BC_01b.uasset new file mode 100644 index 0000000..3c65e6b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_BC_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd29bb5834d0aeacc5ad177c04941f45bc04a744eb0d09a9bf8c14c33983a31 +size 7459588 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_NRM.uasset new file mode 100644 index 0000000..7e290ff --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68394ef3627e8d57ada5890ad961beae58927750f5c5e5a9bd0f555287c0c571 +size 1071427 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_RMA.uasset new file mode 100644 index 0000000..f043334 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Box_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d5318007d41e5a3256653d00d8adbcc3060cce4eab4f0fe45e2298ed56b2d3 +size 7729537 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_BC.uasset new file mode 100644 index 0000000..68b699c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1dce6643fcbe55bf8de654e0a883e47e296e7a9edcd71e810f84545fd5a0d +size 5700062 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_NRM.uasset new file mode 100644 index 0000000..d3ef1f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4c9fb9cae90a28fbc169ccda864effdc6b4ebea73bab17d94f004cffa18f4e +size 1558760 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_OP.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_OP.uasset new file mode 100644 index 0000000..29225c9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472774e39a9b1caab8a5f366bdba4c9b75886f701cf0b3b9d64225194b456d46 +size 119487 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_RMA.uasset new file mode 100644 index 0000000..ca1784a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Radar_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca25903891a6ebc444ffbad9a7d1b68ffbc719dabd21305ce781ac6eb2daf8a +size 7797755 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_BC_01a.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_BC_01a.uasset new file mode 100644 index 0000000..ff1f111 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_BC_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21dd5a047a2b6c83f0957656f4d177503694afd38677ccb24870a189e69c893 +size 6633587 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_BC_01b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_BC_01b.uasset new file mode 100644 index 0000000..9fd9a75 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_BC_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b9249611d2c87bc7a3293d03712b72fb773b07a5c66c2741ca500f731cb08b +size 6673824 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_EM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_EM.uasset new file mode 100644 index 0000000..224ebfb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_EM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc06be8edca40696fee64d9e2dca06d190294551dc93c8a96f6b87f84fbbcde +size 17012 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_NRM.uasset new file mode 100644 index 0000000..3cf135d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b76f107827730badedb25acd0ea5f5190322b7abeb9654625861ce8ce3b7a0 +size 6504849 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_OP.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_OP.uasset new file mode 100644 index 0000000..df789a1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1709570808deeb2160dd2f43c771878ad64bae1fc8f6e9ba2e447b144f5bb6b +size 13435 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_RMA.uasset new file mode 100644 index 0000000..a7102ea --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_01/T_Trailer_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a551c118a6642ef1f980658c88f5f94cd6117285c67eb2c466536bf12804d20b +size 8599730 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_BC.uasset new file mode 100644 index 0000000..5f9c8f2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c259685a88a1859f224192e7c8107142c10fbe0f2115262407896d1082a1e0ef +size 7434217 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_BC_02b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_BC_02b.uasset new file mode 100644 index 0000000..45b52e7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_BC_02b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62efa8f3d130b107a645c1269f67cd8762fb658f044ef3be1659595cc604bf3e +size 7275646 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_NRM.uasset new file mode 100644 index 0000000..37fa4e2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadb9b7ef42ddc3aaeb1d7ffd1d5ac0f959fc76fbdf8d9f01b70e6e648a7e543 +size 4032577 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_RMA.uasset new file mode 100644 index 0000000..d4fd2a8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Base_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9581b65a22db7720e1cf8637c1bd7057fb01ffa3caf54681588fa1eb3d23905 +size 8279547 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_BC.uasset new file mode 100644 index 0000000..98fc211 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e4a5af61593b053107a5396b61f66b4a18493085db5f574313036d108ad72e +size 6921261 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_BC_02b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_BC_02b.uasset new file mode 100644 index 0000000..95f7457 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_BC_02b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a43d9f329b806889da628e51377a0da39622c4a5f1edf04af00629c10df513a +size 6906354 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_NRM.uasset new file mode 100644 index 0000000..c5d9450 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee985d3142f4229954bb26ac3e257cac73184298a755e4659c8c7edf669b3df5 +size 1337475 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_RMA.uasset new file mode 100644 index 0000000..02ca313 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Box_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b20345661e35f3e79f690d903d4be4a7513dd3de1e8c2f48333041d3ddb257 +size 8583954 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_BC.uasset new file mode 100644 index 0000000..17ce163 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af4276ac36372a5ec30fd958e824cb036b1a31005c80b9b3d7149ab35b7850e +size 5978891 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_BC_02b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_BC_02b.uasset new file mode 100644 index 0000000..e9e4359 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_BC_02b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74576e02dc15714530a881fe2b7ee752eae162fbac4e0f55f33a6a6381855f7d +size 5912455 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_NRM.uasset new file mode 100644 index 0000000..aaff407 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73cc8978d10d2a7e6aca8f594067ddbffab07c949338962d1adb163714e4015 +size 1890953 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_RMA.uasset new file mode 100644 index 0000000..2ece210 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Radar_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbca4853b640fbb423e753de0f79bc69a4896aa9f15d0514873ed74d2970730e +size 8009244 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_BC.uasset new file mode 100644 index 0000000..0621092 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdffeaebfc134dbc96b35721917fb2c8dc51f4e3ca183acb994861b97a33e0b +size 7308820 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_BC_02b.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_BC_02b.uasset new file mode 100644 index 0000000..6a2143c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_BC_02b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0b78cebcbd1313f9a8dcfa62062652de62d7813687a68daf9ce0207c8b104a +size 7175340 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_EM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_EM.uasset new file mode 100644 index 0000000..ff71102 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_EM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5fe21a0dfdf2f53979cf3c8ea0f66cd1195eecdf18f503719fcfbbdcc84b3d +size 18128 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_NRM.uasset new file mode 100644 index 0000000..6be681c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5550178a9e84a97ed80c4207c1251adcefb0de724a8423db29bfda118023aae4 +size 6543149 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_OP.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_OP.uasset new file mode 100644 index 0000000..c1ba5fe --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d582ebaefb90f4b28ca29000fbc460b7d3e095191248fd351d1edbf80f5f7ba1 +size 12343 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_RMA.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_RMA.uasset new file mode 100644 index 0000000..e6cb455 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_MobileRadar_02/T_Trailer_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e85943cee3c017c9d817e81f20c98ed84ef098fc8b0902c9a87f71a33c1f366 +size 8616604 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_BC.uasset new file mode 100644 index 0000000..75e3032 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b059bb815a1a3f24c050c24010b21528599de5152508f3fb8ef2ce0b6176738e +size 1369649 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_NRM.uasset new file mode 100644 index 0000000..de802f1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4ce4ab241a5a23e246d7d5e883b81652b1aeffd315b22fca5420c3b9d42048 +size 2988671 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_ORM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_ORM.uasset new file mode 100644 index 0000000..50fe4dc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Ext/T_TowerExt_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd70b1ee56a07215c7f606fed6ed3451dbb4d7062e07b02b0661535398fa4b3b +size 3521584 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_BC.uasset new file mode 100644 index 0000000..8d7e778 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d92a4e85c0d3a4e269d1eaaf717c8e7fd08177db7b7f64b8fd5f4a0179e3afa +size 2174278 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_NRM.uasset new file mode 100644 index 0000000..4a85bed --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ab07439ec57691e46edc2a36cf168baff0aa98681fb08d25c3c4c7582a5edc +size 2946649 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_ORM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_ORM.uasset new file mode 100644 index 0000000..4238be3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Int/T_TowerInt_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fcfb667e7e13e73ac5e410cea29d4f725d01c75b1fd7435b456856119f695d +size 4725866 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_BC.uasset new file mode 100644 index 0000000..e583f1c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65d5e63257c7da9ec7b04dfa03b40c14f5fac9a52bc4d2abc426b2a2bfd9b6b +size 1587857 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_NRM.uasset new file mode 100644 index 0000000..19a6b50 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928055328378e62f2a20ffdff0bcfaec7af0893d54e06575b1306cf5233e1944 +size 2093460 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_ORM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_ORM.uasset new file mode 100644 index 0000000..fe5b135 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Plat/T_TowerPlat_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ba69984009e676e3c9b7ea59c102534c811297683217fe68fb3b8d4ebf860e +size 4741837 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_BC.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_BC.uasset new file mode 100644 index 0000000..8f5a6e8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c699c4b67473d3c2b77f45d85bc5331abdbe23a7975b35b0d53250faea313f76 +size 1808335 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_NRM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_NRM.uasset new file mode 100644 index 0000000..bf33384 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5448f824c4e7becc07797a78a1d824e47b578ba76d68f9d848420f62dfb00d25 +size 673862 diff --git a/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_ORM.uasset b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_ORM.uasset new file mode 100644 index 0000000..b2dddf5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Communications/T_Tower/T_Tower_Top/T_TowerTop_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41084315bb262401c4e8c205baa47a20477ea7eb6c71ccb0dd87524e31988757 +size 4743971 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_01a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_01a.uasset new file mode 100644 index 0000000..136fd6b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ef5c862037d53a8601fd64098d7d4e968124555e47bc24d97b21f0095a8822 +size 539345 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_02a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_02a.uasset new file mode 100644 index 0000000..3032fe0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_02a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24104e3a76291b5d3761b75c85e60ce9e08ef8178f4047487c5434ea873e5eac +size 535146 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_03a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_03a.uasset new file mode 100644 index 0000000..5ba4754 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_03a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2a64fda9deb8ef30e4d125a8bfc8b1fdf94d306e1c7b1590e95b401caa0e27 +size 1062354 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_04a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_04a.uasset new file mode 100644 index 0000000..2e25bd5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_04a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e1b48b297549a91eb1f3f3070626017bc9e59d1ab19a7762069805acb154de +size 374407 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_05a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_05a.uasset new file mode 100644 index 0000000..83ab2f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_05a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab61451c3913b346162b4f93e41560b7f85cf65d18b9c920d6b473c3fc49033e +size 451693 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_06a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_06a.uasset new file mode 100644 index 0000000..6fe69ab --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_06a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca09bcdd34c5108010507f92002924dc2f1ded178b1be05a8f853c99124161c +size 437198 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_07a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_07a.uasset new file mode 100644 index 0000000..8107e1e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_07a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b978cf26bea67698b7b7a0d10dd4fa55a47cab85c89e34e644f427244bf5f646 +size 433424 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_08a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_08a.uasset new file mode 100644 index 0000000..c0c6bfb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_08a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cbe5384a8529202032360863b2f4daac4fe244d11fe278339f2826f959f21d +size 219437 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_09a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_09a.uasset new file mode 100644 index 0000000..319c78e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_09a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc895154e683d2b478e0737124a12bbf6c00ea611deebba2e72bea4587bd8ad +size 562519 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_10a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_10a.uasset new file mode 100644 index 0000000..1df228b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_10a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94e0195de7a7772edad479d8b6774ac418fce8eb4407e4ff214fe7b85444bb7 +size 562519 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_11a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_11a.uasset new file mode 100644 index 0000000..c6c54b2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_11a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3457eda176bfc23528bd5c53e0864c24949f96b84814780b9502201a1707824 +size 165286 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_12a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_12a.uasset new file mode 100644 index 0000000..b5f4dcd --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_12a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336f3cc33c868c4a10822933511b289d3ee292ae36e23b27c2590df4c9df8a79 +size 578887 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_13a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_13a.uasset new file mode 100644 index 0000000..09e7b5e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_13a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d318b6506f47190b945d7fc425d93805629ce85250963ce0c94e26b8e3686d65 +size 670640 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_14a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_14a.uasset new file mode 100644 index 0000000..ee386c0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_14a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a961febbd64cf2ca2e2b88707a40d6ba32c917a15c954ac2c6547978332bea91 +size 1289009 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_15a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_15a.uasset new file mode 100644 index 0000000..93f0f78 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_15a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496a8494a8e4dfc7823ada65ab0e16d3b0ace727df87b4b0d064ef4589570df1 +size 1146810 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_16a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_16a.uasset new file mode 100644 index 0000000..bf8846e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_16a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4017d2f562b513893bf3e31593dc966fe3cdda8ccb73cfe7f416f60129e13a6d +size 283414 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_17a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_17a.uasset new file mode 100644 index 0000000..e1608db --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_17a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e1025ad2ed3494dc2aeea080ea3a53f5efb8cc6a9edb940f8758c1499c6162 +size 665239 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_18a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_18a.uasset new file mode 100644 index 0000000..3b333f6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_18a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e77109c44d59915987c7e6d93ea2608d25020b3101381259d5cba8072088d9 +size 273190 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_19a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_19a.uasset new file mode 100644 index 0000000..be9c59b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_19a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fb1f86696c6a127ab38dd709ead58b14682c813ea1c0cbdf342a7a911965c5 +size 381691 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_20a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_20a.uasset new file mode 100644 index 0000000..3e1b174 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_20a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e544e48b7cf91359ad9054ba55793216d1bfd7d34de233a06a0e8c42c77d22 +size 275661 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_21a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_21a.uasset new file mode 100644 index 0000000..a541f75 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_21a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9b029d835bb512990f3e38e01dfe040d17d2d211a1f277c91623007a1c353f +size 268081 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_22a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_22a.uasset new file mode 100644 index 0000000..962c092 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_22a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ba8b6b73710c3036e2fc83dbcf07afc4583d75c100bdcd21dc89ad0140ff2 +size 411049 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_23a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_23a.uasset new file mode 100644 index 0000000..f5043c5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_23a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa07ff0deff8d4a3ab026b6d7f39e809f2b348dc2f5488efc77b7cad678781be +size 153181 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_24a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_24a.uasset new file mode 100644 index 0000000..07b150b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_24a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caa06af50d606eda023f58c092614cf7f70e8d323b4bff8136dc34286e822bf +size 121820 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_25a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_25a.uasset new file mode 100644 index 0000000..62a517a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_25a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23429ebac81f0cd4348b578bbe9e1bd541972ba8c797fcb7428b831577fd59b9 +size 74923 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_26a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_26a.uasset new file mode 100644 index 0000000..aa6360f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_26a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c44703838d1f27331425ec7d5c1e75a539eaa2eba4fad5aeaddc185ef31fd9 +size 425757 diff --git a/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_27a.uasset b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_27a.uasset new file mode 100644 index 0000000..df76c98 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/BaseColours/T_DecalSet_Diff_27a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b2b57c3e6038fcb7734c90d612863e3dedc8208bf48995d05f96d139ec5b9d +size 361945 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_01a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_01a.uasset new file mode 100644 index 0000000..8977de6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d94840d15512d9ee83634a3a87454e9659d7644b8486b91a26883dc79f9930 +size 335082 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_02a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_02a.uasset new file mode 100644 index 0000000..ae5e310 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_02a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2e92b32094b95ad4fe79372d7ecc664346eeb022904cf836aed6692c552ed8 +size 484886 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_03a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_03a.uasset new file mode 100644 index 0000000..8202eb5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_03a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55734eaf45b4fc25f1ba4f0105893ab131fa0e0e6f62ebd7fbfadb33924014e7 +size 1075783 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_04a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_04a.uasset new file mode 100644 index 0000000..5293ce6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_04a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1eedebe99d9291ed96f4b0b4e3fa53b20fa86a498ce06ccbadeb8317f47c77 +size 346975 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_09a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_09a.uasset new file mode 100644 index 0000000..9b8cf6c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_09a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac063a835e21e316d0af20856f3a418dce8c5a5d63fb094a8837640ee54b5a4 +size 794565 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_10a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_10a.uasset new file mode 100644 index 0000000..d5f0faf --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_10a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129b3f720efddc8a32343a7c5373583389321c9a83a2bcd0641b33f02122abcd +size 794565 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_11a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_11a.uasset new file mode 100644 index 0000000..7eb47fd --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_11a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b74fc26bd0b6988d7aab72a81ace297795facd43e5fee24142f9d5cc4ff33d +size 274674 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_12a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_12a.uasset new file mode 100644 index 0000000..1e62507 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_12a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0eaaec66f10da1889b7c0948b30665f012ac2049c5a379a4cd5d40efdd2d78 +size 833008 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_13a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_13a.uasset new file mode 100644 index 0000000..da010ad --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_13a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174955efb707598d85668a620a62ea1611e6cc75c7980914622d50f4296b20ca +size 705596 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_14a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_14a.uasset new file mode 100644 index 0000000..3d1d322 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_14a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f5df6c0b9543ccf5490dbeaf066cccfe6c0b5878b39cd398ac439176a2c37 +size 1520949 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_15a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_15a.uasset new file mode 100644 index 0000000..18ef7c5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_15a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa091c62157a633c608d8660354bcc95024d882da268d13650095f120d9669a8 +size 1213480 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_16a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_16a.uasset new file mode 100644 index 0000000..0886282 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_16a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72cf0382dcfd954040eb7be5185eecdec4c0ff5026ae64beab81f2bcbb5a208 +size 343977 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_17a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_17a.uasset new file mode 100644 index 0000000..634875e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_17a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d129084130e8356cd0faf60bbf13b87449be36469244d8bd6adde6f595b7ec +size 710468 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_18a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_18a.uasset new file mode 100644 index 0000000..32500d4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_18a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058225ccace553dd14cb8f15acad91dfdf2620ec2a36c33d6115172787f21628 +size 326543 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_19a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_19a.uasset new file mode 100644 index 0000000..191c627 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_19a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7658fc0aa0d45cf8a0b7553e0b6b08ff255fa187ecc91b00a596338597af88 +size 685128 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_23a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_23a.uasset new file mode 100644 index 0000000..8d053b0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_23a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02a6c47d76dceabd7dd4b173763f2d3233139983baaf8dc505625a4513559a4 +size 256506 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_24a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_24a.uasset new file mode 100644 index 0000000..de54711 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_24a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f784fc1abeadb72df315b579ea9c55ac057bf270e9cb702eccf9c9b6ec9e5e33 +size 180624 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_25a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_25a.uasset new file mode 100644 index 0000000..2134fab --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Normals/T_DecalSet_Nrm_25a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c6f5b093f147479765dee9136b0e606f8826db34311d50c01cc1cd4e39f7ac +size 106987 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_01a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_01a.uasset new file mode 100644 index 0000000..435c33b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7a2254a1c4720be6112b61501d9917f88bf431ddfa6354b2660479bc9b4cd7 +size 356948 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_02a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_02a.uasset new file mode 100644 index 0000000..b2f00b9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_02a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ceb4af1c53797146d0512a5dab4504e7a2c6388eb9f3cd24462ee26f7c34b1 +size 339906 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_03a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_03a.uasset new file mode 100644 index 0000000..a36af81 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_03a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9210b0c52f73ffca539312845e96b966ca75d42d4194728ee42211efbf4f88 +size 432336 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_04a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_04a.uasset new file mode 100644 index 0000000..ccbb5de --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_04a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b848fdce29293c282a4672b0ae1e178f5de22b270eb6c85b394544ba5f88a015 +size 380086 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_05a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_05a.uasset new file mode 100644 index 0000000..7864a2a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_05a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b466def759abfa1775116b0af26819cf44a4e09462d56415cafa38c3a6b8030d +size 377464 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_06a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_06a.uasset new file mode 100644 index 0000000..0bd6a21 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_06a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44d8a3776be27de65ca55a28160d186c0282c53ee53c08c602b84bea9ac037e +size 361095 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_07a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_07a.uasset new file mode 100644 index 0000000..6bbc727 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_07a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1832041f21fcd519e12fadb4e007d5075352fc7b4bfed8c90f9d722c2d8613f +size 356706 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_08a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_08a.uasset new file mode 100644 index 0000000..22dc437 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_08a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6b1239fa909decdfd9843eac074c9ff355e130519b64c5720d0725c8f9466 +size 367579 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_09a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_09a.uasset new file mode 100644 index 0000000..05d6b6d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_09a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1bc1b74b43285037cf8e52b7884a481a9c03f9649d26948c106dc4a62bd7df +size 395977 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_10a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_10a.uasset new file mode 100644 index 0000000..c51e75e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_10a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f492397e47f2471ca9cc3185b65dbbca4865207ba2604e358c3ef9b190338043 +size 395977 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_11a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_11a.uasset new file mode 100644 index 0000000..f933344 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_11a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685d23dab5c885b912c214e72c3d8f47c8db3ce5f4370197d31333d6815451e0 +size 347552 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_12a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_12a.uasset new file mode 100644 index 0000000..6a1b801 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_12a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d3eedcc42244cacee5cc910216ed68c92ca6b245e78243cb217073448d1acc +size 422098 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_13a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_13a.uasset new file mode 100644 index 0000000..3bc0938 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_13a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ed3976609b7641d956ba25316157b5ade7b0bb8bf28a595e9e647c8d642abd +size 397819 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_14a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_14a.uasset new file mode 100644 index 0000000..e29c72b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_14a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10394d2a5a09f15f4f6e1d0ee0876f222d3d3cfbf544736803a0b3caf6ceec56 +size 458874 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_15a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_15a.uasset new file mode 100644 index 0000000..97a3bee --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_15a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1b886a0fa287ad65df12966f16a141f7d0460436e454f57d6b1b5cf09bc5c4 +size 414634 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_16a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_16a.uasset new file mode 100644 index 0000000..3f47357 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_16a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057430ddb0adac0056adecb055bfbf5a598f9e032f0acfeef876d69742cadccc +size 370728 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_17a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_17a.uasset new file mode 100644 index 0000000..96f9812 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_17a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c550ca562f4e3d1cbf50ef77859dc6f5242b97578f01fa460e3c7d3d4bbbf1ea +size 396029 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_18a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_18a.uasset new file mode 100644 index 0000000..758f15a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_18a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5439c6654ea11135097286bc116bdbefbc97e000b6059a9a6d3a3d08fd75731f +size 358993 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_19a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_19a.uasset new file mode 100644 index 0000000..db2df89 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_19a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e2809309adec5f2a0ad830c806cd3e4fde9a6dd0effdf90b0a5774976ca6a4 +size 335361 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_20a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_20a.uasset new file mode 100644 index 0000000..098ab93 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_20a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf5802adb74194f485d8f30ead3ad098b6c432e8dee8be92f78e48d0739b376 +size 356744 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_21a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_21a.uasset new file mode 100644 index 0000000..b66a767 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_21a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cbba784f515853c2b1ad55c1dd16a3faa8323bf25f6397efa9125d1d59c13d +size 373763 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_22a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_22a.uasset new file mode 100644 index 0000000..08c5a97 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_22a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b2a13829d35a1481d634d40c17fc69a61e9d54f6c08a9a25a295668b6850de +size 362571 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_23a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_23a.uasset new file mode 100644 index 0000000..54a27f3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_23a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b982768a3ca6bbc51bb0e045242e1ea8fdd974c8657366d41e6485c48b4c72c +size 363782 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_24a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_24a.uasset new file mode 100644 index 0000000..0aedb4c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_24a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3602a9d219f5b6f732444ae39c6553e769d29e520a3ecf543bf0fe2925e1fe6 +size 364345 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_25a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_25a.uasset new file mode 100644 index 0000000..89b2457 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_25a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c09c5b9a5390099c5ca1b847ce1f792b0794504f8394883493018ca4d31712a +size 358856 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_26a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_26a.uasset new file mode 100644 index 0000000..c6f3018 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_26a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999947ca7098637905429fa78b33ad93f1bd3578f234a7535547e6385c6eb4e4 +size 361112 diff --git a/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_27a.uasset b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_27a.uasset new file mode 100644 index 0000000..4f6bbaf --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Decals/Roughness/T_DecalSet_Rgh_27a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3072326cffd1e9ac425510dc9ff8e82fb67c835adbb6c6bb7a89b250ea23e0 +size 357404 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_AO.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_AO.uasset new file mode 100644 index 0000000..4cde449 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa0b54671dc57fe646de508bb7cd26183fdd073d72a6fa0af7b83577aa6f64a +size 1268270 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_BC.uasset new file mode 100644 index 0000000..972b62c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc8510c7936d84650ecfc544347d1fd4035b6898339454bf7aee339033e1320 +size 2307969 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_H.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_H.uasset new file mode 100644 index 0000000..3a60a35 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cefe6074ca33f900e1ad69e8ff130f8f8a35f8d0eea25c0f6e7df7d87f57a70 +size 721678 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_NRM.uasset new file mode 100644 index 0000000..9e4c0ce --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Bark_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3d17b5d90af1681090c4223a7787eee4bb096ae6eb74fd08a1a1c78a6f56ac +size 7066519 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_BC_01.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_BC_01.uasset new file mode 100644 index 0000000..f164440 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_BC_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee38515224ce2bb283751ffcaa28c7b63ec09fc3ca6591d37fc25be9d3baf60 +size 2273435 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_BC_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_BC_02.uasset new file mode 100644 index 0000000..5aacaa5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_BC_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041995e17b82883184bd900cae55ac909167cf28b82aa40dbfbf808c1ee8e3be +size 1659137 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_NRM_01.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_NRM_01.uasset new file mode 100644 index 0000000..e4924ca --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_NRM_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9a0dd1cb737016a935af48509642565abe3176edacead4e3b7c8b47e455002 +size 702127 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_NRM_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_NRM_02.uasset new file mode 100644 index 0000000..9f627c2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_NRM_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a931d5fa4f3f271c8802c7b2039538211d6fd0ee1f6b27dd94e57e32bf2ac0 +size 1402276 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_OP_01.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_OP_01.uasset new file mode 100644 index 0000000..67a1a73 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_OP_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c80bad8fac8be1b07c034014c370a9f9280a9ba2881a403ba94e4f3fbbde9e +size 194440 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_OP_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_OP_02.uasset new file mode 100644 index 0000000..14fc691 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_OP_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1cd56147fafa86ca69479aa25eac85a9ad82255b2acd71693c962719dff65d +size 162032 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_RGH_01.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_RGH_01.uasset new file mode 100644 index 0000000..57e16ab --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_RGH_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f103f36e672d0700fd7b10f4fabf4aff3202351c781592121e90aa3b300be9c +size 947207 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_RGH_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_RGH_02.uasset new file mode 100644 index 0000000..3526a95 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetA/T_Shrub_Branch_RGH_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb508fd5fd9bb001ec4aef6433127472ff0065a1189aeea346fdc3c830edc1a9 +size 948818 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_BC.uasset new file mode 100644 index 0000000..918aef1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9528f400006357a681aa657991a452f740ec3295bd6dca04ecd60507de96a5e +size 854118 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_NRM.uasset new file mode 100644 index 0000000..af49e84 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa794056db04e2c65fe0ed98b3f7f46f5b5016fa6bcd7ed7273505c55bd00be +size 357812 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_OP.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_OP.uasset new file mode 100644 index 0000000..a49ca26 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0f0b298b37e5af628eaeeecd4fcf9b356bfe519fe2af626e90df9fc80ef113 +size 307372 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_RGH.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_RGH.uasset new file mode 100644 index 0000000..d0297bb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertBush/SetB/T_Shrub_Branch_RGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3f828f7e4ea7d0e5693dc58266256f7124bcf8935cb26c07e67a276f6dda8c +size 338193 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_AO.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_AO.uasset new file mode 100644 index 0000000..9d29723 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f68797c0871326d9329da9ec3e2d71e109ffde2d92e1cd973035f41d796ea6 +size 1268246 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_BC.uasset new file mode 100644 index 0000000..c62b061 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841b095bfecc277f4a57c1ed19a59460ac6797dabaec652c19191a656e1da2bc +size 2307945 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_HGT.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_HGT.uasset new file mode 100644 index 0000000..0c75509 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_HGT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e684390f17f9d4ca9c27b80461be8c9e537b8a097f17e44ee30b62f7b52d31 +size 721662 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_NRM.uasset new file mode 100644 index 0000000..df1d6d7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBark_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87349109384238cb286b505d06b72570bb185b53c12c14045bc23c22d7c90dff +size 7066495 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_BC.uasset new file mode 100644 index 0000000..366d15c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769a1053835dd6454e868134431e26d64e1d2f2e5216b5a2383c0f027db4c68a +size 2481069 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_BC_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_BC_02.uasset new file mode 100644 index 0000000..74a2314 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_BC_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b349f6a8b76161a3981f9593e4a6d2e5237e2e233380cf1385f86e98cc38c0a8 +size 2037246 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_NRM.uasset new file mode 100644 index 0000000..216db10 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ddac741d5a52d755eea1e9fe33aff1bcfa8ee9d162c10e20873edc367d1779 +size 2417285 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_NRM_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_NRM_02.uasset new file mode 100644 index 0000000..084c601 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_NRM_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a0b424d3912f5322169c0ee60f8965b2a5b284217baa5a4f9594f710301288 +size 2051021 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_OP.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_OP.uasset new file mode 100644 index 0000000..1ea5054 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb12f10cb8b49786b694510beebd5fdc07ebcde07fced445d7f8f2698b2de745 +size 501631 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_OP_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_OP_02.uasset new file mode 100644 index 0000000..1874de8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_OP_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d3e078043e8d222fe0c7b9e4b66e960951a73d7833ebc33e14f158fdff98f7 +size 282422 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_RGH.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_RGH.uasset new file mode 100644 index 0000000..95ae33c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_RGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a35290c3849d526b422cdc2b2f63372e47c1ba8fb0220c3e508110021fc8bdc +size 830991 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_RGH_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_RGH_02.uasset new file mode 100644 index 0000000..25a33e6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_RGH_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1c6127bf35fad90bd7baf017f4127ca2da8a595506e744aef5d6c6c3c331f2 +size 536353 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_SSS.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_SSS.uasset new file mode 100644 index 0000000..24609aa --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_SSS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9121ffa219974f0fdb5038e6b58afe48e907727f4995a6db7f8279abe88d10c3 +size 2394038 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_SSS_02.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_SSS_02.uasset new file mode 100644 index 0000000..fc0efc9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertShrub/SM_ShrubBranch_SSS_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8d2c312fad60b8d8755d9594348bc490a391b44f1a9d31398ee0c7996e0a2a +size 1987265 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_BC.uasset new file mode 100644 index 0000000..19a2c88 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9691013e1314681a68a7525254068777821c4837832745efd578c662ee921161 +size 748150 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_NRM.uasset new file mode 100644 index 0000000..f840278 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f067ee69d72c646a55c68e69763ba68181ed557812a26b3fc1a63d84312be8e2 +size 514935 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_OP.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_OP.uasset new file mode 100644 index 0000000..f8d5d27 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e826d5761a15eabaf2002ea313626e797953fceecd265f00301a90624d3668f +size 486697 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_RGH.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_RGH.uasset new file mode 100644 index 0000000..89b37f7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/SM_PineBranch_RGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53adfc42222abec2e15009c5e2f0b4756ea4b26884e5fe09c22f22deefcc822f +size 420559 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_AO.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_AO.uasset new file mode 100644 index 0000000..af07f3d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6f9c110bab3a26c33d1860c4a3cadf68fe2ff3ca33e3da405fec0fb5e08186 +size 1472551 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_BC.uasset new file mode 100644 index 0000000..7b23629 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7db2732c43f33be48f4c71178ab0f091f88f821109e7413061e83ef7c9bde7 +size 9316404 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_HGT.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_HGT.uasset new file mode 100644 index 0000000..51c7a12 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_HGT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37520359e630f4f23d278ab02b343414123aabed7add50f877e32b85aaba3b02 +size 564294 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_NRM.uasset new file mode 100644 index 0000000..00bc2ce --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4319a9ed3707b076c98d331b735ba85d966eed95a64f5170dff062c0e413258 +size 6890239 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_RGH.uasset b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_RGH.uasset new file mode 100644 index 0000000..350d1ad --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/DesertTree/T_Treebark_RGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5760946b1b55d0ffdb6eb9a91af45111083dd29171934d0069426661f427c9 +size 1487900 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_BC.uasset new file mode 100644 index 0000000..abede13 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d110bebdf1ac2259ce7122c3f8aa9659aad699cfd7b558713c0356058b3a7191 +size 1737368 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_BC.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_BC.uasset new file mode 100644 index 0000000..784d72f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950c7e0d1a4fe225e149bedc12bed281497fd0fa03bba0f5868290f3b3ee94f1 +size 2027142 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_NRM.uasset new file mode 100644 index 0000000..f5f86c5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3817c4660f799772ac4cadd21c03a2c6c8d971c94af6ba0d99bc6f1b0097ae +size 2108035 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_RGH.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_RGH.uasset new file mode 100644 index 0000000..99cafd1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_Bark_RGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1042d60666ac742809c615ae1a5a1646312ef104191c77cbaf306e03c42e60d +size 660363 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_NRM.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_NRM.uasset new file mode 100644 index 0000000..5337b4e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b0b02eb851566ab89e714f55effd21f2f50429532e1e4abe9b36babe712076 +size 994920 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_OP.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_OP.uasset new file mode 100644 index 0000000..1ca9be6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611252ee49ec9aed04929da540f20252cea9f8a83709e4258b0924d80f35fa65 +size 269018 diff --git a/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_RGH.uasset b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_RGH.uasset new file mode 100644 index 0000000..a12f65a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Foliage/PalmTrees/T_PalmTree_RGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e66d85d7144098aab11102f0727671446ab005793e1526f784b24da9b36a8de +size 783112 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/00_white.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/00_white.uasset new file mode 100644 index 0000000..2f6e265 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/00_white.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2d23ba3c72f09ec170f165582cd7bec3798c9bf2b56504f96640dec54d07b1 +size 3572 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_ContainerLock_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_ContainerLock_Mask.uasset new file mode 100644 index 0000000..d24b862 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_ContainerLock_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1156e7bd15617124b6f16d55464469ec344c7573e9d2f1cc12d47f2103fcd0a5 +size 4458465 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_Door_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_Door_Mask.uasset new file mode 100644 index 0000000..e5b7aa7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_Door_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4da247543785968821a7d9bb75f2a1364673d0c1ced9204a74a33aedcfb14a4 +size 5993904 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_DoubleWindow_Blocker_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_DoubleWindow_Blocker_Mask.uasset new file mode 100644 index 0000000..462bd76 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_DoubleWindow_Blocker_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980b2a4c62db6b50b6861f37a03ddc40d04ef54f47e905d043d66386c59bb4c6 +size 5743347 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_Sunshade_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_Sunshade_Mask.uasset new file mode 100644 index 0000000..f7c8c88 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_Sunshade_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01cd01af5fbaa1ae8525fd13ecbde65646d04b498f1a52334589b6b9eb82e69 +size 3342971 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugatedFrames_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugatedFrames_Mask.uasset new file mode 100644 index 0000000..9ced9f1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugatedFrames_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f878cd7b90ccbc142e8b48ad6fb3aeaaf452378494242fbad9cd3ff78af429bb +size 3022039 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugatedSupport_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugatedSupport_Mask.uasset new file mode 100644 index 0000000..bc26c61 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugatedSupport_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3f720de63cb5485d2e634b2c81932e7d94d47a899f7db7b2caf4e41d86636b +size 4452103 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugated_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugated_Mask.uasset new file mode 100644 index 0000000..db33991 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/Masks/T_YellowCorrugated_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccf030bae54d18c16452882f7e2bd74ec86e9f55f8cd936eb15550dbe401cf7 +size 5883133 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_BareMetalRusty_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_BareMetalRusty_BaseColor.uasset new file mode 100644 index 0000000..34ce4c1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_BareMetalRusty_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94513a9f873d2f1ba9578b74cfd9a692b1b0b2237848de68541948ff1e8c9cec +size 9435338 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_BareMetalRusty_OcclusionRoughnessMetallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_BareMetalRusty_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..b7bde1f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_BareMetalRusty_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e83d6f4cda7553d87a7923ad6d9d684db7d56f7a4dc1ee96b31d86cd8faad8 +size 9410536 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Dust_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Dust_BaseColor.uasset new file mode 100644 index 0000000..61bdfad --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Dust_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68ca4d233fbe96d940a7c442516239f23c95b378d576fbc124e26c8b66c09fd +size 6513566 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Dust_OcclusionRoughnessMetallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Dust_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..c92ae36 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Dust_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0409f5cf3720b35bccab6ec3609255c46daf1764046ec6b782507ac2cffe543 +size 3458094 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_BC.uasset new file mode 100644 index 0000000..2882ee1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8199796e548af8224073723d0b700b07dd172ab9c634f2388b6908fb9d068778 +size 7502690 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_NRM.uasset new file mode 100644 index 0000000..0da7f9c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63b50f9835e767eaef39c8a7d866c0bef2fe27c1ebb98aec0c493678572f833 +size 5655090 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_ORM.uasset new file mode 100644 index 0000000..19f9266 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_IntWood/T_IntWood_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3b29d3d923f621a41a451b26daa1c5c357aa68ac1311ec2d7a1b2fda786ea2 +size 3770018 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Rust_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Rust_BaseColor.uasset new file mode 100644 index 0000000..8fe9b0a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Rust_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4304230deb4d45e3b721ce927f9e6c4f52bacef16e68b4cfcf62d0f3a4d8a7e9 +size 10248393 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Rust_OcclusionRoughnessMetallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Rust_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..380697a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_Rust_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aef9d5175718e6bdaca9e90eda4a490ec59844cd2ef511b669824dee9e48abd +size 5563861 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WhitePaint/T_WhitePaint_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WhitePaint/T_WhitePaint_BC.uasset new file mode 100644 index 0000000..96ac6d6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WhitePaint/T_WhitePaint_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016233a2283cf48b14ffb23d076c12bc5e9f4c77cb67a5071e5be8042a8f18be +size 4236343 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WhitePaint/T_WhitePaint_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WhitePaint/T_WhitePaint_ORM.uasset new file mode 100644 index 0000000..c5f2842 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WhitePaint/T_WhitePaint_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a88bba81fa024df89c238c2ea6d962b7f473c890c2a85bef6e73847aa3fe88 +size 3635842 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WoodPolished/T_WoodPolished_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WoodPolished/T_WoodPolished_BC.uasset new file mode 100644 index 0000000..596b143 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WoodPolished/T_WoodPolished_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd033eee0ae9011fd3a90f18f0fa80e28b5c968bec881007ae3f4eb86fe37f4 +size 6572896 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WoodPolished/T_WoodPolished_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WoodPolished/T_WoodPolished_ORM.uasset new file mode 100644 index 0000000..2b525af --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_WoodPolished/T_WoodPolished_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd8225cb97f04fe520dd66aba0ed7bd9cab4be98c2ff3886d7bc554b1b044eb +size 3695184 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowCorrugated_Mask.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowCorrugated_Mask.uasset new file mode 100644 index 0000000..dfce459 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowCorrugated_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe6eef2b21c790a64ba11263e94d778cfb9d50452e9fe46710c6fd435a7bc80 +size 4629320 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint/T_YellowPaint_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint/T_YellowPaint_BC.uasset new file mode 100644 index 0000000..1869b9f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint/T_YellowPaint_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e382017e01160a19e39c50e42d356fc7c66b761f2a655375ed19a042e5a07a08 +size 6620765 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint/T_YellowPaint_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint/T_YellowPaint_ORM.uasset new file mode 100644 index 0000000..0f34fcb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint/T_YellowPaint_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d8a575bdebd8f84baa1a343fd9a573383f064d3956f6aafebd1ed68e86842e +size 3639227 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint_BaseColor.uasset new file mode 100644 index 0000000..b6c1a36 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984a064f66f1a6d594fd9dcbc39a85bd4781f4a4985248b487ac8c3bdb56f8cf +size 6620821 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint_OcclusionRoughnessMetallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..810c459 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/ContainerTextures/T_YellowPaint_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfacb1eabec98404ada6e91ffe0c4f3908f0e04d84879712419ad936113b4b98 +size 3639466 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_BaseColor.uasset new file mode 100644 index 0000000..19e82e8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067ef72659cbd26701c933334d435194ff459581b472d39b3b3db0c651b65ae3 +size 18026234 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_Normal.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_Normal.uasset new file mode 100644 index 0000000..68c6a48 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2616856431eaf58ec1a0ff85f8d0c9c214a8e4305c4d1246a0eb6ceed2ca4f58 +size 17739298 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_OcclusionRoughnessMetallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..e86754c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/FrontSteps/T_FrontStep_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfe51cbf4f4877f27f6d27e14a85996fb20880d89d9294182be992d505cc177 +size 4041047 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_BC.uasset new file mode 100644 index 0000000..be64b89 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b72019a37306790395a9cff35654be7e91d7a6cd800baa9752dd30c97f05cb +size 7800454 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_NRM.uasset new file mode 100644 index 0000000..429e56e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38712cb4b8e7e6896e3c33b7bd2866b16ade7efd41a50ea0d65bb6ccebebacb +size 5199546 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_RMA.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_RMA.uasset new file mode 100644 index 0000000..8cf99f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MetalStairs/T_Metal_Stairs_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62eeab149b102643f086af644e3a7bc9ed92b0fb9e28e90fbce3980d21f73f3 +size 4890368 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_BaseColor.uasset new file mode 100644 index 0000000..3ac61ad --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c1c5847ea75e665a28851b0d056cc7ea18700b5ac0daacc40b3f10c3eed9e3 +size 3900581 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_Normal.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_Normal.uasset new file mode 100644 index 0000000..b3b4b51 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c055fc98f8e0129ec26c5cd91704847f8c998513c44a8b8c68cc58dfe75ee9 +size 4766805 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_ORM.uasset new file mode 100644 index 0000000..548c0be --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/Stairs/MountedLadder/T_MountedLadder_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218010082e691f68d6d1a66dc4aad87e7635fa0e12cdd6f5b83e83c451af6486 +size 4683253 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_Diff_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_Diff_01a.uasset new file mode 100644 index 0000000..e895475 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_Diff_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6906775733ac1347981a6264bd4799790f873ad2a7dcae0525c41f4c0c7ce0d +size 5234612 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_Nrm_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_Nrm_01a.uasset new file mode 100644 index 0000000..e482094 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_Nrm_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a041df4fc0a77a1db99fac5fe66fd2c586e1e3d3cf7681f157f3359214c6eb36 +size 6857241 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_ORM.uasset new file mode 100644 index 0000000..8a9f1d6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365cb06298b5a6a0a25dacdd0ddf4ca765a24abf358e8d4c0f9a9b63068a4ddc +size 6671761 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Diff_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Diff_01a.uasset new file mode 100644 index 0000000..7344af0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Diff_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1f51b6e4fad21a6267726da13d781028c4eba9e79122899336b68103067b2c +size 322590 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Nrm_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Nrm_01a.uasset new file mode 100644 index 0000000..379ea59 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Nrm_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e140c5cf95853f5187154c6d91c6ba311496a4ec0f96c84c44fa6d888ead00a5 +size 412052 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_ORM.uasset new file mode 100644 index 0000000..90e95bc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad03837fc553c5c32c34a828e547c8e928a1e36716a936c84bfe1abd00085cf +size 464391 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Opc_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Opc_01a.uasset new file mode 100644 index 0000000..e6b30f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_AccessGate/T_Acces_Gate_Mesh_01a_Opc_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eeea0084ab1ab787faf46e4e2f993bc09e382e1c37c47846bc913ddfb9ddaac +size 20479 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_BC.uasset new file mode 100644 index 0000000..ed5fe97 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703245d7f02c15f5731f22e418cedcdafeb4f3a9b5873b826a4080a402107864 +size 5437380 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_NRM.uasset new file mode 100644 index 0000000..9458079 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf071a8f1d0cc8427851aac7a84e86a956381a25bd611aa3a82fc9b1c688ba6 +size 3298507 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_OP.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_OP.uasset new file mode 100644 index 0000000..d1c3b22 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82fe7996b36e05cf80a313fcce365e4db0cbe8e3d61c0c5196ea14e07465563 +size 138757 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_ORM.uasset new file mode 100644 index 0000000..3d5fec4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_BarbedWire/T_BarbedWire_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86d3026afa996e80d701265ed91f944fd7bc8ce66f77ddcbd65cf2df4ddf7fe +size 6590849 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_BC.uasset new file mode 100644 index 0000000..ae248d4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b766fe14973130e5568d9ebe24f4a34b004d8f5fc17a34e4f935d8c10b0724 +size 9280722 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_NRM.uasset new file mode 100644 index 0000000..665d191 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ee22c5306a30bdaa6da565a6e845dfc9d30de8f80ef0993bee48eefa00d303 +size 12289480 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_ORM.uasset new file mode 100644 index 0000000..7d2b807 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Sand_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418c2bea580c661d8d776389435f9bacc681372df729d36f74fd1c4f89aa60f7 +size 4226509 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_BC.uasset new file mode 100644 index 0000000..4ab37c2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffd33930d5cab648a9214ad4c3d27f365aade0da5607d73a2228f7bc6f62a44 +size 5184676 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_NRM.uasset new file mode 100644 index 0000000..6b0bacc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4b7b3f984651ef3b29381ed6dd7a5136ce6a2ce12096c4155f46319ffa3700 +size 6780458 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_ORM.uasset new file mode 100644 index 0000000..8fa5ef9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Barrier/T_Barrier_Wall_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37466537aab42e85671bba8831852145520a90ae54156fc9dfdd7b2f1ba23218 +size 6719198 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_BC.uasset new file mode 100644 index 0000000..34a84b7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d65676b0f0d023689dcb36b78eaff160da3f1b95897a33bfe618e795db45fc +size 1574943 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_E.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_E.uasset new file mode 100644 index 0000000..e3c7517 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b956f96b197e6645302081f374dc99d18d72a57791dbf930f3175a7831f7316e +size 35794 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_NRM.uasset new file mode 100644 index 0000000..3a7ebe2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676fe53f4c3d2cd91da8b7e150a44b76239ebfbc561420f97fd6e17662347a20 +size 179869 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_ORM.uasset new file mode 100644 index 0000000..317771b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/LongLight/T_CeilingLight_Long_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613ac34584e1ff28c15c498639fba048e97ac683c6c67787ad971104d43694ed +size 471681 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_BC.uasset new file mode 100644 index 0000000..6bc28eb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcf7edc1bb570bb7173d028ce2c2031294ab9b98ff2ee5d1473da3ada94d4be +size 2520665 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_E.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_E.uasset new file mode 100644 index 0000000..e80132e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f51ef53b605c47f1a965ebe3b8a7409571bc0fa405a215465cd0e0a7709342 +size 12346 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_NRM.uasset new file mode 100644 index 0000000..c0b2765 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b509c7053e953f0b76a2a2a149da7d407ccbb07d11ee3db92bc55512661a8058 +size 760533 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_ORM.uasset new file mode 100644 index 0000000..9665200 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CeilingLights/ShortLight/T_CeilingLight_Short_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebaafdc915000a0175e83617c38a7035886ea27172072b280747d3fea6f2b3d5 +size 3183400 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_BC.uasset new file mode 100644 index 0000000..5e03918 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a713290371f884a9b836aa594263be9696b007363e1ab0d0fda3d620fc3482b1 +size 11730232 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_N.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_N.uasset new file mode 100644 index 0000000..bfd0afd --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b23c4a69e16a0028de17a4bee861b8138ebfef11bcb887d8769254592c3377 +size 6782065 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_RMA.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_RMA.uasset new file mode 100644 index 0000000..4ee3366 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ConcreteBarrierBlock/T_ConcreteBarrierBlock_01a_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4d0d4a9a3b6569ba813b033cf8ad1533e8d8ebb02aafca988857f15498cf09 +size 6589044 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_ao.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_ao.uasset new file mode 100644 index 0000000..f4c5d10 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_ao.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4793d0e517e8b562c1602acbaf4e885ec5b65882d426fd4b1d3dbbfcfa20d20 +size 13325596 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_BaseColor.uasset new file mode 100644 index 0000000..be43d06 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4770d61fbad59750cefc4cd7b4152e65711180d78411abba82a165f55988ea +size 3218149 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Height.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Height.uasset new file mode 100644 index 0000000..f4f6248 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b3163821a2f1215e522313cd41991c45f6b3250eedc87e9203247ac1f3fe2f +size 7054 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Metallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Metallic.uasset new file mode 100644 index 0000000..9aacffa --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0f7e5bed80a3b31a632a1e88d9bb7c3011df4cc3a07560bbf75f4601504863 +size 5448 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Normal.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Normal.uasset new file mode 100644 index 0000000..f15d2fa --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e3888c6b836a301276c72be15fb2ef189781f5d3f578954e880750e2ecb9ee +size 4897024 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Roughness.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Roughness.uasset new file mode 100644 index 0000000..4400389 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Clean/panel_low_phongE1_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af39be5bad0975d8e31e02b8f196999c1ed0cf2dc7cbc8d39d11f3f55beda58f +size 1751835 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_BaseColor.uasset new file mode 100644 index 0000000..05e215e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f6e6f7bbbab99a27eaac256f3aecd8bb38230b8d0fbf07b737d7c9a328cd54 +size 6151930 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Height.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Height.uasset new file mode 100644 index 0000000..f9e3f18 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d214e6f0688eb906e15edbee733676faca4fa66ac01d3ebab267c421c81e710c +size 7071 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Metallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Metallic.uasset new file mode 100644 index 0000000..692dfb9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce6faab3a98e1d1b6b3459fb2067dba51a90328d7f00e2be4265ab4d78b0ba6 +size 5465 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Normal.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Normal.uasset new file mode 100644 index 0000000..85ac3b4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691a8dd8815fa45d76463d48de5c71a3991f97ff6d744d5c1ed25d6665e6b24f +size 4897041 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Roughness.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Roughness.uasset new file mode 100644 index 0000000..cd92a49 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01a/panel_low_phongE1_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606fb8beecc345513732ee53f44adf5638e4d66684b5fa12f42cb02ecba92e15 +size 2151201 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_BaseColor.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_BaseColor.uasset new file mode 100644 index 0000000..5fe8f9d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cff21d5c7f618971b56eb5792a9ee8dd64c2d7a11475928aa1bfcc9f741047 +size 9014721 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_Normal.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_Normal.uasset new file mode 100644 index 0000000..e81658f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54be76ae3d9da8924e3ab45fcf30cb7730433b16c6f9967ea23ba454751ba71 +size 8372681 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_OcclusionRoughnessMetallic.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..a44e033 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_CorrugatedPanel/T_CorrugatedPanel_Rust_01b/panel_low_phongE1_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a835fcbab8c7cd6d9b95e81dedd4981599694e2d469702f9a1b8f7d942621e42 +size 8364241 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_BC.uasset new file mode 100644 index 0000000..412ab7b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca40a2dbab821800a460e671bff701d18b8d9f5581fa23ca37cb933d29b7bf49 +size 13512754 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_NRM.uasset new file mode 100644 index 0000000..4388fad --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf31d5804369bd8ea2a73b30f1c4b623cc2ba3d18e00a4fee31125fb2f178151 +size 16708292 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_RMA.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_RMA.uasset new file mode 100644 index 0000000..5d174d7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ElectricityPoles/T_eletric_pole_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbff496db69a3f8104d44a4ea6011ef599b1d16ba8e8e215706dbb301155179 +size 12484590 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_BC.uasset new file mode 100644 index 0000000..bad763a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649d146f82b6e534315823a84b78279adb397594ddf0a0f02c4910316beb98f1 +size 2766250 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_NRM.uasset new file mode 100644 index 0000000..e118598 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5aaab41566baa045c0c3d69d694046d5d17605f9d296737b05883e640232fc +size 4195670 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_ORM.uasset new file mode 100644 index 0000000..6047f8c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Frame/T_Fencing_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe632b7ce1fc47a5b1eeaf3b87444337de92a948ba42f448c00fdda72abfbb53 +size 6507440 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_BC.uasset new file mode 100644 index 0000000..abc0366 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0a7d0c008864e342702ebced930f43c6a584b7648b494527883f707bce7099 +size 1307202 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_NRM.uasset new file mode 100644 index 0000000..13a0ef0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201d0187fe84f34ef6f48f7f9f053768de94f671375a32243ab1622e550148e4 +size 1906822 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_OP.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_OP.uasset new file mode 100644 index 0000000..c6e7673 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_OP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f8c553226b0ccdf016db649e81cf14c328e6d09206f3cdec005172d0ef7649 +size 159054 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_ORM.uasset new file mode 100644 index 0000000..8bce99e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Fencing/Mesh/T_Fencing_Mesh_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2243a9c21b2eae74638dbca55f516c8ba5606db8208d5a56505b647d2326932 +size 2028476 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_BC_01.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_BC_01.uasset new file mode 100644 index 0000000..44f3cf9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_BC_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a116909a140a0f933706ff87c3000c78da72b04d26cb9ca2a09b48ce9e86477 +size 7403482 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_NRM_01.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_NRM_01.uasset new file mode 100644 index 0000000..f931ea4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_NRM_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df7b531517c5b101c67b1f198172113d0782abdf26b9eadb655ca6588514e24 +size 3877346 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_RMA_01.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_RMA_01.uasset new file mode 100644 index 0000000..fa8e48c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/01/T_Flag_RMA_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bace0228ea66bc560b50010c511499b96502bddcac50b325ed05b62cabdbc2 +size 4333223 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_BC_02.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_BC_02.uasset new file mode 100644 index 0000000..f6b6cad --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_BC_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe694a20908d7ac3033618c82d5ff003aaa6c364c2d6524c61c51fc809f2b69c +size 7241329 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_NRM_02.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_NRM_02.uasset new file mode 100644 index 0000000..2f74dc9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_NRM_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5d80f6b8b04bde8193ac3ac80e8e0aa671f525416ec139b7dda3fe79aefaab +size 6181670 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_RMA_02.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_RMA_02.uasset new file mode 100644 index 0000000..18aa187 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/02/T_Flag_RMA_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5f827e348aa070645419229142dd587f8b42d683bfd044037634ad355b8109 +size 4474629 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_BC.uasset new file mode 100644 index 0000000..7adc727 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20584fa8d87e29133e03253d00cd4e0827e7bd173748864512d53f0313bd436 +size 1011792 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_NRM.uasset new file mode 100644 index 0000000..5444857 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5fabf54a610b9533e649ed19f19faa10ff2823a8a27b8884467fef06cf1201 +size 3338646 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_RMA.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_RMA.uasset new file mode 100644 index 0000000..c4f515d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Flags/ClothSimFlag/T_Flag_RMA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dff63cc2093104c5e6ff099497ceac0e4648b144311e8aadf1ce87f06538d1b +size 3914440 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_AOMR_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_AOMR_01a.uasset new file mode 100644 index 0000000..f56dcfa --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_AOMR_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26496318e0cc54162e1ad5af6fb474de2ab5e0314366378ad90401558e403eda +size 669554 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_Diff_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_Diff_01a.uasset new file mode 100644 index 0000000..f814998 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_Diff_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beec611e3894ba0d7d9f928f8deabcfa1568a4cb289cbde680069a2375c1993d +size 768376 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_Nrm_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_Nrm_01a.uasset new file mode 100644 index 0000000..e10eb48 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_Sandbags/T_Sandbags_Nrm_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21b36f7e0f7c8115efdccc8b41f382fbc689dbd2cc8938088bbc6023854063a +size 1098504 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_BC.uasset new file mode 100644 index 0000000..c434241 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9722f0f4eaa23efdc5095e861208d2c273c38bed01503044257e1ade8df91634 +size 3209037 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_NRM.uasset new file mode 100644 index 0000000..d0670b1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff6ccfe803e551ca7c84e1a2c7826eccd94ec3f6fc1c595ee63786bc9a57005 +size 2287769 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_ORM.uasset new file mode 100644 index 0000000..794b2c4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_ShootingTargets/T_ShootingTargets_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cd21f9480bddcf78852c8034a31b9ab604aab6c67a51ef03507c7d32f6a919 +size 3721454 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_BC.uasset new file mode 100644 index 0000000..5dac479 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c18c02cb39661ef0f0f776a236da5594d83f19b1b64bbfec425daf0ce8da99d +size 3161824 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_NRM.uasset new file mode 100644 index 0000000..ffbf5b3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a048da11791e194b9a40e2dbc214dd070630ee3c20a4edad45d11c2037868c +size 5173332 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_ORM.uasset new file mode 100644 index 0000000..7cfbf0d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01a/T_SideVent_01a_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0382255a3e74a9bd9fc36bc4e70e95d5fc8791ea47774452e479bbf7170ccd +size 3613564 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_BC.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_BC.uasset new file mode 100644 index 0000000..50c0f77 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce7a2c9096a6171fa1d54b9e025b2fc789b8e409e5e31200e7e1b23acf74109 +size 4408185 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_NRM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_NRM.uasset new file mode 100644 index 0000000..2071842 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231af3f9c026f8ad2df441e004921402799d951d8db543336646283c76d66a22 +size 5219044 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_ORM.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_ORM.uasset new file mode 100644 index 0000000..c8c6fe9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_SideWallVents/01b/T_SideVent_01b_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d1dc23da17f66c1201bdb760689eba45a3cc7055f2dd950d4d2729bf088f71 +size 3867445 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_BC_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_BC_01a.uasset new file mode 100644 index 0000000..b9f7e76 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_BC_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ce08e79453570231708105dc3b6b99a98f86d7c965e4f43637c6aa5cfd7b85 +size 6941370 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_Ems_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_Ems_01a.uasset new file mode 100644 index 0000000..11fb2b5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_Ems_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2473d01ab89512416e76c6124a1aeff4bc315ea3e181bb7bf52ad8ce55e41e +size 21323 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_Nrm_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_Nrm_01a.uasset new file mode 100644 index 0000000..4a5ce45 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_Nrm_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1448b763a5e8a83e3261efe90d70219dac5631fe4eb5c79e2912cfa8729d898e +size 9958848 diff --git a/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_OMR_01a.uasset b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_OMR_01a.uasset new file mode 100644 index 0000000..c3f1e57 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/MOUTFabrications/T_StreetLamps/T_StreetLights_OMR_01a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b72fe53a1a680cec92c9985b5fed07d46b4b80c6e3e4b48f6593699b167d047 +size 6001671 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_AO.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_AO.uasset new file mode 100644 index 0000000..b131638 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73e51310505b569b463f77d3930354955879ed5f0e1a808a29cd6b2d702fc7a +size 2252007 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_BC.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_BC.uasset new file mode 100644 index 0000000..6229086 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddcc2bcbcdb1e5914025679775e2dae6d262cc832c91d7ca8294535a38ef248 +size 5821185 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_GL.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_GL.uasset new file mode 100644 index 0000000..3fc57f9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_GL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fa6b1786987a559271532b57c16183d794447529c21e307c0a26e5382d752b +size 1366317 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_NRM.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_NRM.uasset new file mode 100644 index 0000000..a3c47dc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c140d808d96e171ebd0a2c487516c9379f863c1aa35c08f479d48ad2c3383d3b +size 16964750 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_SPC.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_SPC.uasset new file mode 100644 index 0000000..8dbf614 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_01_SPC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dd0918c85352e0dfa4d714bfecbed731e3fb547bcae8183952f7a002a9ec5a +size 5952 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_BC.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_BC.uasset new file mode 100644 index 0000000..f1ddb0d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab45a8c8591f1c9d650850ff5e1a21212d9e8c226cb456a086f54215a1273b2 +size 6520799 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_NRM.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_NRM.uasset new file mode 100644 index 0000000..c3684c7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fcabba28948c309ba0cf16d30a99451dc75f3c04de760701ca6de033414baa +size 21543399 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_Spc.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_Spc.uasset new file mode 100644 index 0000000..26140f8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_02_Spc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb700ba0a96cb53484f56c20bd9e4fba899c02a8b47ab006b6bbf57a4043e6f +size 350731 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_BC.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_BC.uasset new file mode 100644 index 0000000..089a4d2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5fc793b1ce850e8723bcd5dec07d3aa0dd57a58cd9bc15a5c18339509ae849 +size 8090705 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_GLS.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_GLS.uasset new file mode 100644 index 0000000..5395264 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_GLS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c1c5dd7102f89773b79a0cb5c97ea4ce301a6796d678d6473d3f1c544396a0 +size 2275536 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_NRM.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_NRM.uasset new file mode 100644 index 0000000..8524e11 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf6e2d0d5759b5f7a85f9bf01e485cfc8d0bafa2cb62dfea9b707bfe1ed1c56 +size 23053509 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_Spc.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_Spc.uasset new file mode 100644 index 0000000..3cc2a6b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_Cliffs_03_Spc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679150effe7c2ea91a0ddf0eb319eb3c6c5fb4a73bf9819be8cb0caca6e58a07 +size 5884 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_AO.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_AO.uasset new file mode 100644 index 0000000..691321c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9002e8b4beff2eb3db64e3befc93fd48f27212f7f6b9a49add4c3330f47808 +size 7050416 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_BC.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_BC.uasset new file mode 100644 index 0000000..eee2ac1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ea1c23fb925265725d9fb0760f4e56f3645c48753503e05618ca603ee8bbee +size 24622013 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_GLS.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_GLS.uasset new file mode 100644 index 0000000..2d7275a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_GLS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4384114b9e782c080a58272da51b8c383fc1b6e92052b437435249c023f53685 +size 7466995 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_NRM.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_NRM.uasset new file mode 100644 index 0000000..dd6dfc6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad648316142112b9337d67f42ca6403b61097f9375708877482c6803628be393 +size 75348553 diff --git a/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_Spc.uasset b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_Spc.uasset new file mode 100644 index 0000000..cd867a1 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/RockSet/T_RocksPebbles_Spc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221c24296811f0af3ea12c9f5969755c0a1a5c1ff21c18b4043864370c3ac3f1 +size 3957154 diff --git a/Content/MOUT_Fabrication/Textures/Sky/T_NightSky_HDRI.uasset b/Content/MOUT_Fabrication/Textures/Sky/T_NightSky_HDRI.uasset new file mode 100644 index 0000000..ed50f44 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Sky/T_NightSky_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7242c07be3b46f54ae02d6da81d4d2bb0c54f0bf73e8f35d070e1ca0c9c30eaf +size 432053290 diff --git a/Content/MOUT_Fabrication/Textures/Sky/T_SaySky_HDRI.uasset b/Content/MOUT_Fabrication/Textures/Sky/T_SaySky_HDRI.uasset new file mode 100644 index 0000000..1c25217 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Sky/T_SaySky_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e9af2f3a0e7d3f7136903553c04b9878349d4010995e875c2aa8ae0b94c7a1 +size 37729025 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/01/T_Detail_Normal_01_02_Terrain_01.uasset b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Detail_Normal_01_02_Terrain_01.uasset new file mode 100644 index 0000000..dae7248 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Detail_Normal_01_02_Terrain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c70d295aefc02fbf7bfaad5c148ba6723a53e0100ff0226d36b62f6afc1d8f +size 39672048 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/01/T_Detail_Normal_03_Terrain_01.uasset b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Detail_Normal_03_Terrain_01.uasset new file mode 100644 index 0000000..04bc70a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Detail_Normal_03_Terrain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63644dc8d2d96478419fb48dfa451acef60e4ba5c30ec1dfb63dcc9d66b9f758 +size 4867904 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/01/T_Terrain_01_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Terrain_01_Albedo.uasset new file mode 100644 index 0000000..be7ef6e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Terrain_01_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69e00c293bd10b22e1110f43366ac892c7f1a77ab60707dadd1449cb4675044 +size 20644455 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/01/T_Terrain_01_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Terrain_01_Normal.uasset new file mode 100644 index 0000000..636b6bb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/01/T_Terrain_01_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333fa87c726627bb7245efdae6a5a323ac16d41295751dc07334f0ff74737d37 +size 26142708 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/02/T_Detail_Normal_01_02_Terrain_02.uasset b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Detail_Normal_01_02_Terrain_02.uasset new file mode 100644 index 0000000..328807f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Detail_Normal_01_02_Terrain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fab8e6160a9b4ab9517b088cf6b27fad84b2553555b1a61799fd6e1b986a17c +size 48475837 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/02/T_Detail_Normal_03_Terrain_02.uasset b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Detail_Normal_03_Terrain_02.uasset new file mode 100644 index 0000000..ee1b4c5 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Detail_Normal_03_Terrain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9f76202daf06191863101061980a0144af73144328f0dc28fde8926e2fcae0 +size 5706837 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/02/T_Terrain_02_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Terrain_02_Albedo.uasset new file mode 100644 index 0000000..ba58b58 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Terrain_02_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6e689370da17d0f3905b2b089274f1917e51251ab31f82d0b9eba764d9fa79 +size 22405205 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/02/T_Terrain_02_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Terrain_02_Normal.uasset new file mode 100644 index 0000000..f0af379 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/02/T_Terrain_02_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f794371d1063941dc2014693cc021c5eaff182f21a0a1c3a148e92f49e0dcff +size 25845520 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/03/T_Detail_Normal_01_02_Terrain_03.uasset b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Detail_Normal_01_02_Terrain_03.uasset new file mode 100644 index 0000000..7ef869c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Detail_Normal_01_02_Terrain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0d9a3efd07f73281c1ee39e298e19ba89a07ceb474b9c84a9893c69087f3a2 +size 48973017 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/03/T_Detail_Normal_03_Terrain_03.uasset b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Detail_Normal_03_Terrain_03.uasset new file mode 100644 index 0000000..ce6350b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Detail_Normal_03_Terrain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee46f355d0330c478da16e3e0381a6d9a0b44afcb133d1e283299f70dc8610c +size 7395675 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/03/T_Terrain_03_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Terrain_03_Albedo.uasset new file mode 100644 index 0000000..a168d65 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Terrain_03_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abf7f807e572ec86aa0d0dde33b56f8b8c7a4c50bd6e7ea61b7559860c959f4 +size 26352023 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/03/T_Terrain_03_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Terrain_03_Normal.uasset new file mode 100644 index 0000000..f0046a4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/03/T_Terrain_03_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27616244b7ead908dc7ba56b556a82e53ccde601133b3e2cabeabf005d5feaf5 +size 26026040 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/04/T_Detail_Normal_01_02_Terrain_04.uasset b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Detail_Normal_01_02_Terrain_04.uasset new file mode 100644 index 0000000..6455ea8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Detail_Normal_01_02_Terrain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b6af05f7bf5d5069c5342dd4f9962dd1acf17a17f54d76978b31346b200050 +size 44484075 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/04/T_Detail_Normal_03_Terrain_04.uasset b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Detail_Normal_03_Terrain_04.uasset new file mode 100644 index 0000000..a8b79cd --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Detail_Normal_03_Terrain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e781ee3442acc85936bbc42f200d32c9643a05e50d47def62a7b4676b757f027 +size 8475029 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/04/T_Terrain_04_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Terrain_04_Albedo.uasset new file mode 100644 index 0000000..29dfbcd --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Terrain_04_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b521da45ff72284ed9bfd26484c9ae572b2ff886062643fa491cb8d3e64486 +size 23543438 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/04/T_Terrain_04_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Terrain_04_Normal.uasset new file mode 100644 index 0000000..062bf3e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/04/T_Terrain_04_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d145338bb2f0da2700151355263db93c932af113f5fd1009be19b4c1435c1c3d +size 25854589 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/05/T_Detail_Normal_01_02_Terrain_05.uasset b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Detail_Normal_01_02_Terrain_05.uasset new file mode 100644 index 0000000..6d3aac4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Detail_Normal_01_02_Terrain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c014d11288a8320a3fd43effd96790eb19ed194aa9a25e9e474552a5e9291e +size 42311097 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/05/T_Detail_Normal_03_Terrain_05.uasset b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Detail_Normal_03_Terrain_05.uasset new file mode 100644 index 0000000..ff2bcd9 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Detail_Normal_03_Terrain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061a00e729df90a6cc5e0480b779053df1918839e619002b6555d846c9681c40 +size 11131718 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/05/T_Terrain_05_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Terrain_05_Albedo.uasset new file mode 100644 index 0000000..9c9d4af --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Terrain_05_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f62d327b5866321ddd9520fad3763d26f82fe9034f4ed3833cb30190ba7985e +size 22071905 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/05/T_Terrain_05_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Terrain_05_Normal.uasset new file mode 100644 index 0000000..de9a89d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/05/T_Terrain_05_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c8fc7e4205a7597e8801712251bea1636e435fa9667eaa9ade3f59fe8418cd +size 82007286 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/06/T_Detail_Normal_01_02_Terrain_06.uasset b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Detail_Normal_01_02_Terrain_06.uasset new file mode 100644 index 0000000..f393f2f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Detail_Normal_01_02_Terrain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3c818e471770fd179e401db0987c716d2fa2f227a7a8cd287c0dd362bcd11d +size 43175109 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/06/T_Detail_Normal_03_Terrain_06.uasset b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Detail_Normal_03_Terrain_06.uasset new file mode 100644 index 0000000..45718f2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Detail_Normal_03_Terrain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0862f545e15b72ac18e548075bea7d1e7cfefee445ef8cc95bf118916103c6c +size 10749276 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/06/T_Terrain_06_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Terrain_06_Albedo.uasset new file mode 100644 index 0000000..8e883a3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Terrain_06_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742530ee7ef3f99fbc0e826686a2eefa6b137ae0d478da2c756b12ae5aeeb97e +size 22449608 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/06/T_Terrain_06_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Terrain_06_Normal.uasset new file mode 100644 index 0000000..6aebe0c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/06/T_Terrain_06_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8a68f1af708f2db1ff37644c5d29754989292fe6a38e3d18b1cc0af4152fb6 +size 28415144 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/07/T_Detail_Normal_01_02_Terrain_07.uasset b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Detail_Normal_01_02_Terrain_07.uasset new file mode 100644 index 0000000..7f5360c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Detail_Normal_01_02_Terrain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d918e81468f6a16d828ff322dd44fbd0b77de154435f3d5532d88be895a9862 +size 46229674 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/07/T_Detail_Normal_03_Terrain_07.uasset b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Detail_Normal_03_Terrain_07.uasset new file mode 100644 index 0000000..c5f6f49 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Detail_Normal_03_Terrain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f440b74d9a31b319e29e1d739a3e81a1d119274f5dfa3abed64599f8b9dba81f +size 10526506 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/07/T_Terrain_07_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Terrain_07_Albedo.uasset new file mode 100644 index 0000000..eecdbca --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Terrain_07_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2103ef86614d8ceb2e914de0ff77b3c254c4203bc2805ae121b799eae2f4c423 +size 24364315 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/07/T_Terrain_07_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Terrain_07_Normal.uasset new file mode 100644 index 0000000..af6d423 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/07/T_Terrain_07_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d178d873f1f348f198cb2ef0b08c2fb9f3dd4710ea66675131e266aec7bf77 +size 27683483 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/08/T_Detail_Normal_01_02_Terrain_08.uasset b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Detail_Normal_01_02_Terrain_08.uasset new file mode 100644 index 0000000..f86c2e7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Detail_Normal_01_02_Terrain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a571e880e11e20863b62e9d0b1ec01522dd18bfa7e499b1cdcc5b23641df3785 +size 46653860 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/08/T_Detail_Normal_03_Terrain_08.uasset b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Detail_Normal_03_Terrain_08.uasset new file mode 100644 index 0000000..0fc4381 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Detail_Normal_03_Terrain_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcc65d65358dfceeb3aec7aca224cc96e8307a8b7ec1dfd7257f275d0ee05c8 +size 9557148 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/08/T_Terrain_08_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Terrain_08_Albedo.uasset new file mode 100644 index 0000000..5e09590 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Terrain_08_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e875479cbd91473c9dd3c2e7891a278db84645d5e9d051936a26be13734130 +size 24649851 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/08/T_Terrain_08_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Terrain_08_Normal.uasset new file mode 100644 index 0000000..b02818a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/08/T_Terrain_08_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26aaee898f6e4e506112a47190e1ab24a78b78aa1e170e5f86482539cc4765b +size 27072659 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/09/T_Detail_Normal_01_02_Terrain_09.uasset b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Detail_Normal_01_02_Terrain_09.uasset new file mode 100644 index 0000000..dcdabd7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Detail_Normal_01_02_Terrain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef203779e19bf5ca307c7fe5b0677333d133692a522b7666146e2e4a15e5e2db +size 46440341 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/09/T_Detail_Normal_03_Terrain_09.uasset b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Detail_Normal_03_Terrain_09.uasset new file mode 100644 index 0000000..371df9a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Detail_Normal_03_Terrain_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd70af60dae74996fb1507af6d88598532856edc732f3e2b55a3e11bf384a7e +size 9878781 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/09/T_Terrain_09_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Terrain_09_Albedo.uasset new file mode 100644 index 0000000..c1e4d1f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Terrain_09_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d72cab14d0c36c9dedf7f41c9a7e1186ebeb610009e195daec8b7c48eaf31a +size 24663095 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/09/T_Terrain_09_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Terrain_09_Normal.uasset new file mode 100644 index 0000000..7c43a36 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/09/T_Terrain_09_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdca5a98a818bafa1ee1aa2e8875a35a84cc4565d972648303fdcd66de8d6d6 +size 27021916 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/10/T_Detail_Normal_01_02_Terrain_10.uasset b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Detail_Normal_01_02_Terrain_10.uasset new file mode 100644 index 0000000..922126f --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Detail_Normal_01_02_Terrain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeab4138f75d98b585d1e80f4392210e2a4b53687ed71cd2d43bf4d06a472e5 +size 43519730 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/10/T_Detail_Normal_03_Terrain_10.uasset b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Detail_Normal_03_Terrain_10.uasset new file mode 100644 index 0000000..ecb8864 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Detail_Normal_03_Terrain_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85857dc5363ab48e6ef6f7295f30f4e4c48edd367f31202ae96b051f953f4eb +size 9343317 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/10/T_Terrain_10_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Terrain_10_Albedo.uasset new file mode 100644 index 0000000..ac63726 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Terrain_10_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f38cd942e6a1c351e4828f6700dfa5cfd727a9a08c1d3f073deaa12997ff625 +size 22848600 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/10/T_Terrain_10_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Terrain_10_Normal.uasset new file mode 100644 index 0000000..dc3fb8a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/10/T_Terrain_10_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8e91f16782445c8c17f63070474375c97e2b99a3cac3ed0f84e759abd0d0f1 +size 26965651 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/11/T_Detail_Normal_01_02_Terrain_11.uasset b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Detail_Normal_01_02_Terrain_11.uasset new file mode 100644 index 0000000..b998ccc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Detail_Normal_01_02_Terrain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab94cf7c1e37304b8e83babd1b8b6a5085f536dadcbfc8c5d96a901ebc6e49c5 +size 46997026 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/11/T_Detail_Normal_03_Terrain_11.uasset b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Detail_Normal_03_Terrain_11.uasset new file mode 100644 index 0000000..fb85515 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Detail_Normal_03_Terrain_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961acdbb4f5c5b37ccda52f6871e607474ecfeab6e8449426c1e55b0be536630 +size 10402438 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/11/T_Terrain_11_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Terrain_11_Albedo.uasset new file mode 100644 index 0000000..6fa73ea --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Terrain_11_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35da745d835619f68cf791c215527fcdf0959e1d9cbbc77714412e183ac0654 +size 25019902 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/11/T_Terrain_11_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Terrain_11_Normal.uasset new file mode 100644 index 0000000..0593500 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/11/T_Terrain_11_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25764aea24d3ed3d07fb6a37b258050362e2ba571da9d7c742c8ca944cce343d +size 27248073 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/12/T_Detail_Normal_01_02_Terrain_12.uasset b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Detail_Normal_01_02_Terrain_12.uasset new file mode 100644 index 0000000..721cd77 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Detail_Normal_01_02_Terrain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4840f90984ca89a6fde5959f00972e99c4d2d216e976f28831e54edb5368b9c1 +size 37412043 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/12/T_Detail_Normal_03_Terrain_12.uasset b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Detail_Normal_03_Terrain_12.uasset new file mode 100644 index 0000000..d06614b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Detail_Normal_03_Terrain_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb08031c40073038196f6be082a0a1cb7ae19bdb5a8f61e2cb225f7e2378cc7 +size 7615482 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/12/T_Terrain_12_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Terrain_12_Albedo.uasset new file mode 100644 index 0000000..4fba949 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Terrain_12_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d4aa35b29e3920cae1406deffa9d5d9505e22733da4721950f80ec53c10ae9 +size 18927002 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/12/T_Terrain_12_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Terrain_12_Normal.uasset new file mode 100644 index 0000000..9f6c526 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/12/T_Terrain_12_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247dcef828c9028e04966b72fef1c521ae36f248545f5113be97d5a3e9429e92 +size 25953623 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/13/T_Detail_Normal_01_02_Terrain_13.uasset b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Detail_Normal_01_02_Terrain_13.uasset new file mode 100644 index 0000000..8bbd284 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Detail_Normal_01_02_Terrain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bae65f7ee3f5d45c94ca532cb554ea6193ad251f8668f03725535c5d74d122 +size 36739081 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/13/T_Detail_Normal_03_Terrain_13.uasset b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Detail_Normal_03_Terrain_13.uasset new file mode 100644 index 0000000..b2508c3 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Detail_Normal_03_Terrain_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c8a7ef0dde6d022a3fa9e3776db9cf7246375009bfa53d2e5a69503b4d66d1 +size 7705477 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/13/T_Terrain_13_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Terrain_13_Albedo.uasset new file mode 100644 index 0000000..4a70fe7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Terrain_13_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363a4a95d4d79ea949251426f122dce57d442fd310eaa1ff8956ff23e306a406 +size 18849304 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/13/T_Terrain_13_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Terrain_13_Normal.uasset new file mode 100644 index 0000000..71a7f2b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/13/T_Terrain_13_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4458a995e709a218c5beac429c652928bf956bfd535cae3f07907397f75fc88 +size 26327817 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/14/T_Detail_Normal_01_02_Terrain_14.uasset b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Detail_Normal_01_02_Terrain_14.uasset new file mode 100644 index 0000000..720bfc0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Detail_Normal_01_02_Terrain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5427ca2cf8b814ce30e8eb4ef79335a51178c0f3b0cfeec1cc6820986834c2c7 +size 51239337 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/14/T_Detail_Normal_03_Terrain_14.uasset b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Detail_Normal_03_Terrain_14.uasset new file mode 100644 index 0000000..ba11d78 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Detail_Normal_03_Terrain_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094e3fcd1b62446d49ad303858decd9c8438a51d1006996866426a0a49eecafb +size 8285962 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/14/T_Terrain_14_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Terrain_14_Albedo.uasset new file mode 100644 index 0000000..c0e366b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Terrain_14_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6ecc60d85d8a3a4f92079a484a714c272aba1635445c0ab76e3923601b5ff4 +size 27695933 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/14/T_Terrain_14_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Terrain_14_Normal.uasset new file mode 100644 index 0000000..8b0107d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/14/T_Terrain_14_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34ce0e8ab28b14d48e21e250cf99721d34912dbde28bb47798f8b3afc745b47 +size 26617131 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/15/T_Detail_Normal_01_02_Terrain_15.uasset b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Detail_Normal_01_02_Terrain_15.uasset new file mode 100644 index 0000000..4237328 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Detail_Normal_01_02_Terrain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7e2239099eb2d7337008ffe9a474a33fac51fb58b4ef6338cd669b94f4cb32 +size 45372976 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/15/T_Detail_Normal_03_Terrain_15.uasset b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Detail_Normal_03_Terrain_15.uasset new file mode 100644 index 0000000..2f03084 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Detail_Normal_03_Terrain_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb666a0c2b678f48403ec0083eb9afb28b9c4413cde89abaca32fabe3fb3060 +size 8316074 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/15/T_Terrain_15_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Terrain_15_Albedo.uasset new file mode 100644 index 0000000..891e98a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Terrain_15_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e037c72b4623fa4dce2fa48cf50594a6cc6b4e4ebebec62fa067458b05defd4f +size 23968594 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/15/T_Terrain_15_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Terrain_15_Normal.uasset new file mode 100644 index 0000000..c546839 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/15/T_Terrain_15_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a423daaddb2337a6a10df8963018f8b9726b9fd2d6111dd611d4ec40515095d3 +size 26834357 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/01/T_Cliff_01_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/01/T_Cliff_01_Albedo.uasset new file mode 100644 index 0000000..028e842 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/01/T_Cliff_01_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aff889aadc32abe4cb569154e804fa92d194c037f27f54d9cdfbec5c05946f6 +size 20003262 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/01/T_Cliff_01_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/01/T_Cliff_01_Normal.uasset new file mode 100644 index 0000000..1f9b122 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/01/T_Cliff_01_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81713cf786d155a783b99f7011ce8c8f64c894922fa1f049f0fa0b23fa4f3e5 +size 14575186 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/02/T_Cliff_02_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/02/T_Cliff_02_Albedo.uasset new file mode 100644 index 0000000..346f0a7 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/02/T_Cliff_02_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa59eaf2c51d033c3393d8847b809c3b7944cb8da6b8e07998966b2b28ba582f +size 17736281 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/02/T_Cliff_02_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/02/T_Cliff_02_Normal.uasset new file mode 100644 index 0000000..2c7bd7d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/02/T_Cliff_02_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200618c0415496acdb687c566f007c20a0f626ce303b33f8bd42b56683ae0394 +size 15549695 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/03/T_Cliff_03_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/03/T_Cliff_03_Albedo.uasset new file mode 100644 index 0000000..f266636 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/03/T_Cliff_03_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fcf5cf7ada1619563f0b78c5da5df64f91024167cd29feae6ead01343d6b46 +size 20710329 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/03/T_Cliff_03_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/03/T_Cliff_03_Normal.uasset new file mode 100644 index 0000000..3f1b754 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/03/T_Cliff_03_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191aee864d91cb75309b2699aea22b88c32a084131dbed1dd89e7a03f3ca5bca +size 16287546 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/04/T_Cliff_04_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/04/T_Cliff_04_Albedo.uasset new file mode 100644 index 0000000..d159834 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/04/T_Cliff_04_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c3aadb09c3d6a4272cf01b1aa9e321c43ac94a3a520c6160060f97aea60a01 +size 19792425 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/04/T_Cliff_04_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/04/T_Cliff_04_Normal.uasset new file mode 100644 index 0000000..13e7c52 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/04/T_Cliff_04_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8648dc8e7b8c11c3987c9ffbfcda57a58b9bea0ae8710e18701e47d4265db65 +size 14727980 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/05/T_Cliff_05_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/05/T_Cliff_05_Albedo.uasset new file mode 100644 index 0000000..c37653d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/05/T_Cliff_05_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339fa2ce90c24bcefa872d4e8630eef5ce788ba6cccc8c63b7d423648ffb26e7 +size 19058237 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/05/T_Cliff_05_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/05/T_Cliff_05_Normal.uasset new file mode 100644 index 0000000..c65d11e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Cliffs/05/T_Cliff_05_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f3f86132eed55a67c50e180bc45b026e80eb00a3546025795f6d18cc150288 +size 16917679 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Albedo.uasset new file mode 100644 index 0000000..efaf2fc --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a9d225e905638979893ad5931fdf315e81296f1942fb8949d0b38e3df46374 +size 15346518 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Mask.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Mask.uasset new file mode 100644 index 0000000..5a89272 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade4f843f9350ab1e37b29ab2b69b26478939df278b45d411e4fb114b5c7e732 +size 25087742 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Normal_01.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Normal_01.uasset new file mode 100644 index 0000000..8fc03c0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_01/T_Details_01_Normal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadc6d5b7e6732cc35dc2a3ae285a96c04fcd41b4314c2a0ed4d5e770194387d +size 38601410 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Albedo.uasset new file mode 100644 index 0000000..28ded5b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc102f00ec3b6a66d2765a9fc16b1fea9fd2bd376cc1fdb34717c45cdb5090bd +size 20094549 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Mask.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Mask.uasset new file mode 100644 index 0000000..f1318ee --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228dc606d4e3197ace13b8ca6f8e1274b2cc6b320f9a40b1eb96810955282e13 +size 26800622 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Normal_02.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Normal_02.uasset new file mode 100644 index 0000000..1a59d7a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_02/T_Details_02_Normal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57783d58294687b6522b95003d2d31f732b199e3dc6fe4fdeb4278ad46e0e7ac +size 105890049 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Albedo.uasset new file mode 100644 index 0000000..aee88fb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5b09977eb8018d4ed8968b8d7c91823831544a460a3576745c1cc0fdab3858 +size 16707257 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Mask.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Mask.uasset new file mode 100644 index 0000000..9a99dfe --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08f33ad9316a745c82228df2b6f34a7053496eb8142b77665c9934354d98229 +size 27131599 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Normal.uasset new file mode 100644 index 0000000..80ad75e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Details_03/T_Details_03_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f151d4cc1303af9d511f1ea7b28b6608af2b080b65b42b61657fedd4848dc9 +size 39807315 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/01.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/01.uasset new file mode 100644 index 0000000..c684bba --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f9d8d75c2aa533134f2aba6d0bac6e049d12fe96a9e40ad6f3952a74fdb10c +size 3948539 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/02.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/02.uasset new file mode 100644 index 0000000..963c013 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2196d95239cfa445568dd2103d4a56b10ac785ba00a200bf2a7c958d16a66ff +size 4263162 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/03.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/03.uasset new file mode 100644 index 0000000..edf7c06 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581b977c178326aece6384921d9b385dd1c5cbbd8b938264a5289bb40d7b9fc5 +size 4896056 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/04.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/04.uasset new file mode 100644 index 0000000..a7ee92e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfc20b2b938cc186e8a8deeddbd860b38af77e69c4abf26c34b0cfd0aa1d4e1 +size 4440442 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/05.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/05.uasset new file mode 100644 index 0000000..b6aa951 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424580d3c385f5d705d6fc306b8a108331b942bb4e9574a359de17616e8b4c1e +size 3181985 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/06.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/06.uasset new file mode 100644 index 0000000..e853674 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16842cf1159814e2dbe484f4d2365207a105d2122d9c7cf2c2977aae1040294a +size 3561154 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/07.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/07.uasset new file mode 100644 index 0000000..0cb75e8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc21d005e20a1cfe6c06d2f9cfd8e6ee767eee9eb674ad397e08543787650ff7 +size 3954951 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/08.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/08.uasset new file mode 100644 index 0000000..71fade4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac21ed4b79b05b0fa6b47beab975d0ca653ba449ccd3b045de55452e853826e0 +size 3745026 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/09.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/09.uasset new file mode 100644 index 0000000..56f0f55 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f0a601abedcb20d9fbe1508305137cde7c243ed88d53573a93c6fccc1ed654 +size 3157149 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/10.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/10.uasset new file mode 100644 index 0000000..b0c7180 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Landscape_Brushes/10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55e6f62f8f79b24f1a7d72130de9460f0530704b1a8740cc80d592bf6cea952 +size 3439071 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/T_Landscape_Blend_Albedo_Mask.uasset b/Content/MOUT_Fabrication/Textures/Terrain/T_Landscape_Blend_Albedo_Mask.uasset new file mode 100644 index 0000000..ac6c42e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/T_Landscape_Blend_Albedo_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46521e0ca672737ffe23f0b47c33bdaa7a1e3726557b78e5a3221c503350e683 +size 31243842 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/T_Landscape_Blend_Mask.uasset b/Content/MOUT_Fabrication/Textures/Terrain/T_Landscape_Blend_Mask.uasset new file mode 100644 index 0000000..1a698da --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/T_Landscape_Blend_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80103d05ce7d906ee8b135388f79f3e4864f3906aa05a9dddb26048ec144b702 +size 615545 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/T_Noise_Variation_Mask.uasset b/Content/MOUT_Fabrication/Textures/Terrain/T_Noise_Variation_Mask.uasset new file mode 100644 index 0000000..279ad1e --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/T_Noise_Variation_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfef6eda8ec6b88c99bda13c91551540f81712f6dd65c791b896e215d422e50f +size 6511770 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Detail_Normal_01_02_Terrain_River_01.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Detail_Normal_01_02_Terrain_River_01.uasset new file mode 100644 index 0000000..5338b1a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Detail_Normal_01_02_Terrain_River_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec550b652dfb6e7bc88fa75480f439a86a8b990ff8e73058099b839e5a98f5a6 +size 34179712 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Detail_Normal_03_Terrain_River_01.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Detail_Normal_03_Terrain_River_01.uasset new file mode 100644 index 0000000..7da790c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Detail_Normal_03_Terrain_River_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2e7f3c7d97ba71342873f25012b27c7b6a35bbc4b5d044e8a1ce37cdce93fd +size 4595136 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Terrain_River_01_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Terrain_River_01_Albedo.uasset new file mode 100644 index 0000000..7cd99a2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Terrain_River_01_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4496d34f5e39237f0027d9f607dec4dee863126f9c8a0541ebdd26cabe3285 +size 17725445 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Terrain_River_01_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Terrain_River_01_Normal.uasset new file mode 100644 index 0000000..7a70c7b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/01/T_Terrain_River_01_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556389804ed6a57b552a25bded9a7d07d127a5fe7d3f904e912ed3a0a5a6083f +size 26317310 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Detail_Normal_01_02_Terrain_River_02.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Detail_Normal_01_02_Terrain_River_02.uasset new file mode 100644 index 0000000..475236d --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Detail_Normal_01_02_Terrain_River_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3402b8e25d34d639d0cd72fb1306183870fe1dec9c897fad39795acbcd71894e +size 39695003 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Detail_Normal_03_Terrain_River_02.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Detail_Normal_03_Terrain_River_02.uasset new file mode 100644 index 0000000..6d132a6 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Detail_Normal_03_Terrain_River_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5df5712c9a7b3b198cdf1799f0efb6e6a1f1e615108ef357c5bf24d16aaa216 +size 4850862 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Terrain_River_02_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Terrain_River_02_Albedo.uasset new file mode 100644 index 0000000..8b6a779 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Terrain_River_02_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd1063f1fcdfc6493e65b172d3b5f3811aa5c7a5208179fa3fe8f81c37a7442 +size 20654380 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Terrain_River_02_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Terrain_River_02_Normal.uasset new file mode 100644 index 0000000..ddb3727 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/02/T_Terrain_River_02_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59eabb10e74dcf55a5cade8f8ae9251ee437c58cd646ad7e95f9f09c9ccb9755 +size 26626668 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Detail_Normal_01_02_Terrain_River_03.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Detail_Normal_01_02_Terrain_River_03.uasset new file mode 100644 index 0000000..85d7e31 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Detail_Normal_01_02_Terrain_River_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f851ad9dc3a5b1ec6819ecb9c40ae5d787b785aaf1ff0796e561786064bad9dd +size 35904197 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Detail_Normal_03_Terrain_River_03.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Detail_Normal_03_Terrain_River_03.uasset new file mode 100644 index 0000000..d71b63a --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Detail_Normal_03_Terrain_River_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc85ddd1d2f53694fa2c2e7ed67370d49c99607f4ef607933128acb5c729632 +size 6245552 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Terrain_River_03_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Terrain_River_03_Albedo.uasset new file mode 100644 index 0000000..aab33c4 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Terrain_River_03_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dafdc0da96b4994ede18964e932f05149051414158985918c1e65013c10971f +size 18538021 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Terrain_River_03_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Terrain_River_03_Normal.uasset new file mode 100644 index 0000000..853620b --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/03/T_Terrain_River_03_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6425600015d7f2902daf4104d4bdcee44c7646c3c4cd2e6c9d5e0b5bd6e81b9a +size 27025367 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Detail_Normal_01_02_Terrain_River_04.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Detail_Normal_01_02_Terrain_River_04.uasset new file mode 100644 index 0000000..83eb56c --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Detail_Normal_01_02_Terrain_River_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0542ec7aea862305b342fe1dad050cafe91a01d35d3eafe8ca7d9242537c8f13 +size 36610076 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Detail_Normal_03_Terrain_River_04.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Detail_Normal_03_Terrain_River_04.uasset new file mode 100644 index 0000000..e4a1066 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Detail_Normal_03_Terrain_River_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4871e142e3ba796b1605efd9ac7f571b9803789aa16d257736015533aaae7aeb +size 6553699 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Terrain_River_04_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Terrain_River_04_Albedo.uasset new file mode 100644 index 0000000..011b758 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Terrain_River_04_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdc297aa6b932acbf4fb4b10fb6a6f0c005b43f71a6d5a15f910ac8e4c21b78 +size 18937447 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Terrain_River_04_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Terrain_River_04_Normal.uasset new file mode 100644 index 0000000..14c1af8 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/04/T_Terrain_River_04_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781abd49130b87c34e87553f3fa48e630a881681290b7273fa56f10b1d8f8aac +size 26208840 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Detail_Normal_01_02_Terrain_River_05.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Detail_Normal_01_02_Terrain_River_05.uasset new file mode 100644 index 0000000..6352ecb --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Detail_Normal_01_02_Terrain_River_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e98dc12a615749c1c843f2edcec4f3491e973db6331503b679c2f6b9a1120d +size 39243025 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Detail_Normal_03_Terrain_River_05.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Detail_Normal_03_Terrain_River_05.uasset new file mode 100644 index 0000000..eba7cae --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Detail_Normal_03_Terrain_River_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8505dcf72739308b274bc520e3965b78c5d7f021428d8dc9cd0289acca53fa1e +size 6684888 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Terrain_River_05_Albedo.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Terrain_River_05_Albedo.uasset new file mode 100644 index 0000000..6c040b2 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Terrain_River_05_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f728d29bd34e6a66458559e4dea6abd964826fe100c4ee2314f7dc34d9d502e +size 20379078 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Terrain_River_05_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Terrain_River_05_Normal.uasset new file mode 100644 index 0000000..bd198e0 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Terrain_Rivers/05/T_Terrain_River_05_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afe8be2bde70145bfc6721804c2f7514ee7679fe228aa4135528e3baf967bbb +size 26908772 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Foam_Blend_Ramp.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Foam_Blend_Ramp.uasset new file mode 100644 index 0000000..a793d18 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Foam_Blend_Ramp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de82a80ff2a6f6f820edcb389fd99a017b9c2269ea8840f141ac8b010e4e8b28 +size 5109 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Foam_Large.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Foam_Large.uasset new file mode 100644 index 0000000..3d09963 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Foam_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72441a4b29308ad04802e1b4b46ea5d0c866960a193ca952fdbb7f5727cc0ded +size 24862496 diff --git a/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Water_Normal.uasset b/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Water_Normal.uasset new file mode 100644 index 0000000..5523c38 --- /dev/null +++ b/Content/MOUT_Fabrication/Textures/Terrain/Water/T_Water_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0a55f170b13bb531d464f5e2779ea9e074b5d579c1774356d5d24f7fe69a97 +size 89652133 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Barriers.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Barriers.mp4 new file mode 100644 index 0000000..33d528b --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Barriers.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a6297b27017b8798e000de6951718e7467044ea146fb9cf333680567243448 +size 16523910 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ContainerSwapping.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ContainerSwapping.mp4 new file mode 100644 index 0000000..b3b73b7 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ContainerSwapping.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82559b40c04e9d73f9fba83a354788169638312a321588832244c4cc697354f5 +size 7829339 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ContainerVertexPaint.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ContainerVertexPaint.mp4 new file mode 100644 index 0000000..153be1b --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ContainerVertexPaint.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4432b8da3cf84b7200648d9a8115eb5f90fc39af6dd022ffa932f8d5dc8951 +size 14607801 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Doors.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Doors.mp4 new file mode 100644 index 0000000..332150b --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Doors.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ca782e2ae238095f3fb2d118c52f9e00996fb153410d0c28e1ef881f34abf5 +size 20167260 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ElectricPoles.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ElectricPoles.mp4 new file mode 100644 index 0000000..35754b8 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/ElectricPoles.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d0b491b3ad1f987272eb5f7c615a9f9d8920795af3d2d6cae203b68708689 +size 8770543 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Gates.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Gates.mp4 new file mode 100644 index 0000000..66341eb --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Gates.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7f95b70b9cb5befa3622738f092f815b1a3e739c42a317dbcce76960840ff6 +size 64535072 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Ladders.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Ladders.mp4 new file mode 100644 index 0000000..202509b --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Ladders.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9effbba19895922487532def97f728ea6cd5b179a922ec74127a2c3c9110dd7e +size 7480199 diff --git a/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Targets.mp4 b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Targets.mp4 new file mode 100644 index 0000000..7240512 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/EpicTutorialVideos/Targets.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0f9d98d4416f17d2e0f8e5ad0a68d1bd181af6c24bd0bb6eafb0e9721c8a12 +size 20292002 diff --git a/Content/MOUT_Fabrication/Videos/FMS_Barriers.uasset b/Content/MOUT_Fabrication/Videos/FMS_Barriers.uasset new file mode 100644 index 0000000..279be41 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_Barriers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31839b50ce04c68a49bad4214bf281089b25972489d5d66c5ae22978204a3ffe +size 1574 diff --git a/Content/MOUT_Fabrication/Videos/FMS_ContainerSwapping.uasset b/Content/MOUT_Fabrication/Videos/FMS_ContainerSwapping.uasset new file mode 100644 index 0000000..32f67e3 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_ContainerSwapping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08766f7ebe14cfca797e7ffd3d5a1e8229469dc0bd382832afa4bef58035a15f +size 1488 diff --git a/Content/MOUT_Fabrication/Videos/FMS_ContainerVertexPainting.uasset b/Content/MOUT_Fabrication/Videos/FMS_ContainerVertexPainting.uasset new file mode 100644 index 0000000..1bd8d01 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_ContainerVertexPainting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9646e1d4e3182b1c6cc400116e76dd094d21b0da6a5728d5886178c355a1dc18 +size 1574 diff --git a/Content/MOUT_Fabrication/Videos/FMS_Doors.uasset b/Content/MOUT_Fabrication/Videos/FMS_Doors.uasset new file mode 100644 index 0000000..f13a5cf --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_Doors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b505ae8c8fa8bd0bb59223e231c74f26b9b36d6b81d0065f446a8b025bd96a9b +size 1553 diff --git a/Content/MOUT_Fabrication/Videos/FMS_ElectricPoles.uasset b/Content/MOUT_Fabrication/Videos/FMS_ElectricPoles.uasset new file mode 100644 index 0000000..30a5f6a --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_ElectricPoles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034670d492a16694deaed9712f4faf9e2a5aaeefd2b45befda70822755e42c25 +size 1464 diff --git a/Content/MOUT_Fabrication/Videos/FMS_Gates.uasset b/Content/MOUT_Fabrication/Videos/FMS_Gates.uasset new file mode 100644 index 0000000..0e7eaf6 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_Gates.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898ab40015ead0d6aba2ad41469181995579e7c45a591c18059371af96d7b5ea +size 1416 diff --git a/Content/MOUT_Fabrication/Videos/FMS_Ladders.uasset b/Content/MOUT_Fabrication/Videos/FMS_Ladders.uasset new file mode 100644 index 0000000..e0e9024 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_Ladders.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc3a2f7911b763dc4f62fd4716f4f6acddf128517bb8d4478f4e35e359dc5c7 +size 1428 diff --git a/Content/MOUT_Fabrication/Videos/FMS_Targets.uasset b/Content/MOUT_Fabrication/Videos/FMS_Targets.uasset new file mode 100644 index 0000000..9dbeacd --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/FMS_Targets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98010a22dd22161ca5a551d0718fdc04f7b67776c47997e60cddf61e32770278 +size 1428 diff --git a/Content/MOUT_Fabrication/Videos/MPR_TutorialVideos.uasset b/Content/MOUT_Fabrication/Videos/MPR_TutorialVideos.uasset new file mode 100644 index 0000000..5074418 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/MPR_TutorialVideos.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae9c79903127906e7fed8305628e5c74a2f2e72926e61cab171bd1536102c44 +size 1276 diff --git a/Content/MOUT_Fabrication/Videos/MPR_TutorialVideos_Video.uasset b/Content/MOUT_Fabrication/Videos/MPR_TutorialVideos_Video.uasset new file mode 100644 index 0000000..fa8dd5a --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/MPR_TutorialVideos_Video.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747423dfbfb1f2d1501d2b704cea34162122a286afb8596888484853329d9ccf +size 2307 diff --git a/Content/MOUT_Fabrication/Videos/M_TutorialBlueprintPlayer_Video_Mat.uasset b/Content/MOUT_Fabrication/Videos/M_TutorialBlueprintPlayer_Video_Mat.uasset new file mode 100644 index 0000000..4ab4539 --- /dev/null +++ b/Content/MOUT_Fabrication/Videos/M_TutorialBlueprintPlayer_Video_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930ce697a4d80362652287367d0a5ea683c65d5bbe72a4cb2934aa48255c4bd2 +size 7093 diff --git a/Content/StarterContent/Architecture/Floor_400x400.uasset b/Content/StarterContent/Architecture/Floor_400x400.uasset new file mode 100644 index 0000000..963527e --- /dev/null +++ b/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362210db6f3805398a0aa3bd07a757ba349a51f35925c71ccfee1d124ea8dd79 +size 15411 diff --git a/Content/StarterContent/Architecture/Pillar_50x500.uasset b/Content/StarterContent/Architecture/Pillar_50x500.uasset new file mode 100644 index 0000000..a74124f --- /dev/null +++ b/Content/StarterContent/Architecture/Pillar_50x500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef6566b8a58d89c7c7de52e4c1723c9ad3e9636fc801766e89757eb98ec3cbb +size 15861 diff --git a/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/Content/StarterContent/Architecture/SM_AssetPlatform.uasset new file mode 100644 index 0000000..b6ef400 --- /dev/null +++ b/Content/StarterContent/Architecture/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0f8fbbe377ca3d96f2671c0eb941bb8b3755d2d60b69e71719f8727149bbe1 +size 160364 diff --git a/Content/StarterContent/Architecture/Wall_400x200.uasset b/Content/StarterContent/Architecture/Wall_400x200.uasset new file mode 100644 index 0000000..8df10ff --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_400x200.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ad5630567f96399a57fec69383564321660e8e32dc2bfe4b206159475b6959 +size 14683 diff --git a/Content/StarterContent/Architecture/Wall_400x300.uasset b/Content/StarterContent/Architecture/Wall_400x300.uasset new file mode 100644 index 0000000..e195f24 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3b60af00eae705effeb499f368c376bb5bdb8620ec9790eceab8f1b6129bb0 +size 13933 diff --git a/Content/StarterContent/Architecture/Wall_400x400.uasset b/Content/StarterContent/Architecture/Wall_400x400.uasset new file mode 100644 index 0000000..1c97beb --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71738b34263d8579795bc65719c0ccfe1cf9bd7c8fe64ca02af09bce8b93fb53 +size 14660 diff --git a/Content/StarterContent/Architecture/Wall_500x500.uasset b/Content/StarterContent/Architecture/Wall_500x500.uasset new file mode 100644 index 0000000..75e7f96 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_500x500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59404b543ab051363ca22f47d8696264c20fb87012e5ffc3d0b370a3a7acbf41 +size 17336 diff --git a/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/Content/StarterContent/Architecture/Wall_Door_400x300.uasset new file mode 100644 index 0000000..59c6efc --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Door_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30948daf1661aa95461de492c66d0a8b5a03a607893da56ad03bc7a114b8b62a +size 16508 diff --git a/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/Content/StarterContent/Architecture/Wall_Door_400x400.uasset new file mode 100644 index 0000000..05fda56 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Door_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cbec41a1f814fb1aed3263b1b50f70f8d465f57934d5acda6004df67ae6a0b +size 16392 diff --git a/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/Content/StarterContent/Architecture/Wall_Window_400x300.uasset new file mode 100644 index 0000000..15c0eaf --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Window_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1988d1310934ef357e8a7638ba7cb109d8a151d2a3ea8c0fe8744dfe96fd7d25 +size 17385 diff --git a/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/Content/StarterContent/Architecture/Wall_Window_400x400.uasset new file mode 100644 index 0000000..5596705 --- /dev/null +++ b/Content/StarterContent/Architecture/Wall_Window_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f34a11fa24048a7600f7b87d88d6c12f723fd955fd6c590f38745287e4f5957 +size 17251 diff --git a/Content/StarterContent/Audio/Collapse01.uasset b/Content/StarterContent/Audio/Collapse01.uasset new file mode 100644 index 0000000..5e3ff30 --- /dev/null +++ b/Content/StarterContent/Audio/Collapse01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c827023ee4b466228ec65e92b4b4a0415a106de041ac1c2cab481a2a5dfa8d +size 348532 diff --git a/Content/StarterContent/Audio/Collapse02.uasset b/Content/StarterContent/Audio/Collapse02.uasset new file mode 100644 index 0000000..f45a091 --- /dev/null +++ b/Content/StarterContent/Audio/Collapse02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5690c3cdc857ea7d3ae21ed1c6a22e82bb15e8bb24b995228af244c2bb4f0d3 +size 346701 diff --git a/Content/StarterContent/Audio/Collapse_Cue.uasset b/Content/StarterContent/Audio/Collapse_Cue.uasset new file mode 100644 index 0000000..81e69e1 --- /dev/null +++ b/Content/StarterContent/Audio/Collapse_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd215bbb20c2a86f7b9ba4d90aa1870edd1999e00b5ff64a52a657a50a690b +size 6517 diff --git a/Content/StarterContent/Audio/Explosion01.uasset b/Content/StarterContent/Audio/Explosion01.uasset new file mode 100644 index 0000000..5a0119b --- /dev/null +++ b/Content/StarterContent/Audio/Explosion01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c3e6decfc990f2bc468b309a9652d7eb98d4481fbd26563ff88139052ace5c +size 282440 diff --git a/Content/StarterContent/Audio/Explosion02.uasset b/Content/StarterContent/Audio/Explosion02.uasset new file mode 100644 index 0000000..dfdedf4 --- /dev/null +++ b/Content/StarterContent/Audio/Explosion02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44ed6a6a3a6dec3a4ec729cc4b5ecd3ac4477ca4c9f32107b357ea02dafcddc +size 289195 diff --git a/Content/StarterContent/Audio/Explosion_Cue.uasset b/Content/StarterContent/Audio/Explosion_Cue.uasset new file mode 100644 index 0000000..a67301e --- /dev/null +++ b/Content/StarterContent/Audio/Explosion_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b66cedcfeedcaa25d7b2afe79c3dfb636e625f626fb56ce9b410fc6495ef3b +size 8088 diff --git a/Content/StarterContent/Audio/Fire01.uasset b/Content/StarterContent/Audio/Fire01.uasset new file mode 100644 index 0000000..67eb428 --- /dev/null +++ b/Content/StarterContent/Audio/Fire01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a6926e93f33107f58a79edd09d5a4ed06196b797f5fc284efc35fbe2df073d +size 549696 diff --git a/Content/StarterContent/Audio/Fire01_Cue.uasset b/Content/StarterContent/Audio/Fire01_Cue.uasset new file mode 100644 index 0000000..b723ef5 --- /dev/null +++ b/Content/StarterContent/Audio/Fire01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c93dca255ffe4fcd045103b0cf1341adda3640b47a5656c82ef6236639a51c +size 4280 diff --git a/Content/StarterContent/Audio/Fire_Sparks01.uasset b/Content/StarterContent/Audio/Fire_Sparks01.uasset new file mode 100644 index 0000000..8159b34 --- /dev/null +++ b/Content/StarterContent/Audio/Fire_Sparks01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad12649c70f5ef2acd9c19835c59855aaecd4c946260bf6aee182d3fe317d0f2 +size 796274 diff --git a/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset new file mode 100644 index 0000000..693d437 --- /dev/null +++ b/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13448535c552552c0216aa5a9d5af5957d4606153a004cdcec934ea5e9a22b +size 4299 diff --git a/Content/StarterContent/Audio/Light01.uasset b/Content/StarterContent/Audio/Light01.uasset new file mode 100644 index 0000000..dcb7c70 --- /dev/null +++ b/Content/StarterContent/Audio/Light01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267cbc3d508a60edd5aaa8efe0d62e0097c9741782a57fab3d63ffda96314586 +size 364532 diff --git a/Content/StarterContent/Audio/Light01_Cue.uasset b/Content/StarterContent/Audio/Light01_Cue.uasset new file mode 100644 index 0000000..24a1775 --- /dev/null +++ b/Content/StarterContent/Audio/Light01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc123926fc005aceaa148edfc4cf3778e694a8c17e1e359448377462d4a63d95 +size 4237 diff --git a/Content/StarterContent/Audio/Light02.uasset b/Content/StarterContent/Audio/Light02.uasset new file mode 100644 index 0000000..55b3882 --- /dev/null +++ b/Content/StarterContent/Audio/Light02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ac34417b5db1bf38044e258066d93415e7439dbfec09465c70eb3b96e9a201 +size 308156 diff --git a/Content/StarterContent/Audio/Light02_Cue.uasset b/Content/StarterContent/Audio/Light02_Cue.uasset new file mode 100644 index 0000000..da4e413 --- /dev/null +++ b/Content/StarterContent/Audio/Light02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65561c4b6d3767df9e90d24684abfb9fd7b8f980c1a812e329d319b15ab1c87 +size 4237 diff --git a/Content/StarterContent/Audio/Smoke01.uasset b/Content/StarterContent/Audio/Smoke01.uasset new file mode 100644 index 0000000..97d92a1 --- /dev/null +++ b/Content/StarterContent/Audio/Smoke01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d9cdaab035abab672f71362fe0710533dac23e0c4b4f7fc0f48fa1dd613758 +size 476002 diff --git a/Content/StarterContent/Audio/Smoke01_Cue.uasset b/Content/StarterContent/Audio/Smoke01_Cue.uasset new file mode 100644 index 0000000..d0d0bbf --- /dev/null +++ b/Content/StarterContent/Audio/Smoke01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a08e7214107b0f39835ba844b7dcbc69b6613b3573de87e3e9c0e9cfe1a057 +size 4257 diff --git a/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/Content/StarterContent/Audio/Starter_Background_Cue.uasset new file mode 100644 index 0000000..8eed863 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Background_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bc3a7bbeaad1ecf33a97465da041171bdd205f780a171d8ec712b16174e8b8 +size 10330 diff --git a/Content/StarterContent/Audio/Starter_Birds01.uasset b/Content/StarterContent/Audio/Starter_Birds01.uasset new file mode 100644 index 0000000..48fe853 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Birds01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17fb5652999970bbd06344540cdfd616331a382da43a82de082374883bdc84e +size 2689459 diff --git a/Content/StarterContent/Audio/Starter_Music01.uasset b/Content/StarterContent/Audio/Starter_Music01.uasset new file mode 100644 index 0000000..9034d40 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Music01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7eb074ff2fea1ac87017ca6638cb140b26ec60733878503ea2c618d726a780c +size 8445372 diff --git a/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/Content/StarterContent/Audio/Starter_Music_Cue.uasset new file mode 100644 index 0000000..9b4e0b5 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Music_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fdbda2320b26aa806d967ca88390fbd6dd6078432952800fd029cf313bb2ce +size 3753 diff --git a/Content/StarterContent/Audio/Starter_Wind05.uasset b/Content/StarterContent/Audio/Starter_Wind05.uasset new file mode 100644 index 0000000..5b51a8b --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Wind05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ff816d0d35668e42096d85b2beabd89d6a87751f4f2c4ab030f4ee32b64ce7 +size 2312702 diff --git a/Content/StarterContent/Audio/Starter_Wind06.uasset b/Content/StarterContent/Audio/Starter_Wind06.uasset new file mode 100644 index 0000000..13d7d30 --- /dev/null +++ b/Content/StarterContent/Audio/Starter_Wind06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517dad0128fbc9bf1acc611065a47892ff48f23e68fdde1d37d84cecb8dc0c7f +size 2195539 diff --git a/Content/StarterContent/Audio/Steam01.uasset b/Content/StarterContent/Audio/Steam01.uasset new file mode 100644 index 0000000..96b5845 --- /dev/null +++ b/Content/StarterContent/Audio/Steam01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf02809b4d2541d2f851691f852afe55587710645207cea7bf01e0b8418473f +size 819028 diff --git a/Content/StarterContent/Audio/Steam01_Cue.uasset b/Content/StarterContent/Audio/Steam01_Cue.uasset new file mode 100644 index 0000000..2050940 --- /dev/null +++ b/Content/StarterContent/Audio/Steam01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43fb733ebfc395af98ce820de46fed7d2b3f2a42ad03f55c8cf8e12d1bd417f +size 4285 diff --git a/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset new file mode 100644 index 0000000..4b7f0d2 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04c6cdec2455c8b6fa4c0dafd4a572d4003eacba85b923de671eece901238f6 +size 1858 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset new file mode 100644 index 0000000..49b49d4 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b7d8fa958eaa3e8324f3a762cd445877c7bbdc3b5a8eb2b2d6d858cb276c52 +size 10372 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset new file mode 100644 index 0000000..bae5b52 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da01afa9d1cc164ac85b7a3d8329ee509485b29886e37a1288f84777e24ae85b +size 5250 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset new file mode 100644 index 0000000..d5828c0 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2b575f499de972bf4f97524adba121cc8c8c903abdb844e0a677477489d22b +size 13553 diff --git a/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset new file mode 100644 index 0000000..c213dea --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdf80a5102d6178944912fb4b2a242a96e3368baa3f8a0c1be38a94ae2d6e30 +size 15870 diff --git a/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset new file mode 100644 index 0000000..6218325 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cc69849eb29034f71b88b8c3765ae353efb3c1f3e51a3f6117631529b24d52 +size 190020 diff --git a/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/Content/StarterContent/Blueprints/Assets/Skybox.uasset new file mode 100644 index 0000000..2e67e29 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/Skybox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4555ecd203a7c2993d604fce22f6526b56ce59b39b6c069a1e3cdd5a456cdc +size 209212 diff --git a/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset new file mode 100644 index 0000000..dc478e6 --- /dev/null +++ b/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83865c6b24e80dc62f792fdfbdb63abca1be425b02b3164cbf1f2eecb8afb786 +size 5128 diff --git a/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/Content/StarterContent/Blueprints/BP_LightStudio.uasset new file mode 100644 index 0000000..2ea4332 --- /dev/null +++ b/Content/StarterContent/Blueprints/BP_LightStudio.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33349930c4785a2bcd4f90e8c4e13df4ea6e29e33a1a8e5c8f576e0bf6a6663f +size 646714 diff --git a/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset new file mode 100644 index 0000000..c5c3b84 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a60a29ad596546d481e43dfb8698842a78cc07f4a4b1000fa397cfba4e72331 +size 158206 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset new file mode 100644 index 0000000..4269e35 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd9abdc6a00b26e0721b48a0bb06e3100c4c1ac407fcc3e4141225572d56cc2 +size 16095 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset new file mode 100644 index 0000000..97e76f4 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad0a791b92c961cde738111acefeab728b3b4e61589d133144b5a1c84b3a6fc +size 16096 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset new file mode 100644 index 0000000..ca8a053 --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad60f189780f8ae94abd489b48cbd5de03a539e118a842c78585a174a09280eb +size 16117 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset new file mode 100644 index 0000000..d1cd7fc --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b6d88fabd6b817e73b3b1da4b33def861812ea41b1971154f34c8f8420658 +size 14539 diff --git a/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset new file mode 100644 index 0000000..a2ee9aa --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae4ddbe5ac59963ae5a3177f417bb812d01be33076308bb1bd352a934149c38 +size 16133 diff --git a/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset new file mode 100644 index 0000000..d4c7b4e --- /dev/null +++ b/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6ae820b88cfa7250fa16726c0dedcb150760c0e0b7c824993b01e152751607 +size 158241 diff --git a/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..0f99058 --- /dev/null +++ b/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc35eb2d43a47427d30aba0196f9eac90d089dd3abca319528c5d25c83510d0d +size 72364642 diff --git a/Content/StarterContent/Maps/Advanced_Lighting.umap b/Content/StarterContent/Maps/Advanced_Lighting.umap new file mode 100644 index 0000000..ec8eff1 --- /dev/null +++ b/Content/StarterContent/Maps/Advanced_Lighting.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c67c63d3781fa401267302d4f816a94002efae742b159faad04fe80348c9b +size 44639 diff --git a/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset b/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset new file mode 100644 index 0000000..c0b0164 --- /dev/null +++ b/Content/StarterContent/Maps/Advanced_Lighting_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c088805867a483190325dceebb7d11e85d0becbab002255fb0fc99d74577d316 +size 1213338 diff --git a/Content/StarterContent/Maps/Minimal_Default.umap b/Content/StarterContent/Maps/Minimal_Default.umap new file mode 100644 index 0000000..408bd0e --- /dev/null +++ b/Content/StarterContent/Maps/Minimal_Default.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87a71281a8741750325d976997db07632f5ded7c5e260ad22f0ebf5a6d28505 +size 54552 diff --git a/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset b/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset new file mode 100644 index 0000000..a217a67 --- /dev/null +++ b/Content/StarterContent/Maps/Minimal_Default_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73eb475fe484e35bd69b6850c0871719f5f0f9684022eaa9e73f73da61a9dee7 +size 2150421 diff --git a/Content/StarterContent/Maps/StarterMap.umap b/Content/StarterContent/Maps/StarterMap.umap new file mode 100644 index 0000000..8f9648f --- /dev/null +++ b/Content/StarterContent/Maps/StarterMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab654e54121851309a61daffde31c03b7216556cc27169f5905e28de78d0e35 +size 395548 diff --git a/Content/StarterContent/Maps/StarterMap_BuiltData.uasset b/Content/StarterContent/Maps/StarterMap_BuiltData.uasset new file mode 100644 index 0000000..c973803 --- /dev/null +++ b/Content/StarterContent/Maps/StarterMap_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797246e6961a4a261d1e4f166c2b576113650c75665a7b7b307b20e4462e71ea +size 20085291 diff --git a/Content/StarterContent/Materials/M_AssetPlatform.uasset b/Content/StarterContent/Materials/M_AssetPlatform.uasset new file mode 100644 index 0000000..9cffede --- /dev/null +++ b/Content/StarterContent/Materials/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbe10edc23286ddb3d2dd176d410aa8cb134b9cd7ba08e0c565c7ef764d335a +size 8824 diff --git a/Content/StarterContent/Materials/M_Basic_Floor.uasset b/Content/StarterContent/Materials/M_Basic_Floor.uasset new file mode 100644 index 0000000..07401c9 --- /dev/null +++ b/Content/StarterContent/Materials/M_Basic_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e9963796183aa39c6cd4219fe60403740c902dadd223b96e37158f5b8e07f8 +size 9515 diff --git a/Content/StarterContent/Materials/M_Basic_Wall.uasset b/Content/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..8180e21 --- /dev/null +++ b/Content/StarterContent/Materials/M_Basic_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d98628a1928336e234cf6b0c1b65a394bc7b6ba7b8ced62bc2fb9e029b45c0b +size 8910 diff --git a/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset new file mode 100644 index 0000000..14c4569 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a2e69e0398d164f1102135139e33310e0818cd3adbc8ae1b22f180c4206c55 +size 22893 diff --git a/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/Content/StarterContent/Materials/M_Brick_Clay_New.uasset new file mode 100644 index 0000000..0dc4a46 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Clay_New.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94593f357a232f51687df14189072afeee85164e3ce42dfe65b402f80d63561c +size 26366 diff --git a/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset new file mode 100644 index 0000000..0d955cf --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ff7197aa1809106da243f9d8bd22fb0e1305ca2f67d934ac3fcea7629861c1 +size 34264 diff --git a/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset new file mode 100644 index 0000000..07408d2 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5931125b271156e0f931ee93de70fd48b4408467b9deb868f9fcb903972943c3 +size 33809 diff --git a/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset new file mode 100644 index 0000000..3150c05 --- /dev/null +++ b/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60200347bddea342b9e489b8642f8fafef462b6a36a87fe8e5cb4091e3647162 +size 26468 diff --git a/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset new file mode 100644 index 0000000..219b01e --- /dev/null +++ b/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508d56703e09a7dc8bdd308eb1ac523a391a4be5373f3ee98ee7a4ecda979234 +size 26818 diff --git a/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset new file mode 100644 index 0000000..7485ad0 --- /dev/null +++ b/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581105dc4109a3688351d8c4a71a5df9b4d3f142d54c8f405e4395fa9e25d51 +size 25680 diff --git a/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset new file mode 100644 index 0000000..2fabccc --- /dev/null +++ b/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a3c495a0160ba64b0a312c64c744452ebd7c5d4a5a2320792ffc1636137462 +size 108929 diff --git a/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset new file mode 100644 index 0000000..5cb2bf4 --- /dev/null +++ b/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47689b5ede44d19cd095d31e9dfbb9eb444ffc04bb0fc5e4ad2c73c51628b6f7 +size 117888 diff --git a/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset new file mode 100644 index 0000000..0ebcc43 --- /dev/null +++ b/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d57780881466f2243edf382d5be4378852e02b68847565c45462ffdf7765588 +size 9385 diff --git a/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/Content/StarterContent/Materials/M_Concrete_Grime.uasset new file mode 100644 index 0000000..4d6c696 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Grime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e4252dc15dbc22432a756fd77a66a1ba8e4acf4fe112469530ff75b6b855bb +size 36137 diff --git a/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/Content/StarterContent/Materials/M_Concrete_Panels.uasset new file mode 100644 index 0000000..5645f01 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Panels.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbb25f1df295f3d81ca5daff4d1fa14abc599e2f56252fcdeacd96a27114651 +size 32155 diff --git a/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/Content/StarterContent/Materials/M_Concrete_Poured.uasset new file mode 100644 index 0000000..604f867 --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Poured.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d453cc3372ddb78381716e4eafa298a39c10564cd6bf4ce6f269f8d5c5001e +size 30606 diff --git a/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/Content/StarterContent/Materials/M_Concrete_Tiles.uasset new file mode 100644 index 0000000..f616c4f --- /dev/null +++ b/Content/StarterContent/Materials/M_Concrete_Tiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409815ab89d05e92ee115c677f210e72f09c9eb3b7ff3a42bcda77059def5afd +size 32196 diff --git a/Content/StarterContent/Materials/M_Glass.uasset b/Content/StarterContent/Materials/M_Glass.uasset new file mode 100644 index 0000000..e52df69 --- /dev/null +++ b/Content/StarterContent/Materials/M_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b9f8dbc501536bcf1725e58187b15f24dd0ca7c47eecbd963d77ecb5226c8e +size 13502 diff --git a/Content/StarterContent/Materials/M_Ground_Grass.uasset b/Content/StarterContent/Materials/M_Ground_Grass.uasset new file mode 100644 index 0000000..d6b21bc --- /dev/null +++ b/Content/StarterContent/Materials/M_Ground_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44f22d05be5c7aa2286979bddd4c98ef7f22a5950ce101f673a03d85eb4e8cd +size 38110 diff --git a/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/Content/StarterContent/Materials/M_Ground_Gravel.uasset new file mode 100644 index 0000000..3384221 --- /dev/null +++ b/Content/StarterContent/Materials/M_Ground_Gravel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b4f6e7eb26e5e474181b534461bd2e06bb4837d3ce943d6d180a6bef018d24 +size 31861 diff --git a/Content/StarterContent/Materials/M_Ground_Moss.uasset b/Content/StarterContent/Materials/M_Ground_Moss.uasset new file mode 100644 index 0000000..8039767 --- /dev/null +++ b/Content/StarterContent/Materials/M_Ground_Moss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08be31e96cd9ab8983dd2330353bff3a48835d41f331e912515b5071e93d4caa +size 37696 diff --git a/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset new file mode 100644 index 0000000..919edd6 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef7f067abc9a0d9e9d5093b8bd777bf549453c1ef50b2e89935a21d89ba08e3 +size 17036 diff --git a/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset new file mode 100644 index 0000000..c51d39d --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe4c1b8afb6b84a011fa000d874b78bc4e78ec66d3bf00b20a279c6ca37967e +size 22803 diff --git a/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/Content/StarterContent/Materials/M_Metal_Chrome.uasset new file mode 100644 index 0000000..beb7abe --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Chrome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6e1363960ae18a6406f76bf39787d453d5a705f012726c5d0a20ef38c84bd0 +size 17008 diff --git a/Content/StarterContent/Materials/M_Metal_Copper.uasset b/Content/StarterContent/Materials/M_Metal_Copper.uasset new file mode 100644 index 0000000..661bef6 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Copper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0bc6b599b4a0744bd6f3f388983cef577239546b956d1e0e0e1395061ae0ad +size 21999 diff --git a/Content/StarterContent/Materials/M_Metal_Gold.uasset b/Content/StarterContent/Materials/M_Metal_Gold.uasset new file mode 100644 index 0000000..5c96059 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a616be2be9912db10fc0a1263fc0468ab2b4d520e69a3f4e10d82de84f390825 +size 22232 diff --git a/Content/StarterContent/Materials/M_Metal_Rust.uasset b/Content/StarterContent/Materials/M_Metal_Rust.uasset new file mode 100644 index 0000000..74afde3 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Rust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8fcb44b3ba9b64dff8fb7da2b48201ffcebf4fd4b3fd84d16d45c0fb705a87 +size 24149 diff --git a/Content/StarterContent/Materials/M_Metal_Steel.uasset b/Content/StarterContent/Materials/M_Metal_Steel.uasset new file mode 100644 index 0000000..7b19500 --- /dev/null +++ b/Content/StarterContent/Materials/M_Metal_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c84656ac5d9301a55b7c48fe1c6607bdaf57db1f3f3a2f90a13965e3e8e88e +size 23634 diff --git a/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/Content/StarterContent/Materials/M_Rock_Basalt.uasset new file mode 100644 index 0000000..48e574d --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Basalt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2356c40885bc0674e975505f07ab8a01f43e98ec099667bbd67d58c1cabfc6a9 +size 40498 diff --git a/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset new file mode 100644 index 0000000..63bbea1 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f09428e5aacb9b2ba948c0845b765315e776cee4c6d00872fd99725896efd46 +size 34113 diff --git a/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/Content/StarterContent/Materials/M_Rock_Sandstone.uasset new file mode 100644 index 0000000..f19b524 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Sandstone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3206845341fd89bf1e51a23599d504eea53ea289f6e066df32def3a603095bb3 +size 36603 diff --git a/Content/StarterContent/Materials/M_Rock_Slate.uasset b/Content/StarterContent/Materials/M_Rock_Slate.uasset new file mode 100644 index 0000000..28b5225 --- /dev/null +++ b/Content/StarterContent/Materials/M_Rock_Slate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e74dd3dc691ecf669006b8084181297040396881a33090f12f6ee81db44035 +size 38163 diff --git a/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset new file mode 100644 index 0000000..03651bf --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1183cab4442a5fa1c47d55c734edf08a77ca34fd786f1f96aebf9b51a3f941 +size 26338 diff --git a/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset new file mode 100644 index 0000000..a5204a6 --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620426859edd8dbbbfac831c7f1dcd6a5038ebf6df527aec80883a4758c273d0 +size 27325 diff --git a/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset new file mode 100644 index 0000000..8757f2d --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a5b0fab4f9af5c6a0aa9950f44068194d41176e15142833e2cc994d2b48ebb +size 25902 diff --git a/Content/StarterContent/Materials/M_Tech_Panel.uasset b/Content/StarterContent/Materials/M_Tech_Panel.uasset new file mode 100644 index 0000000..e3d57d6 --- /dev/null +++ b/Content/StarterContent/Materials/M_Tech_Panel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479286a2b64dc7d6fecd43f82f2819657ced6d938061f77503946582a01d3300 +size 25957 diff --git a/Content/StarterContent/Materials/M_Water_Lake.uasset b/Content/StarterContent/Materials/M_Water_Lake.uasset new file mode 100644 index 0000000..662a11e --- /dev/null +++ b/Content/StarterContent/Materials/M_Water_Lake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e6c50e3714db9a3e64abfdee4294ded227aea1629dc3167b08c171996bef45 +size 32687 diff --git a/Content/StarterContent/Materials/M_Water_Ocean.uasset b/Content/StarterContent/Materials/M_Water_Ocean.uasset new file mode 100644 index 0000000..1d82bcf --- /dev/null +++ b/Content/StarterContent/Materials/M_Water_Ocean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95baf816b67cfb63343cb7c80c89308619f03a7c2dd48a0f5b20b7cc9212166 +size 35894 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..9850ec3 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcb981b3f68f6d9594003af8cbd2b5449ceaf116399230e46781ea45dd02a2b +size 22926 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset new file mode 100644 index 0000000..93e56c5 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8cf6b2fa1a56a04df5d66950e31f154d7bf615c0c4e4c6f6a867bdff52c750 +size 23528 diff --git a/Content/StarterContent/Materials/M_Wood_Oak.uasset b/Content/StarterContent/Materials/M_Wood_Oak.uasset new file mode 100644 index 0000000..de1747e --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Oak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad76cd1109c8b4a3594e23dd83351170764980c3ccfe57859a3a2f60fef5cdd +size 23499 diff --git a/Content/StarterContent/Materials/M_Wood_Pine.uasset b/Content/StarterContent/Materials/M_Wood_Pine.uasset new file mode 100644 index 0000000..eafee70 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Pine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12c6d7285dd95b1c5669e07fc665f8859a17ee78c51f139170726848c06ee67 +size 31142 diff --git a/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/Content/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..2e92619 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Walnut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8491e0b8978a41999e0f4fc6520cab088fcbe6ddf8b51655f34753aa45234c66 +size 20495 diff --git a/Content/StarterContent/Particles/Materials/M_Burst.uasset b/Content/StarterContent/Particles/Materials/M_Burst.uasset new file mode 100644 index 0000000..8b6ae42 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bf8a8995e63597472be08617fc5c11494c214561d92ba58cc866bbd3fc9258 +size 15675 diff --git a/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 0000000..6a1195e --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e054c7225139c4ed10e8695158b930b64c97deabca1f3c8160b382d40b082e94 +size 8718 diff --git a/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..20bce43 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c354f936265a8af7e8be784f38742943669fd17f128d163339565680962b31f +size 19541 diff --git a/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..ffb5899 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e749c0af988f6f35a783853dd5f29a2556a1c6844187c6faa7175f8beac337 +size 13877 diff --git a/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..96f3272 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969f0add70f571adb7e14da5ca542a15955166103efd54168a5e248826564781 +size 10357 diff --git a/Content/StarterContent/Particles/Materials/M_Spark.uasset b/Content/StarterContent/Particles/Materials/M_Spark.uasset new file mode 100644 index 0000000..1754977 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_Spark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d87a9647f2c232d84745d5c6379f3ad1d6dd2f11310af74f48c20c981d2cd5 +size 9786 diff --git a/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset new file mode 100644 index 0000000..a09186a --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137d164ab8e2ae79e3345d7ee75e4052857726c824617cf08276a9edeebf0e95 +size 12568 diff --git a/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset new file mode 100644 index 0000000..bc957b9 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880794e3875c4394f93e280b35524a677e72a5a1edb06b03c8a0ae9efc2b51a6 +size 10366 diff --git a/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..29506ef --- /dev/null +++ b/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbf2d29f4c50de40b74aef19e9a39a86891b9b617f971ea0136f90a6e4420ec +size 16561 diff --git a/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/Content/StarterContent/Particles/Materials/m_flare_01.uasset new file mode 100644 index 0000000..4b49de3 --- /dev/null +++ b/Content/StarterContent/Particles/Materials/m_flare_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57377e5d237609372f0837407d7c9f35a5ba00bf81aa049102d699105af8a025 +size 14010 diff --git a/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/Content/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 0000000..bf2e439 --- /dev/null +++ b/Content/StarterContent/Particles/P_Ambient_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ef616c7a8bd90cd1b7a13efb18a56f33346efbae51efa31f09804478b7621d +size 43456 diff --git a/Content/StarterContent/Particles/P_Explosion.uasset b/Content/StarterContent/Particles/P_Explosion.uasset new file mode 100644 index 0000000..d3796ba --- /dev/null +++ b/Content/StarterContent/Particles/P_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21bbb2c9d69226415dd25268ce3c3f74af71981018c537d0080ec7df5d32309 +size 280221 diff --git a/Content/StarterContent/Particles/P_Fire.uasset b/Content/StarterContent/Particles/P_Fire.uasset new file mode 100644 index 0000000..38533cc --- /dev/null +++ b/Content/StarterContent/Particles/P_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d1cb2ba9933d298c62788996e50a3015632eff8908f08ec28d85fe116cc073 +size 259431 diff --git a/Content/StarterContent/Particles/P_Smoke.uasset b/Content/StarterContent/Particles/P_Smoke.uasset new file mode 100644 index 0000000..b1b00f9 --- /dev/null +++ b/Content/StarterContent/Particles/P_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66c5b6ed61896f44a837c0c88ac7cdd6ed16e7bdc9e0ded78e0742e83c4d60e +size 65670 diff --git a/Content/StarterContent/Particles/P_Sparks.uasset b/Content/StarterContent/Particles/P_Sparks.uasset new file mode 100644 index 0000000..061ebce --- /dev/null +++ b/Content/StarterContent/Particles/P_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae32a7cc9882bcb982df7db98dac68bbe0db2bf08c40f49fcd85c8e1407d415 +size 171805 diff --git a/Content/StarterContent/Particles/P_Steam_Lit.uasset b/Content/StarterContent/Particles/P_Steam_Lit.uasset new file mode 100644 index 0000000..7f3b1e0 --- /dev/null +++ b/Content/StarterContent/Particles/P_Steam_Lit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018c1d52865cea019dd1607b284acc89e0363c2e832d16e0d3f9e1164d337494 +size 117332 diff --git a/Content/StarterContent/Props/MaterialSphere.uasset b/Content/StarterContent/Props/MaterialSphere.uasset new file mode 100644 index 0000000..56bddfc --- /dev/null +++ b/Content/StarterContent/Props/MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8777c01491888bba9f40eda9d2bed76a611f0e80f75917501ce69c1a321342 +size 47333 diff --git a/Content/StarterContent/Props/Materials/M_Bush.uasset b/Content/StarterContent/Props/Materials/M_Bush.uasset new file mode 100644 index 0000000..152e540 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a4a6e7aa928fa57dd41b42f64a267793a41a01d17a5789eafe2ccf0d27ba20 +size 16429 diff --git a/Content/StarterContent/Props/Materials/M_Chair.uasset b/Content/StarterContent/Props/Materials/M_Chair.uasset new file mode 100644 index 0000000..ba0dd08 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61928907ca240dc8e4b31b95a35d34cd15f0246a6ee75ae7c1c14c8bc452d051 +size 19988 diff --git a/Content/StarterContent/Props/Materials/M_Door.uasset b/Content/StarterContent/Props/Materials/M_Door.uasset new file mode 100644 index 0000000..270fab8 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f9b85b032dd4c49bbfec94ad295ed70c530f2d193c0b7c02fdcc597536f772 +size 21015 diff --git a/Content/StarterContent/Props/Materials/M_Frame.uasset b/Content/StarterContent/Props/Materials/M_Frame.uasset new file mode 100644 index 0000000..2a6f32f --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2790b944cee372200c299d4fad42fe31bf16a54233aa26700ef5be8a109f4e8 +size 13268 diff --git a/Content/StarterContent/Props/Materials/M_Lamp.uasset b/Content/StarterContent/Props/Materials/M_Lamp.uasset new file mode 100644 index 0000000..f1eeabe --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Lamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37cb1a4137fa7ee0b3782d5d0f4c4968d2982d3d37a79d4d124bfc9d5a644c6 +size 21945 diff --git a/Content/StarterContent/Props/Materials/M_Rock.uasset b/Content/StarterContent/Props/Materials/M_Rock.uasset new file mode 100644 index 0000000..f76ba83 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2a237cfc23c8d44bb96b71cca8fe3f2da4bcf37bf03c4890cb1788e2ea3dd3 +size 22583 diff --git a/Content/StarterContent/Props/Materials/M_Shelf.uasset b/Content/StarterContent/Props/Materials/M_Shelf.uasset new file mode 100644 index 0000000..11fbc3b --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Shelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a633e42f4a149f8846cda390b26211dc51bc1dbff29f17269679ef6fb15708 +size 14571 diff --git a/Content/StarterContent/Props/Materials/M_Statue.uasset b/Content/StarterContent/Props/Materials/M_Statue.uasset new file mode 100644 index 0000000..b93e6f5 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19507688a5451c6958f24e9ef4aaf9617dd2523306925e6b4240540e906c5cbf +size 16585 diff --git a/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/Content/StarterContent/Props/Materials/M_StatueGlass.uasset new file mode 100644 index 0000000..a4a342e --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_StatueGlass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8269b7fc68d891c81f7600452dc8336cc193c2013d5441a9772c85d0b4eece +size 19243 diff --git a/Content/StarterContent/Props/Materials/M_TableRound.uasset b/Content/StarterContent/Props/Materials/M_TableRound.uasset new file mode 100644 index 0000000..4bda0f5 --- /dev/null +++ b/Content/StarterContent/Props/Materials/M_TableRound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d52129d707b831fefe889091a5b58da9a1f53bb513a8e5bfdb3fff56ae4cf0 +size 18358 diff --git a/Content/StarterContent/Props/SM_Bush.uasset b/Content/StarterContent/Props/SM_Bush.uasset new file mode 100644 index 0000000..883ca53 --- /dev/null +++ b/Content/StarterContent/Props/SM_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d590cc11d0237d03c8eaef929c412e9bf79b92532b8b84de91d0aa95cd82f34 +size 66229 diff --git a/Content/StarterContent/Props/SM_Chair.uasset b/Content/StarterContent/Props/SM_Chair.uasset new file mode 100644 index 0000000..4e6aa98 --- /dev/null +++ b/Content/StarterContent/Props/SM_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6330daf603205c63a66ae7ccba450a28edf5c7001cc572c407e6bc471cc1582 +size 99160 diff --git a/Content/StarterContent/Props/SM_CornerFrame.uasset b/Content/StarterContent/Props/SM_CornerFrame.uasset new file mode 100644 index 0000000..8cb6f39 --- /dev/null +++ b/Content/StarterContent/Props/SM_CornerFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f3c6f7d31d9adcb610643bce0424dc087e3319e725367af568779d4deab5a1 +size 38228 diff --git a/Content/StarterContent/Props/SM_Couch.uasset b/Content/StarterContent/Props/SM_Couch.uasset new file mode 100644 index 0000000..f2ac558 --- /dev/null +++ b/Content/StarterContent/Props/SM_Couch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5d0dc6306a79e974b23102451801c80cd3108d9a6fca175e5084d6488c74c9 +size 108540 diff --git a/Content/StarterContent/Props/SM_Door.uasset b/Content/StarterContent/Props/SM_Door.uasset new file mode 100644 index 0000000..9495967 --- /dev/null +++ b/Content/StarterContent/Props/SM_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72cc7534989fca4045a1d2ef743d929d8c001ac4450d2027c30d18b38628348 +size 63947 diff --git a/Content/StarterContent/Props/SM_DoorFrame.uasset b/Content/StarterContent/Props/SM_DoorFrame.uasset new file mode 100644 index 0000000..33b635c --- /dev/null +++ b/Content/StarterContent/Props/SM_DoorFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44589f94b37599863cbac38e4dec7c4717fed858a7af56958bc7f20bbd59b035 +size 23125 diff --git a/Content/StarterContent/Props/SM_GlassWindow.uasset b/Content/StarterContent/Props/SM_GlassWindow.uasset new file mode 100644 index 0000000..5d56628 --- /dev/null +++ b/Content/StarterContent/Props/SM_GlassWindow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006ac3da047529479d0af8768be4d9bc85f81f0f88d48a8a952eebde69b4b10f +size 36547 diff --git a/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset new file mode 100644 index 0000000..e4d57ce --- /dev/null +++ b/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2bddbd1708467c5e926d34497d42a8c777b679310ceadbaba8040b88e02382 +size 113036 diff --git a/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/Content/StarterContent/Props/SM_Lamp_Wall.uasset new file mode 100644 index 0000000..e200d4b --- /dev/null +++ b/Content/StarterContent/Props/SM_Lamp_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9716ccfb79da747e76090223e4767c7df90a95f8c9e742335477d577a8342d +size 60277 diff --git a/Content/StarterContent/Props/SM_PillarFrame.uasset b/Content/StarterContent/Props/SM_PillarFrame.uasset new file mode 100644 index 0000000..d627cac --- /dev/null +++ b/Content/StarterContent/Props/SM_PillarFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c321f6bc2d7980ffc49a68d59d06e890154323aafc9b51828a08c02d18c03b7b +size 43484 diff --git a/Content/StarterContent/Props/SM_PillarFrame300.uasset b/Content/StarterContent/Props/SM_PillarFrame300.uasset new file mode 100644 index 0000000..1e6e260 --- /dev/null +++ b/Content/StarterContent/Props/SM_PillarFrame300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd6ff279f4666fca756ce3247fab616c6476871639bfd6f54039e24e90c2f4a +size 44444 diff --git a/Content/StarterContent/Props/SM_Rock.uasset b/Content/StarterContent/Props/SM_Rock.uasset new file mode 100644 index 0000000..5d81020 --- /dev/null +++ b/Content/StarterContent/Props/SM_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b469ad02dfe591fc1024c356598344afeb9c2c10c0dfce44f86057b76b39cce5 +size 71152 diff --git a/Content/StarterContent/Props/SM_Shelf.uasset b/Content/StarterContent/Props/SM_Shelf.uasset new file mode 100644 index 0000000..06533ac --- /dev/null +++ b/Content/StarterContent/Props/SM_Shelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f0effa39ebff7ff69958023b6462cf5541d619b924f932701163b2fb306a6e +size 46806 diff --git a/Content/StarterContent/Props/SM_Stairs.uasset b/Content/StarterContent/Props/SM_Stairs.uasset new file mode 100644 index 0000000..271ce20 --- /dev/null +++ b/Content/StarterContent/Props/SM_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbf2ae1f1df84510fdd2cb6fd6fdd0e3572bc7cedef8c316618a147e9ebcfc3 +size 27358 diff --git a/Content/StarterContent/Props/SM_Statue.uasset b/Content/StarterContent/Props/SM_Statue.uasset new file mode 100644 index 0000000..f16fd8b --- /dev/null +++ b/Content/StarterContent/Props/SM_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f1f18aa4bf9483b857271161824a212acf76615e825b80d42ff623ae39b2fc +size 191942 diff --git a/Content/StarterContent/Props/SM_TableRound.uasset b/Content/StarterContent/Props/SM_TableRound.uasset new file mode 100644 index 0000000..f90ae6e --- /dev/null +++ b/Content/StarterContent/Props/SM_TableRound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5d2b89bc0361b3b401d747fe0a365642db5a361f7940620791c73a9d2d1515 +size 242868 diff --git a/Content/StarterContent/Props/SM_WindowFrame.uasset b/Content/StarterContent/Props/SM_WindowFrame.uasset new file mode 100644 index 0000000..ca23fab --- /dev/null +++ b/Content/StarterContent/Props/SM_WindowFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0339ea48549fc000cd25679a2aa17bb34333b161c3d05ffa58ca33179f21d7a3 +size 25448 diff --git a/Content/StarterContent/Shapes/Shape_Cone.uasset b/Content/StarterContent/Shapes/Shape_Cone.uasset new file mode 100644 index 0000000..6cd3c0a --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Cone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4358682c6f6bff5ae3dd11bf13f31155b5aa74774647ffa4029f979e3bfc659 +size 27018 diff --git a/Content/StarterContent/Shapes/Shape_Cube.uasset b/Content/StarterContent/Shapes/Shape_Cube.uasset new file mode 100644 index 0000000..29e694f --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e5e66d74e5bfeff80dd0cd93dee475ab35d0cc384262ab640109a3dd188dac +size 16145 diff --git a/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/Content/StarterContent/Shapes/Shape_Cylinder.uasset new file mode 100644 index 0000000..c814b02 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8846205c866a82d9abfeb84b35d1f82e4e71e72df65337ea2e738455c4902f19 +size 31341 diff --git a/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 0000000..fda653e --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bbaddb435bd43505fb8b6051b119e844e6d575185f177411837700609deead +size 47855 diff --git a/Content/StarterContent/Shapes/Shape_Pipe.uasset b/Content/StarterContent/Shapes/Shape_Pipe.uasset new file mode 100644 index 0000000..883aa14 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a531ca154269866bb4a23b25e455de9215eea38d8afe5bfb2cc801f88a54be +size 26253 diff --git a/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/Content/StarterContent/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 0000000..ea19046 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Pipe_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed0652b8fed0405700dd6635ebb6d52902d4c3444bec19c3404ef3124a71d6c +size 85759 diff --git a/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/Content/StarterContent/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 0000000..511b037 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Pipe_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a4e17228e6f85fe4600a88ea6bb2939737671a8cba62e45c0a285e8b60a185 +size 59989 diff --git a/Content/StarterContent/Shapes/Shape_Plane.uasset b/Content/StarterContent/Shapes/Shape_Plane.uasset new file mode 100644 index 0000000..c37e7c4 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc27b5ffb949957289c59122b26b55464ac2cab8013dfa8d9b01cc6ef1781935 +size 16473 diff --git a/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 0000000..10464e5 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b5549375a2425fba0127c8f2efc85d400a781009c7124a99ca2b9b214ebfd0 +size 16296 diff --git a/Content/StarterContent/Shapes/Shape_Sphere.uasset b/Content/StarterContent/Shapes/Shape_Sphere.uasset new file mode 100644 index 0000000..1801574 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9441fb1037a41686be1ccc4f8e45a25f4f7126a16e831ff4b587820d48059543 +size 37887 diff --git a/Content/StarterContent/Shapes/Shape_Torus.uasset b/Content/StarterContent/Shapes/Shape_Torus.uasset new file mode 100644 index 0000000..651f88a --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Torus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9842e266d0bbeca032e107bdb4b809cbb0f043b12527fdad3dc690b43de5d95f +size 70998 diff --git a/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/Content/StarterContent/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 0000000..9b4b0b8 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_TriPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29481245fedbf1fbf6d37a7b49f064119fa9b61b8cde0f8a71634f3695fde42a +size 16154 diff --git a/Content/StarterContent/Shapes/Shape_Trim.uasset b/Content/StarterContent/Shapes/Shape_Trim.uasset new file mode 100644 index 0000000..21b93aa --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9ae1dad00a411a316ada5f41d16fe0491a299a4981e010fbc0a33d4fdc2bd8 +size 20918 diff --git a/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 0000000..8bc7d55 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0162abad4d75bb1794e7a1f11cac718637459a7d0d0600a63abe652ddcb16 +size 30650 diff --git a/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 0000000..3742d00 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2e1073a23e135dce25c377ee94ef017f0626cadb665bcd762757dc59fa47fc +size 31102 diff --git a/Content/StarterContent/Shapes/Shape_Tube.uasset b/Content/StarterContent/Shapes/Shape_Tube.uasset new file mode 100644 index 0000000..e124cb8 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Tube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec9fc112a4fb0eea12c8d6d6a08e869ecf0401fa1c903b35cb956615060c839 +size 41303 diff --git a/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/Content/StarterContent/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 0000000..e729d86 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Wedge_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78daa6706b75d7cdb8d0b20bfced79f634ad87f017496b8edb077ff9b71ceb81 +size 16633 diff --git a/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/Content/StarterContent/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 0000000..63b5e93 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_Wedge_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1df8e160b090074b21098ea608b8191482368c23683ae4f599331105285188 +size 16760 diff --git a/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/Content/StarterContent/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 0000000..ba744a9 --- /dev/null +++ b/Content/StarterContent/Shapes/Shape_WideCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11308fae1e1d7835780372aada5fb86c8eae88bc8b757af7f7e4a082e0c5b5b6 +size 42421 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset new file mode 100644 index 0000000..51d2802 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fd6c18ebbb8d8b97f5fcfa6fa33a7409ae841f1bbb3350c09631718ac9a886 +size 7591336 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset new file mode 100644 index 0000000..71ff220 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b0f23251965e1b3ae95e1e5defa1be387ed9fa12f7e8b27929897ccd6f8d7 +size 8291521 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset new file mode 100644 index 0000000..452fd92 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0da0eb1e0c83fcb8b65fa8310e7bfc4dd31be7087d42545091129d7fa8baa7c +size 7530431 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset new file mode 100644 index 0000000..27ecdf9 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49f52bd21c9400139010b6918a2b8bff1c12aba2b2040be66394aeaa3db8cd4 +size 5993577 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset new file mode 100644 index 0000000..465c25d --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ee66163a117e18a55e3014fb188c5295618d17b68a2db98b6fcfefed2f0704 +size 9129111 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset new file mode 100644 index 0000000..29fcc08 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dfb02a6aa4aba8ab593d5c428dd91b2c4ce6b130737ca027df872a9c7644cb +size 7801784 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset new file mode 100644 index 0000000..0309878 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5833d1ff5e20eae43c8fe2e6f043dd494fcae47d295bb7d480f1c9dff6e44acc +size 11372796 diff --git a/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset new file mode 100644 index 0000000..fbac302 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35cc57e8471e856d725d2df968a4ca4dbe8404979136dfe30ba8502f329d851 +size 7761834 diff --git a/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset new file mode 100644 index 0000000..3f92d6c --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680c9eb5f07808e05325b17354618628d1d156b5e00a9d041729a9a157d5e1fc +size 13302492 diff --git a/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset new file mode 100644 index 0000000..08d46f1 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053fd7df91ed5f90629c24833503f42d688d7e1d7072f6c9cfcaaa505e314307 +size 6646267 diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset new file mode 100644 index 0000000..1d9e119 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b41c37360bbd4100366f9f70337f0045b29bfc3a35eb7325e90d03fd8c184e1 +size 7376796 diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset new file mode 100644 index 0000000..f75a9bf --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69428e6a424a1a0524052e50b7266b73b89eb0b35a307d111b1e0b594f23d32b +size 6771724 diff --git a/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset new file mode 100644 index 0000000..4595078 --- /dev/null +++ b/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724271213b0fced0a2fa2ae812f070fedd592add2a63ead98804471a9dbeaa95 +size 8948214 diff --git a/Content/StarterContent/Textures/T_Burst_M.uasset b/Content/StarterContent/Textures/T_Burst_M.uasset new file mode 100644 index 0000000..3acb768 --- /dev/null +++ b/Content/StarterContent/Textures/T_Burst_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ac59f9d0d57613887da39523e07557689038fb455dd4e934ea98bf5199f382 +size 123288 diff --git a/Content/StarterContent/Textures/T_Bush_D.uasset b/Content/StarterContent/Textures/T_Bush_D.uasset new file mode 100644 index 0000000..8437d31 --- /dev/null +++ b/Content/StarterContent/Textures/T_Bush_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b938fcd6fa2f33f011994454e945c2029114e977a44b834df5e07e603586257 +size 481332 diff --git a/Content/StarterContent/Textures/T_Bush_N.uasset b/Content/StarterContent/Textures/T_Bush_N.uasset new file mode 100644 index 0000000..cd99430 --- /dev/null +++ b/Content/StarterContent/Textures/T_Bush_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44359d480f07e2ff25fc1dea4d65250737afa4d73395c882c4ec0d642ab0b8c3 +size 351932 diff --git a/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset new file mode 100644 index 0000000..f9bf48c --- /dev/null +++ b/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa96b66150d87ec4a54bcccb5946a1421278a04f720272de945980e499d19b9 +size 275476 diff --git a/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset new file mode 100644 index 0000000..55f8e53 --- /dev/null +++ b/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e9cb0ac4766d1b050edcbb7f6ec15a7354a10b8df13c1547121a2e45fd19fb +size 233782 diff --git a/Content/StarterContent/Textures/T_Chair_M.uasset b/Content/StarterContent/Textures/T_Chair_M.uasset new file mode 100644 index 0000000..ef6bedb --- /dev/null +++ b/Content/StarterContent/Textures/T_Chair_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6486c196f80542ef1dd9b058f0ca1de9a05be34f1cc13ef2d4e379726488c13e +size 539588 diff --git a/Content/StarterContent/Textures/T_Chair_N.uasset b/Content/StarterContent/Textures/T_Chair_N.uasset new file mode 100644 index 0000000..d6e200b --- /dev/null +++ b/Content/StarterContent/Textures/T_Chair_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ca4539f06c12c4ffcfb2d3e3d059c8d9379ce6a7b9c388d8c3084b47516c90 +size 1922495 diff --git a/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/Content/StarterContent/Textures/T_Checker_Noise_M.uasset new file mode 100644 index 0000000..1694883 --- /dev/null +++ b/Content/StarterContent/Textures/T_Checker_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ad0bbce973bfb000760bc7e5d5af5c968970a2f4ff838b4997251d7322197e +size 134687 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset new file mode 100644 index 0000000..7ac1beb --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6258c8fc41deaf078df6780ba05ca0d82eee09912233202ac160810703e52a +size 11730856 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset new file mode 100644 index 0000000..7439177 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f100e71981f39cda279f585ff6eaa4fe880d309d87f09fcef3bc55c37ff63c +size 1274336 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset new file mode 100644 index 0000000..c6866a7 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff439802109893e1c0af4cd492033b54d6ff20441d049c3f99bb0244ef5d0ea +size 11790577 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset new file mode 100644 index 0000000..d7725e3 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a663f5677bff0dafcad922400335269de036b93cf483724247926a57ee5074 +size 2888502 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset new file mode 100644 index 0000000..07b0a3a --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e64b707962b97c42ac2cd37fe14013d87a07e48afe67b1495c24c59270c5914 +size 2617708 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset new file mode 100644 index 0000000..4108c83 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a12473b1cd94e0c0d3702f1abd58f0423393304e72a0265c77ff3ad0993ee5 +size 6532491 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset new file mode 100644 index 0000000..1bb9638 --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbd4fcd12e92334148416cebbee9938c5f89cde1e2e139f8f6e476172191206 +size 5705923 diff --git a/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset new file mode 100644 index 0000000..c64132a --- /dev/null +++ b/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5af71f25f0d2b429a300808fc1836652cb1fce9795cca2f64a3ca2fde85fc2d +size 8796793 diff --git a/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset new file mode 100644 index 0000000..a7d3fab --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6798aac85a9a686c6a6c5fc956b6f76346eba6fc2200b4f4227e0ea9b0e98375 +size 10650746 diff --git a/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset new file mode 100644 index 0000000..83f39ed --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cc1e1e3803791f92ed99c9807f6165063e2b0bf2075c3f4821437dd5246a38 +size 8441488 diff --git a/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset new file mode 100644 index 0000000..57687e0 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2d2573425bd7177b4dee1e91d1ff1ae03983db9b87685711582b73eb7ef9f1 +size 6547780 diff --git a/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset new file mode 100644 index 0000000..30faa70 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38af0336aa522c5835aae766d54ce2596793164421b90a67d56098798e7c4219 +size 11585076 diff --git a/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset new file mode 100644 index 0000000..0360614 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2855eccdb5ec7106250e1e38eb0f68789a140cd6c1a80325104e937e37d48681 +size 7435085 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 0000000..4c74361 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356e28b941e40f27de4745ceb135a97c95313884695140f340853c7911ccf9fd +size 4929050 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 0000000..29ddf1e --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0a4ab623474c06c2787b76d25c66b32d8aa587cc9d99c7d2306b0f65b6a702 +size 5740835 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 0000000..6f9f7dd --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d127d14c8bb438abc79b00417f3fa032baa55949f34c410d3fedd84d6919eec +size 6602390 diff --git a/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 0000000..fac4da1 --- /dev/null +++ b/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f126bec6a6c1e52c3c26d9f57250487f641a89f1558d112b0dacb64c1eda97e +size 6521 diff --git a/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset new file mode 100644 index 0000000..5932182 --- /dev/null +++ b/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c677deccbe0ad92b089a28e63da2c50f5354861ff189fb465cbfb45b1fafcda6 +size 2798883 diff --git a/Content/StarterContent/Textures/T_Door_M.uasset b/Content/StarterContent/Textures/T_Door_M.uasset new file mode 100644 index 0000000..ccca748 --- /dev/null +++ b/Content/StarterContent/Textures/T_Door_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1816807e795ab36ad16b0fc6d2ceb8c94badae605ebf77000bab1bc1006ac08e +size 555613 diff --git a/Content/StarterContent/Textures/T_Door_N.uasset b/Content/StarterContent/Textures/T_Door_N.uasset new file mode 100644 index 0000000..4d63741 --- /dev/null +++ b/Content/StarterContent/Textures/T_Door_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47b017bffcd8cd11f09d4a19b378c365e053d17ead804c39e3e0eb35dcc73a2 +size 1074435 diff --git a/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/Content/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 0000000..7bf767b --- /dev/null +++ b/Content/StarterContent/Textures/T_Dust_Particle_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172fa478144c2b0b4d20df5a10bea4a97641c686b9f49da05aea7b4669698806 +size 20548 diff --git a/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/Content/StarterContent/Textures/T_Explosion_SubUV.uasset new file mode 100644 index 0000000..3c022dc --- /dev/null +++ b/Content/StarterContent/Textures/T_Explosion_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bd4308cd9195c1c4c177d9a57875bd73c73b5f27843421ce25f6d82c7be76b +size 2957540 diff --git a/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/Content/StarterContent/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..98ea6ae --- /dev/null +++ b/Content/StarterContent/Textures/T_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fc6355dce68750de251fdd42dfeaaca4514945bad3d6141da2937ae24e94f1 +size 495113 diff --git a/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..468da16 --- /dev/null +++ b/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785975fbfa81ef0e0c94e97e2f941d5df7b74682e8cd0cb38f1764dd3db8be90 +size 500022 diff --git a/Content/StarterContent/Textures/T_Frame_M.uasset b/Content/StarterContent/Textures/T_Frame_M.uasset new file mode 100644 index 0000000..a42e91f --- /dev/null +++ b/Content/StarterContent/Textures/T_Frame_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d046c8b25245f637ea4e087f01b4d40a58a210678de303f67c07ee55abd476d5 +size 534405 diff --git a/Content/StarterContent/Textures/T_Frame_N.uasset b/Content/StarterContent/Textures/T_Frame_N.uasset new file mode 100644 index 0000000..a1e9af0 --- /dev/null +++ b/Content/StarterContent/Textures/T_Frame_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f0830b05503a3ba496d56546a0140425f8e8ecaab371e8213492d4defd5c68 +size 1246201 diff --git a/Content/StarterContent/Textures/T_Gradinet_01.uasset b/Content/StarterContent/Textures/T_Gradinet_01.uasset new file mode 100644 index 0000000..c1b5485 --- /dev/null +++ b/Content/StarterContent/Textures/T_Gradinet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9347fa6dd73d59f53fb39c454d19821a7a22e6879bb56018a3859777a497f870 +size 7415 diff --git a/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/Content/StarterContent/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 0000000..b27e9cd --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Grass_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ba5414c8da7999dafb37e9c76bd0eceab97f394bea6f5c5adca5832adcd342 +size 11963236 diff --git a/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/Content/StarterContent/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 0000000..40b4f8d --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Grass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c42ca6b12658235c152998fceeb207b9a1119611ff1ef7f85cc4cc431d37f2 +size 11592596 diff --git a/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 0000000..7a5aa75 --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf23999b628f5ae55a1635ce63e09924f23df5822955e86b3e1f0bfc49704ba +size 10606442 diff --git a/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 0000000..31f6229 --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c35e1a2d16fa2fced8f966f061c08aa7a62c3ca41a5264e5e079eacc74e4c8 +size 7370852 diff --git a/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/Content/StarterContent/Textures/T_Ground_Moss_N.uasset new file mode 100644 index 0000000..14686fe --- /dev/null +++ b/Content/StarterContent/Textures/T_Ground_Moss_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18deaa6e9634beafecc3e2f7ccf16477bde02e2a3b488ecdccfe4ff3fc50dce1 +size 8341278 diff --git a/Content/StarterContent/Textures/T_Lamp_M.uasset b/Content/StarterContent/Textures/T_Lamp_M.uasset new file mode 100644 index 0000000..786ceb2 --- /dev/null +++ b/Content/StarterContent/Textures/T_Lamp_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a3a2b018a4fd96b7e934dc3c73d055f6f182bf3c15798b5a1b188b631c4082 +size 753129 diff --git a/Content/StarterContent/Textures/T_Lamp_N.uasset b/Content/StarterContent/Textures/T_Lamp_N.uasset new file mode 100644 index 0000000..da95204 --- /dev/null +++ b/Content/StarterContent/Textures/T_Lamp_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c55d75f215dae417ca438690e79f77badc612e2a5912a1abd7cb3368eb6fd2 +size 2059569 diff --git a/Content/StarterContent/Textures/T_MacroVariation.uasset b/Content/StarterContent/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..ec7086e --- /dev/null +++ b/Content/StarterContent/Textures/T_MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb1fb942acf8721eb4678223e160fd35668c507355fce4132f334c6284a7342 +size 10744761 diff --git a/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset new file mode 100644 index 0000000..3c11d7f --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6f5743eecc990c80391163b7fd93629d338a3a3a7c4a646988bd4612edca9d +size 9683327 diff --git a/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/Content/StarterContent/Textures/T_Metal_Copper_D.uasset new file mode 100644 index 0000000..22358dd --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f75f9fb29212ef71bc5ca3c710cf5d2cb5672697ed45f0c004d33a078ea9177 +size 8806136 diff --git a/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/Content/StarterContent/Textures/T_Metal_Gold_D.uasset new file mode 100644 index 0000000..881ff7a --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Gold_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde39c57011fb1d814710d58cd475f2c6249ebeb68bbb2d2e13f2bd349ed9692 +size 8787638 diff --git a/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/Content/StarterContent/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 0000000..6c7a61d --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Gold_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6500c67b3f17aa699bb6cb4b3f2da4038845f45fe38ecc9abe49b26f1be3e6 +size 2811609 diff --git a/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/Content/StarterContent/Textures/T_Metal_Rust_D.uasset new file mode 100644 index 0000000..6e8b074 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Rust_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97244d9d61bb141a499125f6a21c719caa4e0917e513912aa6b139440d0ac01d +size 9290171 diff --git a/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/Content/StarterContent/Textures/T_Metal_Rust_N.uasset new file mode 100644 index 0000000..c15a7f6 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Rust_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63fd1a729903d1c48486998561550a9cf461e3bf154477504c16fd6c19b9511 +size 7473783 diff --git a/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/Content/StarterContent/Textures/T_Metal_Steel_D.uasset new file mode 100644 index 0000000..985216b --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Steel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553beb8d69dc61963c6566d2f18db4787ebdc76c43796dacf627118ee1b47569 +size 3572066 diff --git a/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/Content/StarterContent/Textures/T_Metal_Steel_N.uasset new file mode 100644 index 0000000..675c5d3 --- /dev/null +++ b/Content/StarterContent/Textures/T_Metal_Steel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf83e43c2a3c66c7222af7db215596de955cf09a7d9cd3d5bf645eba0078b9fd +size 4912078 diff --git a/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 0000000..fc9a1de --- /dev/null +++ b/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d78b11e74d7da8b446d4552363ef0227a5b8a3812329740139e9f30002eac5 +size 7834324 diff --git a/Content/StarterContent/Textures/T_RockMesh_M.uasset b/Content/StarterContent/Textures/T_RockMesh_M.uasset new file mode 100644 index 0000000..1ef71b4 --- /dev/null +++ b/Content/StarterContent/Textures/T_RockMesh_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e349fe2778d117f94fbb047ea0ac19be770c895801a3fe7a814eaf9046881899 +size 2679820 diff --git a/Content/StarterContent/Textures/T_RockMesh_N.uasset b/Content/StarterContent/Textures/T_RockMesh_N.uasset new file mode 100644 index 0000000..0670981 --- /dev/null +++ b/Content/StarterContent/Textures/T_RockMesh_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e5d9182e9a4010b5d3ad91968ca3db192d521d03b6cbffecb65897d39d7035 +size 5337671 diff --git a/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset new file mode 100644 index 0000000..1639282 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7092b9f5b20d16e9058242ca91a4f7fb061f637f631f10cdddc7cd5674448efa +size 9299763 diff --git a/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset new file mode 100644 index 0000000..07c670c --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1802155501e6982e68fa04c43bea492740b28b30ec52266516a0d1aae4c44578 +size 7804770 diff --git a/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 0000000..550cd6f --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e952a9d0f3696eb56521bf7e9ce525236da3bfb8d49d1d67b292a892568af1 +size 5288078 diff --git a/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset new file mode 100644 index 0000000..20b40e6 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cf5b1f377f0bf932854bbb5df7b4d1b0cee804180ea1dcdaba0184736bc3ea +size 9170780 diff --git a/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset new file mode 100644 index 0000000..fa37985 --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf856d55f538aa455cc834890d9f61cf90354d01e984cb78ea5e598509758322 +size 8366788 diff --git a/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/Content/StarterContent/Textures/T_Rock_Slate_D.uasset new file mode 100644 index 0000000..569360e --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Slate_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46947bc63546540839a3f3df00d9596142464dc35dc1e4abc5fb146cb8f19af1 +size 12264193 diff --git a/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/Content/StarterContent/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 0000000..1708abb --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Slate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dee677b3e69a3be40bfaadae0398ed14ff1154060ce13ff09618b8ea7ae359 +size 9608113 diff --git a/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset new file mode 100644 index 0000000..6cc463f --- /dev/null +++ b/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77e684ee82a9a1dc5c97ad0308cfff19987d5090cf4cd152830d37f25f14763 +size 8782207 diff --git a/Content/StarterContent/Textures/T_Shelf_M.uasset b/Content/StarterContent/Textures/T_Shelf_M.uasset new file mode 100644 index 0000000..f5ad59f --- /dev/null +++ b/Content/StarterContent/Textures/T_Shelf_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18efac4dcf4b88c5ecaac68e2d456b170d97ab7624e2a1fd7aadde8931c372a +size 645532 diff --git a/Content/StarterContent/Textures/T_Shelf_N.uasset b/Content/StarterContent/Textures/T_Shelf_N.uasset new file mode 100644 index 0000000..53322a3 --- /dev/null +++ b/Content/StarterContent/Textures/T_Shelf_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec277e89e0ccdae7a554698699c311a5e0ee9428f240b87def1a8779bfe60ea7 +size 1634736 diff --git a/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/Content/StarterContent/Textures/T_Single_Tile_N.uasset new file mode 100644 index 0000000..a37ddbf --- /dev/null +++ b/Content/StarterContent/Textures/T_Single_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570549d4aaa657171fbfd8031af38dfca19b313dcdc5d8b1318a65d04e6cbbb8 +size 9172 diff --git a/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/Content/StarterContent/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..12c905f --- /dev/null +++ b/Content/StarterContent/Textures/T_Smoke_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8c2a528a4d367921b6108d95f79766e6d8bad57868a4546b70dbacec6065de +size 2588122 diff --git a/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..9d6f986 --- /dev/null +++ b/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda54aea84888edb638319ae3fa00fbc334759bce3683680ff62daa61fa90d10 +size 56487 diff --git a/Content/StarterContent/Textures/T_Spark_Core.uasset b/Content/StarterContent/Textures/T_Spark_Core.uasset new file mode 100644 index 0000000..614a8b6 --- /dev/null +++ b/Content/StarterContent/Textures/T_Spark_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e994095844eafd889151bd94672120f0989644a45956d4f613aa3f4810d293b +size 136231 diff --git a/Content/StarterContent/Textures/T_Statue_M.uasset b/Content/StarterContent/Textures/T_Statue_M.uasset new file mode 100644 index 0000000..f6cd4bd --- /dev/null +++ b/Content/StarterContent/Textures/T_Statue_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416b08a867057d7a19496f8dcad72b10db6b23d70aa36fd693c60cbc6d6349ed +size 542689 diff --git a/Content/StarterContent/Textures/T_Statue_N.uasset b/Content/StarterContent/Textures/T_Statue_N.uasset new file mode 100644 index 0000000..e55a7c3 --- /dev/null +++ b/Content/StarterContent/Textures/T_Statue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8810fd046b77a99192742daaa0f15dbf023327ffdcec86e66dce2b83dbf21a56 +size 504347 diff --git a/Content/StarterContent/Textures/T_TableRound_M.uasset b/Content/StarterContent/Textures/T_TableRound_M.uasset new file mode 100644 index 0000000..734aadc --- /dev/null +++ b/Content/StarterContent/Textures/T_TableRound_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d336121b0c08daa46e37300cafce3fa195a298b0dba7fedcc5bd4bd31aa90b +size 853624 diff --git a/Content/StarterContent/Textures/T_TableRound_N.uasset b/Content/StarterContent/Textures/T_TableRound_N.uasset new file mode 100644 index 0000000..cb4c719 --- /dev/null +++ b/Content/StarterContent/Textures/T_TableRound_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65470b69a6797b1520b26492f43f6a5cb75dc4e424bd2850454f00a8350dc983 +size 1539628 diff --git a/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/Content/StarterContent/Textures/T_Tech_Dot_M.uasset new file mode 100644 index 0000000..7c72269 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Dot_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b1ba3deb1cceb2f6ff0808262c5abdd74c8b9022dda4e51da8542559537034 +size 87410 diff --git a/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/Content/StarterContent/Textures/T_Tech_Dot_N.uasset new file mode 100644 index 0000000..5195758 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Dot_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3ad34c61120aea1112a6846856b3596655df3371168c831ec69475ce424a13 +size 179482 diff --git a/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset new file mode 100644 index 0000000..a59e13a --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454e8b9be045075a1aad36d9177e6a7d1da3e74966661cc8511a66e43c0ff0c4 +size 762987 diff --git a/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset new file mode 100644 index 0000000..4fb62e1 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544320ffc2d7f4ea90f0226c1be6cb1f4baf455bc335a3a0ad1ff4b2354747d0 +size 463065 diff --git a/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/Content/StarterContent/Textures/T_Tech_Panel_M.uasset new file mode 100644 index 0000000..2a4b188 --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Panel_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21648f92e4001e53537be3b6cd310afc382d41c8b033a6aeb5bf83d5d9a7690e +size 949083 diff --git a/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/Content/StarterContent/Textures/T_Tech_Panel_N.uasset new file mode 100644 index 0000000..0336dff --- /dev/null +++ b/Content/StarterContent/Textures/T_Tech_Panel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d021b18adec23ed357d0a8f29c958c1245ec7b21226c856195cca6f9f2143a39 +size 1857006 diff --git a/Content/StarterContent/Textures/T_Water_M.uasset b/Content/StarterContent/Textures/T_Water_M.uasset new file mode 100644 index 0000000..a97725c --- /dev/null +++ b/Content/StarterContent/Textures/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990a6e33285d33e53cb6956f1a7a30360c66477f9737ece4721aad36e07584cc +size 1651409 diff --git a/Content/StarterContent/Textures/T_Water_N.uasset b/Content/StarterContent/Textures/T_Water_N.uasset new file mode 100644 index 0000000..65370c5 --- /dev/null +++ b/Content/StarterContent/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d683c8f67d1a1639bcc2939f1fb23ee61289a0c3bbc44cb0db689a23348ba1bc +size 2064469 diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset new file mode 100644 index 0000000..3c72685 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1683ee19b2be98916e3b0869ddb3cb6911a715fb2caff560f70ebdc25f1246 +size 4548392 diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset new file mode 100644 index 0000000..9690785 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12901c3b39ac9338e27c9ab0729188145690e9d361a0729371c7598f394eb835 +size 3923225 diff --git a/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset new file mode 100644 index 0000000..5200275 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d77f652374989bbf21c449d9de8979c8c9856509caca2f823337abd466c005c +size 2859583 diff --git a/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/Content/StarterContent/Textures/T_Wood_Oak_D.uasset new file mode 100644 index 0000000..0ab273e --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Oak_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f55386ba1743f0a9e6c2a0580d08be6fdad756ac6d08ff496ffa2cde371e9f2 +size 6678190 diff --git a/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/Content/StarterContent/Textures/T_Wood_Oak_N.uasset new file mode 100644 index 0000000..7af102d --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Oak_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90646b164c5018e2268e14831af332128202d18a9dad38d438754b27ddc1d723 +size 6244254 diff --git a/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/Content/StarterContent/Textures/T_Wood_Pine_D.uasset new file mode 100644 index 0000000..31ddb19 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Pine_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0f9afde310f6e49b2dd2dcb755926bd317c851111a2709397e15a7d571ee38 +size 9827131 diff --git a/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/Content/StarterContent/Textures/T_Wood_Pine_N.uasset new file mode 100644 index 0000000..b53b21f --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Pine_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dafc4eed7a793910c95c4a9d1b1cf95f248589776ea7caa2f0667b7cd23a57e +size 3460305 diff --git a/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 0000000..75fc93b --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5756b81ce5abd2c786ec568be95ab9d255da0230e389c3c98d6ecf5faef8d990 +size 6485570 diff --git a/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 0000000..7a28b52 --- /dev/null +++ b/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f5d2cf1d93100036006e7af9ab6306b0afabd8156b167606a7c48952f42949 +size 3834899 diff --git a/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/Content/StarterContent/Textures/T_ground_Moss_D.uasset new file mode 100644 index 0000000..62cfc6e --- /dev/null +++ b/Content/StarterContent/Textures/T_ground_Moss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aef65bf6ef89648cb6ffd875e3ddb3747349bfecd2854583c874b2d7d180f29 +size 12978098 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/CL/381LM03PFI8AF9NED1SEV2.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/CL/381LM03PFI8AF9NED1SEV2.uasset new file mode 100644 index 0000000..cf417d5 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/CL/381LM03PFI8AF9NED1SEV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb0f6cd53be5d2fbe7aedb57b0df95c1f7d449c05ed223506c377d2a64654ce +size 3378 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/GO/I8WEFD3RY9V3NVQLSU6QM4.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/GO/I8WEFD3RY9V3NVQLSU6QM4.uasset new file mode 100644 index 0000000..5f6a940 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/GO/I8WEFD3RY9V3NVQLSU6QM4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2b12f208a1106094c03b51189f766e816273e6d9e5d9d15373c1f0e70e7cdd +size 3300 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WB/V4ALNTJYOVWM8BU452CKV5.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WB/V4ALNTJYOVWM8BU452CKV5.uasset new file mode 100644 index 0000000..220fecc --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WB/V4ALNTJYOVWM8BU452CKV5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c67aa22c149a018818f42ab48c62c1f7d307c111d73914bb805747afd11bd77 +size 4607 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/RN/55P1SMQLAF7OK6300D5I8N.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/RN/55P1SMQLAF7OK6300D5I8N.uasset new file mode 100644 index 0000000..47804ad --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/RN/55P1SMQLAF7OK6300D5I8N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79572c02a32d5a30f092f50f984b7bdd5cd6c6ba5b7ccedef74446b025f0d17a +size 3746 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/AI/0XWE3RNM2XQC0ST1KXG02O.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/AI/0XWE3RNM2XQC0ST1KXG02O.uasset new file mode 100644 index 0000000..1c22cb4 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/AI/0XWE3RNM2XQC0ST1KXG02O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a5917bffd48d0eb1b0f0f1d100fecef15f3f7a7b5da01ef2855bb0334cf871 +size 3982 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/CR/SRVPLA8UNZ8XIIP0E036DI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/CR/SRVPLA8UNZ8XIIP0E036DI.uasset new file mode 100644 index 0000000..ad0de0b --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/CR/SRVPLA8UNZ8XIIP0E036DI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809f2e233adfeca216845da9edc6da786121f31da9dc767830f5a9126ff5f7c1 +size 2580 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/8C/EAHCBN229IT8APJO305AH5.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/8C/EAHCBN229IT8APJO305AH5.uasset new file mode 100644 index 0000000..c41c954 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/8C/EAHCBN229IT8APJO305AH5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ba7cd3b4957ff7e920d6f9b684f0c1a54aa522a0722028e8e8a82ab1052ce5 +size 4752 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/0Z/5RQIHCZ9W3UXRGL4LTLQAK.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/0Z/5RQIHCZ9W3UXRGL4LTLQAK.uasset new file mode 100644 index 0000000..bb9944c --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/0Z/5RQIHCZ9W3UXRGL4LTLQAK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3635d07b910c7341619a6fbecc7eccfd10f77346b087a0a62433e4666820a8a0 +size 3364 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/AJ/2XZ3RUK0LFB63FVNQE7P5R.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/AJ/2XZ3RUK0LFB63FVNQE7P5R.uasset new file mode 100644 index 0000000..2fd3136 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/AJ/2XZ3RUK0LFB63FVNQE7P5R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eb7e288ab7c55f35d813c96ccf1334f4ddac52b882169939625da87b437864 +size 4080 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/L5/1ZJ54FMA0DAL3I2Q8RFAIB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/L5/1ZJ54FMA0DAL3I2Q8RFAIB.uasset new file mode 100644 index 0000000..79dc07f --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/L5/1ZJ54FMA0DAL3I2Q8RFAIB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441e91a1620d3ab691a2bcc68e174a457d99a05a8459a5644e8a29355fb0d0c6 +size 4078 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/Z7/W1SXRCM1KAKBJOIZDLHZ47.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/Z7/W1SXRCM1KAKBJOIZDLHZ47.uasset new file mode 100644 index 0000000..7034ab1 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/Z7/W1SXRCM1KAKBJOIZDLHZ47.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4aff3cb4b10355901520553b7d94f71afe7c91ed58cd59558800486e662333 +size 4064 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/XJ/HL558UUAGCS9HVVOI0S7PX.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/XJ/HL558UUAGCS9HVVOI0S7PX.uasset new file mode 100644 index 0000000..4be3d22 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/XJ/HL558UUAGCS9HVVOI0S7PX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40acc439cf43876ad8b1090a2d91e1437145ebbfd5d729788e3a923c4d732fc +size 4195 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/GN/CSU8R1T8B1OH8M64M1VWHA.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/GN/CSU8R1T8B1OH8M64M1VWHA.uasset new file mode 100644 index 0000000..a8ee270 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/GN/CSU8R1T8B1OH8M64M1VWHA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d24817c5d1b24b61326778785e24ed779da969bdbd272ca83ba7d19519c6dc +size 4277 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/WH/8IR8SJKGGB5NXESXEBCGOI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/WH/8IR8SJKGGB5NXESXEBCGOI.uasset new file mode 100644 index 0000000..485dd00 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/WH/8IR8SJKGGB5NXESXEBCGOI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e1159ccbd7c0dfd6bdbdb86410f3653ae6db034a9324624c246b0adf58c7ce +size 4195 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/36/99397IYAWHV0M7M45F79WK.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/36/99397IYAWHV0M7M45F79WK.uasset new file mode 100644 index 0000000..78b2492 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/36/99397IYAWHV0M7M45F79WK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761701e0b8e23a3ef46ab75d4b5916a7eab0318ad7e06f74f7373e612b261526 +size 4159 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/VO/VMN4G7K3NKKV6F8HTPHHDB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/VO/VMN4G7K3NKKV6F8HTPHHDB.uasset new file mode 100644 index 0000000..b9b65aa --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/VO/VMN4G7K3NKKV6F8HTPHHDB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3dbae8162f1f8fb983d4ce0174fedb3de0129857e3929bfcc060aece008326 +size 3601 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/ZU/PDQ0AB8RLNMVID876FD49G.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/ZU/PDQ0AB8RLNMVID876FD49G.uasset new file mode 100644 index 0000000..15f59ff --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/ZU/PDQ0AB8RLNMVID876FD49G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea65e233531c696f78a24b02ba6b89f318d0001984106530fc969a7f9d2567d +size 5035 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/D/0W/E1FKEGVKGOLM7HGLQPCIPO.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/D/0W/E1FKEGVKGOLM7HGLQPCIPO.uasset new file mode 100644 index 0000000..58042b6 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/D/0W/E1FKEGVKGOLM7HGLQPCIPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df46d282029a149b968cc4dcea580d382e55ca81114a279dfcc0a4620845843f +size 2448 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/MX/R1GV431P5FDO08OFULRA01.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/MX/R1GV431P5FDO08OFULRA01.uasset new file mode 100644 index 0000000..72e5784 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/MX/R1GV431P5FDO08OFULRA01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6161937eb39f319d2195de9f8fac0bff0e04a889a69834d93573fa802ee0d482 +size 12412 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/UE/YUZ9741T50O1SYRX90OB0S.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/UE/YUZ9741T50O1SYRX90OB0S.uasset new file mode 100644 index 0000000..565841a --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/UE/YUZ9741T50O1SYRX90OB0S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53de311d46014de29fd0abd3671e9b17fe498dd024681dabd31cd3b1d0aa5fcd +size 4194 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/V3/ICWLYCF62EJ63XTK5ZSZWV.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/V3/ICWLYCF62EJ63XTK5ZSZWV.uasset new file mode 100644 index 0000000..e12cabe --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/V3/ICWLYCF62EJ63XTK5ZSZWV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af19e53ef86b1bd5dd3d646c9afe7ffe91e4f01d6f862230824247e28ba553e7 +size 849 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/3/9Y/O1HBCAIOGYKE5W89K0N3EC.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/3/9Y/O1HBCAIOGYKE5W89K0N3EC.uasset new file mode 100644 index 0000000..194cedd --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/3/9Y/O1HBCAIOGYKE5W89K0N3EC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c910d678daf787fcd328ba25a9af874e752c2d330d53df506a304a2ebd6ab140 +size 1981 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/E/ZB/64YLC9YROSMO90SC5KR0PE.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/E/ZB/64YLC9YROSMO90SC5KR0PE.uasset new file mode 100644 index 0000000..3dd6475 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/E/ZB/64YLC9YROSMO90SC5KR0PE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c86aabe50e18ae8ddf55c13f7e96bc515be7ba1923488d2bc4b5a5dbc95045 +size 1977 diff --git a/MyProject.uproject b/MyProject.uproject new file mode 100644 index 0000000..41b106c --- /dev/null +++ b/MyProject.uproject @@ -0,0 +1,22 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.5", + "Category": "", + "Description": "", + "Modules": [ + { + "Name": "MyProject", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ], + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..748faf2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MyProject + +Developed with Unreal Engine 5 diff --git a/Source/MyProject.Target.cs b/Source/MyProject.Target.cs new file mode 100644 index 0000000..96bc1db --- /dev/null +++ b/Source/MyProject.Target.cs @@ -0,0 +1,15 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +using UnrealBuildTool; +using System.Collections.Generic; + +public class MyProjectTarget : TargetRules +{ + public MyProjectTarget(TargetInfo Target) : base(Target) + { + Type = TargetType.Game; + DefaultBuildSettings = BuildSettingsVersion.V5; + + ExtraModuleNames.AddRange( new string[] { "MyProject" } ); + } +} diff --git a/Source/MyProject/MyProject.Build.cs b/Source/MyProject/MyProject.Build.cs new file mode 100644 index 0000000..0cb70cc --- /dev/null +++ b/Source/MyProject/MyProject.Build.cs @@ -0,0 +1,23 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +using UnrealBuildTool; + +public class MyProject : ModuleRules +{ + public MyProject(ReadOnlyTargetRules Target) : base(Target) + { + PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; + + PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" }); + + PrivateDependencyModuleNames.AddRange(new string[] { }); + + // Uncomment if you are using Slate UI + // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); + + // Uncomment if you are using online features + // PrivateDependencyModuleNames.Add("OnlineSubsystem"); + + // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true + } +} diff --git a/Source/MyProject/MyProject.cpp b/Source/MyProject/MyProject.cpp new file mode 100644 index 0000000..4c88a73 --- /dev/null +++ b/Source/MyProject/MyProject.cpp @@ -0,0 +1,6 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#include "MyProject.h" +#include "Modules/ModuleManager.h" + +IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, MyProject, "MyProject" ); diff --git a/Source/MyProject/MyProject.h b/Source/MyProject/MyProject.h new file mode 100644 index 0000000..90aad9e --- /dev/null +++ b/Source/MyProject/MyProject.h @@ -0,0 +1,6 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" + diff --git a/Source/MyProject/Private/TheracAdapter.cpp b/Source/MyProject/Private/TheracAdapter.cpp new file mode 100644 index 0000000..27c237b --- /dev/null +++ b/Source/MyProject/Private/TheracAdapter.cpp @@ -0,0 +1,12 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "TheracAdapter.h" + +TheracAdapter::TheracAdapter() +{ +} + +TheracAdapter::~TheracAdapter() +{ +} diff --git a/Source/MyProject/Public/TheracAdapter.h b/Source/MyProject/Public/TheracAdapter.h new file mode 100644 index 0000000..5544827 --- /dev/null +++ b/Source/MyProject/Public/TheracAdapter.h @@ -0,0 +1,15 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" + +/** + * + */ +class MYPROJECT_API TheracAdapter +{ +public: + TheracAdapter(); + ~TheracAdapter(); +}; diff --git a/Source/MyProjectEditor.Target.cs b/Source/MyProjectEditor.Target.cs new file mode 100644 index 0000000..328b288 --- /dev/null +++ b/Source/MyProjectEditor.Target.cs @@ -0,0 +1,15 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +using UnrealBuildTool; +using System.Collections.Generic; + +public class MyProjectEditorTarget : TargetRules +{ + public MyProjectEditorTarget(TargetInfo Target) : base(Target) + { + Type = TargetType.Editor; + DefaultBuildSettings = BuildSettingsVersion.V5; + + ExtraModuleNames.AddRange( new string[] { "MyProject" } ); + } +}