LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   quake 3 rocket arena dedicated server (https://www.linuxquestions.org/questions/linux-games-33/quake-3-rocket-arena-dedicated-server-200912/)

radiohead19 07-04-2004 01:56 AM

quake 3 rocket arena dedicated server
 
alright....i installed quake 3 and i can play it just fine. i installed rocket arena and when i try to start the server by... sh ra3_server.sh it gives me this:

: command not found 2:
: command not found 4:
: command not found 6:
: No such file or directory..
ra3_server.sh: line 8: ./q3ded: No such file or directory



...any suggestions?.... i havnt changed anything on the config, everything is default.

The_Nerd 07-04-2004 02:50 PM

ra3_server.sh is a bash script. From the looks of it, it must be run from the quake3 folder (where the q3ded binary is located). You may have to open it up with your fav text editor and change some paths in the script.

Could you posibly post the script here?

radiohead19 07-05-2004 04:53 AM

#!/bin/sh

# Simple Linux startup script for RA3 1.6 dedicated server

# Script should be located and run from your /quake3/arena directory

cd ..
./q3ded +set fs_game arena +set vm_game 0 +set sv_pure 1 +set bot_enable 0 +set sv_punkbuster 1 +set dedicated 2 +set net_port 27960 +exec server.cfg






....its in the directory that its sopposed to be in, the /quake3/arena

thanx for replying

The_Nerd 07-05-2004 01:50 PM

#!/bin/sh

# Simple Linux startup script for RA3 1.6 dedicated server

# Script should be located and run from your /quake3/arena directory

../q3ded +set fs_game arena +set vm_game 0 +set sv_pure 1 +set bot_enable 0 +set sv_punkbuster 1 +set dedicated 2 +set net_port 27960 +exec server.cfg

Try that.

radiohead19 07-06-2004 03:58 AM

[root@localhost arena]# sh ra3_server.sh
: command not found 2:
: command not found 4:
: command not found 7:
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/root/.q3a/arena
/usr/local/games/quake3/arena/arena
../q3ded/arena
/root/.q3a/baseq3
/usr/local/games/quake3/arena/baseq3
../q3ded/baseq3

----------------------
0 files in pk3 files

Running in restricted demo mode.

----- FS_Startup -----
Current search path:
/root/.q3a/demota
/usr/local/games/quake3/arena/demota
../q3ded/demota

----------------------
0 files in pk3 files
Sys_Error: Couldn't load default.cfg




...thats what i got when i made ur change, btw what did that change do?...also i tried renaming to the server.cfg and arena.cfg, two configs that are in the arena folder to "default.cfg"....but still the same thing

radiohead19 07-06-2004 11:03 PM

nevermind....i got it working ;) thx


All times are GMT -5. The time now is 06:20 PM.