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