From 279b249f2b22c58d8eb28fae018782cdf2ea80c7 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Mon, 4 May 2020 00:51:06 -0400 Subject: [PATCH] Removed 'embed_pck=true' --- client/export_presets.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/export_presets.cfg b/client/export_presets.cfg index 79a5186..038a62d 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -20,7 +20,7 @@ texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true binary_format/64_bits=true -binary_format/embed_pck=true +binary_format/embed_pck=false custom_template/release="templates/linux" custom_template/debug="templates/linux" @@ -46,7 +46,7 @@ texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true binary_format/64_bits=false -binary_format/embed_pck=true +binary_format/embed_pck=false custom_template/release="templates/win32" custom_template/debug="templates/win32" codesign/enable=false @@ -88,7 +88,7 @@ texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true binary_format/64_bits=true -binary_format/embed_pck=true +binary_format/embed_pck=false custom_template/release="templates/win64" custom_template/debug="templates/win64" codesign/enable=false