Commit
•
e97dffc
1
Parent(s):
37f6e6b
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- bin/Ships.pck +1 -1
- export_presets.cfg +64 -0
.gitattributes
CHANGED
@@ -8,5 +8,6 @@ assets/boat_large.bin filter=lfs diff=lfs merge=lfs -text
|
|
8 |
assets/chest.bin filter=lfs diff=lfs merge=lfs -text
|
9 |
assets/ship_light.bin filter=lfs diff=lfs merge=lfs -text
|
10 |
assets/sunflowers_puresky_2k.hdr filter=lfs diff=lfs merge=lfs -text
|
|
|
11 |
bin/Ships.pck filter=lfs diff=lfs merge=lfs -text
|
12 |
bin/Ships.x86_64 filter=lfs diff=lfs merge=lfs -text
|
|
|
8 |
assets/chest.bin filter=lfs diff=lfs merge=lfs -text
|
9 |
assets/ship_light.bin filter=lfs diff=lfs merge=lfs -text
|
10 |
assets/sunflowers_puresky_2k.hdr filter=lfs diff=lfs merge=lfs -text
|
11 |
+
bin/Ships.exe filter=lfs diff=lfs merge=lfs -text
|
12 |
bin/Ships.pck filter=lfs diff=lfs merge=lfs -text
|
13 |
bin/Ships.x86_64 filter=lfs diff=lfs merge=lfs -text
|
bin/Ships.pck
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3509200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ba3c3f08ad9b3b0b750fd116ffa92683db8db2a39fb1acb457a5f88abb91c6c
|
3 |
size 3509200
|
export_presets.cfg
CHANGED
@@ -39,3 +39,67 @@ kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
|
|
39 |
rm -rf \"{temp_dir}\""
|
40 |
dotnet/include_scripts_content=false
|
41 |
dotnet/include_debug_symbols=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
rm -rf \"{temp_dir}\""
|
40 |
dotnet/include_scripts_content=false
|
41 |
dotnet/include_debug_symbols=true
|
42 |
+
|
43 |
+
[preset.1]
|
44 |
+
|
45 |
+
name="Windows Desktop"
|
46 |
+
platform="Windows Desktop"
|
47 |
+
runnable=true
|
48 |
+
dedicated_server=false
|
49 |
+
custom_features=""
|
50 |
+
export_filter="all_resources"
|
51 |
+
include_filter=""
|
52 |
+
exclude_filter=""
|
53 |
+
export_path="bin/Ships.exe"
|
54 |
+
encryption_include_filters=""
|
55 |
+
encryption_exclude_filters=""
|
56 |
+
encrypt_pck=false
|
57 |
+
encrypt_directory=false
|
58 |
+
|
59 |
+
[preset.1.options]
|
60 |
+
|
61 |
+
custom_template/debug=""
|
62 |
+
custom_template/release=""
|
63 |
+
debug/export_console_wrapper=1
|
64 |
+
binary_format/embed_pck=false
|
65 |
+
texture_format/bptc=true
|
66 |
+
texture_format/s3tc=true
|
67 |
+
texture_format/etc=false
|
68 |
+
texture_format/etc2=false
|
69 |
+
binary_format/architecture="x86_64"
|
70 |
+
codesign/enable=false
|
71 |
+
codesign/timestamp=true
|
72 |
+
codesign/timestamp_server_url=""
|
73 |
+
codesign/digest_algorithm=1
|
74 |
+
codesign/description=""
|
75 |
+
codesign/custom_options=PackedStringArray()
|
76 |
+
application/modify_resources=true
|
77 |
+
application/icon=""
|
78 |
+
application/console_wrapper_icon=""
|
79 |
+
application/icon_interpolation=4
|
80 |
+
application/file_version=""
|
81 |
+
application/product_version=""
|
82 |
+
application/company_name=""
|
83 |
+
application/product_name=""
|
84 |
+
application/file_description=""
|
85 |
+
application/copyright=""
|
86 |
+
application/trademarks=""
|
87 |
+
ssh_remote_deploy/enabled=false
|
88 |
+
ssh_remote_deploy/host="user@host_ip"
|
89 |
+
ssh_remote_deploy/port="22"
|
90 |
+
ssh_remote_deploy/extra_args_ssh=""
|
91 |
+
ssh_remote_deploy/extra_args_scp=""
|
92 |
+
ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
|
93 |
+
$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
|
94 |
+
$trigger = New-ScheduledTaskTrigger -Once -At 00:00
|
95 |
+
$settings = New-ScheduledTaskSettingsSet
|
96 |
+
$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
|
97 |
+
Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
|
98 |
+
Start-ScheduledTask -TaskName godot_remote_debug
|
99 |
+
while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
|
100 |
+
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
|
101 |
+
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
|
102 |
+
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
|
103 |
+
Remove-Item -Recurse -Force '{temp_dir}'"
|
104 |
+
dotnet/include_scripts_content=false
|
105 |
+
dotnet/include_debug_symbols=true
|