• 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/

Server Sample Killing Floor Dedicated Server command line

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
 
Upvote 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
 
Upvote 0