Sample Killing Floor Dedicated Server command line

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Yoshiro

In Soviet Russia, Yoshiro is a cake
Staff member
Oct 10, 2005
13,273
4,048
113
Here is a sample commandline used for launching a server. This is Windows, Linux commandline could be slightly different (ucc-bin instead of ucc):

Code:
ucc server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecured=true?MaxPlayers=6
 

JohnFrs

FNG / Fresh Meat
May 14, 2009
3
0
0
Hi,

I'm french and i downloaded the linux dedicated server killing floor with the command line ./steam -command update -game killingfloor -dir .

After downloading i try to launch the server with the command line " ucc-bin server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecure=false?MaxPlayers=6
" but i got an error = "-bash: ucc-bin: command not found"

What can i do ?

Thx
 

Mustang

FNG / Fresh Meat
May 14, 2009
42
0
0
34
England
I'm not that hot on Linux
But check which directory you are executing the command from
You might need to drill down into the "system" folder
Also check the attribs of ucc-bin are set to allow execute
 

BBk

FNG / Fresh Meat
Jul 29, 2007
4
0
0
You can do "chmod a+x ucc-bin" to add the execution flag to the bin file.

an try with "./ucc-bin server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecure=fal se?MaxPlayers=6"



But i'm not sure that Linux server is usable
 

JohnFrs

FNG / Fresh Meat
May 14, 2009
3
0
0
Ok for chmod but i haven't got the .bin file yet.
We must wait a few hours again.
 

octodhd

FNG / Fresh Meat
May 14, 2009
3
0
0
the script 'ucc-bin' is trying to execute ./ucc-bin-real so you have to be IN the system directory before calling it, otherwise the start fails. This is under linux

Eg:

/opt/kf] $ /opt/kf/system/ucc-bin server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecure=false?MaxPlayers=6
/opt/kf/system/ucc-bin: line 4: /opt/kf/ucc-bin-real: No such file or directory
/opt/kf/system/ucc-bin: line 4: exec: /opt/kf/ucc-bin-real: cannot execute: No such file or directory
 

MUG

FNG / Fresh Meat
May 16, 2009
3
0
0
Australia
For linux, I use this shell script
./steam -command update -game killingfloor -dir .

cd system
./ucc-bin server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecured=true?MaxPlayers=6 -nohomedir
 

Mustang

FNG / Fresh Meat
May 14, 2009
42
0
0
34
England
The default log file is system/ucc.log
If you want to call it a different name, then do as you suggest and use the -log parameter