export_presets.cfg 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="../Game Export/launcher/ver2/GameLauncher.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_type=0
  25. codesign/identity=""
  26. codesign/password=""
  27. codesign/timestamp=true
  28. codesign/timestamp_server_url=""
  29. codesign/digest_algorithm=1
  30. codesign/description=""
  31. codesign/custom_options=PoolStringArray( )
  32. application/icon=""
  33. application/file_version=""
  34. application/product_version=""
  35. application/company_name=""
  36. application/product_name=""
  37. application/file_description=""
  38. application/copyright=""
  39. application/trademarks=""
  40. [preset.1]
  41. name="Linux/X11"
  42. platform="Linux/X11"
  43. runnable=true
  44. custom_features=""
  45. export_filter="all_resources"
  46. include_filter=""
  47. exclude_filter=""
  48. export_path="../Game Export/launcher/loonix/GameLauncher.x86_64"
  49. patch_list=PoolStringArray( )
  50. script_export_mode=1
  51. script_encryption_key=""
  52. [preset.1.options]
  53. texture_format/bptc=false
  54. texture_format/s3tc=true
  55. texture_format/etc=false
  56. texture_format/etc2=false
  57. texture_format/no_bptc_fallbacks=true
  58. binary_format/64_bits=true
  59. binary_format/embed_pck=false
  60. custom_template/release=""
  61. custom_template/debug=""