dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
|
@ -0,0 +1,49 @@
|
|||
[CommonSettings]
|
||||
SourcePath=Plugins/Online/OnlineSubsystemUtils/Content/Localization/OnlineSubsystemUtils
|
||||
DestinationPath=Plugins/Online/OnlineSubsystemUtils/Content/Localization/OnlineSubsystemUtils
|
||||
ManifestName=OnlineSubsystemUtils.manifest
|
||||
ArchiveName=OnlineSubsystemUtils.archive
|
||||
PortableObjectName=OnlineSubsystemUtils.po
|
||||
ResourceName=OnlineSubsystemUtils.locres
|
||||
NativeCulture=en
|
||||
CulturesToGenerate=en
|
||||
CulturesToGenerate=fr
|
||||
CulturesToGenerate=de
|
||||
CulturesToGenerate=es
|
||||
CulturesToGenerate=es-419
|
||||
CulturesToGenerate=it
|
||||
CulturesToGenerate=ja
|
||||
CulturesToGenerate=ko
|
||||
CulturesToGenerate=ru
|
||||
CulturesToGenerate=zh-Hans
|
||||
CulturesToGenerate=ar
|
||||
CulturesToGenerate=pl
|
||||
CulturesToGenerate=pt-BR
|
||||
|
||||
[GatherTextStep0]
|
||||
CommandletClass=GatherTextFromSource
|
||||
SearchDirectoryPaths=Plugins/Online/OnlineSubsystemUtils/Source/
|
||||
FileNameFilters=*.cpp
|
||||
FileNameFilters=*.h
|
||||
FileNameFilters=*.c
|
||||
FileNameFilters=*.inl
|
||||
FileNameFilters=*.mm
|
||||
FileNameFilters=*.ini
|
||||
ShouldGatherFromEditorOnlyData=false
|
||||
|
||||
[GatherTextStep1]
|
||||
CommandletClass=GenerateGatherManifest
|
||||
|
||||
[GatherTextStep2]
|
||||
CommandletClass=GenerateGatherArchive
|
||||
|
||||
[GatherTextStep3]
|
||||
CommandletClass=InternationalizationExport
|
||||
bImportLoc=true
|
||||
|
||||
[GatherTextStep4]
|
||||
CommandletClass=GenerateTextLocalizationResource
|
||||
|
||||
[GatherTextStep5]
|
||||
CommandletClass=InternationalizationExport
|
||||
bExportLoc=true
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"NativeCulture": "en",
|
||||
"NativeLocRes": "en/OnlineSubsystemUtils.locres",
|
||||
"CompiledCultures": null
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"EPartyReservationResult": {
|
||||
"Accepted": "Accepted",
|
||||
"InvalidReservation": "Bad reservation request",
|
||||
"DuplicateReservation": "Duplicate reservation detected",
|
||||
"FullGame": "Game full",
|
||||
"ReservationNotFound": "No Reservation",
|
||||
"NoResponse": "No response",
|
||||
"DeniedResponse": "Not accepting connections",
|
||||
"ContainsExistingPlayers": "Party members already in session",
|
||||
"BannedResponse": "Player Banned",
|
||||
"GeneralError": "Unknown Error"
|
||||
},
|
||||
"K2Node": {
|
||||
"FlushLeaderboards": "Flush Leaderboards",
|
||||
"K2Node_LeaderboardFlush_Tooltip": "Flushes leaderboards for a session",
|
||||
"LeaderboardFlushCategory": "Online|Leaderboard"
|
||||
},
|
||||
"NetworkErrors": {
|
||||
"GenericBeaconConnectionFailed": "Beacon Connection Failed.",
|
||||
"BeaconSpawnFailureError": "Join failure, Couldn't spawn beacon.",
|
||||
"BeaconSpawnClientWorldPackageNameError": "Join failure, existing ClientWorldPackageName.",
|
||||
"BeaconSpawnExistingActorError": "Join failure, existing beacon actor.",
|
||||
"BeaconSpawnNetGUIDAckError2": "Join failure, no actor at NetGUIDAck.",
|
||||
"BeaconSpawnNetGUIDAckError1": "Join failure, no host object at NetGUIDAck.",
|
||||
"BeaconSpawnUnexpectedError": "Join failure, unexpected control message."
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
|
||||
"FriendlyName" : "Online Subsystem Utils",
|
||||
"Version" : 1,
|
||||
"VersionName" : "1.0",
|
||||
"Description" : "Shared code for interacting online service and online subsystem implementations.",
|
||||
"Category" : "Online Platform",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"EnabledByDefault" : true,
|
||||
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "OnlineSubsystemUtils",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
},
|
||||
{
|
||||
"Name": "OnlineBlueprintSupport",
|
||||
"Type": "UncookedOnly",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
}
|
||||
],
|
||||
"LocalizationTargets":
|
||||
[
|
||||
{
|
||||
"Name": "OnlineSubsystemUtils",
|
||||
"LoadingPolicy": "Always"
|
||||
}
|
||||
],
|
||||
"Plugins":
|
||||
[
|
||||
{
|
||||
"Name": "OnlineSubsystem",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "OnlineServices",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue