Call of Duty 4 Forums
Home UserCP Members Register Calendar FAQ Downloads Clans


Go Back   Call of Duty 4 Forums > Call of Duty 4 Discussion > COD4: PC > COD4 Server Support
Register FAQ Members List Calendar Downloads Search Today's Posts Mark Forums Read


Welcome to the Call of Duty 4 Forums! Please REGISTER!
Hey there!

It looks like you're enjoying Call of Duty 4 Forums but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. You also have the chance to win great prizes just for posting! Register now!

Already a member? Login at the top of this page to stop seeing this message.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 04-23-2008, 08:15 AM
KBD-ORCA's Avatar
Why so SERIOUS Son...?
Captain Captain II
 
Join Date: Jan 2008
Location: Brum, England
     xfire: kbdorca
Clan Tag: [-KBD-]
Posts: 330
KBD-ORCA is on a distinguished road
Icon4 COD4 Modern Warfare Custom Maps Setup

OK we have had a fair few questions dotted around the place asking about setting up custom maps, so i thought i would create a sticky thread so people can reply with questions/experiences.

Ok.

First off you need a Mod to run the Custom Maps with, in my experience Modern Warfare isnt designed to run custom maps. The mod i use is AWE4 1.3 is the latest version.

Next download your mod of choice (AWE4 in my case) then extract out the zip/archive file to your pc then upload it to the Mods folder on your server. *Note* Call the mod folder something unique - ours is called kbdclan_awe4, the reason behind this is if you go to 2 different modded servers with different versions of the same mod using the same mod name, you will keep getting kicked out with "Impure Client" Errors.

Next create a "usermaps" folder in the root of your server. Same level as the Main & Mods folder.

