Difference between revisions of "Dedicated Server Setup"

From Obsidian Conflict Wiki
Jump to: navigation, search
m
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Installing the Dedicated Server==
+
__TOC__
 +
{{wip}}
 +
==Server Base==
 +
===Download HLDS Update Tool===
 +
{{Windows
 +
|'''http://www.steampowered.com/download/hldsupdatetool.exe'''
 +
}}
  
Install:
 
http://www.steampowered.com/download/hldsupdatetool.exe
 
  
Create a bat file and throw this inside:
+
{{Linux
hldsupdatetool -command update -game "tf" -dir C:\***srcds folder***
+
|'''wget http://www.steampowered.com/download/hldsupdatetool.bin'''
And run the bat, with the ***srcds folder*** changed to your srcds directory.
+
}}
This will download TF2 content so it sets up your directories.
 
  
While your at it, download "Counter-Strike Source" content as well. Just replace the "tf" with "Counter-Strike Source" and run the bat again.
 
  
You should now have an orangebox folder.
+
{{Mac
Before you enter this folder right click on the "hl2" folder which was downloaded by the hldsupdatetool when you downloaded CS:S
+
|''Not available yet''
and press copy.
+
}}
  
Enter the orangebox folder and paste the hl2 folder you copied previously. You will need this for models and such.
+
===Install HLDS Update Tool===
 +
{{Windows
 +
|'''hldsupdatetool.exe''' (Don't run it in the destination folder)
 +
}}
  
 +
{{Linux
 +
|'''chmod +x hldsupdatetool.bin'''
 +
|'''./hldsupdatetool.bin'''
 +
}}
  
Inside the orangebox folder, create two new folders, "ep2" and "episodic"
+
{{Mac
 +
|''Not available yet''
 +
}}
  
==Extracting Source Game Content==
+
===Download OB Mod Base===
 +
-dir . refers to the destination folder which it normally is installed into (meaning that if you run those commands outside of the destination folder then you need to specifiy it via -dir):
  
Now we will start extracting content from your steam steamapps GCF files.
+
{{Windows
 +
|C:\HLServer
 +
}}
  
'''BASE HALF-LIFE 2:'''
+
{{Linux
 +
|/home/steam
 +
}}
  
-source 2007 binaries.gcf-
+
{{Mac
 +
|''Not available yet''
 +
}}
  
Extract everything from the "hl2" folder to the hl2 folder in your dedicated servers orangebox folder. Overwriting.
 
  
-source 2007 shared materials.gcf-
+
----
  
Extract everything from the "hl2" folder to the hl2 folder in your dedicated servers orangebox folder. Overwriting.
 
  
-source 2007 shared models.gcf-
+
{{Windows
 +
|'''hldsupdatetool.exe -command update -game "orangebox" -dir .'''
 +
}}
  
Extract everything from the "hl2" folder to the hl2 folder in your dedicated servers orangebox folder. Overwriting.
+
{{Linux
 +
|'''./steam -command update -game "orangebox" -dir .'''
 +
}}
  
-source 2007 shared sounds.gcf-
+
{{Mac
 +
|''Not available yet''
 +
}}
  
Extract everything from the "hl2" folder to the hl2 folder in your dedicated servers orangebox folder. Overwriting.
+
===Setting up the folder structure===
 +
You should now have a folder structure that looks pretty much like this:
  
'''BASE EPISODE 1:'''
+
{{Windows
 +
|hl2\
 +
|orangebox\
 +
|orangebox\bin\
 +
|orangebox\hl2\
 +
|orangebox\platform\
 +
|orangebox\reslists\
 +
|orangebox\hlds_steamgames.vdf
 +
|orangebox\srcds.exe
 +
|orangebox\steam_appid.txt
 +
|clientregistry.blob
 +
|hldsupdatetool.exe
 +
|hldsupdatetool_<tool version>.mst
 +
|installrecord.blob
 +
}}
  
-episode 1 shared.gcf-
+
{{Linux
 +
|.steam\
 +
|.steam\clientregistry.blob
 +
|hl2\
 +
|orangebox\
 +
|orangebox\bin\
 +
|orangebox\hl2\
 +
|orangebox\platform\
 +
|orangebox\reslists\
 +
|orangebox\hlds_steamgames.vdf
 +
|orangebox\srcds_<arch depending>
 +
|orangebox\srcds_run
 +
|orangebox\steam_appid.txt
 +
|hldsupdatetool.bin
 +
|installrecord.blob
 +
|steam
 +
|test1.so
 +
|test2.so
 +
|test3.so
 +
}}
  
Extract everything from the "episodic" folder to the episodic folder in your dedicated servers orangebox folder.
 
  
'''BASE EPISODE 2:'''
+
{{Mac
 +
|''Not available yet''
 +
}}
  
-episodic 2007 shared.gcf-
 
  
Extract everything from the "episodic" folder to the episodic folder in your dedicated servers orangebox folder. Overwriting.
+
===Setup the Campaign Content===
  
-episode two content.gcf-
+
All you need is [[Campaign-Extract]]
  
Extract everything from the "ep2" folder to the ep2 folder in your dedicated servers orangebox folder.
 
  
-episode two maps.gcf-
+
==Additional Game Content==
 +
===Counter-Strike: Source===
 +
{{ToDo}}
  
Extract everything from the "ep2" folder to the ep2 folder in your dedicated servers orangebox folder.
+
===Day of Defeat: Source===
 +
{{ToDo}}
  
-episode two materials.gcf-
+
===Team Fortress 2===
 +
'''''Not useable yet'''''
  
Extract everything from the "ep2" folder to the ep2 folder in your dedicated servers orangebox folder.
+
==Download & Install Obsidian==
 
+
{{ToDo}}
 
 
==Installing Obsidian Mod Content==
 
Copy a fresh install of the "obsidiandev" folder to your dedicated servers orangebox folder.
 
For mounting content, add blank files to the "obsidiandev\mounts" folder. These files should have no extension.
 
 
 
Names:
 
css
 
dod
 
ep2
 
episodic
 
hls
 
lostcoast
 
 
 
 
 
Now you can start the srcds.exe and load the mod.
 
  
 +
{{stub}}
 
[[Category:ServerOP]]
 
[[Category:ServerOP]]

Latest revision as of 16:37, 8 August 2011

WIP.png This page is still a Work In Progress

Server Base

Download HLDS Update Tool

WindowsWindows


LinuxLinux


MacMac

Not available yet

Install HLDS Update Tool

WindowsWindows

hldsupdatetool.exe (Don't run it in the destination folder)

LinuxLinux

chmod +x hldsupdatetool.bin
./hldsupdatetool.bin

MacMac

Not available yet

Download OB Mod Base

-dir . refers to the destination folder which it normally is installed into (meaning that if you run those commands outside of the destination folder then you need to specifiy it via -dir):

WindowsWindows

C:\HLServer

LinuxLinux

/home/steam

MacMac

Not available yet




WindowsWindows

hldsupdatetool.exe -command update -game "orangebox" -dir .

LinuxLinux

./steam -command update -game "orangebox" -dir .

MacMac

Not available yet

Setting up the folder structure

You should now have a folder structure that looks pretty much like this:

WindowsWindows

hl2\
orangebox\
orangebox\bin\
orangebox\hl2\
orangebox\platform\
orangebox\reslists\
orangebox\hlds_steamgames.vdf
orangebox\srcds.exe
orangebox\steam_appid.txt
clientregistry.blob
hldsupdatetool.exe
hldsupdatetool_<tool version>.mst
installrecord.blob

LinuxLinux

.steam\
.steam\clientregistry.blob
hl2\
orangebox\
orangebox\bin\
orangebox\hl2\
orangebox\platform\
orangebox\reslists\
orangebox\hlds_steamgames.vdf
orangebox\srcds_<arch depending>
orangebox\srcds_run
orangebox\steam_appid.txt
hldsupdatetool.bin
installrecord.blob
steam
test1.so
test2.so
test3.so


MacMac

Not available yet


Setup the Campaign Content

All you need is Campaign-Extract


Additional Game Content

Counter-Strike: Source

Template:ToDo

Day of Defeat: Source

Template:ToDo

Team Fortress 2

Not useable yet

Download & Install Obsidian

Template:ToDo

Stub.png This page is a stub. Please help us by expanding it.
Thank you!