Hi all, I'm trying to run a L4D2 server on an unmanaged Linux VDS. I want to add -tickrate 60 to my server's launch parameters. But since this is a VDS and I can't right click --> properties I am a bit stumped on what to do. Does anyone know of a way to add parameters on server launch?
Thanks in advance.
How to Add Launch Parameters
-
L2KPrince
- New to forums

- Posts: 3
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Apr 08, 2014 1:26 pm
Re: How to Add Launch Parameters
What command are you using to start the server? That is the line that you will need to add this to.
Re: How to Add Launch Parameters
assuming you are on linux, you would add the command line options after srcds_run.
Taken from srcds.com
Taken from srcds.com
Change the command line options to the ones from l4d2.Extra) Running srcds in background (re-attachable)
We will make a script that will run the srcds in the background in a "screen"
you will need to have screen installed for this. make a file called server.sh and put this in:
Command(s):
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate
Not a NFO employee

