View Full Version : Windows Dedicated Serv
BATMAN122
04-12-2004, 02:26 PM
I convinced my dad to get a dedicated server (Windows Server 2003). I thought I would be able to set up a couple game servers, but when i go to start the game up, nothing happens. I have the shortcut on the desktop (im using remote desktop) with the +dedicated 2 +exec dedicated.cfg (where dedicated is the config file for the multiplayer server). It should be telling the server to start the server, but actually nothing happens. In the COD console that appears, it just tells the servers specs, and that is all...nothing else happens. When i type in status, it says server not running. If I type in a map, like map mp_brecourt then it acts like it will start up, then it last says restart server, and it shuts the console down.
I think if i can start this without looking for OpenGL, (since tehre is not video card on the srever) then it would start....really any ideeas would be dandy!
Any ideas guys? ANYTHING would greatly be appreciated!
weve already paid for this server...and there is no refund.
TheKomoman
04-13-2004, 08:13 AM
Poke around the FAQ's and setup guides. You need to establish a CFG file with a map rotation and exec that CFG on startup. You're starting the server, but haven't given it any directions on what to do once it's running.
BATMAN122
04-13-2004, 07:06 PM
i was just typing away madly..i am frustrated...lol ...
I have had a map rotate set up already...and have everything that they tell me in ALL the guides i have read, and i do have all of the correct exec strings after the source addy for the program. It acts as if it should start...then it does absolutly NOTHING! it scrolls down a little...then reshows all the pk3 files that it is loading then its getting ready to start map, and says
::RESTART SERVER::
and it closes the whole console prog. Whats up guys?
...again....any info would be greatly appreciated!!!
FragBoy69
04-13-2004, 07:33 PM
This is the server config that I have running on my server, try running this one and see if it helps you.
//General Server Settings
set dedicated "2" // 0=Listen Server 1=Dedicated LAN Server 2=Dedicated Internet Server
set developer "0" // 1=Use only to check for script errors
set sv_pure "1" // 0=off 1=Server checks for modified files
//setnet_ip 0.0.0.0 // IP to listen on for multihomed servers
set net_port 28960 // port to listen on
set com_hunkmegs "128" // MB allocated for the game heap. Good for servers will lots of memory
set sv_allowdownloads "0" // This is server side that will allow map downloads // Must also have set cl_allowdownloads "1" on the client
set g_log "mp.log" // Log file name
set g_logsync "2" // 0=buffered writes 1=Write immediately
set g_banIPs "1" // 0=Off 1=Enables banning of IPs
seta sv_maxRate "10000" // Maximum data rate a client can have - Server controlled
seta sv_minrate "2500" // Minimum data rate a client can have - Server controlled
seta sv_maxPing "200" // Maximum ping the server will allow for joining players
seta sv_minPing "0" // Minimum ping the server will allow for joining players
seta sv_dl_maxrate "100000" // Maximum download rate the server will send files at (i.e Maps etc)
seta sv_floodProtect "1" // 0=Off 1=On Helps control in game text spam
seta g_inactivity "600" // In Seconds - Time at which an inactive player gets sent to spectator
seta g_spectatorinactivity "900" // In Seconds - Time at which an inactive player gets kicked
//seta g_speed "190" // Player movement speed Default=190
seta g_complaintlimit "5" // N/A
set scr_sd_force_team_spectate "0" // Forces only spectate of own team - Unknown if it works
seta g_teamForceBalance "0" // Forces auto balancing of teams - Unknown if it works
set scr_allow_vote "0" // Both have to be off to turn off voting
set g_allowvote "0" // Both have to be off to turn off voting
set scr_drawfriend "1" // Draws a team icon over teammates
set scr_forcerespawn "0" // Force respawning - DM & TDM
set scr_friendlyfire "2" // 0=Off 1=On 2=Reflect damage
set sv_reconnectlimit "3" // Maximum times you can reconnect Default=3
set scr_killcam "0"
set scr_freelook "0"
set scr_spectateenemy "0"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "codauthorize.activision.com"
seta sv_master3 "master0.gamespy.com"
seta sv_master4 "master1.gamespy.com"
seta sv_gamespy "1"
//Specific Server Settings
set sv_hostname "" //Your Server Name Here
set scr_motd "" Server Message Of the Day
set sv_maxclients "32" // Maximum clients allowed on server (Includes private clients)
seta sv_privateclients "0" // # of private clients
set rconPassword "" // Remote control password (Master password)
seta sv_privatepassword "" // Private client password
set g_password "" // Game password - Used to password the entire server
sets .Admin "" // Server Admin
sets .Email "" // Server Admin email
sets .IRC "" // IRC channel for clan/group
sets .Website "" // Website URL
sets .Location "" // Server location
//General Game Settings 0=Disable weapon 1=Enable weapon
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "0"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"
//Search and Destroy Default Description
set scr_sd_graceperiod "20" // Time at round start where spawning and weapon choosing is still allowed, 0 - 60 seconds
set scr_sd_roundlength "10" // round length in mins
set scr_sd_roundlimit "2" // Max Number of round wins per map
set scr_sd_scorelimit "50" // Map team score limit per map
set scr_sd_timelimit "25" // Map time limit, in minutes - 0 to 1440
//Behind Enemy Lines Default Description
set scr_bel_alivepointtime "10" // Number of seconds to get a point for staying alive as allied
set scr_bel_scorelimit "50" // Map score limit
set scr_bel_timelimit "25" // Map time limit, in minutes - 0 to 1440
//Deathmatch Default Description
set scr_dm_scorelimit "300" // Map score limit
set scr_dm_timelimit "30" // Map time limit - 0 to 1440, in minutes
//Retrieval Default Description
set scr_re_graceperiod "10" // Time at round start where spawning and weapon choosing is still allowed, 0 - 60 in seconds
set scr_re_roundlength "7" // Map round length in minutes
set scr_re_roundlimit "5" // Max Number of round wins per map
set scr_re_scorelimit "100" // Map score limit
set scr_re_showcarrier "1" // Show the objective carrier on compass
set scr_re_timelimit "25" // Map time limit, in minutes - 0 to 1440
//Team Deathmatch Default Description
set scr_tdm_scorelimit "300" // Map score limit
set scr_tdm_timelimit "25" // TDM total map time
//GAMETYPE: bel, dm, re, sd, tdm
set g_gametype "tdm"
set sv_mapRotation "gametype tdm map mp_hurtgen gametype tdm map mp_powcamp gametype tdm map mp_neuville gametype tdm map mp_dawnville gametype tdm map mp_carentan gametype tdm map mp_railyard gametype tdm map mp_brecourt"
map mp_hurtgen
BATMAN122
04-14-2004, 12:21 AM
Thank you for that other config man! i have never seen one that went as detailed as that...i was hoping it would work...but alas it didnt.... :cry: This is the console message im getting...
http://codhq.us/3.JPG
Jedi_Pimp
04-14-2004, 07:31 AM
hey batman ,
lets stop the guesing help ! lOL
do this :
1. post your server config (s)
2. and copy paste your startup file ..i mean all the stuff you added to your startup shortcut .
BATMAN122
04-15-2004, 06:22 PM
"D:\Program Files\Call of Duty\CoDMP.exe" +set dedicated 2 +exec dedicated.cfg +map_rotate +set r_optimize 0 +set r_arb_vertex_buffer_object 0 +set r_nv_vertex_array_range 0 +set r_nv_register_combiners 0 +set r_skip_auto_config 1
theres my small startup
my config file:
// generated by Call of Duty, do not modify
unbindall
bind TAB "+scores"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
bind 1 "weaponslot primary"
bind 2 "weaponslot primaryb"
bind 3 "weaponslot pistol"
bind 4 "weaponslot grenade"
bind ` "toggleconsole"
bind A "+moveleft"
bind C "gocrouch"
bind D "+moveright"
bind E "+leanright"
bind F "+activate"
bind M "weapalt"
bind Q "+leanleft"
bind R "+reload"
bind S "+back"
bind T "messagemode"
bind V "mp_QuickMessage"
bind W "+forward"
bind Y "messagemode2"
bind ~ "toggleconsole"
bind PAUSE "toggle cl_paused"
bind CTRL "goprone"
bind SHIFT "+melee"
bind F1 "vote yes"
bind F2 "vote no"
bind F4 "+scores"
bind F12 "screenshotJPEG"
bind MOUSE1 "+attack"
bind MOUSE2 "toggle cl_run"
bind MWHEELDOWN "weapnext"
bind MWHEELUP "weapprev"
seta cg_brass "0"
seta cl_language "0"
seta com_hunkmegs "128"
seta com_introplayed "0"
seta com_maxfps "85"
seta com_recommendedSet "1"
seta g_complaintlimit "3"
seta in_joyBallScale "0.02"
seta in_joystick "0"
seta in_midi "0"
seta in_midichannel "1"
seta in_mididevice "0"
seta in_midiport "1"
seta in_mouse "1"
seta joy_threshold "0.15"
seta mss_khz "44"
seta net_noipx "0"
seta net_noudp "0"
seta net_socksEnabled "0"
seta net_socksPassword ""
seta net_socksPort "1080"
seta net_socksServer ""
seta net_socksUsername ""
seta r_dlightQuality "1"
seta r_dynamiclight "1"
seta r_lodbias "0"
seta r_lodscale "1"
seta r_mode "3"
seta r_picmip "2"
seta r_picmip2 "2"
seta r_swapInterval "0"
seta r_texturebits "16"
seta r_textureMode "GL_LINEAR_MIPMAP_NEAREST"
seta sv_allowDownload "1"
seta sv_floodProtect "1"
seta sv_hostname "CoDHost"
seta sv_maxPing "0"
seta sv_maxRate "0"
seta sv_minPing "0"
seta sys_configSum "76081222"
seta sys_cpuMHz "1699.79"
seta sys_sysMB "512"
seta sys_vidMB "0"
Jedi_Pimp
04-15-2004, 07:34 PM
humm yea that is a config file but i was wanting to see the 1 with all your server settings ( ie map rotation, server switches etc etc )
in your startup file is see +exec dedicated.cfg ... could ya post that 1 ?
thx
PS: if you havent created 1 yet ..i gues u know whats wrong !
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.