Splixx wrote:I just downloaded it today, from sourceforge, but since I'm a linux newbie I didnt know how to start the program. If I delete the directory, do I need to redownload it?
No, the directory
~/.nexuiz/ just holds generated files like the config file and maybe log file. My idea was that maybe the config file still has some old values. (As you are new to linux notice that ~/.nexuiz means its the directory
.nexuiz in your home directory. Files with a . as first character get hidden by quiet a few applications but there are ways to make them visible. Or you open a shell and enter
rm -rf ~/.nexuiz that will delete it too)
The game it self should be installed somewhere else. I can't tell you where that is.. its where you extracted the nexuiz-15.zip file. I think most of the posts in the forum suggest to use /usr/games or something like this.
Splixx wrote:I had two directories, but merged them together.
Hmm how did you do that?
Splixx wrote:Maybe I should delete, and redownload following the thread directions.
Actually it should be very easy, just download the file nexuiz-15.zip from sourceforge (
http://prdownloads.sourceforge.net/nexu ... p?download) copy it to /usr/games (this is no MUST BE.. its just a very common place for games. You can in fact extract it whereever you want and can. In case you do not own the computer you might be unable to create files outside your homedirectory) and do
unzip nexuiz-15.zip there. Then make the binaries executable with
chmod 0755 Nexuiz/nexuiz-linux*. Now you can create a link on you Desktop to /usr/games/Nexuiz/nexuiz-linux.sh. That is a little shell script that should make sure it starts fine and not give those problems like the gray dots. That problem does arise because the engine uses the current directory to fetch the game data. This is actually quite good and clever as its flexible but often Desktop systems give problems Thats why we added this shell script.