open my server

Have a question you need to ask? Need help? Ask here!

Moderator: Core Staff

Locked
cod
CJ Wannabe
CJ Wannabe
Posts: 21
Joined: December 23rd, 2004, 11:31 am

open my server

Post by cod » September 2nd, 2005, 10:55 pm

i want to know how to open my server.
to practice jumps.
thanks.

User avatar
MuRpHy*
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 2159
Joined: May 10th, 2005, 11:02 pm
Location: Tha A.T.L Baby ;)

Post by MuRpHy* » September 2nd, 2005, 10:57 pm

use the search button! old question :) you type /devmap (mapname). Eg: /devmap mp_harbor now this WILL work for you, and it might allow others top join you but only if you have a static ip. to find your ip, go to http://www.whatismyip.com lots of topics about this question or similar ones to it so if you use the search bar to find any other questions you might need, or hit me up on xfire murphy001 and ill be glad to further answer any questions ^^ :)
Image
Image

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13313
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 2nd, 2005, 11:21 pm

Fill in the blanks on this form and save as dedicated.cfg in your main folder.

--------------------------------------------------------------------------
set sv_hostname "_____" //Name of your Server
set scr_motd "_____" //Welcome Message

set sv_cheats 0

//Passwords
set g_password "_____" // sets a password on your server. Put nothing between the quotes for no password
seta rconpassword "_____" //Rcon password used to admin your server from within the game
set sv_privatepassword "_____" //Password players can enter to use private slots

//Network Settings
//IP address of the game server. I like to specify this in the command line but you can do as you wish
// Port that the server will use. Only one game server per port, per IP address
set sv_maxping 250 // Maximum ping allowed on the server
set sv_maxrate 25000 //Maximum conn rate for players to the server.
set com_hunkmegs "256" //Amount of CPU usage.
sv_allowDownload "1" //Alow downloading

//Player Slot Settings
set sv_maxclients "8" //Maximum Players at a time
set sv_privateclients "2" //Private Spaces (Can only be used if private pass is used)
set g_banIPs "" //IP Bans?
set sv_timeout "___" //Kicks players that have timed out for more than xxx seconds

// Reports your server to master browsers so players can find your server
sets sv_master1 "codmaster.activision.com"
sets sv_master2 "master.gamespy.com:28960"
sets sv_master3 "master0.gamespy.com"
sets sv_master4 "clanservers.net"
sets sv_master5 "codauthorize.activision.com"
seta sv_gamespy "1"

// Team Settings
set scr_drawfriend "1" // Tells the server to draw an avatar above friendly players
set scr_forcerespawn "1" // A setting of 1 forces players to respawn on respawn type games

//weapon settings
set scr_allow_bar "1" //0 - disable weapon 1 - enable weapon
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "1"
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"

// advanced settings
set scr_allow_vote "1" // scr_allow_vote and g_allowvote must BOTH be set to 0 to disable voting
set g_allowvote "1"
set g_allowvotetempbanuser "0"
set g_allowvotetempbanclient "0"
set g_allowvotekick "0"
set g_allowvoteclientkick "0"
set g_allowvotegametype "1"
set g_allowvotetypemap "1"
set g_allowvotemap "1"
set g_allowvotemaprotate "1"
set g_allowvotemaprestart "1"

// KillCam
set scr_killcam "0" // 0 Turns killcam off and 1 turns killcam on
set scr_freelook "1" // 1 allows players to free spectate after they are dead
set scr_spectateenemy "1" // 1 allows players to spectate their own team as well as the enemy

// Auto Team Balance
set scr_teambalance "0" // Set to 1 to allow the server to auto balance teams. Set to 0 to disable

// Friendly Fire
set scr_friendlyfire "0" //0 - off 1 - on 2 - reflect damage 3 - Shared

// PURE server settings
set sv_pure "0"

//GameType Settings

//Behind Enemy Lines Default Description (bel)
set scr_bel_alivepointtime "15" // Number of seconds to get a point for staying alive as allied.
set scr_bel_scorelimit "75" // Round will end when team reaches xxx score
set scr_bel_timelimit "20" // Game will end after xx minutes

//Deathmatch Default Description (dm)
set scr_dm_scorelimit "0" // Round will end if player reaches xx points
set scr_dm_timelimit "60" // Game will end after xx minutes

