COD4 eXtreme Sniper Mod

Post Reply
Schaffer
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Feb 03, 2015 1:09 pm

COD4 eXtreme Sniper Mod

Post by Schaffer »

I need some help please. I uploaded the entire contents of the eXtreme sniper mod into a New folder on my server in the MOds Folder. I names it Extreme. I placed all of the contents into that folder. I created a Usermaps Folder in the directory where the ircbot-main-miles-mods-pb folders are. I turned the server on after switching to that mod and now when I try to enter it COD4 does an 11 count and then disco's me.

I made sure the redirect was pointed to the server point, given in the main server cfg file before I had switched it over to a modded server..... Here is the current server.cfg setup. Any help would be much appreciated.

//******************************************************************************
// Call of Duty 4 - eXtreme+ modification
//******************************************************************************
// author : eXtreme+ Support Crew
// email : admin@mycallofduty.com
// website : http://www.mycallofduty.com
//
// mod : X4 : eXtreme+ Warfare
// version : 3.0 RC5
// update : November 2010
//
// eXtreme+ Mod by the eXtreme+ Crew is licensed under a Creative Commons
// Attribution-NonCommercial-ShareAlike 3.0 Unported License
// http://creativecommons.org/licenses/by-nc-sa/3.0/
// Based on a work at www.mycallofduty.com
// Permissions beyond the scope of this license may be available at http://www.mycallofduty.com
//
//******************************************************************************

//******************************************************************************
// Color Codes
//******************************************************************************
// Colors for text. Do not clear the comment in front of the color codes.
// Useful for your server name, motd msg's - Information and ref use only
//
// ^1 = Red
// ^2 = Green
// ^3 = Yellow
// ^4 = Blue
// ^5 = Cyan
// ^6 = pink/Magenta
// ^7 = White
// ^0 = Black

//******************************************************************************
// Public Information
//******************************************************************************
sets sv_hostname "Sniper Server"
sets _Admin "eXtreme+ Crew"
sets _Email ""
sets _Website "www.mycallofduty.com"
sets _Location "US"
sets _Irc ""
sets _Mod "^3e^1X^3treme ^1X4"
sets _ModVer "v3.0"
sets _ModUpdate "Right Now"
sets _Maps "CoD4 Stock & Custom"
sets scr_motd "Shoot To Kill....Really!!"
set g_motd "Shoot To Kill....Really!!"


//******************************************************************************
// 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"

// Network options
// set net_ip "" // Set your servers IP address
// set net_port "" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
set loc_warnings "0"

// Master servers
set sv_master1 "cod4master.activision.com"
set sv_gamespy "1"

// Password Settings
set rcon_password "*********" // 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_maxclients "12" // MAX server player slots, this is TOTAL player slots
//+set ui_maxclients "64" In your commandline for slots over 32
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "400" // 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 "http://oldfarts1.site.nfoservers.com/server"
seta sv_wwwDlDisconnected "0"

//****************************************************************************
// X4 Enhanced Redirect
// This feature will allow your server to send maps/mods from different locations.
//****************************************************************************
// Enable download manager?
// 0 = No, 1 = Yes, Default = 0
//set ex_url_redirect "0"

// Enter your default settings here. This is required if enhanced redirect is enabled!
//set ex_allowDownload "1" // 0 = No, 1 = Yes, Default = 1
//set ex_wwwDownload "1" // 0 = No, 1 = Yes, Default = 0
//set ex_wwwDlDisconnected "0" // 0 = No, 1 = Yes, Default = 0
//set ex_wwwBaseURL "http://www.your_website/cod4"

// Your "map-specific" settings go here. The examples shown are disabled with: //
// NOTE: If you have other client downloads (such as weapons/sound/graphics) you
// will need the mod.ff and .iwd files on EVERY redirection site that you setup.
//set ex_allowDownload_mp_canada "0" // do not allow downloads on this map
//set ex_wwwDownload_mp_subway "0" // download this from server, not HTTP
//set ex_wwwDlDisconnected_mp_ghosttown "1" // disconnect player while downloading
//set ex_wwwBaseURL_mp_lrt "http://www.your_website.com/cod4"
//set ex_wwwBaseURL_mp_stonetown "http://www.your_website.com/~dvd/redirect"
//set ex_wwwBaseURL_mp_offensive "http://www.your_website.com/redirect"

// Rate
set sv_maxRate "25000"

// FPS
//set sv_fps "20"

// Drop inactive players
set sv_timeout "900"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"
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 "1"

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

// Voting
set g_allowVote "0"
set g_voteAbstainWeight "0.5"
set g_oldVoting "0"

// Team balancing
set scr_teambalance "1"

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

