Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/public/blog/download-mods-for-a-steam-game-from-the-steam-workshop
diff options
context:
space:
mode:
authorIvan Davydov <lotigara@lotigara.ru>2025-06-24 14:03:34 +0300
committerIvan Davydov <lotigara@lotigara.ru>2025-06-24 14:03:34 +0300
commita2e3bec40f5851be70299e7513967a0f5d042bf9 (patch)
tree5234a58ac93fa6c4752075a5128f183da0725c13 /public/blog/download-mods-for-a-steam-game-from-the-steam-workshop
Initial commitmaster
Diffstat (limited to 'public/blog/download-mods-for-a-steam-game-from-the-steam-workshop')
-rw-r--r--public/blog/download-mods-for-a-steam-game-from-the-steam-workshop/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/public/blog/download-mods-for-a-steam-game-from-the-steam-workshop/index.html b/public/blog/download-mods-for-a-steam-game-from-the-steam-workshop/index.html
new file mode 100644
index 0000000..6bbeefb
--- /dev/null
+++ b/public/blog/download-mods-for-a-steam-game-from-the-steam-workshop/index.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html class="blog" lang="ru">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta>
+ <meta name="color-scheme" content="dark light"></meta>
+
+ <title>Download mods for a Steam game from the Steam Workshop - &ZHcy;&ucy;&rcy;&ncy;&acy;&lcy; &commat; &vcy;&iecy;&bcy;-&scy;&acy;&jcy;&tcy;&iecy; &scy;&acy;&mcy;&ocy;&khcy;&ocy;&scy;&tcy;&iecy;&rcy;&acy; Lotigara</title>
+ <link rel="stylesheet" href="/blog/_/style.css">
+ <body>
+<header><center>
+ <h1>Веб-сайт самохостера Lotigara</h1>
+ <nav>
+ <a href="https://www.lotigara.ru/">главная|main page</a>
+ <a href="https://www.lotigara.ru/status.php">состояние|status</a>
+ <a href="https://www.lotigara.ru/blog">журнал|journal</a>
+ <a href="https://www.lotigara.ru/files">файлы|files</a>
+ <a href="https://git.lotigara.ru">программы|software</a>
+ <br>
+ <a href="https://www.lotigara.ru/archive">архив|archive</a>
+ </nav>
+</center></header>
+
+<!-- post -->
+<div class="post">
+ <h1><a href="/blog/blog/download-mods-for-a-steam-game-from-the-steam-workshop/">Download mods for a Steam game from the Steam Workshop</a></h1>
+ <div class="content">
+<pre alt="sh">
+steamcmd "+login $USERID" $(for i in $MODLIST; do echo "+download_item $APPID $i"; done)
+</pre>
+ </div>
+</div>
+<!-- /post -->
+
+ </body>
+</html>