added steam scripts
authorhgn <hgodden00@gmail.com>
Mon, 10 Oct 2022 16:17:18 +0000 (17:17 +0100)
committerhgn <hgodden00@gmail.com>
Mon, 10 Oct 2022 16:17:18 +0000 (17:17 +0100)
.gitignore
steam_build_script.vdf [new file with mode: 0644]
upload_to_steam.sh [new file with mode: 0644]

index 988d57d89684d6cd85173900e475cf3badb972c9..de30e43bf9ee500bc85e4c50d51664c96738f05b 100755 (executable)
@@ -51,3 +51,4 @@ dist/
 !*.ogg
 !*.txt
 !*.tga
+!*.vdf
diff --git a/steam_build_script.vdf b/steam_build_script.vdf
new file mode 100644 (file)
index 0000000..6636a31
--- /dev/null
@@ -0,0 +1,30 @@
+"AppBuild"\r
+{\r
+       "AppID" "2103940"\r
+       "Desc" "SR Multi-build"\r
+\r
+       "ContentRoot" "/home/harry/Documents/carve/dist/bin/"\r
+       "BuildOutput" "dist/steam_cache"\r
+\r
+       "Depots"\r
+       {\r
+               "2103942" // Linux depot\r
+               {\r
+                       "FileMapping"\r
+                       {\r
+                               "LocalPath" "linux/*"\r
+                               "DepotPath" "."\r
+                               "recursive" "1"\r
+                       }\r
+               }\r
+               "2103941" // Windoes\r
+               {\r
+                       "FileMapping"\r
+                       {\r
+                               "LocalPath" "win32/*"\r
+                               "DepotPath" "."\r
+                               "recursive" "1"\r
+                       }\r
+               }\r
+       }\r
+}\r
diff --git a/upload_to_steam.sh b/upload_to_steam.sh
new file mode 100644 (file)
index 0000000..9db81a2
--- /dev/null
@@ -0,0 +1 @@
+steamworks_sdk/tools/ContentBuilder/builder_linux/steamcmd.sh +login $1 $2 +run_app_build steam_build_script.vdf