blob: 6bbeefbeb3f9d7f5cd5e8d36099ae6076bc78014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 - Журнал @ веб-сайте самохостера 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>
|