Talk:Dedicated Server (KillingFloor): Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(→‎linux instructions: new section)
 
Line 1: Line 1:
== linux instructions ==
== linux instructions ==


so far the linux instructions are the same, but youre going to have to jump through some hoops to get your linux server back up:
after downloading/unzipping/untarring the steamcmd, use this to run it:
 
STEAMEXE=steamcmd ./steam.sh
 
if it works, you will be in a steam prompt (might have to hit enter or something to get it to show)
 
then type:
 
login steamusername steampassword (because it's so great to use your steam account on a public server, hopefully my credit cards dont get swiped)
 
now to actually install:
 
force_install_dir ./kf/ (this sets the directory to install to)
app_update 215360 (this install the server)
 
that installs the server, but youre going to have to jump through some hoops to get your linux server back up:


directories and file names are all different now (upper case now) so you have to install fresh, and then move all your muts/mods/assets over to the new install (ini files too) other wise you will have duplicate directories (old lowercase ones, and the new punctuated ones)
directories and file names are all different now (upper case now) so you have to install fresh, and then move all your muts/mods/assets over to the new install (ini files too) other wise you will have duplicate directories (old lowercase ones, and the new punctuated ones)

Revision as of 22:18, 6 July 2012

linux instructions

after downloading/unzipping/untarring the steamcmd, use this to run it:

STEAMEXE=steamcmd ./steam.sh

if it works, you will be in a steam prompt (might have to hit enter or something to get it to show)

then type:

login steamusername steampassword (because it's so great to use your steam account on a public server, hopefully my credit cards dont get swiped)

now to actually install:

force_install_dir ./kf/ (this sets the directory to install to) app_update 215360 (this install the server)

that installs the server, but youre going to have to jump through some hoops to get your linux server back up:

directories and file names are all different now (upper case now) so you have to install fresh, and then move all your muts/mods/assets over to the new install (ini files too) other wise you will have duplicate directories (old lowercase ones, and the new punctuated ones)