export_presets.cfg 7.6 KB

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