You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/bots/setup.rst.txt
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The uwapi repository contains c/c++ headers for all functions and structures pro
7
7
Furthermore, it contains convenient wrappers for Python and C# for easy start.
8
8
9
9
.. important::
10
-
Do *not* use Flatpak or Snap for Steam on Linux.
10
+
Do *not* use Flatpak, or Snap, or any other containerization for Steam on Linux.
11
11
12
12
Steam Appid Txt
13
13
---------------
@@ -23,13 +23,13 @@ You will find the ``steam_appid.txt`` in the uwapi repository.
23
23
Copy it into the ``bin`` folder, next to the game executable.
24
24
25
25
It is recommended to remove the ``steam_appid.txt`` when you are done with your AI/bot program.
26
-
Presence of the file may cause a corruption when the game is updated.
26
+
Presence of the file may cause corruption of some files when the game is updated.
27
27
28
28
Game Install Path
29
29
-----------------
30
30
31
31
.. important::
32
-
If you installed Unnatural World in non-default location, define environment variable ``UNNATURAL_ROOT`` to the directory containing the library.
32
+
If you installed Unnatural World in non-default location, define environment variable ``UNNATURAL_ROOT`` pointing to the ``bin`` directory containing the library.
You will find the <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> in the uwapi repository.
292
292
Copy it into the <codeclass="docutils literal notranslate"><spanclass="pre">bin</span></code> folder, next to the game executable.</p>
293
293
<p>It is recommended to remove the <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> when you are done with your AI/bot program.
294
-
Presence of the file may cause a corruption when the game is updated.</p>
294
+
Presence of the file may cause corruption of some files when the game is updated.</p>
295
295
</section>
296
296
<sectionid="game-install-path">
297
297
<h2>Game Install Path<aclass="headerlink" href="#game-install-path" title="Link to this heading">¶</a></h2>
298
298
<divclass="admonition important">
299
299
<pclass="admonition-title">Important</p>
300
-
<p>If you installed Unnatural World in non-default location, define environment variable <codeclass="docutils literal notranslate"><spanclass="pre">UNNATURAL_ROOT</span></code> to the directory containing the library.</p>
300
+
<p>If you installed Unnatural World in non-default location, define environment variable <codeclass="docutils literal notranslate"><spanclass="pre">UNNATURAL_ROOT</span></code>pointing to the<codeclass="docutils literal notranslate"><spanclass="pre">bin</span></code> directory containing the library.</p>
<pclass="sd-card-text">Make sure that Steam is running and logged in.
289
289
It must run under the same user as the program.</p>
290
-
<pclass="sd-card-text">Also make sure that you have copied the steam_appid.txt file correctly.</p>
290
+
<pclass="sd-card-text">Also make sure that you have copied the <aclass="reference internal" href="setup.html#steam-appid-txt"><spanclass="std std-ref">steam_appid.txt</span></a> file correctly.</p>
291
291
<pclass="sd-card-text">Do not use any containerization.</p>
0 commit comments