Download a Map of your choice, i am using mp_matmata. Extract the contents of the zip/archive onto your PC, then making sure you keep the folder name the same as the mapname ie mp_matmata upload it to the "usermaps" folder on your server. Usually there are 2 .ff files & 1 .iwd file. Make sure that you read the map instructions if any. Mp_matmata doesnt require the .iwd file to go into your mods folder but some do (so read the read me's)

To get people to download the files quickly you need to use the HTTP Redirect part in your server config file:

//////////////////////////////////////////////////////////////////
//Download Redirect

set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://weburl/foldername/"
seta sv_wwwDlDisconnected "0"

Obviously replace the BaseURL with the one you are going to use, some Game Host might have there own Repository you could use. If you dont use this the Maps will download directly off your Game Server at 13kbs at best (usually) so a 30mb map will take ages to download.

Redirect Server folder structure needs to mirror your Game Servers Structure. Aim the redirect as the base directory not the usermaps one. So it should look like this:

BaseURL server.co.uk/cod4

cod4/usermaps
cod4/mods/awe4 (or whatever mod you use)

Then using this method your public can also get the mods downloads from your redirect server too.

Then all you have to do is from a console
/rcon map mp_matmata

*Note* Not all custom maps support all gametypes. What we do is run it as Deathmatch/Team Deathmatch because all maps support these gametypes.

I think i have covered most thing, let me know any questions thoughts...


=====
Maps i can confirm that work.
mp_matmata
mp_dhc_carentan (requires .iwd in mods folder)
mp_offices_v2
mp_dawn_beta_2


=====
Maps i cant get to work
mp_village (fails to download load.ff)
__________________
"Nothings last forever...Not even the stars !"

Custom Maps Config | CD Code in Use | PunkBuster Problems



"...they are all already dead, they just dont know it yet..."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
Payin' The Bills (Register to get rid of this advertisement!)
  #2  
Old 04-25-2008, 03:34 AM
KBD-ORCA's Avatar
Why so SERIOUS Son...?
Captain Captain II
 
Join Date: Jan 2008
Location: Brum, England
     xfire: kbdorca
Clan Tag: [-KBD-]
Posts: 330
KBD-ORCA is on a distinguished road
Default

Ok since doing this post we have found certain things out.

Put all of the iwd's into the Mods Folder and dont leave them in the usermaps folder as this is what is causing the game to loop. We now have got mp_village to work using this method.
__________________
"Nothings last forever...Not even the stars !"

Custom Maps Config | CD Code in Use | PunkBuster Problems



"...they are all already dead, they just dont know it yet..."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #3  
Old 04-25-2008, 03:35 AM
Moderator
 
Join Date: Apr 2008
Location: Manchester, UK
     PSN: Black-Hawk-93
Posts: 1,778
Black-Hawk-93 is on a distinguished road
Send a message via AIM to Black-Hawk-93 Send a message via MSN to Black-Hawk-93
Default

Neat little guide, I hardly know anything about PC version setup so thanks for this.
__________________
Black 'No-Scope' Hawk
Before Peace Will Come War.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #4  
Old 05-03-2008, 12:13 PM
R$| mogus mogus is offline
Recruit
 
Join Date: May 2008
     xfire: mogus
Posts: 2
mogus is on a distinguished road
Default Server refuse to use teh html download

Hi there, i have set up the server as above but it will not download from the http source and keeps reverting back to the server based source and downloads at 13 kb. can anyone help? i used the code;

set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://rs-gaming.co.uk/cod4"
seta sv_wwwDlDisconnected "0"

i thought it might have been a permissions issue on the webserver or ftp server but i've changed all the permissions to allow access and it still doesn't work, i'm close to blowing my brains out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #5  
Old 05-03-2008, 03:14 PM
KBD-ORCA's Avatar
Why so SERIOUS Son...?
Captain Captain II
 
Join Date: Jan 2008
Location: Brum, England
     xfire: kbdorca
Clan Tag: [-KBD-]
Posts: 330
KBD-ORCA is on a distinguished road
Default

What is it downloading off your game server ?

Your structure seems intact and correctly set up, this is the structure i would expect to see on the game server.

You have no maps in your usermaps directory, so hopefully it isnt custom maps its downloading @ 13kbs

Quote:
i thought it might have been a permissions issue on the webserver or ftp server but i've changed all the permissions to allow access and it still doesn't work
Permissions isnt an issue due to i can click on the AWE4 files and download them via the internet (thats what the game does).

Quote:
i'm close to blowing my brains out.
Welcome to my world, AWE4 is quite easy, custom maps are a real pain, spent 2 of us 3 days to get the darn things working
__________________
"Nothings last forever...Not even the stars !"

Custom Maps Config | CD Code in Use | PunkBuster Problems



"...they are all already dead, they just dont know it yet..."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #6  
Old 05-04-2008, 07:47 AM
R$| mogus mogus is offline
Recruit
 
Join Date: May 2008
     xfire: mogus
Posts: 2
mogus is on a distinguished road
Default

Thanks for the speed response.
it's not a problem witht he mod or any of the files, it seems that the server just will not redirect to the website. does anyone know af any reason this could be? do i have to add anything to the command line perams?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #7  
Old 05-04-2008, 11:15 AM
KBD-ORCA's Avatar
Why so SERIOUS Son...?
Captain Captain II
 
Join Date: Jan 2008
Location: Brum, England
     xfire: kbdorca
Clan Tag: [-KBD-]
Posts: 330
KBD-ORCA is on a distinguished road
Default

Whats your servers ip address, i while try and connect later and see what it does for me...
__________________
"Nothings last forever...Not even the stars !"

Custom Maps Config | CD Code in Use | PunkBuster Problems



"...they are all already dead, they just dont know it yet..."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #8  
Old 05-10-2008, 10:30 AM
Private Private First Class
 
Join Date: Feb 2008
Posts: 16
Arena is on a distinguished road
Angry Having prblems with awe4

Hi all.
AWE4 looks to be easy as it seems but i like to set up the server for LAN only and will be better for me to be a Listen (can be played) server.

Can someone give me an easy way to make it work??
I try but no matter what i did other PC's can't "see" me.When i start a regular game (not a mod) they see me.


HELP!!!!!!

PS. my english may r not good but i trying!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #9  
Old 05-10-2008, 01:26 PM
KBD-ORCA's Avatar
Why so SERIOUS Son...?
Captain Captain II
 
Join Date: Jan 2008
Location: Brum, England
     xfire: kbdorca
Clan Tag: [-KBD-]
Posts: 330
KBD-ORCA is on a distinguished road
Default

Never tried running it as a Listen Server but there shouldnt be any reason why it shouldnt work. Aslong as the AWE4 files are in a folder in the Mods folder (call your folder something that isnt AWE4) then when you load the game up and go into the "Mods" option your AWE4 Foldername will show up and the game will boot into AWE4 mode.

Doing this also shows you any custom maps present in your "usermaps" folder.
__________________
"Nothings last forever...Not even the stars !"

Custom Maps Config | CD Code in Use | PunkBuster Problems



"...they are all already dead, they just dont know it yet..."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
  #10  
Old 05-11-2008, 05:48 AM
Private Private First Class
 
Join Date: Feb 2008
Posts: 16
Arena is on a distinguished road
Default

Tank you for the speed respont ORCA.
You all have a nice forum and i see that you spend a lot of time to help people.
Anyway i 'll try to give you a picture to what i have set up...
First of all i rename the "Mods" to "mods" (i read somewhere that must be with not capital) ,
Then i make a folder named "usermaps"
xmmm now if it is cerect...i make a folder inside the mods (C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\mods) named awe4 (wrong??? i did that couse i am new and had to remember what it was) should give an other name?

Well next i copy the two (map and map_load) .ff files in to a folder with the same name as the map inside the "usermaps"


The third file .iwd i copy it in the mod file (C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\mods\awe4) but most people saying that we not need of .iwd and some other to open the .iwd and remove all but the "image" folder with winRar,(i open it but i couldn't erase anything, please let me know if and how).
By the way, the AWE4 is moded by Tally as i seen inside.
One big help it will be if you can give me all the configs ready and the maps that needed to have

I am willing to use it in local anyway never to internet.For internet we have a lot of servers (yours too)so i dont bother.
But in local (LAN -Listen server) it have fun when we haven't net conection.

I forget to say that i dont know where to put the DVAR (dont know why it called DVAR ...sorry ) for maps and anything else

P.S.Sorry for terrible English again

Thans in advance.
Arena

Last edited by Arena : 05-11-2008 at 05:57 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Submit to N4G
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On






All times are GMT -6. The time now is 07:00 AM.

COD4boards.com is an Privacy Policy and Legal
Style designed by: vBSkinworks SEO by vBSEO 3.1.0 Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.