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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,15 @@ Steam Appid Txt
13
13
---------------
14
14
15
15
.. important::
16
-
Copy ``steam_appid.txt`` into the ``bin`` folder.
16
+
Copy ``steam_appid.txt`` into ``Unnatural Worlds/bin`` folder.
17
17
18
-
The file ``steam_appid.txt`` tells Steam that this is developer copy of the game.
18
+
You will find the ``steam_appid.txt`` in the uwapi repository.
19
+
Copy it into ``bin`` folder, next to the game executable.
20
+
21
+
This file tells Steam that this is a developer copy of the game.
19
22
It allows running multiple processes of the game simultaneously, and to start the programs directly from outside the Steam.
20
23
This allows you to start and debug your bot program from inside your IDE.
21
24
You may also start the game client, game server, built-in AI, or any other associated programs from your terminal.
22
-
You will find the ``steam_appid.txt`` in the uwapi repository.
23
-
Copy it into the ``bin`` folder, next to the game executable.
24
25
25
26
It is recommended to remove the ``steam_appid.txt`` when you are done with your AI/bot program.
26
27
Presence of the file may cause corruption of some files when the game is updated.
@@ -29,7 +30,7 @@ Game Install Path
29
30
-----------------
30
31
31
32
.. important::
32
-
If you installed Unnatural World in non-default location, define environment variable ``UNNATURAL_ROOT`` pointing to the ``bin`` directory containing the library.
33
+
If you have installed Unnatural World in non-default location, define environment variable ``UNNATURAL_ROOT`` pointing to the ``bin`` directory containing the library.
Copy file name to clipboardExpand all lines: bots/setup.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -282,22 +282,22 @@ <h1>Setup<a class="headerlink" href="#setup" title="Link to this heading">¶</a>
282
282
<h2>Steam Appid Txt<aclass="headerlink" href="#steam-appid-txt" title="Link to this heading">¶</a></h2>
283
283
<divclass="admonition important">
284
284
<pclass="admonition-title">Important</p>
285
-
<p>Copy <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> into the <codeclass="docutils literal notranslate"><spanclass="pre">bin</span></code> folder.</p>
285
+
<p>Copy <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> into <codeclass="docutils literal notranslate"><spanclass="pre">Unnatural</span><spanclass="pre">Worlds/bin</span></code> folder.</p>
286
286
</div>
287
-
<p>The file <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> tells Steam that this is developer copy of the game.
287
+
<p>You will find the <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> in the uwapi repository.
288
+
Copy it into <codeclass="docutils literal notranslate"><spanclass="pre">bin</span></code> folder, next to the game executable.</p>
289
+
<p>This file tells Steam that this is a developer copy of the game.
288
290
It allows running multiple processes of the game simultaneously, and to start the programs directly from outside the Steam.
289
291
This allows you to start and debug your bot program from inside your IDE.
290
-
You may also start the game client, game server, built-in AI, or any other associated programs from your terminal.
291
-
You will find the <codeclass="docutils literal notranslate"><spanclass="pre">steam_appid.txt</span></code> in the uwapi repository.
292
-
Copy it into the <codeclass="docutils literal notranslate"><spanclass="pre">bin</span></code> folder, next to the game executable.</p>
292
+
You may also start the game client, game server, built-in AI, or any other associated programs from your terminal.</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
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> pointing to the <codeclass="docutils literal notranslate"><spanclass="pre">bin</span></code> directory containing the library.</p>
300
+
<p>If you have 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>
0 commit comments