dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,103 @@
[
{
"Type": "Material",
"Name": "M_DynamicMeshComponentVtxColor",
"Class": "UScriptClass'Material'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"TwoSided": true,
"bTangentSpaceNormal": false,
"bCanMaskedBeAssumedOpaque": true,
"StateId": "BF19D71A-A38C46A9-AAC292A4-6ED5776B",
"bIncludedInBaseGame": true
},
"LoadedMaterialResources": [],
"CachedExpressionData": {
"RuntimeEntries": {
"ParameterInfoSet": [
{
"Name": "FlatShading",
"Association": "EMaterialParameterAssociation::GlobalParameter",
"Index": -1
}
]
},
"RuntimeEntries[1]": {
"ParameterInfoSet": [
{
"Name": "VertexColorMask",
"Association": "EMaterialParameterAssociation::GlobalParameter",
"Index": -1
}
]
},
"RuntimeEntries[2]": {
"ParameterInfoSet": []
},
"RuntimeEntries[3]": {
"ParameterInfoSet": []
},
"RuntimeEntries[4]": {
"ParameterInfoSet": []
},
"RuntimeEntries[5]": {
"ParameterInfoSet": []
},
"RuntimeEntries[6]": {
"ParameterInfoSet": []
},
"RuntimeEntries[7]": {
"ParameterInfoSet": []
},
"ScalarPrimitiveDataIndexValues": [
-1
],
"VectorPrimitiveDataIndexValues": [
-1
],
"ScalarValues": [
1.0
],
"StaticSwitchValues": [],
"DynamicSwitchValues": [],
"VectorValues": [
{
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
}
],
"DoubleVectorValues": [],
"TextureValues": [],
"FontValues": [],
"FontPageValues": [],
"RuntimeVirtualTextureValues": [],
"SparseVolumeTextureValues": [],
"ReferencedTextures": [],
"FunctionInfos": [],
"FunctionInfosStateCRC": 4294967295,
"ParameterCollectionInfos": [],
"GrassTypes": [],
"MaterialLayers": {
"Layers": [],
"Blends": []
},
"DynamicParameterNames": [],
"QualityLevelsUsed": [
false,
false,
false,
false
],
"bHasMaterialLayers": false,
"bHasRuntimeVirtualTextureOutput": false,
"bHasSceneColor": false,
"bHasPerInstanceCustomData": false,
"bHasPerInstanceRandom": false,
"bHasVertexInterpolator": false,
"PropertyConnectedMask": 993
}
}
]

View file

@ -0,0 +1,59 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Mesh Modeling Toolset",
"Description": "A set of modules implementing 3D mesh creation and editing based on the Interactive Tools Framework",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Hidden": true,
"Modules": [
{
"Name": "MeshModelingTools",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "MeshModelingToolsEditorOnly",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "ModelingComponents",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ModelingComponentsEditorOnly",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "ModelingOperators",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ModelingOperatorsEditorOnly",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GeometryProcessing",
"Enabled": true
},
{
"Name": "ProxyLODPlugin",
"Enabled": true
}
]
}