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/OnlineSubsystemSteam/Content/Localization/OnlineSubsystemSteam
|
||||
DestinationPath=Plugins/Online/OnlineSubsystemSteam/Content/Localization/OnlineSubsystemSteam
|
||||
ManifestName=OnlineSubsystemSteam.manifest
|
||||
ArchiveName=OnlineSubsystemSteam.archive
|
||||
PortableObjectName=OnlineSubsystemSteam.po
|
||||
ResourceName=OnlineSubsystemSteam.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/OnlineSubsystemSteam/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/OnlineSubsystemSteam.locres",
|
||||
"CompiledCultures": null
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"NetworkErrors": {
|
||||
"HostClosedConnection": "Host closed the connection."
|
||||
},
|
||||
"OnlineSubsystemSteam": {
|
||||
"OnlineServiceName": "Steam"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
|
||||
"FriendlyName" : "Online Subsystem Steam",
|
||||
"Version" : 1.1,
|
||||
"VersionName" : "1.1",
|
||||
"Description" : "Access to Steam platform",
|
||||
"Category" : "Online Platform",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"EnabledByDefault" : false,
|
||||
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "OnlineSubsystemSteam",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList" :
|
||||
[
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux"
|
||||
]
|
||||
}
|
||||
],
|
||||
"LocalizationTargets": [
|
||||
{
|
||||
"Name": "OnlineSubsystemSteam",
|
||||
"LoadingPolicy": "Always"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "OnlineSubsystem",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "OnlineSubsystemUtils",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "SteamShared",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue