diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -9,8 +9,8 @@ The Osirion Project Dedicated server - The dedicated server can be started and accepts incoming connections. - The default port is 8042. You can connect to it with telnet. + The dedicated server will accept incoming connections on port 8042. + Client @@ -57,6 +57,16 @@ Console functions r_fullscreen 1 r_restart + + You can set your name and player color through the cl_color + and cl_name variables. You will have to disconnect and reconnect + for the changes to take effect: + + cl_name SpaceCowboy + cl_color 1.0 1.0 0.0 + connect + + When you quit the application. all custom settings are. Organization of the distribution |