export_presets.cfg 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. [preset.0]
  2. name="Web"
  3. platform="Web"
  4. runnable=true
  5. dedicated_server=false
  6. custom_features=""
  7. export_filter="all_resources"
  8. include_filter=""
  9. exclude_filter=""
  10. export_path="bin/web/index.html"
  11. encryption_include_filters=""
  12. encryption_exclude_filters=""
  13. encrypt_pck=false
  14. encrypt_directory=false
  15. script_encryption_key=""
  16. [preset.0.options]
  17. custom_template/debug=""
  18. custom_template/release=""
  19. variant/extensions_support=false
  20. vram_texture_compression/for_desktop=true
  21. vram_texture_compression/for_mobile=false
  22. html/export_icon=true
  23. html/custom_html_shell=""
  24. html/head_include=""
  25. html/canvas_resize_policy=2
  26. html/focus_canvas_on_start=true
  27. html/experimental_virtual_keyboard=false
  28. progressive_web_app/enabled=false
  29. progressive_web_app/offline_page=""
  30. progressive_web_app/display=1
  31. progressive_web_app/orientation=0
  32. progressive_web_app/icon_144x144=""
  33. progressive_web_app/icon_180x180=""
  34. progressive_web_app/icon_512x512=""
  35. progressive_web_app/background_color=Color(0, 0, 0, 1)
  36. [preset.1]
  37. name="Windows Desktop"
  38. platform="Windows Desktop"
  39. runnable=true
  40. dedicated_server=false
  41. custom_features=""
  42. export_filter="all_resources"
  43. include_filter=""
  44. exclude_filter=""
  45. export_path="bin/windows/greedy_slime_windows_x86_64.zip"
  46. encryption_include_filters=""
  47. encryption_exclude_filters=""
  48. encrypt_pck=false
  49. encrypt_directory=false
  50. script_encryption_key=""
  51. [preset.1.options]
  52. custom_template/debug=""
  53. custom_template/release=""
  54. debug/export_console_script=1
  55. binary_format/embed_pck=false
  56. texture_format/bptc=true
  57. texture_format/s3tc=true
  58. texture_format/etc=false
  59. texture_format/etc2=false
  60. binary_format/architecture="x86_64"
  61. codesign/enable=false
  62. codesign/identity_type=0
  63. codesign/identity=""
  64. codesign/password=""
  65. codesign/timestamp=true
  66. codesign/timestamp_server_url=""
  67. codesign/digest_algorithm=1
  68. codesign/description=""
  69. codesign/custom_options=PackedStringArray()
  70. application/modify_resources=false
  71. application/icon=""
  72. application/console_wrapper_icon=""
  73. application/icon_interpolation=4
  74. application/file_version=""
  75. application/product_version=""
  76. application/company_name=""
  77. application/product_name=""
  78. application/file_description=""
  79. application/copyright=""
  80. application/trademarks=""
  81. ssh_remote_deploy/enabled=false
  82. ssh_remote_deploy/host="user@host_ip"
  83. ssh_remote_deploy/port="22"
  84. ssh_remote_deploy/extra_args_ssh=""
  85. ssh_remote_deploy/extra_args_scp=""
  86. ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
  87. $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
  88. $trigger = New-ScheduledTaskTrigger -Once -At 00:00
  89. $settings = New-ScheduledTaskSettingsSet
  90. $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
  91. Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
  92. Start-ScheduledTask -TaskName godot_remote_debug
  93. while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
  94. Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
  95. ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
  96. Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
  97. Remove-Item -Recurse -Force '{temp_dir}'"
  98. [preset.2]
  99. name="Windows Desktop 2"
  100. platform="Windows Desktop"
  101. runnable=false
  102. dedicated_server=false
  103. custom_features=""
  104. export_filter="all_resources"
  105. include_filter=""
  106. exclude_filter=""
  107. export_path="bin/windows/greedy_slime_windows_x86_32.zip"
  108. encryption_include_filters=""
  109. encryption_exclude_filters=""
  110. encrypt_pck=false
  111. encrypt_directory=false
  112. script_encryption_key=""
  113. [preset.2.options]
  114. custom_template/debug=""
  115. custom_template/release=""
  116. debug/export_console_script=1
  117. binary_format/embed_pck=false
  118. texture_format/bptc=true
  119. texture_format/s3tc=true
  120. texture_format/etc=false
  121. texture_format/etc2=false
  122. binary_format/architecture="x86_32"
  123. codesign/enable=false
  124. codesign/identity_type=0
  125. codesign/identity=""
  126. codesign/password=""
  127. codesign/timestamp=true
  128. codesign/timestamp_server_url=""
  129. codesign/digest_algorithm=1
  130. codesign/description=""
  131. codesign/custom_options=PackedStringArray()
  132. application/modify_resources=false
  133. application/icon=""
  134. application/console_wrapper_icon=""
  135. application/icon_interpolation=4
  136. application/file_version=""
  137. application/product_version=""
  138. application/company_name=""
  139. application/product_name=""
  140. application/file_description=""
  141. application/copyright=""
  142. application/trademarks=""
  143. ssh_remote_deploy/enabled=false
  144. ssh_remote_deploy/host="user@host_ip"
  145. ssh_remote_deploy/port="22"
  146. ssh_remote_deploy/extra_args_ssh=""
  147. ssh_remote_deploy/extra_args_scp=""
  148. ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
  149. $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
  150. $trigger = New-ScheduledTaskTrigger -Once -At 00:00
  151. $settings = New-ScheduledTaskSettingsSet
  152. $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
  153. Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
  154. Start-ScheduledTask -TaskName godot_remote_debug
  155. while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
  156. Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
  157. ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
  158. Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
  159. Remove-Item -Recurse -Force '{temp_dir}'"
  160. [preset.3]
  161. name="Linux/X11"
  162. platform="Linux/X11"
  163. runnable=true
  164. dedicated_server=false
  165. custom_features=""
  166. export_filter="all_resources"
  167. include_filter=""
  168. exclude_filter=""
  169. export_path="bin/linux/greedy_slime_linux_x86_64.zip"
  170. encryption_include_filters=""
  171. encryption_exclude_filters=""
  172. encrypt_pck=false
  173. encrypt_directory=false
  174. script_encryption_key=""
  175. [preset.3.options]
  176. custom_template/debug=""
  177. custom_template/release=""
  178. debug/export_console_script=1
  179. binary_format/embed_pck=false
  180. texture_format/bptc=true
  181. texture_format/s3tc=true
  182. texture_format/etc=false
  183. texture_format/etc2=false
  184. binary_format/architecture="x86_64"
  185. ssh_remote_deploy/enabled=false
  186. ssh_remote_deploy/host="user@host_ip"
  187. ssh_remote_deploy/port="22"
  188. ssh_remote_deploy/extra_args_ssh=""
  189. ssh_remote_deploy/extra_args_scp=""
  190. ssh_remote_deploy/run_script="#!/usr/bin/env bash
  191. export DISPLAY=:0
  192. unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
  193. \"{temp_dir}/{exe_name}\" {cmd_args}"
  194. ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
  195. kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
  196. rm -rf \"{temp_dir}\""
  197. [preset.4]
  198. name="Linux/X11 2"
  199. platform="Linux/X11"
  200. runnable=false
  201. dedicated_server=false
  202. custom_features=""
  203. export_filter="all_resources"
  204. include_filter=""
  205. exclude_filter=""
  206. export_path="bin/linux/greedy_slime_linux_x86_32.zip"
  207. encryption_include_filters=""
  208. encryption_exclude_filters=""
  209. encrypt_pck=false
  210. encrypt_directory=false
  211. script_encryption_key=""
  212. [preset.4.options]
  213. custom_template/debug=""
  214. custom_template/release=""
  215. debug/export_console_script=1
  216. binary_format/embed_pck=false
  217. texture_format/bptc=true
  218. texture_format/s3tc=true
  219. texture_format/etc=false
  220. texture_format/etc2=false
  221. binary_format/architecture="x86_32"
  222. ssh_remote_deploy/enabled=false
  223. ssh_remote_deploy/host="user@host_ip"
  224. ssh_remote_deploy/port="22"
  225. ssh_remote_deploy/extra_args_ssh=""
  226. ssh_remote_deploy/extra_args_scp=""
  227. ssh_remote_deploy/run_script="#!/usr/bin/env bash
  228. export DISPLAY=:0
  229. unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
  230. \"{temp_dir}/{exe_name}\" {cmd_args}"
  231. ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
  232. kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
  233. rm -rf \"{temp_dir}\""