Alittle help hosting a server?

Talk about anything related with the servers

Moderator: Core Staff

Post Reply
jlaw901
CJ Wannabe
CJ Wannabe
Posts: 4
Joined: July 25th, 2011, 7:12 am

Alittle help hosting a server?

Post by jlaw901 » January 30th, 2013, 1:00 am

ok, i just have a few basic questions, I have a server that's working. I just have two questions, First When my friends try to join it says Awaiting key code authorization then times out. I have changed tried disabling PB in the config file, but it doesn't seem to work. I have turned on auto admin, i don't know if this will matter. When they try joining it says (rejecting connection due to mismatched GUID: expected "", got "xxxxxxxxxxxxxxxxx") <--- That's MY guid, not theirs. But after this is fixed, i also would like some help as to how to get a redirect so that way they can download faster instead of downloading through my PC. in case you need my config, I will post it here


//******************************************************************************
// Public Information
//******************************************************************************
sets sv_hostname "^5JLAW's ^1Private Codjumper ^5:^7D"
sets _Admin "JLAW"
sets _Email ""
sets _Website "http://www.codjumper.com/"
sets _Location ""
sets _Irc "#codjumper"
set scr_motd ""

//******************************************************************************
// Common Server Settings
//******************************************************************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"

// Master servers
set sv_master1 "cod2master.activision.com"
set sv_master2 "cod2authorize.activision.com"
set sv_master3 "cod2master.infinityward.com"
set sv_master3 "cod2update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_gamespy "1"

// Password Settings
set rcon_password "rcon_password_here" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Player slots setup
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots
set sv_maxclients "15"

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "999" // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "0"

// Rate
set sv_maxRate "5000"

// FPS
//set sv_fps "20"

// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"

// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "0"
set sv_punkbuster "0"
set pb_sv_enable "0"

// Temporary Ban duration, in seconds
set sv_kickBanTime "600"

// In-game voice communication system
set sv_voice "0"
set sv_voiceQuality "1"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"


//******************************************************************************
// Perks set 1 to enable set 0 to disable
//******************************************************************************

set perk_allow_specialty_parabolic 1
set perk_allow_specialty_gpsjammer 1
set perk_allow_specialty_holdbreath 1
set perk_allow_specialty_quieter 1
set perk_allow_specialty_longersprint 1
set perk_allow_specialty_detectexplosive 1
set perk_allow_specialty_explosivedamage 1
set perk_allow_specialty_pistoldeath 1
set perk_allow_specialty_grenadepulldeath 1
set perk_allow_specialty_bulletdamage 1
set perk_allow_specialty_bulletpenetration 1
set perk_allow_specialty_bulletaccuracy 1
set perk_allow_specialty_rof 1
set perk_allow_specialty_extraammo 1
set perk_allow_specialty_armorvest 1
set perk_allow_specialty_fraggrenade 1
set perk_allow_specialty_specialgrenade 1
set perk_allow_c4_mp 1
set perk_allow_claymore_mp 1
set perk_allow_rpg_mp 1

//******************************************************************************
// Misc
//******************************************************************************
set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "1"
set g_allowvote "1"

//******************************************************************************
// GAME TYPE SETTINGS
//******************************************************************************
// DEATHMATCH
//******************************************************************************
set scr_dm_scorelimit 150
set scr_cj_timelimit 45
set scr_dm_roundlimit 1
set scr_dm_numlives 0
set scr_dm_playerrespawndelay 0
set scr_dm_waverespawndelay 0


//CODJUMPER MOD

set cj_logo "0"
set cj_sponsor "0"
set cj_allowvote "1"
set cj_votedelay 300
set cj_disablerpg "0"
set cj_timelimit "45"

set cj_msg_rotate_1 "^1RESPECT ^2What admins say."

set cj_msg_delay 120
set cj_deleteents 0
set cj_showdamage_trigger 0
set cj_welcome "^7Welcome to ^5JLAW^7'^5s ^7Codjumper server"
set cj_voteduration "15"
set cj_votelockout "10"
set cj_voteratio "0.6"
set cj_autoadmin "1"
set cj_adminguids ""

set sv_mapRotation "gametype cj map mp_to_the_moon"

F |Madness| U
CJ G0D!
CJ G0D!
Posts: 1575
Joined: June 3rd, 2009, 9:02 pm
Location: Cardiff University, UK

Re: Alittle help hosting a server?

Post by F |Madness| U » January 30th, 2013, 10:19 am

Do they have legitimate CD keys and do you have a legitimate CD key and legitimate server (not cracked)?
-

jlaw901
CJ Wannabe
CJ Wannabe
Posts: 4
Joined: July 25th, 2011, 7:12 am

Re: Alittle help hosting a server?

Post by jlaw901 » January 30th, 2013, 1:45 pm

F |Madness| U wrote:Do they have legitimate CD keys and do you have a legitimate CD key and legitimate server (not cracked)?
Yes, we all own the game VIA Steam also. them and i can join every other server

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests