export_presets.cfg 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. [preset.0]
  2. name="Windows Desktop"
  3. platform="Windows Desktop"
  4. runnable=false
  5. dedicated_server=false
  6. custom_features=""
  7. export_filter="all_resources"
  8. include_filter=""
  9. exclude_filter=""
  10. export_path="export/LastStandOfHumanity_win64.zip"
  11. encryption_include_filters=""
  12. encryption_exclude_filters=""
  13. encrypt_pck=false
  14. encrypt_directory=false
  15. [preset.0.options]
  16. custom_template/debug=""
  17. custom_template/release=""
  18. debug/export_console_wrapper=1
  19. binary_format/embed_pck=false
  20. texture_format/bptc=true
  21. texture_format/s3tc=true
  22. texture_format/etc=false
  23. texture_format/etc2=false
  24. binary_format/architecture="x86_64"
  25. codesign/enable=false
  26. codesign/timestamp=true
  27. codesign/timestamp_server_url=""
  28. codesign/digest_algorithm=1
  29. codesign/description=""
  30. codesign/custom_options=PackedStringArray()
  31. application/modify_resources=false
  32. application/icon=""
  33. application/console_wrapper_icon=""
  34. application/icon_interpolation=4
  35. application/file_version=""
  36. application/product_version=""
  37. application/company_name=""
  38. application/product_name=""
  39. application/file_description=""
  40. application/copyright=""
  41. application/trademarks=""
  42. application/export_angle=0
  43. ssh_remote_deploy/enabled=false
  44. ssh_remote_deploy/host="user@host_ip"
  45. ssh_remote_deploy/port="22"
  46. ssh_remote_deploy/extra_args_ssh=""
  47. ssh_remote_deploy/extra_args_scp=""
  48. ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
  49. $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
  50. $trigger = New-ScheduledTaskTrigger -Once -At 00:00
  51. $settings = New-ScheduledTaskSettingsSet
  52. $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
  53. Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
  54. Start-ScheduledTask -TaskName godot_remote_debug
  55. while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
  56. Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
  57. ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
  58. Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
  59. Remove-Item -Recurse -Force '{temp_dir}'"
  60. [preset.1]
  61. name="Web"
  62. platform="Web"
  63. runnable=true
  64. dedicated_server=false
  65. custom_features=""
  66. export_filter="all_resources"
  67. include_filter=""
  68. exclude_filter=""
  69. export_path="export/web/LastStandOfHumanity.html"
  70. encryption_include_filters=""
  71. encryption_exclude_filters=""
  72. encrypt_pck=false
  73. encrypt_directory=false
  74. [preset.1.options]
  75. custom_template/debug=""
  76. custom_template/release=""
  77. variant/extensions_support=false
  78. vram_texture_compression/for_desktop=true
  79. vram_texture_compression/for_mobile=false
  80. html/export_icon=true
  81. html/custom_html_shell=""
  82. html/head_include=""
  83. html/canvas_resize_policy=2
  84. html/focus_canvas_on_start=true
  85. html/experimental_virtual_keyboard=false
  86. progressive_web_app/enabled=false
  87. progressive_web_app/offline_page=""
  88. progressive_web_app/display=1
  89. progressive_web_app/orientation=0
  90. progressive_web_app/icon_144x144=""
  91. progressive_web_app/icon_180x180=""
  92. progressive_web_app/icon_512x512=""
  93. progressive_web_app/background_color=Color(0, 0, 0, 1)