<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>.hmmessage P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</STYLE>

<META content="MSHTML 6.00.2900.3268" name=GENERATOR></HEAD>
<BODY class=hmmessage bgColor=#ffffff>
<DIV><FONT face=Arial>Nah, I'm a figment of your imagination.. but it works 
nevertheless.</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>It's running on my system right now.</FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=rabbit@4mori.biz href="mailto:rabbit@4mori.biz">RaBBiT aka 
  DarkGokou</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cod@icculus.org 
  href="mailto:cod@icculus.org">cod@icculus.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, June 06, 2008 8:00 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [cod] Patch 1.6 and Map 
  Pack</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial>is he for real? LOL</FONT></DIV>
  <BLOCKQUOTE dir=ltr 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=dainasty@gmail.com href="mailto:dainasty@gmail.com">Dai_Nasty</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cod@icculus.org 
    href="mailto:cod@icculus.org">cod@icculus.org</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, June 06, 2008 8:26 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [cod] Patch 1.6 and Map 
    Pack</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial>It can be done..</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV>For the people who want to switch quick between 1.5 and 1.6<BR><BR>make 
    2 dirs inside your cod4 folder called temp15 and temp16<BR>copy iw3mp.exe 
    and all the files (code_post_gfx_mp.ff, localized_code_post_gfx_mp.ff, 
    ui_mp.ff, mp_crash_snow.ff and mp_crash_snow_load.ff) inside zone to 
    temp15<BR>then install patch 1.6<BR>now copy iw3mp.exe and all the changed 
    files inside zone to temp16<BR><BR>then create a file called start16.bat 
    with the following:<BR>------------- copy everything below this line 
    ------------------<BR>@echo off<BR>echo Call Of Duty 4 - ver 1.6<BR>echo 
    ------------------------<BR>echo Press ENTER to continue<BR>pause<BR><BR>del 
    iw3mp.exe<BR>del zone\english\code_post_gfx_mp.ff<BR>del 
    zone\english\localized_code_post_gfx_mp.ff<BR>del 
    zone\english\mp_crash_snow.ff<BR>del 
    zone\english\mp_crash_snow_load.ff<BR>del zone\english\ui_mp.ff<BR><BR>copy 
    temp16\iw3mp.exe iw3mp.exe<BR>copy temp16\code_post_gfx_mp.ff 
    zone\english\code_post_gfx_mp.ff<BR>copy 
    temp16\localized_code_post_gfx_mp.ff 
    zone\english\localized_code_post_gfx_mp.ff<BR>copy temp16\mp_broadcast.ff 
    zone\english\mp_broadcast.ff<BR>copy temp16\mp_broadcast_load.ff 
    zone\english\mp_broadcast_load.ff<BR>copy temp16\mp_carentan.ff 
    zone\english\mp_carentan.ff<BR>copy temp16\mp_carentan_load.ff 
    zone\english\mp_carentan_load.ff<BR>copy temp16\mp_crash_snow.ff 
    zone\english\mp_crash_snow.ff<BR>copy temp16\mp_crash_snow_load.ff 
    zone\english\mp_crash_snow_load.ff<BR>copy temp16\mp_creek.ff 
    zone\english\mp_creek.ff<BR>copy temp16\mp_creek_load.ff 
    zone\english\mp_creek_load.ff<BR>copy temp16\mp_killhouse.ff 
    zone\english\mp_killhouse.ff<BR>copy temp16\mp_killhouse_load.ff 
    zone\english\mp_killhouse_load.ff<BR>copy temp16\ui_mp.ff 
    zone\english\ui_mp.ff<BR><BR>iw3mp.exe<BR><BR>------------ end copy at this 
    line -------------<BR><BR>and create a file called start15.bat with the 
    following:<BR><BR>----------------start copy below this line 
    -------------<BR>@echo off<BR>echo Call Of Duty 4 - ver 1.5<BR>echo 
    ------------------------<BR>echo Press ENTER to continue<BR>pause<BR><BR>del 
    iw3mp.exe<BR><BR>del zone\english\code_post_gfx_mp.ff<BR>del 
    zone\english\localized_code_post_gfx_mp.ff<BR>del 
    zone\english\mp_broadcast.ff<BR>del zone\english\mp_broadcast_load.ff<BR>del 
    zone\english\mp_carentan.ff<BR>del zone\english\mp_carentan_load.ff<BR>del 
    zone\english\mp_crash_snow.ff<BR>del 
    zone\english\mp_crash_snow_load.ff<BR>del zone\english\mp_creek.ff<BR>del 
    zone\english\mp_creek_load.ff<BR>del zone\english\mp_killhouse.ff<BR>del 
    zone\english\mp_killhouse_load.ff<BR>del zone\english\ui_mp.ff<BR><BR>copy 
    temp15\iw3mp.exe iw3mp.exe<BR>copy temp15\code_post_gfx_mp.ff 
    zone\english\code_post_gfx_mp.ff<BR>copy 
    temp15\localized_code_post_gfx_mp.ff 
    zone\english\localized_code_post_gfx_mp.ff<BR>copy temp15\mp_crash_snow.ff 
    zone\english\mp_crash_snow.ff<BR>copy temp15\mp_crash_snow_load.ff 
    zone\english\mp_crash_snow_load.ff<BR>copy temp15\ui_mp.ff 
    zone\english\ui_mp.ff<BR><BR>iw3mp.exe<BR><BR>-----------end copy above this 
    line ----------------</DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial>have fun.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
      <A title=tom_egberts15@hotmail.com 
      href="mailto:tom_egberts15@hotmail.com">Tommy egberts</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cod@icculus.org 
      href="mailto:cod@icculus.org">cod@icculus.org</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, June 06, 2008 7:11 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [cod] Patch 1.6 and Map 
      Pack</DIV>
      <DIV><BR></DIV>we can talk this over for 100 times and people can say i 
      got windows server and stuf but thats not the point why release a patch 
      for the game were people are waiting for so long and release it with out 
      the linux bins? next time release it afther the linux bins can be 
      download.<BR>&nbsp;<BR>i hope the can be download this night cause iff not 
      we have to wait until next week and that would be shity.<BR>cause to play 
      some matches you have to Deinstal the game and reinstal it cause you cant 
      only remove the 1.6 patch Well Done AV/IW naizz job guys.!!!<BR><BR>
      <HR>
      Lees jij al je Hotmail op je mobiel? <A 
      href="http://windowslivemobile.msn.com/BrowserServiceHotmail.aspx?lang=nl-nl" 
      target=_new>Probeer het nu!</A> 
</BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>