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: sphinx/source/bots/setup.rst
+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.
0 commit comments