SRCDS Steam group


Map problem
#1
Hi, I have two CS:S servers, and for some reason, some maps make them crash. They all used to work before, then they stopped working. I tried to put one of my servers on to de_dust, and it crashed. I don't know what else to do.

Server OS: Ubuntu 9.04 Desktop
Processor: Intel Pentium 4 2.7 Ghz
Ram: 1GB
Game(s): CS:S
Start Up Command: ./srcds_run -console -game cstrike -maxplayers <either 20 or 50 depending on server> +map <mapname depending on server> -port <port depending on server>
Admin Mods: Mani, SourceMod, MetaMod, SourceOP, EventScripts, Es_Tools.

More specific start up:

Zriot server: ./srcds_run -console -game cstrike -maxplayers 50 +map zm_lila_panic_aku -port 27018

AIM Server: ./srcds_run -console -game cstrike -maxplayers 20 +map aim_ag_acients -port 27015
Reply
#2
you cant have them be set to the same folder name one zriot and one aim
My name is Valentinez Alkalinella Xifax Sicidabohertz Gombigobilla Blue Stradivari Talentrent Pierre Andri Charton-Haymoss Ivanovici Baldeus George Doitzel Kaiser the Third - Don't hesitate to call.
Reply
#3
"/aim/" and "/zriot/" are two different folders, I didn't list that. The real start up command would be:

Code:
cd /zriot/
./srcds_run -console -game cstrike -maxplayers 50 +map zm_lila_panic_aku -port 27018

or

Code:
cd /aim/
./srcds_run -console -game cstrike -maxplayers 20 +map aim_ag_acients -port 27015
Reply
#4
(03-19-2010, 10:36 AM)Hovercat Wrote:  "/aim/" and "/zriot/" are two different folders, I didn't list that. The real start up command would be:

Code:
cd /zriot/
./srcds_run -console -game cstrike -maxplayers 50 +map zm_lila_panic_aku -port 27018

or

Code:
cd /aim/
./srcds_run -console -game cstrike -maxplayers 20 +map aim_ag_acients -port 27015

If they are both in the home dir of the script, otherwise

Code:
cd /path_to_srcds/zriot/
./srcds_run -console -game cstrike -maxplayers 50 +map zm_lila_panic_aku -port 27018
cd ../
cd /aim/
./srcds_run -console -game cstrike -maxplayers 20 +map aim_ag_acients -port 27015
Reply
#5
You re using many addons/plugins strip them down. Or better try running without them for testing. Most likely no crash will happen.
Reply
#6
Why? Do you think the problem is having multiple mods attempting to change the map at the same time?

@BloodAngel

This is a picture of the ./ directory on my SFTP client.

[Image: sftp.jpg]
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)