diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-03-24 21:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 21:38:07 +0100 |
commit | 434641a90e018598a30be805af4ae2cedb77b657 (patch) | |
tree | cb6bd70cc1724e9add8f40e847b92aed16c7d3d5 | |
parent | a0b5784bafca6e377dbae1a26b1f48fa000dd317 (diff) | |
parent | 7ac46980e9c2d42088744b46a6a3b42ada9e5475 (diff) |
Merge pull request #74 from Spartan322/fix/export-issues
-rw-r--r-- | game/common/credits.csv.import | 16 | ||||
-rw-r--r-- | game/export_presets.cfg | 10 |
2 files changed, 6 insertions, 20 deletions
diff --git a/game/common/credits.csv.import b/game/common/credits.csv.import index 63b33aa..8dd0c09 100644 --- a/game/common/credits.csv.import +++ b/game/common/credits.csv.import @@ -1,17 +1,3 @@ [remap] -importer="csv_translation" -type="Translation" -uid="uid://4dwpfaaedki" - -[deps] - -files=["res://common/credits.OpenVic2.translation"] - -source_file="res://common/credits.csv" -dest_files=["res://common/credits.OpenVic2.translation"] - -[params] - -compress=true -delimiter=0 +importer="keep" diff --git a/game/export_presets.cfg b/game/export_presets.cfg index b8be1ac..4a031ea 100644 --- a/game/export_presets.cfg +++ b/game/export_presets.cfg @@ -6,7 +6,7 @@ runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="common/*" exclude_filter="" export_path="export/Linux-x86_64/OpenVic2.x86_64" encryption_include_filters="" @@ -47,7 +47,7 @@ runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="common/*" exclude_filter="" export_path="export/Windows/OpenVic2.exe" encryption_include_filters="" @@ -107,15 +107,15 @@ Remove-Item -Recurse -Force '{temp_dir}'" [preset.2] -name="macOS" +name="MacOS" platform="macOS" runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="common/*" exclude_filter="" -export_path="export/MacOS/OpenVic2.dmg" +export_path="export/MacOS/OpenVic2.app" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false |