Okay I finally found a tut on how to run a jumping server from home :D I have allready runed my own server at home so i dont need to go through the setting it up part. The sad news is i need your help
The files are here
http://www.codjumper.com/forums/viewtopic.php?t=3503&postdays=0&postorder=asc&start=0
Heres the read me set up if u dont feel like downloading
Quote:
_____ _____ _
/ ____| | __ \ | |
| | ___ | | | | | |_ _ _ __ ___ _ __ ___ _ __ ___ ___ _ __ ___
| | / _ \| | | |_ | | | | | '_ ` _ \| '_ \ / _ \ '__| / __/ _ \| '_ ` _ \
| |___| (_) | |__| | |__| | |_| | | | | | | |_) | __/ | _ | (_| (_) | | | | | |
\_____\___/|_____/ \____/ \__,_|_| |_| |_| .__/ \___|_| (_) \___\___/|_| |_| |_|
| |
|_|
------------
Installation
------------
Create a folder called "codjumper" in the CoD2 directory
Default: C:/Program Files/Activision/Call of Duty 2/
In that folder place the .IWD
------------
Server Setup
------------
Windows:
Create a shortcut to the CoD2MP_s.exe file
Right-Click and select properties.
In the "Target" box, you will currently have
"C:\Program Files\Activision\Call of Duty 2\CoD2MP_s.exe"
You will need to add the following after the quotations.
+set fs_game codjumper
+set dedicated 2
+set net_ip
<--Change to the server IP
+set net_port <--Change to a port
+exec server.cfg
You target line should look like this
"C:\Program Files\Activision\Call of Duty 2\CoD2MP_s.exe" +set fs_game codjumper +set dedicated 2 +set net_ip 24.235.155.100 +set net_port 28960 +exec server.cfg
For Linux, you will have to either figure it out yourself, or find someone who can.
I have no knowledge of Linux.
-------------
Server Config
-------------
The following should be put into a file named "server.cfg" and placed in the MAIN folder (not codjumper)
Make sure you read this config and make the required changes.
//////////////////////COPY FROM HERE//////////////////////
// **************************************************
// *********** Server Security & Errors *************
// **************************************************
//Passwords
set rcon_password "" //CHANGE ME
set sv_privatePassword "" // OPTIONAL CHANGE ME
set g_password "" // Only used if you want to close your server to the public
//Logging
set g_log "server_mp.log"
set g_logSync "0"
//SV Pure
set sv_pure "1"
//SV Cheats
set sv_cheats "0"
//Disable Console
set sv_disableClientConsole "0"
// **************************************************
// *********** Server Personality Dvars *************
// **************************************************
// Hostname and MOTD
sv_hostname "" // Servers name
set scr_motd "" // Message displayed on connect
// Max Players and Saved Private Possitions
set sv_maxclients "16" // Maximum players on the server
set sv_privateClients "0" // Allows players to enter the server without taking up public slots
//Downloads
seta sv_allowAnonymous "0"
set sv_allowdownload "1"
// Server Packet Rate
set sv_maxRate "25000"
// Limit Laggers and reconnect spammers
set sv_reconnectlimit "3" // Limits how long a player must wait to reconnect to a server
set sv_minPing "0"
set sv_maxPing "220"
// Banning
set g_banIPs ""
// AntiFlooding Settings
set sv_floodProtect "1"
// **************************************************
// ******************** Voice ***********************
// **************************************************
set sv_voice "0"
set sv_voiceQuality "1"
// **************************************************
// ******************** Map Rotation ****************
// **************************************************
// Do NOT put your map_rotate command here! Map_rotate should be called VERY last
// Set the Gametype
set g_gametype "codjumper"
// Set the Map Rotation
set sv_MapRotation "gametype codjumper map mp_breakout"
set sv_maprotationcurrent ""
// **************************************************
// *************** Match Setup Options **************
// **************************************************
// Use these to set how your server will play a map.
// CTF
set scr_ctf_scorelimit "5"
set scr_ctf_timelimit "30"
// S&D
set scr_sd_bombtimer "60"
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "10"
set scr_sd_timelimit "0"
// TDM
set scr_tdm_scorelimit "300"
set scr_tdm_timelimit "30"
// DM
set scr_dm_scorelimit "100"
set scr_dm_timelimit "30"
// HQ
set scr_hq_scorelimit "600"
set scr_hq_timelimit "30"
// **************************************************
// ***************** Gameplay Dvars *****************
// **************************************************
// Team Icons
set scr_drawfriend "1"
// Friendly Fire
set scr_friendlyfire "1"
// Kill Cam & Spectate
set scr_killcam "1"
set scr_spectatefree "0"
set scr_spectateenemy "0"
// Auto Team Balance
set scr_teambalance "0"
// Force Respawn
set scr_forcerespawn "0"
// Spectator & Dead Chat
set g_deadChat "1"
// **************************************************
// ************ CoDJumper Mod Cvars *****************
// **************************************************
set scr_antiblocktime "15" // This is the amount of time it takes until a player (not moving) is marked as blocking.
set scr_saveposition "1" // This will turn on the savemod
set scr_antikill "1" // This will turn on invulnerability. This will stop all killing (except if person is blocking).
set scr_cjvote "1" // This will turn on the CJ voting system
set scr_cjvotetime "10" // This is the time (in minutes) before voting is automatically turned on.
set cj_welcome_1 "^2W^7elcome to the server" // You can have up to 5 welcome messages.
//set cj_welcome_2 ""
//set cj_welcome_3 ""
//set cj_welcome_4 ""
//set cj_welcome_5 ""
set cj_msgdelay "180" // This is the time in seconds for each of the following messages
set cj_msg_1 "This Server is Running CoDJumper Mod" // You can have as many rotating messages as you wish, but the more you have, the more the server must process.
//set cj_msg_2 ""
//set cj_msg_3 ""
//set cj_msg_4 ""
//set cj_msg_5 ""
set cj_admin_1 "Drofder@CoDJumper.com" // Place the name of your admins in these cvars to "announce" them on the server. (Infinite)
//set cj_admin_2 ""
//set cj_admin_3 ""
//set cj_admin_4 ""
//set cj_admin_5 ""
set cj_restocknades "0"
// set cj_mapname_nades 0/1 // See explanation below.
//******************* Map Specific Nades *******************//
// To use map specific grenade settings
// Use "set cj__nades 0/1"
// Replace with the full mapname
// E.g.
// set cj_mp_carentan_nades 1 (Enable nades for this map)
// set cj_mp_jump_nades 0 (Disable nades for this map)
// This overides the default scr_allow_fraggrenades
//////////////////////////////////////////////////////////////
// **************************************************
// ******************* Voting ***********************
// **************************************************
set g_allowvote "0"
set g_allowVoteKick "0"
set g_allowVoteMap "1"
set g_allowVoteMapRestart "1"
set g_allowVoteMapRotate "1"
set g_allowVoteTempBanUser "0"
set g_allowVoteTypeMap "1"
set g_allowVoteDrawFriend "0"
set g_allowVoteFriendlyFire "0"
set g_allowVoteKillCam "0"
// **************************************************
// ************ Weapon Settings *********************
// **************************************************
// Weapon Ammo Pools
set g_weaponAmmoPools "0"
//Snipers
set scr_allow_enfieldsniper "1"
set scr_allow_kar98ksniper "1"
set scr_allow_nagantsniper "1"
set scr_allow_springfield "1"
set scr_allow_svt40 "1"
// Rifles
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_nagant "1"
set scr_allow_g43 "1"
// MGs
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_mp44 "1"
set scr_allow_ppsh "1"
//SMGs
set scr_allow_sten "1"
set scr_allow_mp40 "1"
set scr_allow_thompson "1"
set scr_allow_pps42 "1"
set scr_allow_greasegun "1"
// Shotgun
set scr_allow_shotgun "1"
// Grenades
set scr_allow_smokegrenades "1"
set scr_allow_fraggrenades "1"
// **************************************************
// *************** Master Servers *******************
// **************************************************
// MasterServers
seta sv_master1 "cod2master.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "cod2authorize.activision.com"
seta sv_master5 "cod2master.infinityward.com"
// **************************************************
// ************ Public Info *************************
// **************************************************
// SETS/PUBLIC INFO (stuff that shows up in server info)
sets g_needpass "" // tell's ASE etc the server is passworded (0/1)
sets _Admin "" // Make it your IRC or site nick maybe (optional)
sets _Website "" // Add your website here (optional)
sets _Mod "CoDJumper.com"
// Do not put ANYTHING after this //
map_rotate
//////////////////////STOP COPYING HERE//////////////////////
------------
Punishment
------------
A new punishment system has been added. The following are 5 punishments are available for use.
burn - this will freeze the player in his steps and burn him for 5 seconds until dead
freeze - this will freeze a player in his spot for 10 seconds.
suicide - this will kill the player instantly
spin - this will spin the players screen 3 times.
kick - kick a player
To use these commands you will need to follow these simple instructions.
Type /rcon status
This will give you a list of players and their numbers (under num column)
Now all you have to do is type
/rcon punish "|" (must use the '|')
is 1 of the 5 punishments above
is the number of the player you wish to punish.
You can also use the multi-punishment system, this will allow you to punish
more than 1 person at a time.
Follow the same instructions but this time, use the | symbol to seperate numbers for example...
/rcon punish "burn|1|3|7|8" (this will burn numbers 1,3,7&8)
You can now also provide a reason for the Punishment using the following syntax.
/rcon punish "||"
is 1 of the 5 punishments
is a number or numbers (seperated by |'s) of the players you wish to punish
is the reason for the punishment
--------------
Admin Controls
--------------
A couple of useful admin controls have been added also.
-- Send2Spec --
The ability to send an individual to spec or multiple individuals or the entire server.
The command is "spec", and use the same method as above...
/rcon spec 2|3|7|9
or to spec ALL, type
/rcon spec all
-- End Map --
The ability to end a map has also been added. Simply type
/rcon endmap 1 (the 1 is required)
-- Print Messages --
A new Console message system has also been added. This will print messages to the centre of the screen.
Type /rcon msg "". This will print a basic message to the screen. You can also type...
/rcon msg "|". Substitute for your own name and for your message.
This will print to screen as "Drofder: Hello" or whatever you type.
-- Welcome Messages --
Simple messages that print to screen when you connect to the server. To use these, add to your config
"set cj_welcome_# ". Substitute # for a number (1-5) and for your message.
-- Message Rotation --
This will display messages in the lower left of the screen at set intervals.
"set cj_msg_# ". Substitute # for a number and for your message.
and also
"set cj_msgdelay #". Substitute # for a number in SECONDS.
-- Admin Welcome --
This will display a message when an admin connects to the server.
"set cj_admin_# ". substitute # for the Admins number and for the name of the admin (do not include colours).
-- Map Specific nades --
Explained in the config section above,
"set cj__nades 0/1" (Disable/Enable)
-- Restockable Nades --
This will give the option to turn on restockable nades. Restockable nades allow a player to restock their nades on the fly.
"set cj_restocknades 0/1" (Disable/Enable)
If this option is on, the map specific nades will not work.
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
If you are still having troubles. Contact Drofder@CoDJumper.com
or visit the CoDJumper forums at http://www.codjumper.com/forums/
Mod Created by =Alias=Drofder (CoDJumper Team)
Credits to Ezekiel Victor (Creator of the original Save Mod)
Credits to Leveller (Scripting anti-block)
Credits to Grom (CoDJumper Team)
And ofcourse Credits to the public players for testing the mod and enjoying the server.
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
*See I have a folder called codjumper*

*Heres the codjumper folder*

*Heres my MAIN folder*
Heres what my server.cfg says
Quote:
// **************************************************
// *********** Server Security & Errors *************
// **************************************************
//Passwords
set rcon_password "cicero" //cicero
set sv_privatePassword "" // OPTIONAL CHANGE ME
set g_password "" // Only used if you want to close your server to the public
//Logging
set g_log "server_mp.log"
set g_logSync "0"
//SV Pure
set sv_pure "1"
//SV Cheats
set sv_cheats "0"
//Disable Console
set sv_disableClientConsole "0"
// **************************************************
// *********** Server Personality Dvars *************
// **************************************************
// Hostname and MOTD
sv_hostname "^0H^1ead^0H^1unters Jump server" // Servers name
set scr_motd "" // Message displayed on connect
// Max Players and Saved Private Possitions
set sv_maxclients "7" // Maximum players on the server
set sv_privateClients "0" // Allows players to enter the server without taking up public slots
//Downloads
seta sv_allowAnonymous "0"
set sv_allowdownload "1"
// Server Packet Rate
set sv_maxRate "25000"
// Limit Laggers and reconnect spammers
set sv_reconnectlimit "3" // Limits how long a player must wait to reconnect to a server
set sv_minPing "0"
set sv_maxPing "1200"
// Banning
set g_banIPs ""
// AntiFlooding Settings
set sv_floodProtect "1"
// **************************************************
// ******************** Voice ***********************
// **************************************************
set sv_voice "0"
set sv_voiceQuality "1"
// **************************************************
// ******************** Map Rotation ****************
// **************************************************
// Do NOT put your map_rotate command here! Map_rotate should be called VERY last
// Set the Gametype
set g_gametype "codjumper"
// Set the Map Rotation
set sv_MapRotation "gametype codjumper map mp_breakout"
set sv_maprotationcurrent ""
// **************************************************
// *************** Match Setup Options **************
// **************************************************
// Use these to set how your server will play a map.
// CTF
set scr_ctf_scorelimit "5"
set scr_ctf_timelimit "30"
// S&D
set scr_sd_bombtimer "60"
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "10"
set scr_sd_timelimit "0"
// TDM
set scr_tdm_scorelimit "300"
set scr_tdm_timelimit "30"
// DM
set scr_dm_scorelimit "100"
set scr_dm_timelimit "30"
// HQ
set scr_hq_scorelimit "600"
set scr_hq_timelimit "30"
// **************************************************
// ***************** Gameplay Dvars *****************
// **************************************************
// Team Icons
set scr_drawfriend "1"
// Friendly Fire
set scr_friendlyfire "1"
// Kill Cam & Spectate
set scr_killcam "1"
set scr_spectatefree "0"
set scr_spectateenemy "0"
// Auto Team Balance
set scr_teambalance "0"
// Force Respawn
set scr_forcerespawn "0"
// Spectator & Dead Chat
set g_deadChat "1"
// **************************************************
// ************ CoDJumper Mod Cvars *****************
// **************************************************
set scr_antiblocktime "15" // This is the amount of time it takes until a player (not moving) is marked as blocking.
set scr_saveposition "1" // This will turn on the savemod
set scr_antikill "1" // This will turn on invulnerability. This will stop all killing (except if person is blocking).
set scr_cjvote "1" // This will turn on the CJ voting system
set scr_cjvotetime "10" // This is the time (in minutes) before voting is automatically turned on.
set cj_welcome_1 "^2W^7elcome to the server" // You can have up to 5 welcome messages.
//set cj_welcome_2 "Enjoy the server!"
//set cj_welcome_3 "This server is run from Head Hunters Computer>"
//set cj_welcome_4 ""
//set cj_welcome_5 "If you want to donate to this server so we can get a real host please contact head hunter"
set cj_msgdelay "200" // This is the time in seconds for each of the following messages
set cj_msg_1 "This Server is Running CoDJumper Mod" // You can have as many rotating messages as you wish, but the more you have, the more the server must process.
//set cj_msg_2 ""
//set cj_msg_3 ""
//set cj_msg_4 ""
//set cj_msg_5 ""
set cj_admin_1 "The Head Hunter" // Place the name of your admins in these cvars to "announce" them on the server. (Infinite)
//set cj_admin_2 ""
//set cj_admin_3 ""
//set cj_admin_4 ""
//set cj_admin_5 ""
set cj_restocknades "0"
// set cj_mapname_nades 0/1 // See explanation below.
//******************* Map Specific Nades *******************//
// To use map specific grenade settings
// Use "set cj__nades 0/1"
// Replace with the full mapname
// E.g.
// set cj_mp_carentan_nades 1 (Enable nades for this map)
// set cj_mp_jump_nades 0 (Disable nades for this map)
// This overides the default scr_allow_fraggrenades
//////////////////////////////////////////////////////////////
// **************************************************
// ******************* Voting ***********************
// **************************************************
set g_allowvote "0"
set g_allowVoteKick "0"
set g_allowVoteMap "1"
set g_allowVoteMapRestart "1"
set g_allowVoteMapRotate "1"
set g_allowVoteTempBanUser "0"
set g_allowVoteTypeMap "1"
set g_allowVoteDrawFriend "0"
set g_allowVoteFriendlyFire "0"
set g_allowVoteKillCam "0"
// **************************************************
// ************ Weapon Settings *********************
// **************************************************
// Weapon Ammo Pools
set g_weaponAmmoPools "0"
//Snipers
set scr_allow_enfieldsniper "1"
set scr_allow_kar98ksniper "1"
set scr_allow_nagantsniper "1"
set scr_allow_springfield "1"
set scr_allow_svt40 "1"
// Rifles
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_nagant "1"
set scr_allow_g43 "1"
// MGs
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_mp44 "1"
set scr_allow_ppsh "1"
//SMGs
set scr_allow_sten "1"
set scr_allow_mp40 "1"
set scr_allow_thompson "1"
set scr_allow_pps42 "1"
set scr_allow_greasegun "1"
// Shotgun
set scr_allow_shotgun "1"
// Grenades
set scr_allow_smokegrenades "1"
set scr_allow_fraggrenades "1"
// **************************************************
// *************** Master Servers *******************
// **************************************************
// MasterServers
seta sv_master1 "cod2master.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "cod2authorize.activision.com"
seta sv_master5 "cod2master.infinityward.com"
// **************************************************
// ************ Public Info *************************
// **************************************************
// SETS/PUBLIC INFO (stuff that shows up in server info)
sets g_needpass "" // tell's ASE etc the server is passworded (0/1)
sets _Admin "" // Make it your IRC or site nick maybe (optional)
sets _Website "" // Add your website here (optional)
sets _Mod "CoDJumper.com"
// Do not put ANYTHING after this //
map_rotate
PS.My dedicated.cfg says the same thing as my server.cfg that I just listed
My cod2 target is
Quote:
"C:\Program Files\Activision\Call of Duty 2\CoD2MP_s.exe" +set fs_game codjumper +set dedicated 2 +set net_ip 24.235.155.100 +set net_port 28960 +exec server.cfg
Whats wronge? I keep getting this error when i start the server
Quote:
CoD2 MP 1.3 build win-x86 May 1 2006
----- FS_Startup -----
Current language: english
Current search path:
C:\Program Files\Activision\Call of Duty 2\codjumper\CoDJumper_v1.86.iwd (38 files)
C:\Program Files\Activision\Call of Duty 2/codjumper
C:\Program Files\Activision\Call of Duty 2\main\zzz_nodustmod_v2.iwd (17 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_15.iwd (85 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_14.iwd (4038 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_13.iwd (22624 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_12.iwd (1016 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_11.iwd (1462 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_10.iwd (1936 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_09.iwd (2142 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_08.iwd (2723 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_07.iwd (3384 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_06.iwd (990 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_05.iwd (928 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_04.iwd (698 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_03.iwd (26 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_02.iwd (40 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_01.iwd (16 files)
C:\Program Files\Activision\Call of Duty 2\main\iw_00.iwd (102 files)
C:\Program Files\Activision\Call of Duty 2/main
C:\Program Files\Activision\Call of Duty 2/raw
C:\Program Files\Activision\Call of Duty 2/raw_shared
C:\Program Files\Activision\Call of Duty 2/devraw
C:\Program Files\Activision\Call of Duty 2/devraw_shared
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw11.iwd (1 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw10.iwd (414 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw09.iwd (98 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw08.iwd (8 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw07.iwd (1014 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw06.iwd (3110 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw05.iwd (5310 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw04.iwd (6240 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw03.iwd (6580 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw02.iwd (6404 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw01.iwd (5510 files)
localized assets iwd file for english
C:\Program Files\Activision\Call of Duty 2\main\localized_english_iw00.iwd (4764 files)
localized assets iwd file for english
File Handles:
----------------------
81718 files in iwd files
execing default_mp.cfg
couldn't exec language.cfg
execing players/Console/config_mp.cfg
fs_game is write protected.
dedicated is read only.
Measured CPU speed is 1.81 GHz
System memory is 768 MB (capped at 1 GB)
Video card is "RADEON 9550 "
Streaming SIMD Extensions (SSE) supported
Winsock Initialized
Opening IP socket: 24.235.155.100:28960
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28961
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28962
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28963
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28964
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28965
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28966
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28967
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28968
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 24.235.155.100:28969
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
WARNING: Couldn't allocate IP port
--- Common Initialization Complete ---
fs_game is write protected.
dedicated is read only.
couldn't exec server.cfg
Working directory: C:\Program Files\Activision\Call of Duty 2
Hitch warning: 2847 msec frame time
Any help?