This guide was made by www.techhelp.ucoz.com- Removing this line of text will be in violation of the copyright law. This Guide was made to help people who want to make mods in Call of Duty 4. This guide can be distributed just keep the first line of text. This is my guide to making a mod on Call of Duty 4. Step 1:Downloading Call of Duty 4 Mod Tools This is a link to download the Mod Tools, http://callofduty.filefront.com/file....s;85947 You could also just search google for a site to download the mod tools from. Once you have downloaded the file place it into your Call of Duty 4 folder. Step 2: Making your mod folder You need to make a folder for your mod, to make this folder you need to do this (Windows) This is the path C:\Program Files\Activision\Call of Duty 4 - Modern Warfare or you can follow this. Start-> My Computer-> Local Disk (C:)-> Program Files-> Activision-> Call of Duty 4-> Mods-> Right Click-> New Folder-> "MyMod" ***This folder can be called anything, just make sure you change all the text that says "MyMod" to whatever you decide to name your mod.*** Step 3: Extracting the weapons You will need to extract the weapons file, located in C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\main You will need to extract iw_11 for the weapons. Use winrar to extract the file into your mod folder. Winrar download- http://www.techhelp.ucoz.com/forum/18-35-1 Step 4:Building the mod Go to your Call of Duty 4 folder then click on bin and then MoDBuilder.exe, now that you have mod tools open and select your mod from the CSV drop down menu. Look through all of the files that you want to mod, for example I want to select the G3, so I would scroll down to the MyMod\weapons\mp\g3_mp and click the >> button which will move that selected file over into the next column. Then click New CSV leave the settings at blank and type in your mod name, in this case I would type in "MyMod" with no quotes. Select the Mod Builder tab and select "MyMod" from the drop down menu. In the two big boxes, you'll get two lists. The list on the left is basically a list of the resources currently in your CSV file. The list on the right is all the files in your MOD folder. Check the things that you want to mod, make sure Build Fast File, and Build IWD File are both checked. Step 5: Making a shortcut Select the multiplayer shortcut or the singleplayer shortcut depending on which one you decided to mod, in this case we would select the multiplayer short and copy and paste to the desktop. Right click it-> Properties. Then add to the target line:[ +set fs_game "mods/MyMod"] (copying only inside the brackets). This is your new shortcut to run your mod. Step 6: Modding the weapons This is the fun part of modding, Click on your new shortcut and open the weapons folder and mp or sp depending on which kind of mod you are making, mp in this example. Now that you have the weapons folder open you will see a large amount of files, select one that you want to mod. In this case I will scroll down to g3_mp and open in notepad, now you will see everything about the gun. An easy way to find things is too hit [Ctrl]+[F] and this will bring up the option to search for text. Some good codes to know to search for are: laserSightDuringNightvision -Determines whether the gun will have a laser when night vision is on. fireType -The weapons firetpye maxAmmo -Max Ammo clipSize -Clip Size startAmmo -Starting Ammo maxDamageRange -Maximum range that the gun will cause damage reloadTime -The time it will take to reload Step 7: How to try out your mod Start up Call of Duty 4, change the mod to "MyMod" go to Create Server and hit ~ to bring up your console, then type /devmap mp_pipeline This will put your game into the map pipeline and running your mod, you can do this for any map you just need to know the code for that map. Step 8:Adding a mod like Open Warfare This will tell you how to add an already built mod like Open Warfare. First you need to make sure that you can legally use the mod, second you need to download the file and place it into "MyMod" folder. In the case of the Open Warfare mod you will click on the Open Warfare folder after you place it into your mod folder. Then click on configs and you can change everything you want. Make sure if you change anything for Open Warfare that you take the comment (//) lines away. Open Warfare- www.openwarfaremod.com I'm not just putting this link here for any reason, Open Warfare is one of the best open source mods I have ever seen. Most modders really don't care about the people who will use their mod. Open Warfare is different they care about everyone and will help you with any questions that you have.