Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 156ba6e3a9 | |||
| 345037e3e2 | |||
| 0432ca156b | |||
| 6f942babac | |||
| 4bb89d4591 | |||
| 5b624d5cf8 | |||
| c62b69ac61 | |||
| 8c564351b1 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@ Build
|
|||||||
Documents
|
Documents
|
||||||
Package
|
Package
|
||||||
Cache
|
Cache
|
||||||
|
Packages
|
||||||
.vscode
|
.vscode
|
||||||
.vs
|
.vs
|
||||||
*.VC.db
|
*.VC.db
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
19
Config/Localization/Game_Compile.ini
Normal file
19
Config/Localization/Game_Compile.ini
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
ResourceName=Game.locres
|
||||||
|
bSkipSourceCheck=false
|
||||||
|
bValidateFormatPatterns=true
|
||||||
|
bValidateSafeWhitespace=false
|
||||||
|
bValidateRichTextTags=false
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=GenerateTextLocalizationResource
|
||||||
|
|
||||||
20
Config/Localization/Game_Export.ini
Normal file
20
Config/Localization/Game_Export.ini
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
PortableObjectName=Game.po
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=InternationalizationExport
|
||||||
|
bExportLoc=true
|
||||||
|
LocalizedTextCollapseMode=ELocalizedTextCollapseMode::IdenticalTextIdAndSource
|
||||||
|
POFormat=EPortableObjectFormat::Unreal
|
||||||
|
ShouldPersistCommentsOnExport=false
|
||||||
|
ShouldAddSourceLocationsAsComments=true
|
||||||
|
|
||||||
15
Config/Localization/Game_ExportDialogueScript.ini
Normal file
15
Config/Localization/Game_ExportDialogueScript.ini
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
DialogueScriptName=GameDialogue.csv
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=ExportDialogueScript
|
||||||
|
|
||||||
33
Config/Localization/Game_Gather.ini
Normal file
33
Config/Localization/Game_Gather.ini
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
;METADATA=(Diff=true, UseCommands=true)
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=GatherTextFromAssets
|
||||||
|
IncludePathFilters=Content/*
|
||||||
|
ExcludePathFilters=Content/Localization/*
|
||||||
|
PackageFileNameFilters=*.umap
|
||||||
|
PackageFileNameFilters=*.uasset
|
||||||
|
ShouldExcludeDerivedClasses=false
|
||||||
|
ShouldGatherFromEditorOnlyData=false
|
||||||
|
SkipGatherCache=false
|
||||||
|
|
||||||
|
[GatherTextStep1]
|
||||||
|
CommandletClass=GenerateGatherManifest
|
||||||
|
|
||||||
|
[GatherTextStep2]
|
||||||
|
CommandletClass=GenerateGatherArchive
|
||||||
|
|
||||||
|
[GatherTextStep3]
|
||||||
|
CommandletClass=GenerateTextLocalizationReport
|
||||||
|
bWordCountReport=true
|
||||||
|
WordCountReportName=Game.csv
|
||||||
|
bConflictReport=true
|
||||||
|
ConflictReportName=Game_Conflicts.txt
|
||||||
|
|
||||||
15
Config/Localization/Game_GenerateReports.ini
Normal file
15
Config/Localization/Game_GenerateReports.ini
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=GenerateTextLocalizationReport
|
||||||
|
bWordCountReport=true
|
||||||
|
WordCountReportName=Game.csv
|
||||||
|
|
||||||
18
Config/Localization/Game_Import.ini
Normal file
18
Config/Localization/Game_Import.ini
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
PortableObjectName=Game.po
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=InternationalizationExport
|
||||||
|
bImportLoc=true
|
||||||
|
LocalizedTextCollapseMode=ELocalizedTextCollapseMode::IdenticalTextIdAndSource
|
||||||
|
POFormat=EPortableObjectFormat::Unreal
|
||||||
|
|
||||||
16
Config/Localization/Game_ImportDialogue.ini
Normal file
16
Config/Localization/Game_ImportDialogue.ini
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=ImportLocalizedDialogue
|
||||||
|
RawAudioPath=
|
||||||
|
ImportedDialogueFolder=ImportedDialogue
|
||||||
|
bImportNativeAsSource=false
|
||||||
|
|
||||||
15
Config/Localization/Game_ImportDialogueScript.ini
Normal file
15
Config/Localization/Game_ImportDialogueScript.ini
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||||
|
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||||
|
[CommonSettings]
|
||||||
|
SourcePath=Content/Localization/Game
|
||||||
|
DestinationPath=Content/Localization/Game
|
||||||
|
NativeCulture=zh
|
||||||
|
CulturesToGenerate=en
|
||||||
|
CulturesToGenerate=zh
|
||||||
|
ManifestName=Game.manifest
|
||||||
|
ArchiveName=Game.archive
|
||||||
|
DialogueScriptName=GameDialogue.csv
|
||||||
|
|
||||||
|
[GatherTextStep0]
|
||||||
|
CommandletClass=ImportDialogueScript
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Levels/TechTree.umap
LFS
BIN
Content/Levels/TechTree.umap
LFS
Binary file not shown.
BIN
Content/Localization/Game/Game.csv
LFS
Normal file
BIN
Content/Localization/Game/Game.csv
LFS
Normal file
Binary file not shown.
|
BIN
Content/Localization/Game/Game.manifest
LFS
Normal file
BIN
Content/Localization/Game/Game.manifest
LFS
Normal file
Binary file not shown.
0
Content/Localization/Game/Game_Conflicts.txt
Normal file
0
Content/Localization/Game/Game_Conflicts.txt
Normal file
BIN
Content/Localization/Game/en/Game.archive
LFS
Normal file
BIN
Content/Localization/Game/en/Game.archive
LFS
Normal file
Binary file not shown.
BIN
Content/Localization/Game/en/Game.po
LFS
Normal file
BIN
Content/Localization/Game/en/Game.po
LFS
Normal file
Binary file not shown.
BIN
Content/Localization/Game/zh/Game.archive
LFS
Normal file
BIN
Content/Localization/Game/zh/Game.archive
LFS
Normal file
Binary file not shown.
BIN
Content/Models/Enemy/saw/saw_body_001.uasset
LFS
Normal file
BIN
Content/Models/Enemy/saw/saw_body_001.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Models/Enemy/saw/saw_cap_001.uasset
LFS
Normal file
BIN
Content/Models/Enemy/saw/saw_cap_001.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Models/Enemy/saw/圆环_001.uasset
LFS
Normal file
BIN
Content/Models/Enemy/saw/圆环_001.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Models/Enemy/saw/圆环_002.uasset
LFS
Normal file
BIN
Content/Models/Enemy/saw/圆环_002.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/UI/WBP_MainMenu.uasset
LFS
BIN
Content/UI/WBP_MainMenu.uasset
LFS
Binary file not shown.
BIN
Content/UI/WBP_TechTree.uasset
LFS
BIN
Content/UI/WBP_TechTree.uasset
LFS
Binary file not shown.
BIN
Content/VFX/M_Spark.uasset
LFS
BIN
Content/VFX/M_Spark.uasset
LFS
Binary file not shown.
BIN
Content/VFX/T_Spark.uasset
LFS
BIN
Content/VFX/T_Spark.uasset
LFS
Binary file not shown.
Reference in New Issue
Block a user