|
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 Call of Duty as a win32 service
-
Copy
SRVANY.EXE and INSTSRV.EXE from the Resource kit to your system and install
it as a Windows service,
for example:
INSTSRV COD 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 or REGEDIT.EXE):
-
Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\COD:
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:\Program Files\Call of Duty\codmp.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:\Program Files\Call of Duty\codmp.exe" +set
dedicated 2 +set net_port 21111 +exec CODserver.cfg +map_rotate
-
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:\Program Files\Call of Duty\
deadmonkey
|