Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-03-29 11:23:16 +0000
committerStijn Buys <ingar@osirion.org>2008-03-29 11:23:16 +0000
commit49e268d1b4244948e49a11612501a743e311fbaf (patch)
tree58280d24af8d2f385bdc6819f185fda0a0496e94 /README
parentec749a67a8dac87dc01421fc74fa9ee8ec6a6164 (diff)
documentation updates
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 14 insertions, 4 deletions
diff --git a/README b/README
index e19101a..f167aa8 100644
--- a/README
+++ b/README
@@ -3,9 +3,9 @@ The Osirion Project - README
This is the Osirion project. I wrote it to get a better grasp on
game design with OpenGL and to get some C++ practice.
- Maybe someday, it will be a real game.
+ Maybe someday it will be a real game.
- Read INSTALL for instructions on building, installing and udpating.
+ Read INSTALL for instructions on building, installing and updating.
Client
@@ -73,8 +73,8 @@ Console functions
r_restart
You can set your name and player color through the cl_color
- and cl_name variables. Note that the color if your ship
- won't change until you buy a new one.
+ and cl_name variables. Note that your ship's colour won't
+ change until you buy a new one.
cl_name SpaceCowboy
cl_color 1.0 1.0 0.0
@@ -97,6 +97,16 @@ Dedicated server
the server's actual IP address. The default listening port can
be altered by changing the net_port setting.
+Note for windows32 users
+
+ On windows32, the game uses the 'home' subdirectory as your personal
+ directory. For example, the client.ini can be found in
+ home\base\client.ini.
+
+ There is also a problem that prevents the game from creating directories.
+ If you need any subdirectories in your personal folder, like 'screenshots',
+ you will have to create it manually.
+
Organization of the distribution
C++ source code