Chips' Fun House Forum Index

Post new topic   Reply to topic

View next topic
View previous topic
Page 1 of 1
Chips' Fun House Forum Index  ~  Want to create your own server?  ~  Quick & Easy way to make a server!
Author Message
Gorlac
PostPosted: Sun Aug 27, 2006 8:51 pm  Reply with quote
Forum Medic
Forum Medic


Joined: 01 May 2005
Posts: 149
Location: Safford, Arizona

First of all, I just want to say, hello old timers Razz Haven't talked to you in awhile.

Step 1.) You need to copy and paste this in your web browser
Code:
http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=181&p_created=
1093570699&p_sid=51f6a
gi&p_lva=&p_sp=cF9zcmN
oPTEmcF9zb3J0X2J5PSZwX
2dyaWRzb3J0PSZwX3Jvd19
jbnQ9MiZwX3Byb2RzPTAmc
F9jYXRzPTAmcF9wdj0mcF9j
dj0mcF9zZWFyY2hfdHlwZT1
hbnN3ZXJzLnNlYXJjaF9ubCZ
wX3BhZ2U9MSZwX3NlYXJja
F90ZXh0PUhsZHN1cGRhdGV
0b29sLmV4ZQ**&p_li=&p_topview=1
Sad For some reason, I can't give a clickable link.. Anyways

Scroll down, to the very bottom, and click either source:

*Just incase image does not show*
Code:
hlsdupdatetool_HL1_v13.zip
hldsupdatetool_HL2_v13.zip


Step 2.) After you download HL1, or HL2 files, you will need to make a folder anywhere you want in (whatever disk drive you want) And it HAS to be in there, or it will not work. Name the folder either, HLServer, or HLServer2, which will look like this:



Step 3.) Ok, now that you have done that you must separate HL1 and HL2 Server install folders.

The easiest way to do this is to create the folders to (whatever disk):

Step 4.) C:\hlserver

C:\hl2server

copy these files to the hlserver folder:

HldsUpdateTool.exe
hldsupdatetool_readme_version13.txt
README_1ST.txt
update_CS.bat
update_CZero.bat
update_dmc.bat
update_dod.bat
update_gearbox.bat
update_ricochet.bat
update_tfc.bat
update_Valve.bat
versions1.bat

copy these files to the hl2server folder:

HldsUpdateTool.exe
hldsupdatetool_readme_version13.txt
README_1ST.txt
update_CSSource.bat
update_HL2DM.bat
versions2.bat


Ok, now it's time to start the downloading process... But first, you will need to edit a couple of things..


**NOTE** I used cstrike in an example.. go to the .bat file that you want your dedicated server to be!



Step 5.)
Code:
date/t
time/t
hldsupdatetool -command update -game cstrike -dir c:\hlserver -username [your account name here] -password [your account password here]
time/t
@pause
**NOTE** Where I have put the
Quote:
[your account name here], and [your account password here]..
DO NOT put the [] around them.. or it will not be able to log into your steam account...[/color]

Step 6.)After you have finished that in your HLServer folder..right click hlds.exe and click "create shortcut" to it.
Now...right click the shortcut and select properties. In the target line...enter the following: C:\HLServer\hlds.exe -console -game cstrike +port 27015 +map de_dust +maxplayers 14

Then click, 'apply' then click 'ok' and you are finished!!


Last edited by Gorlac on Tue Aug 29, 2006 9:26 am; edited 2 times in total

_________________
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Gorlac
PostPosted: Sun Aug 27, 2006 9:28 pm  Reply with quote
Forum Medic
Forum Medic


Joined: 01 May 2005
Posts: 149
Location: Safford, Arizona

**NOTE**Everything else is used from Chips' help review!http://www.chipsfunhouse.com/forum/viewtopic.php?t=593
In the servers tfc folder, there will be a serve configuration file...server.cfg.
Variables for many different things run on your server are entered here. This is a copy of my server config...
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
This is used to configure your dedicated server to change the name, and many more.. etc....

As Chips' noted, ANYTHING in red you need to change to what you want!

// Use this file to configure your DEDICATED server.
// This config file is executed everytime the server changes levels.

echo Executing server.cfg

log on
hostname "PUT YOUR SERVER NAME HERE"
//host_framerate "100" //commented out //see sys_ticrate below
allow_spectators "1"
pausable "0"
decalfrequency "10"
rcon_password "XXXXXX"
//maxplayers "" //variable set in hlds shortcut
sys_ticrate "0" //open any .avi file to get max fps from server
hpk_maxsize "1.0" //allows the upload of custom logos..sv_allowupload must be 1

//server variables
sv_password ""
sv_spectator_password ""
sv_spectalk "1"
sv_clienttrace 3.5
sv_maxspeed 500
sv_challengetime "0"
sv_maxrate "10000"
sv_minrate "0"
sv_maxupdaterate "24"
sv_maxspectators "0"
sv_timeout "120"
sv_allowdownload "1"
sv_allowupload "1"
sv_proxies "0"
sv_aim "0"
sv_lan "0"
sv_cheats "0"
sv_voicecodec "voice_speex"
sv_voicequality "5"
sv_voiceenable "1"
sv_alltalk "1"
sv_downloadurl "USED FOR DL OF MAPS ETC FROM THE WEB"

//map specific variables
mp_timelimit "30"
mp_fraglimit "0"
mp_teamplay "1301"
mp_forcerespawn "1"
mp_footsteps "1"
mp_falldamage "1"
mp_flashlight "1"
mp_logfile "1"

//tfc specific variables
tfc_respawndelay "0"
tfc_clanbattle_prematch "0"
tfc_spam_limit "0"
tfc_spam_penalty1 "0"
tfc_spam_penalty2 "0"
tfc_autokick_kills "0"
tfc_autokick_time "0"
tfc_fragscoring "1"
tfc_autoteam "1"
tfc_balance_teams "1"
tfc_balance_scores "0"
tfc_birthday "0"
tfc_clanbattle "0"
tfc_clanbattle_locked "0"
tfc_spectchat 1

//class restriction variables
cr_soldier "0"
cr_sniper "0"
cr_engineer "0"
cr_medic "0"
cr_hwguy "0"
cr_demoman "0"
cr_spy "0"
cr_scout "0"
cr_pyro "0"
cr_random "0"

//files to execute
exec "addons/adminmod/config/adminmod.cfg"
exec "banned.cfg"

echo Server.cfg loaded

_________________
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
All times are GMT - 5 Hours

View next topic
View previous topic
Page 1 of 1
Chips' Fun House Forum Index  ~  Want to create your own server?

Post new topic   Reply to topic

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB and Ad Infinitum v1.06