LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Quake 3 not loading maps (https://www.linuxquestions.org/questions/linux-newbie-8/quake-3-not-loading-maps-668036/)

guerrascience 09-06-2008 06:52 PM

Quake 3 not loading maps
 
Hi,

I installed quake 3 and everytime I want to play on an online server, it gives me a message, 'couldn't load map'

Strangely, when I tried to play paintball2 online it gave me the same error. Can anyone help? Possibly its a permission thing.

Quakeboy02 09-06-2008 07:02 PM

Do you actually have the maps in your baseq3 directory? IOW, can you play those maps in single player mode? Also, what command are you using to invoke quake3? Here is the shell script I use to run q3.

#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/usr/local/games/quake3"
./quake3.x86 +set vm_game 2 + set vm_cgame 2 + set vm_ui 2 $*
exit $?

Also, have you discovered "xqf"? yet? It's an online game browser/starter similar to All-Seeing-Eye, but for linux.


All times are GMT -5. The time now is 12:29 AM.