export for windows

master
DJh2o2 2024-12-31 16:39:26 +07:00
parent 84012698e3
commit 38ec817c57
30 changed files with 129 additions and 0 deletions

@ -12,6 +12,7 @@ recent_presets=PackedColorArray(0.894922, 0.894922, 0.894922, 1, 0.720467, 0.720
create_new_node=Rect2(3390, 370, 900, 700)
project_settings=Rect2(3240, 370, 1200, 700)
export=Rect2(3390, 470, 1051, 544)
[recent_files]
@ -21,3 +22,8 @@ scripts=["res://mob.gd", "res://characters/slime/slime.gd", "res://characters/ha
[script_setup]
last_selected_language="GDScript"
[export_options]
default_filename="VampireSurvivor"
export_debug=true

@ -1 +1,2 @@
G:/coding/godot/2d-project-start/bin
res://

@ -0,0 +1,9 @@
[preset.0]
script_encryption_key=""
[preset.0.options]
codesign/identity_type=0
codesign/identity=""
codesign/password=""

@ -0,0 +1,11 @@
res://characters/happy_boo/happy_boo.tscn::11d773d18928d255a49c75fec93312c1::1735657084::res://.godot/exported/133200997/export-d648d95b60292c6ab5a2df3cfa132f65-happy_boo.scn
res://characters/happy_boo/square_modification_stack.tres::c50df0cb08042a928161eb2d35e7a5f9::1695668179::res://.godot/exported/133200997/export-f25555e8dbdc63b0046bd11dbf14cb6d-square_modification_stack.res
res://characters/slime/slime.tscn::4109dfdd6b05c79de6f9acdffb60aab6::1695668179::res://.godot/exported/133200997/export-00cd1686d0dcba26ac4404616e000a71-slime.scn
res://pistol/impact/impact.tscn::69097d817a9970689e0d7bb3c15d7006::1695668179::res://.godot/exported/133200997/export-23af5b5b4b536de664300f16912ab0a5-impact.scn
res://pistol/muzzle_flash/muzzle_flash.tscn::cb1cee9861385d5ab2cf0b891d413f09::1695668179::res://.godot/exported/133200997/export-b157f8b9faf8fae6f6c4fc021b88b5f1-muzzle_flash.scn
res://smoke_explosion/smoke_explosion.tscn::0235eab75112ef52a3f22bf2fa910719::1695668179::res://.godot/exported/133200997/export-e72ef0eae21a758bfc24d9e4f444eb60-smoke_explosion.scn
res://default_bus_layout.tres::f79fcacca07a2d471d5d1918fc173cbc::1695668179::res://.godot/exported/133200997/export-19246414aa9fb561ced4b8dce477acec-default_bus_layout.res
res://game.tscn::c7cfb01a9874f1dd5069b05dc778098d::1735659167::res://.godot/exported/133200997/export-609f762188a68253d349ec58c4f3a8d3-game.scn
res://mob.tscn::13ccc3ec0638e2f62410b3a21157c451::1735659140::res://.godot/exported/133200997/export-5b94865898bd9b5cb44e426bf42f6f48-mob.scn
res://player.tscn::7b400473f44ddf86ebf230ebafd54bb1::1735657565::res://.godot/exported/133200997/export-36a25e342948d0ceacc500772b5412b3-player.scn
res://tree.tscn::e2d13fae210039728eccfc386955f06f::1735659140::res://.godot/exported/133200997/export-ef7561903f4b6d6060f0c1dea57ad9fe-tree.scn

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,69 @@
[preset.0]
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="bin/VampireSurvivor.exe"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.0.options]
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
binary_format/architecture="x86_64"
codesign/enable=false
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PackedStringArray()
application/modify_resources=true
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version=""
application/product_version="0.1a"
application/company_name="Gremlinsoft"
application/product_name="Vampire Survivor"
application/file_description=""
application/copyright=""
application/trademarks=""
application/export_angle=0
application/export_d3d12=0
application/d3d12_agility_sdk_multiarch=true
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
ssh_remote_deploy/port="22"
ssh_remote_deploy/extra_args_ssh=""
ssh_remote_deploy/extra_args_scp=""
ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
$trigger = New-ScheduledTaskTrigger -Once -At 00:00
$settings = New-ScheduledTaskSettingsSet
$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
Start-ScheduledTask -TaskName godot_remote_debug
while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
Remove-Item -Recurse -Force '{temp_dir}'"
dotnet/include_scripts_content=false
dotnet/include_debug_symbols=true
dotnet/embed_build_outputs=false