Banner

Repeat

End

Forums

HavenForts: Construct JetFists - The Chronicles of Wargasm (Episode 2, NeoForts)
  #1  
Old 07-21-2008
New Recruit
 
Join Date: Jul 2008
Location: Germany
Posts: 2
Default Server with Linux

hi,

I want to make a Server on my Linux Server, but the Tutorial at the main Page doesn´t help me. It say that I must download a tar file but there are only zip files. So I have download and extract a zip file, then I Say that I must copy this file in the Steam folder, But what folder is mean??? Pease help me!!!
Reply With Quote
  #2  
Old 07-21-2008
Halfwhit's Avatar
Bleop
Fort Warrior
 
Join Date: Dec 2005
Location: England
Posts: 1,287
Default

I think he was asking where to extract it to on his linux server xenon.
__________________
Quote:
Jake^: DONT WORRY HALFWHIT. I'LL ALWAYS SEE YOU AS THE TL;DR KING
Amfg a link!
Reply With Quote
  #3  
Old 07-21-2008
New Recruit
 
Join Date: Jul 2008
Location: Germany
Posts: 2
Default

right, the zip file is already extract, but where I must put in the folder!
Reply With Quote
  #4  
Old 07-21-2008
computeraddict_ressurect's Avatar
Entity Guru
Flag Capper
 
Join Date: Jul 2007
Posts: 2,437
Default

cloud, go and dl and install Source Dedicated Server (srcds) for Linux, then put the Sourceforts folder you get from the .zip into that, then follow the rest of the setup instructions. SRCDS is the dedicated server application, and you will have to set the proper flags and settings for it to run Sourceforts (you'll also want to have it update HL2: DM).

Hope this helps, kthxbai
__________________
Quote:
Originally Posted by Frozen View Post
noooo every time someone quotes me I feel like my soul is being taken away a little
Not in cruelty, \ not in wrath, \ the Reaper came today.\ An angel visited \ this gray path, \ and took the cube away.
Reply With Quote
  #5  
Old 07-22-2008
kudohhhhh's Avatar
KUDOH FIGHTER OF THE GODS
Bunker Builder
 
Join Date: Mar 2008
Location: WHERE DO YOU LIVE
Posts: 140
Send a message via AIM to kudohhhhh Send a message via MSN to kudohhhhh Send a message via Yahoo to kudohhhhh
Default

In console:

mkdir <pick a name>
cd <name you picked>
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
./steam
./steam -command update -game "hl2mp" -dir .

cd ../
unzip <server filename>.zip
mv <server filename> <name you picked>/

you can then make a script for your server to make startups easier (example below is my css server):
vi (or your favorite text editor) serverstart.sh

Quote:
#!/bin/sh
./srcds_run -console -game cstrike -tickrate 100 +fps_max 600 +maxplayers 16 -port 27015 +map de_dust2 +mp_dynamicpricing 0 -autoupdate
chmod +x serverstart.sh

you can find command parameters for srcds_run here
__________________
q_q

Last edited by kudohhhhh; 07-22-2008 at 03:14 AM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:08 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.0

Tab