27 Jul 11, 07:38PM
Ich bin mir nicht ganz sicher, was Sie falsch machen, so zu helfen, habe ich unter dem Text von meinem server.sh-Datei enthalten und darunter den Text aus meiner Servercomandline.txt Datei, wo ich glaube, dass die Wurzel des Problems liegt sicher, dass Sie korrekt angegeben die maprot Speicherort wie unten.
Bitte entschuldigen Sie meine sehr schlechten Deutsch :)
Server.sh
#!/bin/sh
# CUBE_DIR should refer to the directory in which Cube is placed.
#CUBE_DIR=~/cube
#CUBE_DIR=/usr/local/cube
CUBE_DIR=./
# CUBE_OPTIONS contains any command line options you would like to start Cube with.
CUBE_OPTIONS=
# comment this to disable reading command line options from config/servercmdline.txt
CUBE_OPTIONFILE=-Cconfig/servercmdline.txt
# SYSTEM_NAME should be set to the name of your operating system.
#SYSTEM_NAME=Linux
SYSTEM_NAME=`uname -s`
# MACHINE_NAME should be set to the name of your processor.
#MACHINE_NAME=i686
MACHINE_NAME=`uname -m`
case ${SYSTEM_NAME} in
Linux)
SYSTEM_NAME=linux_
;;
*)
SYSTEM_NAME=unknown_
;;
esac
case ${MACHINE_NAME} in
i486|i586|i686)
Servercomandline.txt
-f28763
-c12
-n\f5DES\f1|OSOK|\f2 Baldrick
-o"DES|Anderson says Play fair, frag hard and die well! "
-Xconfig/serverpwd3.cfg
-Iconfig/serverinfo_en.txt
-rconfig/maprot2.cfg
-LF1
-LS1
-T
Bitte entschuldigen Sie meine sehr schlechten Deutsch :)
Server.sh
#!/bin/sh
# CUBE_DIR should refer to the directory in which Cube is placed.
#CUBE_DIR=~/cube
#CUBE_DIR=/usr/local/cube
CUBE_DIR=./
# CUBE_OPTIONS contains any command line options you would like to start Cube with.
CUBE_OPTIONS=
# comment this to disable reading command line options from config/servercmdline.txt
CUBE_OPTIONFILE=-Cconfig/servercmdline.txt
# SYSTEM_NAME should be set to the name of your operating system.
#SYSTEM_NAME=Linux
SYSTEM_NAME=`uname -s`
# MACHINE_NAME should be set to the name of your processor.
#MACHINE_NAME=i686
MACHINE_NAME=`uname -m`
case ${SYSTEM_NAME} in
Linux)
SYSTEM_NAME=linux_
;;
*)
SYSTEM_NAME=unknown_
;;
esac
case ${MACHINE_NAME} in
i486|i586|i686)
Servercomandline.txt
-f28763
-c12
-n\f5DES\f1|OSOK|\f2 Baldrick
-o"DES|Anderson says Play fair, frag hard and die well! "
-Xconfig/serverpwd3.cfg
-Iconfig/serverinfo_en.txt
-rconfig/maprot2.cfg
-LF1
-LS1
-T