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,30 @@
{
"FileVersion": 3,
"Version": 30004,
"VersionName": "3.0.4",
"FriendlyName": "Animation Compression Library",
"Description": "Use the Animation Compression Library (ACL) to compress AnimSequences.",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Modules": [
{
"Name": "ACLPlugin",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformDenyList": []
},
{
"Name": "ACLPluginEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": []
}
]
}

View file

@ -0,0 +1,4 @@
[FilterPlugin]
/LICENSE
/README.md

View file

@ -0,0 +1,26 @@
[
{
"Type": "AnimBoneCompressionCodec_ACL",
"Name": "AnimBoneCompressionCodec_ACL_0",
"Outer": "ACLAnimBoneCompressionSettings",
"Class": "UScriptClass'AnimBoneCompressionCodec_ACL'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "ACL"
}
},
{
"Type": "AnimBoneCompressionSettings",
"Name": "ACLAnimBoneCompressionSettings",
"Class": "UScriptClass'AnimBoneCompressionSettings'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Codecs": [
{
"ObjectName": "AnimBoneCompressionCodec_ACL'ACLAnimBoneCompressionSettings:AnimBoneCompressionCodec_ACL_0'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings.0"
}
]
}
}
]