9 export_filter="all_resources"
12 export_path="./william.x86_64"
13 patches=PackedStringArray()
14 encryption_include_filters=""
15 encryption_exclude_filters=""
18 encrypt_directory=false
23 custom_template/debug=""
24 custom_template/release=""
25 debug/export_console_wrapper=1
26 binary_format/embed_pck=true
27 texture_format/s3tc_bptc=true
28 texture_format/etc2_astc=true
29 binary_format/architecture="x86_64"
30 ssh_remote_deploy/enabled=false
31 ssh_remote_deploy/host="user@host_ip"
32 ssh_remote_deploy/port="22"
33 ssh_remote_deploy/extra_args_ssh=""
34 ssh_remote_deploy/extra_args_scp=""
35 ssh_remote_deploy/run_script="#!/usr/bin/env bash
37 unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
38 \"{temp_dir}/{exe_name}\" {cmd_args}"
39 ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
40 kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
41 rm -rf \"{temp_dir}\""
48 advanced_options=false
49 dedicated_server=false
51 export_filter="all_resources"
54 export_path="./index.html"
55 patches=PackedStringArray()
56 encryption_include_filters=""
57 encryption_exclude_filters=""
60 encrypt_directory=false
65 custom_template/debug=""
66 custom_template/release=""
67 variant/extensions_support=false
68 variant/thread_support=true
69 vram_texture_compression/for_desktop=true
70 vram_texture_compression/for_mobile=true
72 html/custom_html_shell=""
74 html/canvas_resize_policy=2
75 html/focus_canvas_on_start=true
76 html/experimental_virtual_keyboard=false
77 progressive_web_app/enabled=false
78 progressive_web_app/ensure_cross_origin_isolation_headers=true
79 progressive_web_app/offline_page=""
80 progressive_web_app/display=1
81 progressive_web_app/orientation=0
82 progressive_web_app/icon_144x144=""
83 progressive_web_app/icon_180x180=""
84 progressive_web_app/icon_512x512=""
85 progressive_web_app/background_color=Color(0, 0, 0, 1)
90 platform="Windows Desktop"
92 advanced_options=false
93 dedicated_server=false
95 export_filter="all_resources"
98 export_path="./william.exe"
99 patches=PackedStringArray()
100 encryption_include_filters=""
101 encryption_exclude_filters=""
104 encrypt_directory=false
109 custom_template/debug=""
110 custom_template/release=""
111 debug/export_console_wrapper=1
112 binary_format/embed_pck=true
113 texture_format/s3tc_bptc=true
114 texture_format/etc2_astc=true
115 binary_format/architecture="x86_64"
116 codesign/enable=false
117 codesign/timestamp=true
118 codesign/timestamp_server_url=""
119 codesign/digest_algorithm=1
120 codesign/description=""
121 codesign/custom_options=PackedStringArray()
122 application/modify_resources=true
124 application/console_wrapper_icon=""
125 application/icon_interpolation=4
126 application/file_version=""
127 application/product_version=""
128 application/company_name=""
129 application/product_name=""
130 application/file_description=""
131 application/copyright=""
132 application/trademarks=""
133 application/export_angle=0
134 application/export_d3d12=0
135 application/d3d12_agility_sdk_multiarch=true
136 ssh_remote_deploy/enabled=false
137 ssh_remote_deploy/host="user@host_ip"
138 ssh_remote_deploy/port="22"
139 ssh_remote_deploy/extra_args_ssh=""
140 ssh_remote_deploy/extra_args_scp=""
141 ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
142 $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
143 $trigger = New-ScheduledTaskTrigger -Once -At 00:00
144 $settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries
145 $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
146 Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
147 Start-ScheduledTask -TaskName godot_remote_debug
148 while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
149 Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
150 ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
151 Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
152 Remove-Item -Recurse -Force '{temp_dir}'"
159 advanced_options=false
160 dedicated_server=false
162 export_filter="all_resources"
165 export_path="./william.app"
166 patches=PackedStringArray()
167 encryption_include_filters=""
168 encryption_exclude_filters=""
171 encrypt_directory=false
176 export/distribution_type=1
177 binary_format/architecture="universal"
178 custom_template/debug=""
179 custom_template/release=""
180 debug/export_console_wrapper=1
182 application/icon_interpolation=4
183 application/bundle_identifier="com.purplebirdman.william"
184 application/signature=""
185 application/app_category="Games"
186 application/short_version=""
187 application/version=""
188 application/copyright=""
189 application/copyright_localized={}
190 application/min_macos_version_x86_64="10.12"
191 application/min_macos_version_arm64="11.00"
192 application/export_angle=0
193 display/high_res=true
194 application/additional_plist_content=""
195 xcode/platform_build="14C18"
196 xcode/sdk_version="13.1"
197 xcode/sdk_build="22C55"
198 xcode/sdk_name="macosx13.1"
199 xcode/xcode_version="1420"
200 xcode/xcode_build="14C18"
202 codesign/installer_identity=""
203 codesign/apple_team_id=""
205 codesign/entitlements/custom_file=""
206 codesign/entitlements/allow_jit_code_execution=false
207 codesign/entitlements/allow_unsigned_executable_memory=false
208 codesign/entitlements/allow_dyld_environment_variables=false
209 codesign/entitlements/disable_library_validation=false
210 codesign/entitlements/audio_input=false
211 codesign/entitlements/camera=false
212 codesign/entitlements/location=false
213 codesign/entitlements/address_book=false
214 codesign/entitlements/calendars=false
215 codesign/entitlements/photos_library=false
216 codesign/entitlements/apple_events=false
217 codesign/entitlements/debugging=false
218 codesign/entitlements/app_sandbox/enabled=false
219 codesign/entitlements/app_sandbox/network_server=false
220 codesign/entitlements/app_sandbox/network_client=false
221 codesign/entitlements/app_sandbox/device_usb=false
222 codesign/entitlements/app_sandbox/device_bluetooth=false
223 codesign/entitlements/app_sandbox/files_downloads=0
224 codesign/entitlements/app_sandbox/files_pictures=0
225 codesign/entitlements/app_sandbox/files_music=0
226 codesign/entitlements/app_sandbox/files_movies=0
227 codesign/entitlements/app_sandbox/files_user_selected=0
228 codesign/entitlements/app_sandbox/helper_executables=[]
229 codesign/entitlements/additional=""
230 codesign/custom_options=PackedStringArray()
231 notarization/notarization=0
232 privacy/microphone_usage_description=""
233 privacy/microphone_usage_description_localized={}
234 privacy/camera_usage_description=""
235 privacy/camera_usage_description_localized={}
236 privacy/location_usage_description=""
237 privacy/location_usage_description_localized={}
238 privacy/address_book_usage_description=""
239 privacy/address_book_usage_description_localized={}
240 privacy/calendar_usage_description=""
241 privacy/calendar_usage_description_localized={}
242 privacy/photos_library_usage_description=""
243 privacy/photos_library_usage_description_localized={}
244 privacy/desktop_folder_usage_description=""
245 privacy/desktop_folder_usage_description_localized={}
246 privacy/documents_folder_usage_description=""
247 privacy/documents_folder_usage_description_localized={}
248 privacy/downloads_folder_usage_description=""
249 privacy/downloads_folder_usage_description_localized={}
250 privacy/network_volumes_usage_description=""
251 privacy/network_volumes_usage_description_localized={}
252 privacy/removable_volumes_usage_description=""
253 privacy/removable_volumes_usage_description_localized={}
254 privacy/tracking_enabled=false
255 privacy/tracking_domains=PackedStringArray()
256 privacy/collected_data/name/collected=false
257 privacy/collected_data/name/linked_to_user=false
258 privacy/collected_data/name/used_for_tracking=false
259 privacy/collected_data/name/collection_purposes=0
260 privacy/collected_data/email_address/collected=false
261 privacy/collected_data/email_address/linked_to_user=false
262 privacy/collected_data/email_address/used_for_tracking=false
263 privacy/collected_data/email_address/collection_purposes=0
264 privacy/collected_data/phone_number/collected=false
265 privacy/collected_data/phone_number/linked_to_user=false
266 privacy/collected_data/phone_number/used_for_tracking=false
267 privacy/collected_data/phone_number/collection_purposes=0
268 privacy/collected_data/physical_address/collected=false
269 privacy/collected_data/physical_address/linked_to_user=false
270 privacy/collected_data/physical_address/used_for_tracking=false
271 privacy/collected_data/physical_address/collection_purposes=0
272 privacy/collected_data/other_contact_info/collected=false
273 privacy/collected_data/other_contact_info/linked_to_user=false
274 privacy/collected_data/other_contact_info/used_for_tracking=false
275 privacy/collected_data/other_contact_info/collection_purposes=0
276 privacy/collected_data/health/collected=false
277 privacy/collected_data/health/linked_to_user=false
278 privacy/collected_data/health/used_for_tracking=false
279 privacy/collected_data/health/collection_purposes=0
280 privacy/collected_data/fitness/collected=false
281 privacy/collected_data/fitness/linked_to_user=false
282 privacy/collected_data/fitness/used_for_tracking=false
283 privacy/collected_data/fitness/collection_purposes=0
284 privacy/collected_data/payment_info/collected=false
285 privacy/collected_data/payment_info/linked_to_user=false
286 privacy/collected_data/payment_info/used_for_tracking=false
287 privacy/collected_data/payment_info/collection_purposes=0
288 privacy/collected_data/credit_info/collected=false
289 privacy/collected_data/credit_info/linked_to_user=false
290 privacy/collected_data/credit_info/used_for_tracking=false
291 privacy/collected_data/credit_info/collection_purposes=0
292 privacy/collected_data/other_financial_info/collected=false
293 privacy/collected_data/other_financial_info/linked_to_user=false
294 privacy/collected_data/other_financial_info/used_for_tracking=false
295 privacy/collected_data/other_financial_info/collection_purposes=0
296 privacy/collected_data/precise_location/collected=false
297 privacy/collected_data/precise_location/linked_to_user=false
298 privacy/collected_data/precise_location/used_for_tracking=false
299 privacy/collected_data/precise_location/collection_purposes=0
300 privacy/collected_data/coarse_location/collected=false
301 privacy/collected_data/coarse_location/linked_to_user=false
302 privacy/collected_data/coarse_location/used_for_tracking=false
303 privacy/collected_data/coarse_location/collection_purposes=0
304 privacy/collected_data/sensitive_info/collected=false
305 privacy/collected_data/sensitive_info/linked_to_user=false
306 privacy/collected_data/sensitive_info/used_for_tracking=false
307 privacy/collected_data/sensitive_info/collection_purposes=0
308 privacy/collected_data/contacts/collected=false
309 privacy/collected_data/contacts/linked_to_user=false
310 privacy/collected_data/contacts/used_for_tracking=false
311 privacy/collected_data/contacts/collection_purposes=0
312 privacy/collected_data/emails_or_text_messages/collected=false
313 privacy/collected_data/emails_or_text_messages/linked_to_user=false
314 privacy/collected_data/emails_or_text_messages/used_for_tracking=false
315 privacy/collected_data/emails_or_text_messages/collection_purposes=0
316 privacy/collected_data/photos_or_videos/collected=false
317 privacy/collected_data/photos_or_videos/linked_to_user=false
318 privacy/collected_data/photos_or_videos/used_for_tracking=false
319 privacy/collected_data/photos_or_videos/collection_purposes=0
320 privacy/collected_data/audio_data/collected=false
321 privacy/collected_data/audio_data/linked_to_user=false
322 privacy/collected_data/audio_data/used_for_tracking=false
323 privacy/collected_data/audio_data/collection_purposes=0
324 privacy/collected_data/gameplay_content/collected=false
325 privacy/collected_data/gameplay_content/linked_to_user=false
326 privacy/collected_data/gameplay_content/used_for_tracking=false
327 privacy/collected_data/gameplay_content/collection_purposes=0
328 privacy/collected_data/customer_support/collected=false
329 privacy/collected_data/customer_support/linked_to_user=false
330 privacy/collected_data/customer_support/used_for_tracking=false
331 privacy/collected_data/customer_support/collection_purposes=0
332 privacy/collected_data/other_user_content/collected=false
333 privacy/collected_data/other_user_content/linked_to_user=false
334 privacy/collected_data/other_user_content/used_for_tracking=false
335 privacy/collected_data/other_user_content/collection_purposes=0
336 privacy/collected_data/browsing_history/collected=false
337 privacy/collected_data/browsing_history/linked_to_user=false
338 privacy/collected_data/browsing_history/used_for_tracking=false
339 privacy/collected_data/browsing_history/collection_purposes=0
340 privacy/collected_data/search_hhistory/collected=false
341 privacy/collected_data/search_hhistory/linked_to_user=false
342 privacy/collected_data/search_hhistory/used_for_tracking=false
343 privacy/collected_data/search_hhistory/collection_purposes=0
344 privacy/collected_data/user_id/collected=false
345 privacy/collected_data/user_id/linked_to_user=false
346 privacy/collected_data/user_id/used_for_tracking=false
347 privacy/collected_data/user_id/collection_purposes=0
348 privacy/collected_data/device_id/collected=false
349 privacy/collected_data/device_id/linked_to_user=false
350 privacy/collected_data/device_id/used_for_tracking=false
351 privacy/collected_data/device_id/collection_purposes=0
352 privacy/collected_data/purchase_history/collected=false
353 privacy/collected_data/purchase_history/linked_to_user=false
354 privacy/collected_data/purchase_history/used_for_tracking=false
355 privacy/collected_data/purchase_history/collection_purposes=0
356 privacy/collected_data/product_interaction/collected=false
357 privacy/collected_data/product_interaction/linked_to_user=false
358 privacy/collected_data/product_interaction/used_for_tracking=false
359 privacy/collected_data/product_interaction/collection_purposes=0
360 privacy/collected_data/advertising_data/collected=false
361 privacy/collected_data/advertising_data/linked_to_user=false
362 privacy/collected_data/advertising_data/used_for_tracking=false
363 privacy/collected_data/advertising_data/collection_purposes=0
364 privacy/collected_data/other_usage_data/collected=false
365 privacy/collected_data/other_usage_data/linked_to_user=false
366 privacy/collected_data/other_usage_data/used_for_tracking=false
367 privacy/collected_data/other_usage_data/collection_purposes=0
368 privacy/collected_data/crash_data/collected=false
369 privacy/collected_data/crash_data/linked_to_user=false
370 privacy/collected_data/crash_data/used_for_tracking=false
371 privacy/collected_data/crash_data/collection_purposes=0
372 privacy/collected_data/performance_data/collected=false
373 privacy/collected_data/performance_data/linked_to_user=false
374 privacy/collected_data/performance_data/used_for_tracking=false
375 privacy/collected_data/performance_data/collection_purposes=0
376 privacy/collected_data/other_diagnostic_data/collected=false
377 privacy/collected_data/other_diagnostic_data/linked_to_user=false
378 privacy/collected_data/other_diagnostic_data/used_for_tracking=false
379 privacy/collected_data/other_diagnostic_data/collection_purposes=0
380 privacy/collected_data/environment_scanning/collected=false
381 privacy/collected_data/environment_scanning/linked_to_user=false
382 privacy/collected_data/environment_scanning/used_for_tracking=false
383 privacy/collected_data/environment_scanning/collection_purposes=0
384 privacy/collected_data/hands/collected=false
385 privacy/collected_data/hands/linked_to_user=false
386 privacy/collected_data/hands/used_for_tracking=false
387 privacy/collected_data/hands/collection_purposes=0
388 privacy/collected_data/head/collected=false
389 privacy/collected_data/head/linked_to_user=false
390 privacy/collected_data/head/used_for_tracking=false
391 privacy/collected_data/head/collection_purposes=0
392 privacy/collected_data/other_data_types/collected=false
393 privacy/collected_data/other_data_types/linked_to_user=false
394 privacy/collected_data/other_data_types/used_for_tracking=false
395 privacy/collected_data/other_data_types/collection_purposes=0
396 ssh_remote_deploy/enabled=false
397 ssh_remote_deploy/host="user@host_ip"
398 ssh_remote_deploy/port="22"
399 ssh_remote_deploy/extra_args_ssh=""
400 ssh_remote_deploy/extra_args_scp=""
401 ssh_remote_deploy/run_script="#!/usr/bin/env bash
402 unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
403 open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
404 ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
405 kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")
406 rm -rf \"{temp_dir}\""