This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/export_presets.cfg

66 lines
1.5 KiB
INI
Raw Normal View History

2020-07-07 00:47:29 +00:00
[preset.0]
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="Scenes/EditorOnly/*"
2020-07-10 13:20:56 +00:00
export_path="export/odyssey.exe"
2020-07-07 00:47:29 +00:00
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.0.options]
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""
codesign/enable=false
codesign/identity_type=0
codesign/identity=""
codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
2020-07-12 15:26:40 +00:00
application/icon="res://icon.ico"
application/file_version="0.1.0"
application/product_version="0.1.0"
2020-07-07 00:47:29 +00:00
application/company_name=""
2020-07-12 15:26:40 +00:00
application/product_name="NSS Odyssey"
2020-07-07 00:47:29 +00:00
application/file_description=""
application/copyright=""
application/trademarks=""
2020-07-14 12:18:18 +00:00
[preset.1]
2020-07-14 14:20:06 +00:00
name="GOTM"
2020-07-14 12:18:18 +00:00
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="Scenes/EditorOnly/*"
2020-07-14 12:18:18 +00:00
export_path="export/html/odyssey.html"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.1.options]
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""