export_presets.cfg 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [preset.0]
  2. name="Windows Desktop"
  3. platform="Windows Desktop"
  4. runnable=true
  5. custom_features=""
  6. export_filter="all_resources"
  7. include_filter=""
  8. exclude_filter=""
  9. export_path="../../export/volume_lights/win/Volumetric_Lights.exe"
  10. patch_list=PoolStringArray( )
  11. script_export_mode=1
  12. script_encryption_key=""
  13. [preset.0.options]
  14. texture_format/bptc=false
  15. texture_format/s3tc=true
  16. texture_format/etc=false
  17. texture_format/etc2=false
  18. texture_format/no_bptc_fallbacks=true
  19. binary_format/64_bits=true
  20. binary_format/embed_pck=false
  21. custom_template/release=""
  22. custom_template/debug=""
  23. codesign/enable=false
  24. codesign/identity=""
  25. codesign/password=""
  26. codesign/timestamp=true
  27. codesign/timestamp_server_url=""
  28. codesign/digest_algorithm=1
  29. codesign/description=""
  30. codesign/custom_options=PoolStringArray( )
  31. application/icon=""
  32. application/file_version=""
  33. application/product_version=""
  34. application/company_name=""
  35. application/product_name=""
  36. application/file_description=""
  37. application/copyright=""
  38. application/trademarks=""
  39. [preset.1]
  40. name="HTML5"
  41. platform="HTML5"
  42. runnable=true
  43. custom_features=""
  44. export_filter="all_resources"
  45. include_filter=""
  46. exclude_filter=""
  47. export_path="../../export/volume_lights/web/Volumetric_Lights.html"
  48. patch_list=PoolStringArray( )
  49. script_export_mode=1
  50. script_encryption_key=""
  51. [preset.1.options]
  52. vram_texture_compression/for_desktop=true
  53. vram_texture_compression/for_mobile=false
  54. html/custom_html_shell=""
  55. html/head_include=""
  56. custom_template/release=""
  57. custom_template/debug=""