diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-08 00:30:28 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-08 00:30:28 +0200 |
commit | 16901fd98a890fe93fdd4379ce4bc81190da0851 (patch) | |
tree | d7bf10b69851b5d8523d2329b3c2c96a1f064e11 | |
parent | dcab9e81cd54ffd1d8619f080047add1dbfc7d18 (diff) | |
download | hurrycurry-16901fd98a890fe93fdd4379ce4bc81190da0851.tar hurrycurry-16901fd98a890fe93fdd4379ce4bc81190da0851.tar.bz2 hurrycurry-16901fd98a890fe93fdd4379ce4bc81190da0851.tar.zst |
embed pck in all exports
-rw-r--r-- | client/export_presets.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg index 70fcdcce..00c12299 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../../../tmp/undercooked.html" +export_path="" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -46,7 +46,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../../../tmp/undercooked.x86_64" +export_path="" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -57,7 +57,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false @@ -92,7 +92,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false @@ -127,7 +127,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false @@ -162,7 +162,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false @@ -197,7 +197,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false @@ -249,7 +249,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../../../tmp/undercooked.apk" +export_path="" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false |