00001 /** 00002 \mainpage Race into Space 00003 00004 Race into Space is the free software version of Interplay's Buzz Aldrin's Race into Space. This is the reworked version following the source release for the computer version of the Liftoff! board game by Fritz Bronner. This was developed by Strategic Visions and published by Interplay in as a disk based game in 1992 and a cd-rom in 1994. 00005 00006 \page readme README 00007 00008 \section license 0. License 00009 00010 Race Into Space is distributed under GNU General Public License 00011 (GPL) version 2. You can find the terms and conditions in file 00012 COPYING. 00013 00014 \section running 1. Running the game 00015 00016 If you have downloaded the source distribution then see DEVELOPER 00017 file. Follow on once you have the game executables ready. 00018 00019 Try to run the game, it will probably complain about missing 00020 data files. This should not happen if you have downloaded and 00021 properly installed one of binary distributions (ie. RPM or windows 00022 installer). If you have built the game from source then get the data 00023 files from http://sf.net/projects/raceintospace/ 00024 00025 Once you have your data files extracted, edit the file 00026 ~/.raceintospace/config - it will be created when you start the game 00027 for the first time. Hopefully the file format is self-explanatory. 00028 By the way, your saved games will be stored in the same directory 00029 (~/.raceintospace) 00030 00031 Alternatively you can specify location of configuration directory 00032 and game data directory with environment variables BARIS_SAVE and 00033 BARIS_DATA, respectively. These are also supported when present on 00034 the command line, ie: 00035 00036 $ raceintospace BARIS_DATA=$HOME/baris BARIS_SAVE=$HOME/baris/saves 00037 00038 Good luck on your way to the Moon! 00039 00040 \subsection runningwin 1a. Running on Microsoft Windows platforms. 00041 00042 On Windows error messages will go to the stderr.txt file created 00043 in the working directory (usually the directory where the main 00044 executable resides). Whenever the game crashes or misbehaves look 00045 for clues in that file. 00046 00047 The installer creates shortcuts with location of game data files 00048 provided on the command line. Location of save game directory is 00049 obtained using environment variables HOME, HOMEPATH and USERPROFILE 00050 (in that order). Users reported that on Windows 98 neither of those 00051 is set by default. To solve this problem either set one of above 00052 variables or edit the game shortcut's command line and provide 00053 desired location for save games, ie: 00054 00055 "c:\program files\raceintospace\raceintospace.exe" 00056 "BARIS_DATA=c:\program files\raceintospace" 00057 "BARIS_SAVE=c:\program files\raceintospace\saves" 00058 00059 \section troubleshooting 2. Troubleshooting 00060 00061 Probably you will run into some bugs, at least if you play the game 00062 long enough. To help us improve raceintospace please try to find a 00063 way to reproduce it and submit a bug report via the Tracker at 00064 http://sf.net/projects/raceintospace/ possibly accompanied by a save 00065 game file and your system information (os version, libraries, 00066 environment variables, command line arguments, etc.) 00067 00068 \section development 3. Development 00069 00070 see file DEVELOPER. 00071 00072 */