export_presets.cfg 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. [preset.0]
  2. name="Windows Desktop (amd64)"
  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_windows_amd64.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="Linux/X11 (arm64)"
  62. platform="Linux/X11"
  63. runnable=false
  64. dedicated_server=false
  65. custom_features=""
  66. export_filter="all_resources"
  67. include_filter=""
  68. exclude_filter=""
  69. export_path="export/LastStandOfHumanity_linux_arm64.zip"
  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. debug/export_console_wrapper=1
  78. binary_format/embed_pck=false
  79. texture_format/bptc=true
  80. texture_format/s3tc=true
  81. texture_format/etc=false
  82. texture_format/etc2=false
  83. binary_format/architecture="arm64"
  84. ssh_remote_deploy/enabled=false
  85. ssh_remote_deploy/host="drako@192.168.0.35"
  86. ssh_remote_deploy/port="22"
  87. ssh_remote_deploy/extra_args_ssh=""
  88. ssh_remote_deploy/extra_args_scp=""
  89. ssh_remote_deploy/run_script="#!/usr/bin/env bash
  90. export DISPLAY=:0
  91. unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
  92. \"{temp_dir}/{exe_name}\" {cmd_args}"
  93. ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
  94. kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
  95. rm -rf \"{temp_dir}\""
  96. [preset.2]
  97. name="Linux/X11 (amd64)"
  98. platform="Linux/X11"
  99. runnable=false
  100. dedicated_server=false
  101. custom_features=""
  102. export_filter="all_resources"
  103. include_filter=""
  104. exclude_filter=""
  105. export_path="export/LastStandOfHumanity_linux_amd64.zip"
  106. encryption_include_filters=""
  107. encryption_exclude_filters=""
  108. encrypt_pck=false
  109. encrypt_directory=false
  110. [preset.2.options]
  111. custom_template/debug=""
  112. custom_template/release=""
  113. debug/export_console_wrapper=1
  114. binary_format/embed_pck=false
  115. texture_format/bptc=true
  116. texture_format/s3tc=true
  117. texture_format/etc=false
  118. texture_format/etc2=false
  119. binary_format/architecture="x86_64"
  120. ssh_remote_deploy/enabled=false
  121. ssh_remote_deploy/host="user@host_ip"
  122. ssh_remote_deploy/port="22"
  123. ssh_remote_deploy/extra_args_ssh=""
  124. ssh_remote_deploy/extra_args_scp=""
  125. ssh_remote_deploy/run_script="#!/usr/bin/env bash
  126. export DISPLAY=:0
  127. unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
  128. \"{temp_dir}/{exe_name}\" {cmd_args}"
  129. ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
  130. kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
  131. rm -rf \"{temp_dir}\""
  132. [preset.3]
  133. name="Web (GameJam)"
  134. platform="Web"
  135. runnable=false
  136. dedicated_server=false
  137. custom_features=""
  138. export_filter="all_resources"
  139. include_filter=""
  140. exclude_filter=""
  141. export_path="export/jam/index.html"
  142. encryption_include_filters=""
  143. encryption_exclude_filters=""
  144. encrypt_pck=false
  145. encrypt_directory=false
  146. [preset.3.options]
  147. custom_template/debug=""
  148. custom_template/release=""
  149. variant/extensions_support=false
  150. vram_texture_compression/for_desktop=true
  151. vram_texture_compression/for_mobile=false
  152. html/export_icon=true
  153. html/custom_html_shell=""
  154. html/head_include=""
  155. html/canvas_resize_policy=2
  156. html/focus_canvas_on_start=true
  157. html/experimental_virtual_keyboard=false
  158. progressive_web_app/enabled=false
  159. progressive_web_app/offline_page=""
  160. progressive_web_app/display=1
  161. progressive_web_app/orientation=0
  162. progressive_web_app/icon_144x144=""
  163. progressive_web_app/icon_180x180=""
  164. progressive_web_app/icon_512x512=""
  165. progressive_web_app/background_color=Color(0, 0, 0, 1)
  166. [preset.4]
  167. name="Web"
  168. platform="Web"
  169. runnable=true
  170. dedicated_server=false
  171. custom_features=""
  172. export_filter="all_resources"
  173. include_filter=""
  174. exclude_filter=""
  175. export_path="export/web/LastStandOfHumanity.html"
  176. encryption_include_filters=""
  177. encryption_exclude_filters=""
  178. encrypt_pck=false
  179. encrypt_directory=false
  180. [preset.4.options]
  181. custom_template/debug=""
  182. custom_template/release=""
  183. variant/extensions_support=false
  184. vram_texture_compression/for_desktop=true
  185. vram_texture_compression/for_mobile=false
  186. html/export_icon=true
  187. html/custom_html_shell=""
  188. html/head_include=""
  189. html/canvas_resize_policy=2
  190. html/focus_canvas_on_start=true
  191. html/experimental_virtual_keyboard=false
  192. progressive_web_app/enabled=false
  193. progressive_web_app/offline_page=""
  194. progressive_web_app/display=1
  195. progressive_web_app/orientation=0
  196. progressive_web_app/icon_144x144=""
  197. progressive_web_app/icon_180x180=""
  198. progressive_web_app/icon_512x512=""
  199. progressive_web_app/background_color=Color(0, 0, 0, 1)