From a0c63756eb8a94ca58481f957ac3b5914bf16a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20=C5=9Eahin?= Date: Wed, 6 May 2026 03:20:26 +0300 Subject: [PATCH] Localization --- Config/DefaultEditor.ini | 22 ++++++++++ Config/DefaultEngine.ini | 3 ++ Config/DefaultGame.ini | 6 +++ .../Localization/LocalizationFMV_Compile.ini | 28 ++++++++++++ .../Localization/LocalizationFMV_Export.ini | 29 ++++++++++++ .../LocalizationFMV_ExportDialogueScript.ini | 24 ++++++++++ .../Localization/LocalizationFMV_Gather.ini | 44 +++++++++++++++++++ .../LocalizationFMV_GenerateReports.ini | 24 ++++++++++ .../Localization/LocalizationFMV_Import.ini | 27 ++++++++++++ .../LocalizationFMV_ImportDialogue.ini | 25 +++++++++++ .../LocalizationFMV_ImportDialogueScript.ini | 24 ++++++++++ .../LocalizationFMV/LocalizationFMV.csv | 3 ++ .../LocalizationFMV/LocalizationFMV.locmeta | 3 ++ .../LocalizationFMV/LocalizationFMV.manifest | 3 ++ .../LocalizationFMV_Conflicts.txt | 0 .../de/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/de/LocalizationFMV.locres | 3 ++ .../en/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/en/LocalizationFMV.locres | 3 ++ .../LocalizationFMV/en/LocalizationFMV.po | 3 ++ .../es-ES/LocalizationFMV.archive | 3 ++ .../es-ES/LocalizationFMV.locres | 3 ++ .../fr/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/fr/LocalizationFMV.locres | 3 ++ .../it/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/it/LocalizationFMV.locres | 3 ++ .../ja/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/ja/LocalizationFMV.locres | 3 ++ .../ko/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/ko/LocalizationFMV.locres | 3 ++ .../ru/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/ru/LocalizationFMV.locres | 3 ++ .../tr/LocalizationFMV.archive | 3 ++ .../LocalizationFMV/tr/LocalizationFMV.locres | 3 ++ .../zh-Hans-CN/LocalizationFMV.archive | 3 ++ .../zh-Hans-CN/LocalizationFMV.locres | 3 ++ .../zh-Hant/LocalizationFMV.archive | 3 ++ .../zh-Hant/LocalizationFMV.locres | 3 ++ Content/Localization/ST_FMV.uasset | 3 ++ .../_Game/Blueprints/BP_FMV_Pawn_Loop.uasset | 4 +- .../Blueprints/BP_Manager_Anomaly.uasset | 3 -- Content/_Game/Blueprints/GM_FMV.uasset | 3 -- .../Managers/BP_Manager_Anomaly.uasset | 4 +- .../Widgets/WBP_AnomalyPopup.uasset | 4 +- .../Blueprints/Widgets/WBP_EndGame.uasset | 4 +- .../Blueprints/Widgets/WBP_FMV_Loop.uasset | 4 +- .../Blueprints/Widgets/WBP_FMV_Start.uasset | 4 +- .../Blueprints/Widgets/WBP_RadioButton.uasset | 3 -- Content/_Game/Enums/ENUM_AnomalyTypes.uasset | 4 +- ...ouisGeorgeCafeBold-ReportSelections.uasset | 3 -- ...eorgeCafeBold-ReportSelections_Font.uasset | 3 -- Content/_Game/Levels/L_Game.umap | 3 -- Content/_Game/Localization/ST_FMV.uasset | 3 ++ ...White-Noise-2025-12-17-13-07-10-Utc.uasset | 3 -- Content/_Game/Media/MS_L1S1.uasset | 3 -- Content/_Game/Media/MS_L1S2.uasset | 3 -- Content/_Game/Styles/STY_2.uasset | 3 -- .../_Game/Styles/STY_MainMenuButton.uasset | 2 +- .../_Game/Styles/STY_RobotoLight_H2.uasset | 3 -- .../_Game/Styles/STY_RobotoLight_H3.uasset | 3 -- 60 files changed, 355 insertions(+), 51 deletions(-) create mode 100644 Config/Localization/LocalizationFMV_Compile.ini create mode 100644 Config/Localization/LocalizationFMV_Export.ini create mode 100644 Config/Localization/LocalizationFMV_ExportDialogueScript.ini create mode 100644 Config/Localization/LocalizationFMV_Gather.ini create mode 100644 Config/Localization/LocalizationFMV_GenerateReports.ini create mode 100644 Config/Localization/LocalizationFMV_Import.ini create mode 100644 Config/Localization/LocalizationFMV_ImportDialogue.ini create mode 100644 Config/Localization/LocalizationFMV_ImportDialogueScript.ini create mode 100644 Content/Localization/LocalizationFMV/LocalizationFMV.csv create mode 100644 Content/Localization/LocalizationFMV/LocalizationFMV.locmeta create mode 100644 Content/Localization/LocalizationFMV/LocalizationFMV.manifest create mode 100644 Content/Localization/LocalizationFMV/LocalizationFMV_Conflicts.txt create mode 100644 Content/Localization/LocalizationFMV/de/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/de/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/en/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/en/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/en/LocalizationFMV.po create mode 100644 Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/fr/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/fr/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/it/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/it/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/ja/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/ja/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/ko/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/ko/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/ru/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/ru/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/tr/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/tr/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.locres create mode 100644 Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.archive create mode 100644 Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.locres create mode 100644 Content/Localization/ST_FMV.uasset delete mode 100644 Content/_Game/Blueprints/BP_Manager_Anomaly.uasset delete mode 100644 Content/_Game/Blueprints/GM_FMV.uasset delete mode 100644 Content/_Game/Blueprints/Widgets/WBP_RadioButton.uasset delete mode 100644 Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections.uasset delete mode 100644 Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections_Font.uasset delete mode 100644 Content/_Game/Levels/L_Game.umap create mode 100644 Content/_Game/Localization/ST_FMV.uasset delete mode 100644 Content/_Game/Media/GameLoop/MediaSources/MISC/Camera-White-Noise-2025-12-17-13-07-10-Utc.uasset delete mode 100644 Content/_Game/Media/MS_L1S1.uasset delete mode 100644 Content/_Game/Media/MS_L1S2.uasset delete mode 100644 Content/_Game/Styles/STY_2.uasset delete mode 100644 Content/_Game/Styles/STY_RobotoLight_H2.uasset delete mode 100644 Content/_Game/Styles/STY_RobotoLight_H3.uasset diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini index e69de29..cf1d129 100644 --- a/Config/DefaultEditor.ini +++ b/Config/DefaultEditor.ini @@ -0,0 +1,22 @@ +[/Script/Localization.LocalizationSettings] +-EngineTargetsSettings=(Name="Engine",Guid=33482D004789784C9DA695A682ACCA1B,TargetDependencies=,AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=True,SearchDirectories=((Path="Source/Runtime/"),(Path="Source/Developer/"),(Path="Config/")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*"),(Pattern="Source/Developer/NoRedist/UnrealEngineLauncherServices/*"),(Pattern="Source/Developer/NoRedist/BuildPatchServices/*")),FileExtensions=((Pattern="cpp"),(Pattern="h"),(Pattern="c"),(Pattern="inl"),(Pattern="mm"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/*")),ExcludePathWildcards=((Pattern="Content/Editor/*"),(Pattern="Content/Tutorial/*"),(Pattern="Content/Developers/*"),(Pattern="Content/TestPackages/*"),(Pattern="Content/QA_Assets/*"),(Pattern="Content/Maps/Automation/*"),(Pattern="Content/EngineSounds/*")),FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=True),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-EngineTargetsSettings=(Name="Editor",Guid=AC8BFD2A41A2FB2893BB8EA0AF903E6D,TargetDependencies=(33482D004789784C9DA695A682ACCA1B),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=True,SearchDirectories=((Path="Source/Editor/")),ExcludePathWildcards=,FileExtensions=((Pattern="cpp"),(Pattern="h"),(Pattern="c"),(Pattern="inl"),(Pattern="mm"))),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/Editor/*"),(Pattern="Content/Editor*")),ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=True),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-EngineTargetsSettings=(Name="EditorTutorials",Guid=00F8E3AD47F0A73D50D46881C14DF28F,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=("IntroTutorials"),GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/Tutorial/*")),ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=True),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-EngineTargetsSettings=(Name="PropertyNames",Guid=E391A8B149980E8154E056AF2DA49479,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=True),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="DisplayName"),TextNamespace="UObjectDisplayNames",TextKeyPattern=(Pattern="{FieldPath}"))),ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-EngineTargetsSettings=(Name="ToolTips",Guid=0F116534468918AEA432DD8C77703BA8,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=True),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="ToolTip"),TextNamespace="UObjectToolTips",TextKeyPattern=(Pattern="{FieldPath}")),(MetaDataKey=(Name="ShortToolTip"),TextNamespace="UObjectShortToolTips",TextKeyPattern=(Pattern="{FieldPath}"))),ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-EngineTargetsSettings=(Name="Keywords",Guid=AE89AECB47475F420D0D69A5547515DC,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=True),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="Keywords"),TextNamespace="UObjectKeywords",TextKeyPattern=(Pattern="{FieldPath}"))),ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-EngineTargetsSettings=(Name="Category",Guid=14B8DEE642A6A7AFEB5A28B959EC373A,TargetDependencies=,AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=False),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="Category"),TextNamespace="UObjectCategory",TextKeyPattern=(Pattern="{FieldPath}"))),ShouldGatherFromEditorOnlyData=True),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="Engine",Guid=33482D004789784C9DA695A682ACCA1B,TargetDependencies=,AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=True,SearchDirectories=((Path="Source/Runtime/"),(Path="Source/Developer/"),(Path="Config/")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*"),(Pattern="Source/Developer/NoRedist/UnrealEngineLauncherServices/*"),(Pattern="Source/Developer/NoRedist/BuildPatchServices/*")),FileExtensions=((Pattern="cpp"),(Pattern="h"),(Pattern="c"),(Pattern="inl"),(Pattern="mm"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/*")),ExcludePathWildcards=((Pattern="Content/Editor/*"),(Pattern="Content/Tutorial/*"),(Pattern="Content/Developers/*"),(Pattern="Content/TestPackages/*"),(Pattern="Content/QA_Assets/*"),(Pattern="Content/Maps/Automation/*"),(Pattern="Content/EngineSounds/*")),FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=True,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="Editor",Guid=AC8BFD2A41A2FB2893BB8EA0AF903E6D,TargetDependencies=(33482D004789784C9DA695A682ACCA1B),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=True,SearchDirectories=((Path="Source/Editor/")),ExcludePathWildcards=,FileExtensions=((Pattern="cpp"),(Pattern="h"),(Pattern="c"),(Pattern="inl"),(Pattern="mm")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/Editor/*"),(Pattern="Content/Editor*")),ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=True,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="EditorTutorials",Guid=00F8E3AD47F0A73D50D46881C14DF28F,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=("IntroTutorials"),GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/Tutorial/*")),ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=True,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="PropertyNames",Guid=E391A8B149980E8154E056AF2DA49479,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=True,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="DisplayName"),TextNamespace="UObjectDisplayNames",TextKeyPattern=(Pattern="{FieldPath}"))),FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="ToolTips",Guid=0F116534468918AEA432DD8C77703BA8,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=True,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="ToolTip"),TextNamespace="UObjectToolTips",TextKeyPattern=(Pattern="{FieldPath}")),(MetaDataKey=(Name="ShortToolTip"),TextNamespace="UObjectShortToolTips",TextKeyPattern=(Pattern="{FieldPath}"))),FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="Keywords",Guid=AE89AECB47475F420D0D69A5547515DC,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=True,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="Keywords"),TextNamespace="UObjectKeywords",TextKeyPattern=(Pattern="{FieldPath}"))),FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) ++EngineTargetsSettings=(Name="Category",Guid=14B8DEE642A6A7AFEB5A28B959EC373A,TargetDependencies=,AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=False,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=True,IncludePathWildcards=((Pattern="Source/Editor/*"),(Pattern="Source/Runtime/*"),(Pattern="Source/Developer/*")),ExcludePathWildcards=((Pattern="Source/Developer/NoRedist/CommunityPortalServices/*")),KeySpecifications=((MetaDataKey=(Name="Category"),TextNamespace="UObjectCategory",TextKeyPattern=(Pattern="{FieldPath}"))),FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=True),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="es"),(CultureName="ja"),(CultureName="ko"),(CultureName="pt-BR"),(CultureName="zh-CN"))) +-GameTargetsSettings=(Name="Game",Guid=AE0EA34A45461A25BA65A391026F19F8,TargetDependencies=(33482D004789784C9DA695A682ACCA1B,AC8BFD2A41A2FB2893BB8EA0AF903E6D),AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=,ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini"))),GatherFromPackages=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,FileExtensions=((Pattern="umap"),(Pattern="uasset")),ShouldGatherFromEditorOnlyData=False),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,ShouldGatherFromEditorOnlyData=False),NativeCultureIndex=-1,SupportedCulturesStatistics=((CultureName="en"))) ++GameTargetsSettings=(Name="LocalizationFMV",Guid=00000000000000000000000000000000,TargetDependencies=,AdditionalManifestDependencies=,RequiredModuleNames=,GatherFromTextFiles=(IsEnabled=False,SearchDirectories=((Path="Content/Localization")),ExcludePathWildcards=,FileExtensions=((Pattern="h"),(Pattern="cpp"),(Pattern="ini")),ShouldGatherFromEditorOnlyData=False),GatherFromPackages=(IsEnabled=True,IncludePathWildcards=((Pattern="Content/_Game/Localization/*")),ExcludePathWildcards=((Pattern="Content/L10N/*")),FileExtensions=((Pattern="umap"),(Pattern="uasset")),Collections=,WorldCollections=,ExcludeClasses=,ShouldExcludeDerivedClasses=False,ShouldGatherFromEditorOnlyData=False,SkipGatherCache=False),GatherFromMetaData=(IsEnabled=False,IncludePathWildcards=,ExcludePathWildcards=,KeySpecifications=,FieldTypesToInclude=,FieldTypesToExclude=,FieldOwnerTypesToInclude=,FieldOwnerTypesToExclude=,ShouldGatherFromEditorOnlyData=False),ExportSettings=(CollapseMode=IdenticalTextIdAndSource,POFormat=Unreal,ShouldPersistCommentsOnExport=False,ShouldAddSourceLocationsAsComments=True),CompileSettings=(SkipSourceCheck=False,ValidateFormatPatterns=True,ValidateSafeWhitespace=False,ValidateRichTextTags=False),ImportDialogueSettings=(RawAudioPath=(Path=""),ImportedDialogueFolder="ImportedDialogue",bImportNativeAsSource=False),NativeCultureIndex=0,SupportedCulturesStatistics=((CultureName="en"),(CultureName="fr"),(CultureName="it"),(CultureName="de"),(CultureName="es-ES"),(CultureName="zh-Hans-CN"),(CultureName="zh-Hant"),(CultureName="ja"),(CultureName="ko"),(CultureName="ru"),(CultureName="tr"))) + +[Internationalization] ++LocalizationPaths=%GAMEDIR%Content/Localization/LocalizationFMV ++LocalizationPaths=%GAMEDIR%Content/Localization/NewTarget + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index f450e0d..331e94f 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -262,3 +262,6 @@ ConnectionType=USBOnly bUseManualIPAddress=False ManualIPAddress= +[Internationalization] ++LocalizationPaths=%GAMEDIR%Content/Localization/LocalizationFMV + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 1930b3e..d64710c 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -54,6 +54,7 @@ IncludeCrashReporter=False InternationalizationPreset=English -CulturesToStage=en +CulturesToStage=en ++CulturesToStage=tr-TR LocalizationTargetCatchAllChunkId=0 bCookAll=False bCookMapsOnly=False @@ -117,3 +118,8 @@ bSkipMovies=False bRetainStagedDirectory=False CustomStageCopyHandler= +[Internationalization] ++LocalizationPaths=%GAMEDIR%Content/Localization/Game ++LocalizationPaths=%GAMEDIR%Content/Localization/LocalizationFMV ++LocalizationPaths=%GAMEDIR%Content/Localization/LocalizationFMV + diff --git a/Config/Localization/LocalizationFMV_Compile.ini b/Config/Localization/LocalizationFMV_Compile.ini new file mode 100644 index 0000000..ee8aab1 --- /dev/null +++ b/Config/Localization/LocalizationFMV_Compile.ini @@ -0,0 +1,28 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +ResourceName=LocalizationFMV.locres +bSkipSourceCheck=false +bValidateFormatPatterns=true +bValidateSafeWhitespace=false +bValidateRichTextTags=false +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr + +[GatherTextStep0] +CommandletClass=GenerateTextLocalizationResource + diff --git a/Config/Localization/LocalizationFMV_Export.ini b/Config/Localization/LocalizationFMV_Export.ini new file mode 100644 index 0000000..3fe3499 --- /dev/null +++ b/Config/Localization/LocalizationFMV_Export.ini @@ -0,0 +1,29 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +PortableObjectName=LocalizationFMV.po + +[GatherTextStep0] +CommandletClass=InternationalizationExport +bExportLoc=true +LocalizedTextCollapseMode=ELocalizedTextCollapseMode::IdenticalTextIdAndSource +POFormat=EPortableObjectFormat::Unreal +ShouldPersistCommentsOnExport=false +ShouldAddSourceLocationsAsComments=true + diff --git a/Config/Localization/LocalizationFMV_ExportDialogueScript.ini b/Config/Localization/LocalizationFMV_ExportDialogueScript.ini new file mode 100644 index 0000000..0b81ec2 --- /dev/null +++ b/Config/Localization/LocalizationFMV_ExportDialogueScript.ini @@ -0,0 +1,24 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +DialogueScriptName=LocalizationFMVDialogue.csv + +[GatherTextStep0] +CommandletClass=ExportDialogueScript + diff --git a/Config/Localization/LocalizationFMV_Gather.ini b/Config/Localization/LocalizationFMV_Gather.ini new file mode 100644 index 0000000..b05db3a --- /dev/null +++ b/Config/Localization/LocalizationFMV_Gather.ini @@ -0,0 +1,44 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr + +[GatherTextStep0] +CommandletClass=GatherTextFromAssets +IncludePathFilters=Content/_Game/Localization/* +ExcludePathFilters=Content/Localization/* +ExcludePathFilters=Content/L10N/* +PackageFileNameFilters=*.umap +PackageFileNameFilters=*.uasset +ShouldExcludeDerivedClasses=false +ShouldGatherFromEditorOnlyData=false +SkipGatherCache=false + +[GatherTextStep1] +CommandletClass=GenerateGatherManifest + +[GatherTextStep2] +CommandletClass=GenerateGatherArchive + +[GatherTextStep3] +CommandletClass=GenerateTextLocalizationReport +bWordCountReport=true +WordCountReportName=LocalizationFMV.csv +bConflictReport=true +ConflictReportName=LocalizationFMV_Conflicts.txt + diff --git a/Config/Localization/LocalizationFMV_GenerateReports.ini b/Config/Localization/LocalizationFMV_GenerateReports.ini new file mode 100644 index 0000000..b57ad9c --- /dev/null +++ b/Config/Localization/LocalizationFMV_GenerateReports.ini @@ -0,0 +1,24 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr + +[GatherTextStep0] +CommandletClass=GenerateTextLocalizationReport +bWordCountReport=true +WordCountReportName=LocalizationFMV.csv + diff --git a/Config/Localization/LocalizationFMV_Import.ini b/Config/Localization/LocalizationFMV_Import.ini new file mode 100644 index 0000000..969c6fd --- /dev/null +++ b/Config/Localization/LocalizationFMV_Import.ini @@ -0,0 +1,27 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +PortableObjectName=LocalizationFMV.po + +[GatherTextStep0] +CommandletClass=InternationalizationExport +bImportLoc=true +LocalizedTextCollapseMode=ELocalizedTextCollapseMode::IdenticalTextIdAndSource +POFormat=EPortableObjectFormat::Unreal + diff --git a/Config/Localization/LocalizationFMV_ImportDialogue.ini b/Config/Localization/LocalizationFMV_ImportDialogue.ini new file mode 100644 index 0000000..4c32239 --- /dev/null +++ b/Config/Localization/LocalizationFMV_ImportDialogue.ini @@ -0,0 +1,25 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr + +[GatherTextStep0] +CommandletClass=ImportLocalizedDialogue +RawAudioPath= +ImportedDialogueFolder=ImportedDialogue +bImportNativeAsSource=false + diff --git a/Config/Localization/LocalizationFMV_ImportDialogueScript.ini b/Config/Localization/LocalizationFMV_ImportDialogueScript.ini new file mode 100644 index 0000000..4835b16 --- /dev/null +++ b/Config/Localization/LocalizationFMV_ImportDialogueScript.ini @@ -0,0 +1,24 @@ +; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY! +; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION +[CommonSettings] +SourcePath=Content/Localization/LocalizationFMV +DestinationPath=Content/Localization/LocalizationFMV +NativeCulture=en +CulturesToGenerate=en +CulturesToGenerate=fr +CulturesToGenerate=it +CulturesToGenerate=de +CulturesToGenerate=es-ES +CulturesToGenerate=zh-Hans-CN +CulturesToGenerate=zh-Hant +CulturesToGenerate=ja +CulturesToGenerate=ko +CulturesToGenerate=ru +CulturesToGenerate=tr +ManifestName=LocalizationFMV.manifest +ArchiveName=LocalizationFMV.archive +DialogueScriptName=LocalizationFMVDialogue.csv + +[GatherTextStep0] +CommandletClass=ImportDialogueScript + diff --git a/Content/Localization/LocalizationFMV/LocalizationFMV.csv b/Content/Localization/LocalizationFMV/LocalizationFMV.csv new file mode 100644 index 0000000..69f2710 --- /dev/null +++ b/Content/Localization/LocalizationFMV/LocalizationFMV.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a2e0c7d8fe3b7add4bc825d3c318f365c31cbb676bcb3987cd8616f9c77754 +size 316 diff --git a/Content/Localization/LocalizationFMV/LocalizationFMV.locmeta b/Content/Localization/LocalizationFMV/LocalizationFMV.locmeta new file mode 100644 index 0000000..751d896 --- /dev/null +++ b/Content/Localization/LocalizationFMV/LocalizationFMV.locmeta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5d8f52b0cc4da008668adff46a149bb4fdff07081af13909b3612a698b552f +size 155 diff --git a/Content/Localization/LocalizationFMV/LocalizationFMV.manifest b/Content/Localization/LocalizationFMV/LocalizationFMV.manifest new file mode 100644 index 0000000..772dabb --- /dev/null +++ b/Content/Localization/LocalizationFMV/LocalizationFMV.manifest @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4012f69232377b4eca2c60a3ad6a3daef21dbf252bd4a4841c2d65aef3d6b6bd +size 16950 diff --git a/Content/Localization/LocalizationFMV/LocalizationFMV_Conflicts.txt b/Content/Localization/LocalizationFMV/LocalizationFMV_Conflicts.txt new file mode 100644 index 0000000..e69de29 diff --git a/Content/Localization/LocalizationFMV/de/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/de/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/de/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/de/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/de/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/de/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/en/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/en/LocalizationFMV.archive new file mode 100644 index 0000000..c87d12f --- /dev/null +++ b/Content/Localization/LocalizationFMV/en/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb790688d8debb29bf9729d272d09915f5221ba85d3f3d205ebe8f5b09a4d451 +size 13292 diff --git a/Content/Localization/LocalizationFMV/en/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/en/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/en/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/en/LocalizationFMV.po b/Content/Localization/LocalizationFMV/en/LocalizationFMV.po new file mode 100644 index 0000000..68c4b8e --- /dev/null +++ b/Content/Localization/LocalizationFMV/en/LocalizationFMV.po @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b04e36b7bcbbd3ff52e2de43fd58c7357f5d44334b3c29ca4d44b3752f3d470 +size 8741 diff --git a/Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/es-ES/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/fr/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/fr/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/fr/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/fr/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/fr/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/fr/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/it/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/it/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/it/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/it/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/it/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/it/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/ja/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/ja/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/ja/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/ja/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/ja/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/ja/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/ko/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/ko/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/ko/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/ko/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/ko/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/ko/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/ru/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/ru/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/ru/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/ru/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/ru/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/ru/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/tr/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/tr/LocalizationFMV.archive new file mode 100644 index 0000000..2272c53 --- /dev/null +++ b/Content/Localization/LocalizationFMV/tr/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159a29deda7bcc7d2bee17a5d85279fc5d5711a14c706083952651b6f98d1c4a +size 13306 diff --git a/Content/Localization/LocalizationFMV/tr/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/tr/LocalizationFMV.locres new file mode 100644 index 0000000..0d4c00b --- /dev/null +++ b/Content/Localization/LocalizationFMV/tr/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704172d02f4739dc1a426892e375c3e0ad6f34de3d6aa0904361474ee0c6c92f +size 2330 diff --git a/Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/zh-Hans-CN/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.archive b/Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.archive new file mode 100644 index 0000000..4250d6c --- /dev/null +++ b/Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.archive @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81473d67c524fc3d374bc95307b9f4128fb7c108f8ba18b203039e9631e51766 +size 12450 diff --git a/Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.locres b/Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.locres new file mode 100644 index 0000000..8de43e3 --- /dev/null +++ b/Content/Localization/LocalizationFMV/zh-Hant/LocalizationFMV.locres @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8aafd0082eceddc36d3febeea66080a34319483ddad652d584f5b5187efde0 +size 2065 diff --git a/Content/Localization/ST_FMV.uasset b/Content/Localization/ST_FMV.uasset new file mode 100644 index 0000000..bc05067 --- /dev/null +++ b/Content/Localization/ST_FMV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab0a3e285c831626f0137a8340d3d15dcd4ad33d1af5eec532489a3be16cc22 +size 1279 diff --git a/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset b/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset index de1cb70..4f988db 100644 --- a/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset +++ b/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5aa5c2ec51acf90d4aabf2bec3851447803feca17a4620bae424e8196a5bf4e6 -size 120609 +oid sha256:d95c793f37789bb3cf254b435ac42d12b420301945a6b9e2e2865e2f0b788d76 +size 135839 diff --git a/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset b/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset deleted file mode 100644 index bf959b8..0000000 --- a/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b11f11df81b432b28349133c1f2c55e3f0aa5820ee864467066e28702a614ca2 -size 2438 diff --git a/Content/_Game/Blueprints/GM_FMV.uasset b/Content/_Game/Blueprints/GM_FMV.uasset deleted file mode 100644 index fad1a0e..0000000 --- a/Content/_Game/Blueprints/GM_FMV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be30787737b86dc597eb425f9a5c9e1bf5e109279b0116ee79131c0224d248fa -size 2283 diff --git a/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset b/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset index 18398f4..ac36ee3 100644 --- a/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset +++ b/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61a2e731ef9fc6a52fdaf9d58317d64f28b3b88882d20847e752d34cc10bbb87 -size 620185 +oid sha256:077f783d3bbff6323d09d75396b49bcacfee9ed83bb706ae373eb5b7b239e520 +size 616976 diff --git a/Content/_Game/Blueprints/Widgets/WBP_AnomalyPopup.uasset b/Content/_Game/Blueprints/Widgets/WBP_AnomalyPopup.uasset index 4bcff1b..9e4fffb 100644 --- a/Content/_Game/Blueprints/Widgets/WBP_AnomalyPopup.uasset +++ b/Content/_Game/Blueprints/Widgets/WBP_AnomalyPopup.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dd1535c3279f2f6a8a14e495297d023ed48557e921763bb31f988a8cf3da1cf -size 243076 +oid sha256:3d363d56cbeb8d6f27c7387b72002597d11b1ae828ad55a114fac23565a1e4aa +size 243423 diff --git a/Content/_Game/Blueprints/Widgets/WBP_EndGame.uasset b/Content/_Game/Blueprints/Widgets/WBP_EndGame.uasset index bee1430..806b0cd 100644 --- a/Content/_Game/Blueprints/Widgets/WBP_EndGame.uasset +++ b/Content/_Game/Blueprints/Widgets/WBP_EndGame.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa0ec13f2a1f46fee55529aa6a5e70ba8fe2d0bd29efb4c6f9d7fe8fd5ced635 -size 78846 +oid sha256:ee6435ba3013d6539104a28f854718b96dfa0497a7d83205bc11723e5d45d919 +size 79029 diff --git a/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset b/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset index aa4cff0..c972988 100644 --- a/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset +++ b/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b23767457c77c6761c7341aa217da70eb0f5a2d9bf2c40857f464ea226d27600 -size 642636 +oid sha256:204202c5a326ba0436feed6ec956e3c4fdd28f64b2ba47582a96eb67cc470034 +size 642250 diff --git a/Content/_Game/Blueprints/Widgets/WBP_FMV_Start.uasset b/Content/_Game/Blueprints/Widgets/WBP_FMV_Start.uasset index bebe4a7..d1ade1e 100644 --- a/Content/_Game/Blueprints/Widgets/WBP_FMV_Start.uasset +++ b/Content/_Game/Blueprints/Widgets/WBP_FMV_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4645aebd70d1d139c24ad3c6f259ce7a4130b8ddc9e1a3e7c12223f333c138ed -size 296566 +oid sha256:4da5f18ce2a60cca4a25790fdf16ac041bdd5789d66476f9f3ac9ecbcfe4ac89 +size 296765 diff --git a/Content/_Game/Blueprints/Widgets/WBP_RadioButton.uasset b/Content/_Game/Blueprints/Widgets/WBP_RadioButton.uasset deleted file mode 100644 index b9838f5..0000000 --- a/Content/_Game/Blueprints/Widgets/WBP_RadioButton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd99f3a4a641db63b4bb7948af802c532cd8d59a3c7312359af0e19ec0dd1874 -size 5704 diff --git a/Content/_Game/Enums/ENUM_AnomalyTypes.uasset b/Content/_Game/Enums/ENUM_AnomalyTypes.uasset index 5d3c387..5558655 100644 --- a/Content/_Game/Enums/ENUM_AnomalyTypes.uasset +++ b/Content/_Game/Enums/ENUM_AnomalyTypes.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0eaf4277b077f8f3f1534c319419520af210d6c369696b9a0bcc26651ffca73 -size 4868 +oid sha256:fb8ffafd29638bf4683c270eb44dc6cb6048f855f3f183863ab3165a16e4a66c +size 3117 diff --git a/Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections.uasset b/Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections.uasset deleted file mode 100644 index c3f590f..0000000 --- a/Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a501fd9a1101d97abcb5b6e94f17de8886193f75596ffde76f20bd6eecd32c83 -size 1506 diff --git a/Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections_Font.uasset b/Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections_Font.uasset deleted file mode 100644 index 3751632..0000000 --- a/Content/_Game/Fonts/LouisGeorgeCafeBold-ReportSelections_Font.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91fc7455a27726d781df33cd14d11c045875e5df24e85cb1cdc8d1a95cc9bcbd -size 1543 diff --git a/Content/_Game/Levels/L_Game.umap b/Content/_Game/Levels/L_Game.umap deleted file mode 100644 index 980ed2d..0000000 --- a/Content/_Game/Levels/L_Game.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e44e19f33303228fb3a8c1c45b56c28ee24b85d2f85f7b0b89786df478a25f1 -size 1294 diff --git a/Content/_Game/Localization/ST_FMV.uasset b/Content/_Game/Localization/ST_FMV.uasset new file mode 100644 index 0000000..eb3cb66 --- /dev/null +++ b/Content/_Game/Localization/ST_FMV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a77030c1ed3ff53ce1833381ba0a303fcf87a0afd0904b4567bb813f4aa30d6 +size 7141 diff --git a/Content/_Game/Media/GameLoop/MediaSources/MISC/Camera-White-Noise-2025-12-17-13-07-10-Utc.uasset b/Content/_Game/Media/GameLoop/MediaSources/MISC/Camera-White-Noise-2025-12-17-13-07-10-Utc.uasset deleted file mode 100644 index 11c69b7..0000000 --- a/Content/_Game/Media/GameLoop/MediaSources/MISC/Camera-White-Noise-2025-12-17-13-07-10-Utc.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcf6a373164cd9ba2892fcf9d871279494f3e3701e58a0210118a4478817a66c -size 1688 diff --git a/Content/_Game/Media/MS_L1S1.uasset b/Content/_Game/Media/MS_L1S1.uasset deleted file mode 100644 index 52dfafa..0000000 --- a/Content/_Game/Media/MS_L1S1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce4b1552c327cf59a231fd74c52b6b4439d040ecebeab2495a8bc8ed6a1b0a77 -size 1313 diff --git a/Content/_Game/Media/MS_L1S2.uasset b/Content/_Game/Media/MS_L1S2.uasset deleted file mode 100644 index 0036392..0000000 --- a/Content/_Game/Media/MS_L1S2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:644e0a7f07b12ace2cac4da11173e38e9eb9636dff16fa8994bae74ce3d85ea9 -size 1313 diff --git a/Content/_Game/Styles/STY_2.uasset b/Content/_Game/Styles/STY_2.uasset deleted file mode 100644 index 575e962..0000000 --- a/Content/_Game/Styles/STY_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f942d0c490a92e6c60d4f8c2c242096b2d835c93d62e70e3c28f2f60e13346e6 -size 2557 diff --git a/Content/_Game/Styles/STY_MainMenuButton.uasset b/Content/_Game/Styles/STY_MainMenuButton.uasset index 2458755..456f652 100644 --- a/Content/_Game/Styles/STY_MainMenuButton.uasset +++ b/Content/_Game/Styles/STY_MainMenuButton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be658498f4a114373b446b0e63cbbf77d42422b8749e236c6bd40951a545a45e +oid sha256:a9da9ce450cd541f79580d7c0496cf57a47908981b437a4a5e949fb2fbd01d42 size 9879 diff --git a/Content/_Game/Styles/STY_RobotoLight_H2.uasset b/Content/_Game/Styles/STY_RobotoLight_H2.uasset deleted file mode 100644 index f73c063..0000000 --- a/Content/_Game/Styles/STY_RobotoLight_H2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dca26fe2005b7ec8c65a07fef529de5cb45d94efbc685d25b0b728bda95b7a25 -size 2709 diff --git a/Content/_Game/Styles/STY_RobotoLight_H3.uasset b/Content/_Game/Styles/STY_RobotoLight_H3.uasset deleted file mode 100644 index 3fd58d2..0000000 --- a/Content/_Game/Styles/STY_RobotoLight_H3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb8d2ca00e0325d119ca1201e58d2dbe8446f030fa910b7a7827b3fd8f09f79 -size 2661