//******************************************************************************
// Display name of team member when using Voice Chat
//******************************************************************************
// 0 = disabled (default)
// 1 = enabled
set ex_DisplayChat_Name "0"

// Color of message
// 1 = Red
// 2 = Green
// 3 = Yellow
// 4 = Blue
// 5 = Cyan
// 6 = Magenta
// 7 = White
// 0 = Black
set ex_TeamChat_AlliesColor "3"
set ex_TeamChat_AxisColor "2"

// Message below will be added to the end of the players name
set ex_DisplayChat_Msg "is talking"

// Chat X (horizontal) position on screen.
// min = 0, max = 640, default = 5
//set ex_displaychat_posx "5"

// Chat Y (vertical) position on screen.
// min = 0, max = 480, default = 150
set ex_displaychat_posy "160"

//******************************************************************************
// Misc
//******************************************************************************
set sv_allowAnonymous "0"
set g_antilag "1"
set g_smoothClients "1"
set scr_drawfriend "1"
set scr_player_forcerespawn "1"
set scr_game_allowkillcam "1"

// Add Server to Favorite option for players
// 0 = Off
// 1 = On (default)
set ex_favorite "1"

// test bots (can crash the server on next map!)
//set scr_testclients "14"

// freeze the bots to the ground?, easier when testing!
//set scr_botfreeze "1"

// HUD and Environmental Stuff
set scr_enable_music "1"
set scr_enable_scoretext "1"
set scr_fog_disable "1"

// developer mode
//set developer "0"
//set developer_script "0"
//set ex_show_location "1"

//******************************************************************************
// Init & Exec CFG Files
//******************************************************************************
wait
exec config/ambientfx.cfg
wait
exec config/clancontrol.cfg
wait
exec config/redirect.cfg
wait
exec config/monitoring.cfg
wait
exec config/playercontrol.cfg
wait
exec config/pointsystem.cfg
wait
exec config/healthcontrol.cfg
wait
exec config/messages.cfg
wait
exec config/miscfeatures.cfg
wait
exec config/security.cfg
wait
exec config/scrncontrol.cfg
wait
exec config/weaponcontrol.cfg
wait
exec config/wmdcontrol.cfg
wait
exec config/gametypes.cfg
wait
exec config/mapcontrol.cfg
wait
exec config/maprotation.cfg
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: COD4 eXtreme Sniper Mod

Post by kraze »

I've seen a few issues with the COD4 master servers recently where they will not allow connections to newly started servers. If you leave the server up for 20-30 minutes then try to connect does it work?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Schaffer
New to forums
New to forums
Posts: 5
Joined: Tue Feb 03, 2015 1:09 pm

Re: COD4 eXtreme Sniper Mod

Post by Schaffer »

It's been about 35-40 mins now and neither the control panel shows it is running nor the server list inside of COD4 sd it shows no ping and just the ip addy.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: COD4 eXtreme Sniper Mod

Post by kraze »

What do your server log files say?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

Re: COD4 eXtreme Sniper Mod

Post by TacTicToe »

You can verify your CoD4 server using an audit tool. It will tell you if server is online etc.

http://www.thekillingcrew.com/audit/

The current problem is the master server for CoD4 has been disabled by Activision. Activision is playing dumb about it and said they are looking into it. The master server has been offline for over two months now. As a result of this there is no way to get a new refreshed list in your browser. You can replace your servercache with one of the older outdated servercaches out there, but the problem is most of the servers will time out because they are no longer online and as soon as you refresh, your list gets wiped out again.

I created a quick and dirty web site that I am working on improving. You can add your site to it if you like. There are several different ways to quick link connect to a server form this list. If you install the CoD4x MP patch, then it will aply the cod4 http protocol for your browser. With this you can connect to a cod4 server like

cod4://104.153.104.204:28961

Put that in your browser and it would launch CoD4 and connect to our server. This is just one example. I also have XFire, Qtracker, HLSW and GSC from gametracker. I am still tweaking the site to make it look nicer. For now it is functional.

http://tkcdl.com/servers/
Schaffer
New to forums
New to forums
Posts: 5
Joined: Tue Feb 03, 2015 1:09 pm

Re: COD4 eXtreme Sniper Mod

Post by Schaffer »

Thank you for the reply's however I think I am going to have to give up my quest to have a sniper only server. It seems there are way to many files to copy over and to get to work with this type of control panel that I am not used to. Just when I thought I was making progress I enter a diff server to test something and not I am getting a IW3mp.exe error. I thought I had that fixed by uninstalling Punkbuster and reinstalling a fresh copy but all of a sudden it has started back up. Man this is getting frustrating,
Post Reply