export_presets.cfg 8.5 KB

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