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" : 1,
"VersionName" : "1.0",
"FriendlyName" : "TCP Messaging",
"Description" : "Adds a TCP connection based transport layer to the messaging sub-system for sending and receiving messages between networked computers and devices.",
"Category" : "Messaging",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedPrograms": [ "UnrealFrontend" ],
"Modules" :
[
{
"Name" : "TcpMessaging",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"PlatformDenyList" :
[
],
"ProgramAllowList" : [ "UnrealFrontend" ]
}
]
}

View file

@ -0,0 +1,45 @@
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "UDP Messaging",
"Description" : "Adds a UDP based transport and tunneling layer to the messaging sub-system for sending and receiving messages between networked computers and devices.",
"Category" : "Messaging",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedPrograms" :
[
"UnrealFrontend",
"UnrealMultiUserServer",
"UnrealMultiUserSlateServer",
"UnrealRecoverySvc",
"UnrealLightmass",
"CrashReportClientEditor"
],
"Modules" :
[
{
"Name" : "UdpMessaging",
"Type" : "RuntimeAndProgram",
"LoadingPhase" : "PreDefault",
"PlatformDenyList" :
[
],
"ProgramAllowList": [
"UnrealFrontend",
"UnrealMultiUserServer",
"UnrealMultiUserSlateServer",
"UnrealRecoverySvc",
"UnrealLightmass",
"CrashReportClientEditor"
]
}
]
}