need a little help

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
j0rd0n420
This is my homepage
This is my homepage
Posts: 157
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Jul 07, 2008 1:47 pm

need a little help

Post by j0rd0n420 »

getting a call of duty 4 server setup on my VDS
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: need a little help

Post by Edge100x »

To do this, just open up a command prompt in the c:\Game installs\cod4base folder and start up a server with a command line like this:

Code: Select all

iw3mp.exe +set dedicated 2 +set net_ip xxx.xxx.xxx.xxx +set ui_maxclients yy +set sv_maxclients yy +exec ./server.cfg +map_rotate
Replace:

xxx.xxx.xxx.xxx with the IP address to run it on (corresponding to one of the IPs we gave you)
yy with the number of clients you want the server to support

You can also set up a shortcut on your desktop to do this, or set up a FireDaemon service so that it runs automatically when the machine starts up.
j0rd0n420
This is my homepage
This is my homepage
Posts: 157
Joined: Mon Jul 07, 2008 1:47 pm

Re: need a little help

Post by j0rd0n420 »

Thank you, I just used a shortcut for now. I'll look in to that service thing tho.
Post Reply