SRCDS Steam group


Init Script ( Invalid game type 'cstrike' sepecified. )
#1
Getting this error:
Code:
devin@DEVIN-LAPTOP:~/Desktop$ bash ./server.sh
ERROR: Invalid game type 'cstrike' sepecified.
Wed Jan 12 15:34:17 CST 2011: Server Failed

from server.sh:
Code:
#! /bin/sh
/srcds/orangebox/srcds_run -console -game cstrike +map de_dust2

I am able to start the server normally from a terminal.
Code:
devin@DEVIN-LAPTOP:/srcds/orangebox$ ./srcds_run -console -game cstrike +map de_dust 2
Reply
#2
srcds_run need to be executed within the directory where it is installed:
Code:
#!/bin/sh
cd /srcds/orangebox
./srcds_run -console -game cstrike +map de_dust2
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#3
Someone at valve should add something like this to their srcds_run script:
Code:
cd $(dirname $0)
Interactive web based config creator for CS, CSS, TF2 and DODS
Creates server and client configs in an explained dialog.

You`ll also find precompiled debian gameserver kernels for download
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)