//Retrieval Default Description (re)
set scr_re_graceperiod "15" // Time at round start where spawning and weapon choosing is still allowed, 0 - 60 seconds
set scr_re_roundlength "5" // Round will end after x minutes
set scr_re_roundlimit "0" // Game will end after x number of rounds have been played
set scr_re_scorelimit "0" // Round will end when team reaches xxx score
set scr_re_showcarrier "0" // Objective carrier will show on compass when set to 1
set scr_re_timelimit "20" // Game will end after xx minutes

//Search and Destroy Default Description (sd)
set scr_sd_graceperiod "60" // Time at round start where spawning and weapon choosing is still allowed, 0 - 60 seconds
set scr_sd_roundlength "60" // Round will end after x minutes
set scr_sd_roundlimit "0" // Game will end after x number of rounds have been played
set scr_sd_scorelimit "0" // Round will end when team reaches xxx score
set scr_sd_timelimit "60" // Game will end after xx minutes

//Team Deathmatch Default Description (tdm)
set scr_tdm_scorelimit "0" // Round will end when team reaches xxx score
set scr_tdm_timelimit "60" // Game will end after xx minutes

//HeadQuarters Default Description (hq)
set scr_hq_timelimit "20" // Game will end after xx minutes
set scr_hq_scorelimit "450" // Round will end when team reaches xxx score

//PUNKBUSTER
PB_SV_disable // PB Disabled (pb_sv_enable for pb enabled server)
WAIT // Pauses the server for PB to load

// Set starting game type
set g_gametype "dm" //Gametype (DM, TDM, SD, HQ, BEL, RE)

// Map rotation.
set sv_mapRotation "map mp_pavlov" //Rotation, add maps in format "map <mapname> map <mapname>"
set sv_mapRotationCurrentmap "" //
MAP_ROTATE // Begins the servers rotation

// SETS/PUBLIC INFO (stuff that shows up in server info)
sets g_needpass "1" // tell's ASE etc the server is passworded
sets .Admin "_____" // Make it your IRC or site nick maybe (optional)
sets .Email "_____" // You're email address (optional)

------------------------------------------------------------------
Now make a shortcut to your CoDMP.exe (Right-click, make shortcut).
Open the properties of the shortcut (RightClick<Properties)
In the "target" box, you will already have something similar to

Code: Select all

"C:\Program Files\Call of Duty\CoDMP.exe"
change it to...

Code: Select all

"C:\Program Files\Call of Duty\CoDMP.exe" +net_ip ___.___.___.___ +set net_port 28960 +set dedicated 2 +exec dedicated.cfg"
Where it says net_ip you need to enter your ip (check Murphys post for 1 way, another way is open command promt [Start<Run, then type cmd and press enter], then type "ipconfig" and press enter. You will see...

Code: Select all

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : ___.___.___.___
        Subnet Mask . . . . . . . . . . . : ___.___.___.___
        Default Gateway . . . . . . . . . : ___.___.___.___
You want the numbers from IP Address.

then run the shortcut. It will open up a window similar to command prompt. Now, open CoD and type "/connect ___.___.___.___:28960 (where __. is your IP Address)

It should hopefully load your server :)
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
MuRpHy*
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 2159
Joined: May 10th, 2005, 11:02 pm
Location: Tha A.T.L Baby ;)

Post by MuRpHy* » September 2nd, 2005, 11:52 pm

ROFL! how long did that take you...:) that works too, that way you can also run a save mod ^^ :P and other stuff :P
Image
Image

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13313
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 3rd, 2005, 12:03 am

MuRpHy* wrote:ROFL! how long did that take you...:) that works too, that way you can also run a save mod ^^ :P and other stuff :P
about 5 minutes. I just used a config I already use for testing things.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
MuRpHy*
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 2159
Joined: May 10th, 2005, 11:02 pm
Location: Tha A.T.L Baby ;)

Post by MuRpHy* » September 3rd, 2005, 3:52 am

gotcha, well nice explanation, why didnt you jsut ask for his email address and attach it ^^ rofl :P
Image
Image

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13313
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 4th, 2005, 12:15 am

MuRpHy* wrote:gotcha, well nice explanation, why didnt you jsut ask for his email address and attach it ^^ rofl :P
Because now, once it has been posted I will never have to post again...

How about making this sticky (and removing the last of the posts?)
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
MuRpHy*
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 2159
Joined: May 10th, 2005, 11:02 pm
Location: Tha A.T.L Baby ;)

Post by MuRpHy* » September 4th, 2005, 3:18 am

im goign to lock this topic, copy and paste the quote from your post, and make a sticky.
Image
Image

Locked

Who is online

Users browsing this forum: Semrush [Bot] and 42 guests