|
WINDOWS
Add ftp server service to windows xp/2k/2k3
Exchange 2000 and 5.5 Disk Space
Private TCP/IP addresses
Windows 2000 & XP Messenger pop ups
Windows 2000, XP & 2003 using netsh to change ip settings from cmd line
Windows 2000 Pro Security Checklist
Windows 2000 Well Known Ports
Windows XP Home - How to fix CTRL+ALT+DEL
Windows XP TCP/IP stack reset
Windows XP - To display the security tab in explorer
IE Keyboard Shortcuts
GAMES
Call of Duty coloured names
Call of Duty demos
Call of Duty name binds
Call of Duty Server Admin
Call of Duty Server - how to create a win32 service
Counterstrike Source Getting Started Guide
Counterstrike Source Buy Script
Counterstrike Source custom spray set up
Counterstrike Source and HL2 steam backups
Counterstrike 1.6 Buy Script
Counterstrike 1.6 Custom Maps
Counterstrike 1.6 custom spray set up
Counterstrike 1.6 MP3 Playback
Counterstrike 1.6 Server List not working
Counterstrike 1.6 - how to set up a win32 server
Enemy Territory Getting Started Guide
HL2 weapons and chapters
OTHER
IRC How To
|
|
How to set up a win32 CS 1.6 server
-
Download this
-
And this
-
Run: hlserver4111.exe
Let's just say you installed it to the folder "C:\hlserver1\"
And your E-mail is "serveradmin@hotmail.com"
And your password is "letmein"
-
Run: steam_hlds_updatetool.exe
It should automatically select "C:\hlserver1\"
-
Click Start -> Run
Type: "cmd" Enter
Type: "C:" Enter
Type: "cd hlserver1" Enter
Type: "HldsUpdateTool.exe -create serveradmin@hotmail.com letmein
'Your hint' 'answer' " Enter
(Your hint, and answer, can be whatever you want :/)
-
If the account is created successfully, you'll see this:
Checking bootstrapper version ...
Creating Account
Account Created successfully
-
Type: "HldsUpdateTool.exe -update cstrike c:\hlserver1 serveradmin@hotmail.com
letmein Y" Enter
(The Y is to remember your password)
You have to do the update whenever the version changes.
-
Now sit back, and watch it download a whole bunch of crap that you can't
just move from your steam folder. Why? Because it's all stored in "counter-strike.gcf"
-
When it finishes:
Close the cmd window
Right click on "hlds.exe" in folder C:\hlserver1\
Click copy
Right click on desktop, click Paste shortcut
And treat that how you would any old hlds shortcut, command lines n' such.
It will bring up a GUI window, unless you add "-console" to the
command line.
-
You HAVE to have a seperate email address(username) for each server you
make, and you can't connect to it using the same one as your client that
the server
has.
-
Here is the command line used to start our 1.6 server:- C:\HLServerX\hlds.exe
-console -port 27015 -game cstrike -noipx +log on +maxplayers
16 +mapchangecfgfile "server.cfg" +map de_dust - this should start
your server in the console and you can check it's working okay
-
If you wish to install CS as a service follow these additional steps
-
Copy
SRVANY.EXE and INSTSRV.EXE from the Resource kit to your system and install
it as a Windows service,
for example:
INSTSRV CS c:\tools\srvany.exe
-
configure via the Services applet ("Startup..." dialog) of
the Control Panel as manual or automatic, as appropriate.
-
set via the Services applet ("Startup..." dialog) of the Control
Panel the account for the service. We use the LocalSystem account and it
runs fine.
-
Specifying the application to start & its parameters - run the Registry
Editor (REGEDT32.EXE):
-
Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CS:
create a 'Parameters' key
-
Under the above key, create an 'Application'
value of type REG_SZ and specify there the full path of your app executable
(including the
extension). For example:
Application: REG_SZ: C:\HLServer1\hlds.exe
-
Under the above key, create
an 'AppParameters' value of type REG_SZ and specify the parameters for
your app. For Example:
AppParameters: REG_SZ: C:\HLServer1\hlds.exe -console -port 27015 -game cstrike
-noipx +log on +maxplayers 16 +mapchangecfgfile "server.cfg" +map
de_dust
-
Under the above key, create
an 'AppDirectory' value of type REG_SZ and specify the current directory
to use for the app, eg:
AppDirectory: REG_SZ: C:\HLServer1\
-
If you wish to add adminmod, amxmod, statsme or hlguard then until the
official 1.6 releases the best place is to look here
deadmonkey
|