Upload folder using huggingface_hub (part 2)
Browse files- .gitattributes +1 -0
- Content/TWD_FanGame/Levels/BP/BP_BlokA.uasset +2 -2
- Content/TWD_FanGame/Levels/BP/BP_BlokC.uasset +2 -2
- Content/TWD_FanGame/Levels/BP/BP_BlokD.uasset +2 -2
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/CobblestonePavementMateri.uproject +71 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultEditor.ini +0 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultEngine.ini +104 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultGame.ini +7 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultInput.ini +84 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Maps/Overview.umap +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Materials/MI_Cobblestone.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Materials/M_Cobblestone.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_AO.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_BaseColor.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_Height.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_Normal.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_ORM.uasset +3 -0
- Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_Roughness.uasset +3 -0
- Content/TWD_FanGame/Levels/TWD_Lvl_1.umap +2 -2
- Intermediate/CachedAssetRegistry_0.bin +1 -1
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokA_Auto3.uasset +2 -2
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokA_Auto5.uasset +3 -0
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto1.uasset +2 -2
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto2.uasset +2 -2
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto3.uasset +3 -0
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto4.uasset +2 -2
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto5.uasset +3 -0
- Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokD_Auto1.uasset +2 -2
.gitattributes
CHANGED
|
@@ -5,3 +5,4 @@
|
|
| 5 |
*.fbx filter=lfs diff=lfs merge=lfs -text
|
| 6 |
=======
|
| 7 |
*.uasset filter=lfs diff=lfs merge=lfs -text.
|
|
|
|
|
|
| 5 |
*.fbx filter=lfs diff=lfs merge=lfs -text
|
| 6 |
=======
|
| 7 |
*.uasset filter=lfs diff=lfs merge=lfs -text.
|
| 8 |
+
Intermediate/CachedAssetRegistry_0.bin filter=lfs diff=lfs merge=lfs -text
|
Content/TWD_FanGame/Levels/BP/BP_BlokA.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f664a9f156b92f6f7ee305c50e785ba3e9f1b512bdfc677a03a38a3612234366
|
| 3 |
+
size 356754
|
Content/TWD_FanGame/Levels/BP/BP_BlokC.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7087d44effb60a3fdec3d76ecb449c157f547c09c92dd81d5dcf1e0f3398001
|
| 3 |
+
size 204789
|
Content/TWD_FanGame/Levels/BP/BP_BlokD.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:652008da05099b7dd4b84c55eb687850530460d48394fc10b2d33ce6fafbd898
|
| 3 |
+
size 386813
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/CobblestonePavementMateri.uproject
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"FileVersion": 3,
|
| 3 |
+
"EngineAssociation": "5.7",
|
| 4 |
+
"Category": "",
|
| 5 |
+
"Description": "",
|
| 6 |
+
"Plugins": [
|
| 7 |
+
{
|
| 8 |
+
"Name": "Bridge",
|
| 9 |
+
"Enabled": false
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"Name": "Fab",
|
| 13 |
+
"Enabled": false
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"Name": "MeshPainting",
|
| 17 |
+
"Enabled": false
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"Name": "GLTFExporter",
|
| 21 |
+
"Enabled": false
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"Name": "InterchangeEditor",
|
| 25 |
+
"Enabled": false,
|
| 26 |
+
"SupportedTargetPlatforms": [
|
| 27 |
+
"Win64",
|
| 28 |
+
"Linux",
|
| 29 |
+
"Mac"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"Name": "Interchange",
|
| 34 |
+
"Enabled": false,
|
| 35 |
+
"SupportedTargetPlatforms": [
|
| 36 |
+
"Win64",
|
| 37 |
+
"Linux",
|
| 38 |
+
"Mac"
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"Name": "ChaosEditor",
|
| 43 |
+
"Enabled": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"Name": "Dataflow",
|
| 47 |
+
"Enabled": false
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"Name": "FabLauncher",
|
| 51 |
+
"Enabled": false,
|
| 52 |
+
"SupportedTargetPlatforms": [
|
| 53 |
+
"Win64",
|
| 54 |
+
"Mac",
|
| 55 |
+
"Linux"
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"Name": "MetaHumanSDK",
|
| 60 |
+
"Enabled": false
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"Name": "SkeletalMeshModelingTools",
|
| 64 |
+
"Enabled": false
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"Name": "InterchangeTests",
|
| 68 |
+
"Enabled": false
|
| 69 |
+
}
|
| 70 |
+
]
|
| 71 |
+
}
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultEditor.ini
ADDED
|
File without changes
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultEngine.ini
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
|
| 3 |
+
[/Script/EngineSettings.GameMapsSettings]
|
| 4 |
+
GameDefaultMap=/Game/Cobblestone/Maps/Overview.Overview
|
| 5 |
+
EditorStartupMap=/Game/Cobblestone/Maps/Overview.Overview
|
| 6 |
+
TransitionMap=/Game/Cobblestone/Maps/Overview.Overview
|
| 7 |
+
|
| 8 |
+
[/Script/Engine.RendererSettings]
|
| 9 |
+
r.AllowStaticLighting=False
|
| 10 |
+
|
| 11 |
+
r.GenerateMeshDistanceFields=True
|
| 12 |
+
|
| 13 |
+
r.DynamicGlobalIlluminationMethod=1
|
| 14 |
+
|
| 15 |
+
r.ReflectionMethod=1
|
| 16 |
+
|
| 17 |
+
r.SkinCache.CompileShaders=True
|
| 18 |
+
|
| 19 |
+
r.RayTracing=True
|
| 20 |
+
|
| 21 |
+
r.RayTracing.RayTracingProxies.ProjectEnabled=True
|
| 22 |
+
|
| 23 |
+
r.Substrate=True
|
| 24 |
+
|
| 25 |
+
r.Substrate.ProjectGBufferFormat=0
|
| 26 |
+
|
| 27 |
+
r.Shadow.Virtual.Enable=1
|
| 28 |
+
|
| 29 |
+
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
| 30 |
+
|
| 31 |
+
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
| 32 |
+
|
| 33 |
+
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
| 34 |
+
|
| 35 |
+
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
| 36 |
+
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
| 37 |
+
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
| 38 |
+
-D3D12TargetedShaderFormats=PCD3D_SM5
|
| 39 |
+
+D3D12TargetedShaderFormats=PCD3D_SM6
|
| 40 |
+
-D3D11TargetedShaderFormats=PCD3D_SM5
|
| 41 |
+
+D3D11TargetedShaderFormats=PCD3D_SM5
|
| 42 |
+
Compiler=Default
|
| 43 |
+
AudioSampleRate=48000
|
| 44 |
+
AudioCallbackBufferFrameSize=1024
|
| 45 |
+
AudioNumBuffersToEnqueue=1
|
| 46 |
+
AudioMaxChannels=0
|
| 47 |
+
AudioNumSourceWorkers=4
|
| 48 |
+
SpatializationPlugin=
|
| 49 |
+
SourceDataOverridePlugin=
|
| 50 |
+
ReverbPlugin=
|
| 51 |
+
OcclusionPlugin=
|
| 52 |
+
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
|
| 53 |
+
CacheSizeKB=65536
|
| 54 |
+
MaxChunkSizeOverrideKB=0
|
| 55 |
+
bResampleForDevice=False
|
| 56 |
+
MaxSampleRate=48000.000000
|
| 57 |
+
HighSampleRate=32000.000000
|
| 58 |
+
MedSampleRate=24000.000000
|
| 59 |
+
LowSampleRate=12000.000000
|
| 60 |
+
MinSampleRate=8000.000000
|
| 61 |
+
CompressionQualityModifier=1.000000
|
| 62 |
+
AutoStreamingThreshold=0.000000
|
| 63 |
+
SoundCueCookQualityIndex=-1
|
| 64 |
+
|
| 65 |
+
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
| 66 |
+
-TargetedRHIs=SF_VULKAN_SM5
|
| 67 |
+
+TargetedRHIs=SF_VULKAN_SM6
|
| 68 |
+
|
| 69 |
+
[/Script/MacTargetPlatform.MacTargetSettings]
|
| 70 |
+
-TargetedRHIs=SF_METAL_SM5
|
| 71 |
+
+TargetedRHIs=SF_METAL_SM6
|
| 72 |
+
|
| 73 |
+
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
| 74 |
+
TargetedHardwareClass=Desktop
|
| 75 |
+
AppliedTargetedHardwareClass=Desktop
|
| 76 |
+
DefaultGraphicsPerformance=Maximum
|
| 77 |
+
AppliedDefaultGraphicsPerformance=Maximum
|
| 78 |
+
|
| 79 |
+
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
|
| 80 |
+
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
|
| 81 |
+
|
| 82 |
+
[/Script/Engine.UserInterfaceSettings]
|
| 83 |
+
bAuthorizeAutomaticWidgetVariableCreation=False
|
| 84 |
+
FontDPIPreset=Standard
|
| 85 |
+
FontDPI=72
|
| 86 |
+
|
| 87 |
+
[/Script/Engine.Engine]
|
| 88 |
+
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/Fab")
|
| 89 |
+
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/Fab")
|
| 90 |
+
|
| 91 |
+
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
| 92 |
+
bEnablePlugin=True
|
| 93 |
+
bAllowNetworkConnection=True
|
| 94 |
+
SecurityToken=27DA76F648DD34B7E339398FD34AE6F1
|
| 95 |
+
bIncludeInShipping=False
|
| 96 |
+
bAllowExternalStartInShipping=False
|
| 97 |
+
bCompileAFSProject=False
|
| 98 |
+
bUseCompression=False
|
| 99 |
+
bLogFiles=False
|
| 100 |
+
bReportStats=False
|
| 101 |
+
ConnectionType=USBOnly
|
| 102 |
+
bUseManualIPAddress=False
|
| 103 |
+
ManualIPAddress=
|
| 104 |
+
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultGame.ini
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
|
| 3 |
+
[/Script/CommonUI.CommonUISettings]
|
| 4 |
+
CommonButtonAcceptKeyHandling=TriggerClick
|
| 5 |
+
|
| 6 |
+
[/Script/EngineSettings.GeneralProjectSettings]
|
| 7 |
+
ProjectID=F532D4054EE56B6E257A8C8386BA91A5
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Config/DefaultInput.ini
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[/Script/Engine.InputSettings]
|
| 2 |
+
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
| 3 |
+
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
| 4 |
+
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
| 5 |
+
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
| 6 |
+
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
| 7 |
+
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
| 8 |
+
-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
| 9 |
+
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 10 |
+
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 11 |
+
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 12 |
+
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 13 |
+
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
| 14 |
+
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
| 15 |
+
+AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
| 16 |
+
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 17 |
+
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 18 |
+
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 19 |
+
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 20 |
+
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 21 |
+
+AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 22 |
+
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 23 |
+
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 24 |
+
+AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 25 |
+
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 26 |
+
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 27 |
+
+AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 28 |
+
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 29 |
+
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 30 |
+
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 31 |
+
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 32 |
+
+AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 33 |
+
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 34 |
+
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 35 |
+
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 36 |
+
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 37 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 38 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 39 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 40 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 41 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 42 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 43 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 44 |
+
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 45 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 46 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 47 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 48 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 49 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 50 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 51 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 52 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 53 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 54 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 55 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 56 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 57 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 58 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 59 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 60 |
+
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
| 61 |
+
bAltEnterTogglesFullscreen=True
|
| 62 |
+
bF11TogglesFullscreen=True
|
| 63 |
+
bUseMouseForTouch=False
|
| 64 |
+
bEnableMouseSmoothing=True
|
| 65 |
+
bEnableFOVScaling=True
|
| 66 |
+
bCaptureMouseOnLaunch=True
|
| 67 |
+
bEnableLegacyInputScales=True
|
| 68 |
+
bEnableMotionControls=True
|
| 69 |
+
bFilterInputByPlatformUser=False
|
| 70 |
+
bShouldFlushPressedKeysOnViewportFocusLost=True
|
| 71 |
+
bAlwaysShowTouchInterface=False
|
| 72 |
+
bShowConsoleOnFourFingerTap=True
|
| 73 |
+
bEnableGestureRecognizer=False
|
| 74 |
+
bUseAutocorrect=False
|
| 75 |
+
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
| 76 |
+
DefaultViewportMouseLockMode=LockOnCapture
|
| 77 |
+
FOVScale=0.011110
|
| 78 |
+
DoubleClickTime=0.200000
|
| 79 |
+
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
| 80 |
+
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
| 81 |
+
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
| 82 |
+
-ConsoleKeys=Tilde
|
| 83 |
+
+ConsoleKeys=Tilde
|
| 84 |
+
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Maps/Overview.umap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:793b5b38c713e21fda3fc90c5a068b543993dddcfd5aac117bc32dff0b65ec74
|
| 3 |
+
size 58132
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Materials/MI_Cobblestone.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e1288f8d78e32e5526d73447085f8d1fd928689269db8ea397dbaa946bc1b69
|
| 3 |
+
size 11184
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Materials/M_Cobblestone.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10df0806a3f28b6d341218cd52efeab754f021d71725125915b9ccd85e0adcdd
|
| 3 |
+
size 28191
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_AO.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8777d0426090f52a65c507e7517df1a6fb7fb6bfaeb1fe3fcb6ff010bae573e8
|
| 3 |
+
size 9936315
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_BaseColor.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b10de1b9c147d982e7a8c7a38c99e22084e2dc509bfb0aef4e910997c92e869
|
| 3 |
+
size 32224421
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_Height.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd1e099b42cc9a2eb76316c8af5f33ec1b35a6e0527672ca49897a2075652612
|
| 3 |
+
size 2692841
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_Normal.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb808abda3466cf765244fadba4c0a5492a16d6e5a93985845c38bb924030dfd
|
| 3 |
+
size 43727027
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_ORM.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93094a25a052fcbc53795bd7ce78d56ab8674ea18a44a3c3ae4dc31c6d223eda
|
| 3 |
+
size 13513378
|
Content/TWD_FanGame/Levels/Materials/CobblestonePavementMateri/Content/Cobblestone/Textures/T_Cobblestone_Roughness.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95099d5aeb2bfb841c1b7d4a40027af2174d243b3a1cf8fe34ad0ec9465c7750
|
| 3 |
+
size 8424652
|
Content/TWD_FanGame/Levels/TWD_Lvl_1.umap
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5be22dddf263ff32e488e19ddedf746b6e1516f1dde0442a894a7098f905d89
|
| 3 |
+
size 4609367
|
Intermediate/CachedAssetRegistry_0.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 89343321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fca93c14a6c5f5e2ef3db116c23b80b67a49dfc13d7f0616fbfae0d5ee3a9c73
|
| 3 |
size 89343321
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokA_Auto3.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ca69c7301558872ab9a89a821ac7101929c580818c4e00cbc46d40e197c0a8
|
| 3 |
+
size 361127
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokA_Auto5.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b661e70d1dcf794be71c961972a88f9452e5298ff7535d4dba590379b64a767d
|
| 3 |
+
size 356754
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto1.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c0ca5a14d07cb75ef0ae4f2a6cc9f47aa3cf1533e77f43e1665d9b4d5181ddb
|
| 3 |
+
size 147543
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto2.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1f9ab5e5d465da0857de8974a0a48d4fa0b68227f9dd3da8c37771eec371f7c
|
| 3 |
+
size 151789
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto3.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d258b750228411fc72b23f408e66ffae1bd2da731d714bca90f29d1633cb48a4
|
| 3 |
+
size 170614
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto4.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6827935a87c4135a51ded8f7e8939b8cbd771ca98fbcd3f8598d5be00a7dfd6
|
| 3 |
+
size 196039
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokC_Auto5.uasset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b314e288fe76662f3164ff92558c3e674d976e39851293eb510939ba8a78fb9
|
| 3 |
+
size 204787
|
Saved/Autosaves/Game/TWD_FanGame/Levels/BP/BP_BlokD_Auto1.uasset
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a8475572632f14dd0a2dca65f2a72751f8f380b410581abecf1dff6e7992416
|
| 3 |
+
size 386813
|