<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="includes/rss/rss_20.xsl" ?>

<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>BadSquadron</title>
<link>http://www.badsquadron.com</link>
<description>Welcome to the BADLANDS</description>
<copyright>BadSquadron</copyright>
<generator>BadSquadron Evo RSS 2.0 Parser</generator>
<ttl>60</ttl>

<image>
<title>BadSquadron</title>
<url>http://www.badsquadron.com/images/evo/minilogo.gif</url>
<link>http://www.badsquadron.com</link>
<width>94</width>
<height>15</height>
<description>Nuke-Evolution Powered Site</description>
</image>
<dc:language>en-us</dc:language>
<dc:creator>techdept@badsquadron.com</dc:creator>
<dc:date>2012-05-19T22:54:02-06:00</dc:date>

<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2012-05-19T22:54:02-06:00</sy:updateBase>

<item>
<title>COD4 Mapping Tutorial Links</title>
<link>http://www.badsquadron.com/modules.php?name=News&amp;file=article&amp;sid=6</link>
<description><![CDATA[CoD4 Mapping Tutorial Part 1 <br />
<br />
http://uk.youtube.com/watch?v=KUmVmAe--bk<br />
<br />
&nbsp;<br />
<br />
CoD4 Mapping Tutorial Part 2 <br />
<br />
http://uk.youtube.com/watch?v=nVIH7S1zXeY&amp;feature=related<br />
<br />
&nbsp;<br />
<br />
Other Videos<br />
<br />
http://www.infinityward.com/wiki/index.php?title=Mod_Tools_Download_and_Revision_History<br />
<br />
http://www.infinityward.com/wiki/index.php/Main_Page<br />
<br />
<br />
http://www.modsonline.com/Tutorials-read-485.html]]></description>
<guid isPermaLink="false">6@http://www.badsquadron.com</guid>
<dc:subject>maps n mods</dc:subject>
<dc:date>2008-12-12T20:45:25-06:00</dc:date>
<dc:creator>Posted by BAD_SGT_ROCK</dc:creator>
</item>

<item>
<title>COD4 - BASIC MODDING and WORKING WITH AN EXISTING MOD</title>
<link>http://www.badsquadron.com/modules.php?name=News&amp;file=article&amp;sid=4</link>
<description><![CDATA[BASIC MODDING and WORKING WITH AN EXISTING MOD<br />
<br />
Toolbag<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
WINRAR (http://www.download.com/WinRAR/3000-2250_4-10007677.html)<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
EditPlus (http://www.editplus.com/)<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
COD4/5 Modding Tools (http://www.infinityward.com/wiki/index.php?title=Main_Page)<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
FileZilla (http://filezilla-project.org/<br />
<br />
&nbsp;<br />
<br />
Basic Modding concepts:<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
Mods are kept on the client PC in the folder C:Program<br />
FilesActivisionCall of Duty 4 - Modern WarfareMods<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
Mods are kept on the server in the folder C:Program<br />
FilesActivisionCall of Duty 4 - Modern WarfareMods<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
Every Mod has 3 basic files.  An .iwd file, a mod.ff file and a<br />
server.cfg.  A Mod can have more files than these but these are the minimum.<br />
<br />
o&nbsp;&nbsp; The .iwd file<br />
contains all the Mod graphics, sounds and weapons.<br />
<br />
o&nbsp;&nbsp; The mod.ff is a<br />
compiled file and not editable<br />
<br />
o&nbsp;&nbsp; The server.cfg<br />
contains all the server setup information<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
Other .iwd files that come with a mod can/will contain editable<br />
files<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
Maps are kept in C:Program FilesActivisionCall of Duty 4 -<br />
Modern Warfareusermaps on the client and the server.<br />
<br />
o&nbsp;&nbsp; There are<br />
normally 3 files in a map folder, an .ff, a load.ff and iwd.<br />
<br />
o&nbsp;&nbsp; Each map must<br />
be in a unique folder whose name matches the common name of the 3 files<br />
mentioned above.<br />
<br />
&nbsp;<br />
<br />
All about .iwds:<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
.iwds are where the graphics, weapons and sound are located for<br />
the mod.  All game characteristics that are not in the Mods .iwd file or compiled<br />
into the mod.ff are located on the local PC in C:Program FilesActivisionCall<br />
of Duty 4 - Modern Warfaremain<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
All .iwd files are basically zip files, so use Winrar to open<br />
them.<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
You will usually find 3 folders in an .iwd file:<br />
<br />
o&nbsp;&nbsp; images =<br />
contain .iwi files (graphics)<br />
<br />
o&nbsp;&nbsp; sounds = in<br />
game sounds<br />
<br />
o&nbsp;&nbsp; weapons/mp =<br />
the modded weapons<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
You may find other folders, but most of the changes you will want<br />
to make are in these 3 folders<br />
<br />
&nbsp;<br />
<br />
Editing .iwds:<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
To edit an .iwd, first open it with WINRAR then extract it to a<br />
working location of your choice.<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
To replace a sound, image or weapon, simply replace/overwrite<br />
that file in the .iwd.  The name must match EXACTLY to the file you are<br />
replacing<br />
<br />
·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
To edit weapons files, go to weapons/mp in the .iwd file and<br />
extract the weapon you want to edit.  Open the file in EditPlus and make the<br />
appropriate changes.  This is where you can change the characteristics of the<br />
weapon (recoil, power, sway, hip accuracy, fire rate, etc.)<br />
<br />
&nbsp;<br />
<br />
Editing Graphics:<br />
<br />
You will need to<br />
download and install the following from the BAD website:<br />
<br />
Iwi2dds.exe<br />
<br />
dds2iwi.exe<br />
<br />
dds.8bi<br />
<br />
&nbsp;<br />
<br />
Copy  the DDS<br />
plug-in into your Photoshop plug-in directory (Plug-InsFile Formats)<br />
<br />
&nbsp;<br />
<br />
Drag the iwi file<br />
you want to modify onto the iwi2dds.exe it will create a new file with .dds<br />
extension. You can then load that file into Photoshop (after you have installed<br />
the DDS plug-in of course), and modify it however you want.<br />
<br />
&nbsp;<br />
<br />
When you go to save<br />
the file, make sure you save it in the original format (see imagelist.htm), and<br />
select No Mipmaps.<br />
<br />
&nbsp;<br />
<br />
Now drag the<br />
modified dds onto dds2iwi-cod4.exe and it will output your new modified iwi.<br />
Now all you have to do is rename it back to the original and put it in your<br />
iwd.<br />
<br />
&nbsp;<br />
<br />
&nbsp;]]></description>
<guid isPermaLink="false">4@http://www.badsquadron.com</guid>
<dc:subject>Modding</dc:subject>
<dc:date>2008-12-12T20:37:45-06:00</dc:date>
<dc:creator>Posted by BAD_SGT_ROCK</dc:creator>
</item>

</channel>
</rss>

