Skip to content

Commit

Permalink
Finish Ludum Dare Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Swynfel committed Oct 5, 2020
1 parent 141c312 commit 12eabd5
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions export_presets.base.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
[preset.0]

name="Linux/X11"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Builds/Linux/Faithless.x86_64"
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=true
custom_template/release=""
custom_template/debug=""

[preset.1]

name="Mac OSX"
platform="Mac OSX"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Builds/Mac/Faithless.zip"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.1.options]

custom_template/debug=""
custom_template/release=""
application/name="Faithless Land"
application/info="Ludum Dare 47"
application/icon="res://icon.png"
application/identifier=""
application/signature="Useless Team"
application/short_version="1.0"
application/version="1.0.0"
application/copyright=""
display/high_res=false
privacy/camera_usage_description=""
privacy/microphone_usage_description=""
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false

[preset.2]

name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Builds/Windows/Faithless.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.2.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=true
custom_template/release=""
custom_template/debug=""
codesign/enable=false
codesign/identity=""
codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://icon.ico"
application/file_version="1.0.0"
application/product_version="1.0"
application/company_name="Useless Team"
application/product_name="Faithless Land"
application/file_description="Ludum Dare 47"
application/copyright=""
application/trademarks=""

0 comments on commit 12eabd5

Please sign in to comment.