edbeeching HF staff commited on
Commit
58aecdf
1 Parent(s): e7fdd7d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -8,3 +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
 
 
 
 
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.console.exe ADDED
Binary file (186 kB). View file
 
bin/Ships.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2de407f42a3db0dece9ff075b69219a30493b90c67f0a14bc450b414fba39125
3
+ size 71425536
bin/Ships.pck ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9079c4d17bd3fbe53d524fa83ccfb14619a020d1e6f50432ae5fd85407fa5110
3
+ size 3505504
bin/Ships.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/sh
2
+ echo -ne '\033c\033]0;Ships\a'
3
+ base_path="$(dirname "$(realpath "$0")")"
4
+ "$base_path/Ships.x86_64" "$@"
bin/Ships.x86_64 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843a1e5f8df1e6b2fe57ff86ca637436c7e1216f8409f2b079090c373548e86f
3
+ size 72784744
export_presets.cfg ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [preset.0]
2
+
3
+ name="Linux/X11"
4
+ platform="Linux/X11"
5
+ runnable=true
6
+ dedicated_server=false
7
+ custom_features=""
8
+ export_filter="all_resources"
9
+ include_filter=""
10
+ exclude_filter=""
11
+ export_path=""
12
+ encryption_include_filters=""
13
+ encryption_exclude_filters=""
14
+ encrypt_pck=false
15
+ encrypt_directory=false
16
+
17
+ [preset.0.options]
18
+
19
+ custom_template/debug=""
20
+ custom_template/release=""
21
+ debug/export_console_wrapper=1
22
+ binary_format/embed_pck=false
23
+ texture_format/bptc=true
24
+ texture_format/s3tc=true
25
+ texture_format/etc=false
26
+ texture_format/etc2=false
27
+ binary_format/architecture="x86_64"
28
+ ssh_remote_deploy/enabled=false
29
+ ssh_remote_deploy/host="user@host_ip"
30
+ ssh_remote_deploy/port="22"
31
+ ssh_remote_deploy/extra_args_ssh=""
32
+ ssh_remote_deploy/extra_args_scp=""
33
+ ssh_remote_deploy/run_script="#!/usr/bin/env bash
34
+ export DISPLAY=:0
35
+ unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
36
+ \"{temp_dir}/{exe_name}\" {cmd_args}"
37
+ ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
38
+ 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
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=""
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