<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Turbo Colt &#187; z27ag</title>
	<atom:link href="http://turbocolt.com/tag/z27ag/feed/" rel="self" type="application/rss+xml" />
	<link>http://turbocolt.com</link>
	<description>Resource for all things Turbo Colt - Ralliart Colt CZT etc..</description>
	<lastBuildDate>Sat, 18 Feb 2023 11:51:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Locating MUT addresses in dissasembled Colt Ralliart code</title>
		<link>http://turbocolt.com/locating-mut-addresses-in-dissasembled-colt-ralliart-code/</link>
		<comments>http://turbocolt.com/locating-mut-addresses-in-dissasembled-colt-ralliart-code/#comments</comments>
		<pubDate>Fri, 10 Feb 2023 10:55:09 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Disassembly]]></category>
		<category><![CDATA[IDAPro]]></category>
		<category><![CDATA[Mitsubishi Colt]]></category>
		<category><![CDATA[MUT]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=238</guid>
		<description><![CDATA[<p>This is really short post on how to translate a MUT memory address into something you can locate in the dissasembled code. In windows calculator, switch to programmer mode. Then to Hex. Enter in 808000 then minus the MUT address (eg 804e90) your interested in. Eg: 808000-804e90 = 3170 In your dissassembly program search for Immediate Value (in IDA pro for example its the binoculars icon with the blue #).  Enter in 0xvalue &#8211; in above example 0x3170. This will locate all examples of where this memory location was read or set. If you&#8217;re wanting to log a memory address you can see in the code, but not in the MUT table, its the reverse: Lets say its something like this (2 byte load memory address for CVT rcolt): Locating 2b byte load on cvt rcolt Using windows calculator again, hex mode : 0x808000 &#8211; 0x3164 = 0x804E9C So the entry you&#8217;d want in the MUT table is 0x804E9C, place this where ever you think appropriate to log (you can pick any spot, just dont pick a MUT location you actually use when logging like RPM, throttle, load, knocksum .. then tell your logging program which MUT request to make to [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/locating-mut-addresses-in-dissasembled-colt-ralliart-code/">Locating MUT addresses in dissasembled Colt Ralliart code</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>This is really short post on how to translate a MUT memory address into something you can locate in the dissasembled code.</p>
<p>In windows calculator, switch to programmer mode. Then to Hex.</p>
<p>Enter in 808000 then minus the MUT address (eg 804e90) your interested in.</p>
<p>Eg:</p>
<p>808000-804e90 = 3170</p>
<p>In your dissassembly program search for Immediate Value (in IDA pro for example its the binoculars icon with the blue #).  Enter in 0xvalue &#8211; in above example 0x3170.</p>
<p>This will locate all examples of where this memory location was read or set.</p>
<p>If you&#8217;re wanting to log a memory address you can see in the code, but not in the MUT table, its the reverse:</p>
<p>Lets say its something like this (2 byte load memory address for CVT rcolt):</p>
<div id="attachment_242" style="width: 630px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2023/02/2byteload-cvt-rcolt.png"><img class="size-large wp-image-242" src="http://turbocolt.com/wp-content/uploads/2023/02/2byteload-cvt-rcolt-1024x385.png" alt="Locating 2b byte load on cvt rcolt" width="620" height="233" /></a><p class="wp-caption-text">Locating 2b byte load on cvt rcolt</p></div>
<p>Using windows calculator again, hex mode :</p>
<p>0x808000 &#8211; 0x3164 = 0x804E9C</p>
<p>So the entry you&#8217;d want in the MUT table is 0x804E9C, place this where ever you think appropriate to log (you can pick any spot, just dont pick a MUT location you actually use when logging like RPM, throttle, load, knocksum .. then tell your logging program which MUT request to make to correspond with where you put it ).</p>
<p>In this instance its one byte of a two byte memory location for ecuload, so we&#8217;d want to write 0x804E9C and 0x804E9D into the MUT table.  I normally put both of these into MUT00 and MUT01.</p>
<p>If you&#8217;re looking for CZT Mut 2 byte load addresses &#8211; for 49100032 and 49100033 it&#8217;s 804d30 and 804d31</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/locating-mut-addresses-in-dissasembled-colt-ralliart-code/">Locating MUT addresses in dissasembled Colt Ralliart code</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/locating-mut-addresses-in-dissasembled-colt-ralliart-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDM Z27AG Mitsubishi Colt Ralliart Version R 400 Load Patch XML</title>
		<link>http://turbocolt.com/jdm-z27ag-mitsubishi-colt-ralliart-version-r-400-load-patch-xml/</link>
		<comments>http://turbocolt.com/jdm-z27ag-mitsubishi-colt-ralliart-version-r-400-load-patch-xml/#comments</comments>
		<pubDate>Fri, 19 Aug 2022 03:58:13 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Flashing]]></category>
		<category><![CDATA[Tuning]]></category>
		<category><![CDATA[ECUFlash]]></category>
		<category><![CDATA[JDM]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=230</guid>
		<description><![CDATA[<p>A few people have been asking me for the JDM Z27AG Mitsubishi Colt Ralliart Version R XML &#38; 400 Load patch that Antti created a while back.  He put the following zip file on rcolt.com &#8211; so consider this a repost/mirror of that zip file. https://www.dropbox.com/s/nqlyvc2lurpxn1k/38350016_Colt_Ralliart_Version-R_JDM_2007.zip?dl=0 The 400 load blog posts on this site apply to the above XML too.  If you&#8217;re after a base file to start from, heres one with the 400 load patch applied, and the MUT table adjsuted to enable the required 2 byte load logging: https://www.dropbox.com/s/qfaombe6vn1gkik/Stock%20Map-2%20Pot%20400L.bin?dl=0 Note this is for the Manual JDM Rcolts only &#8211; do not flash this onto a CVT one (unless you&#8217;ve converted it to manual), or an AUDM Rcolt. If you&#8217;re after the 400 load patch and XML for Australian Mitsubishi Colt Ralliarts, I&#8217;ve ported Antti&#8217;s work to AUDM, and added it into my extended XML for Aussie Rcolts. I&#8217;ll do a post/share that when I get time. Apologies for the brievity, hope this helps &#38; good luck!</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/jdm-z27ag-mitsubishi-colt-ralliart-version-r-400-load-patch-xml/">JDM Z27AG Mitsubishi Colt Ralliart Version R 400 Load Patch XML</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>A few people have been asking me for the JDM Z27AG Mitsubishi Colt Ralliart Version R XML &amp; 400 Load patch that Antti created a while back.  He put the following zip file on rcolt.com &#8211; so consider this a repost/mirror of that zip file.</p>
<p><span id="more-230"></span></p>
<p><a href="https://www.dropbox.com/s/nqlyvc2lurpxn1k/38350016_Colt_Ralliart_Version-R_JDM_2007.zip?dl=0">https://www.dropbox.com/s/nqlyvc2lurpxn1k/38350016_Colt_Ralliart_Version-R_JDM_2007.zip?dl=0</a></p>
<p>The 400 load blog posts on this site apply to the above XML too.  If you&#8217;re after a base file to start from, heres one with the 400 load patch applied, and the MUT table adjsuted to enable the required 2 byte load logging:</p>
<p><a href="https://www.dropbox.com/s/qfaombe6vn1gkik/Stock%20Map-2%20Pot%20400L.bin?dl=0">https://www.dropbox.com/s/qfaombe6vn1gkik/Stock%20Map-2%20Pot%20400L.bin?dl=0</a></p>
<p>Note this is for the Manual JDM Rcolts only &#8211; do not flash this onto a CVT one (unless you&#8217;ve converted it to manual), or an AUDM Rcolt.</p>
<p>If you&#8217;re after the 400 load patch and XML for Australian Mitsubishi Colt Ralliarts, I&#8217;ve ported Antti&#8217;s work to AUDM, and added it into my extended XML for Aussie Rcolts. I&#8217;ll do a post/share that when I get time.</p>
<p>Apologies for the brievity, hope this helps &amp; good luck!</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/jdm-z27ag-mitsubishi-colt-ralliart-version-r-400-load-patch-xml/">JDM Z27AG Mitsubishi Colt Ralliart Version R 400 Load Patch XML</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/jdm-z27ag-mitsubishi-colt-ralliart-version-r-400-load-patch-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mitsubishi Colt Ralliart 400 Load Patch &#8211; AUDM JDM Rcolt Z27AG</title>
		<link>http://turbocolt.com/mitsubishi-colt-ralliart-400-load-patch/</link>
		<comments>http://turbocolt.com/mitsubishi-colt-ralliart-400-load-patch/#comments</comments>
		<pubDate>Wed, 25 May 2022 11:12:14 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Boost]]></category>
		<category><![CDATA[Flashing]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[Tuning]]></category>
		<category><![CDATA[Colt Ralliart]]></category>
		<category><![CDATA[CZT]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[ECUFlash]]></category>
		<category><![CDATA[ECUload]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[WGDC]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=211</guid>
		<description><![CDATA[<p>400 Load Patch for Mitsubishi Colt Turbo &#8211; Why we need it The engine measures boost via a Mitsubishi concept of Ecuload, with a value between 0 – 200.  By default the Ecuload logging only goes up to 160, despite the ecu being able to see up to 200 ecuload.  How much boost is this? The following table is a rough guide (credit Merlin, Evo X tuning guide): &#160; Boost vs EcuLoad So the Rcolt Ecu can only see up to 200 load (about 17-18 psi depending on mods).  This means any map in the rcolt ecu that goes past 200 load will not be used by the ecu, instead it will use the 200 load column (fuel, ignition, mivec etc).  As ecuload is also a measure of the amount of air the engine is receiving, it also means as you go over the 200 load figure to say 220 load, the ecu is seeing and fuelling only to 200 load worth of air. This will cause the ecu to run leaner than the targeted AFR ration in the fuel maps, potentially catastrophically leaner depending on your boost level and richness of target AFR. Another negative of the 200 ecuload [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/mitsubishi-colt-ralliart-400-load-patch/">Mitsubishi Colt Ralliart 400 Load Patch &#8211; AUDM JDM Rcolt Z27AG</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h1><strong>400 Load Patch for Mitsubishi Colt Turbo &#8211; Why we need it</strong></h1>
<p>The engine measures boost via a Mitsubishi concept of Ecuload, with a value between 0 – 200.  By default the Ecuload logging only goes up to 160, despite the ecu being able to see up to 200 ecuload.  How much boost is this? The following table is a rough guide (credit Merlin, Evo X tuning guide):</p>
<p>&nbsp;</p>
<div id="attachment_139" style="width: 310px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2016/05/merling-boost-vs-load.jpg"><img class="wp-image-139 size-medium" src="http://turbocolt.com/wp-content/uploads/2016/05/merling-boost-vs-load-300x84.jpg" alt="Boost vs EcuLoad" width="300" height="84" /></a><p class="wp-caption-text">Boost vs EcuLoad</p></div>
<p>So the Rcolt Ecu can only see up to 200 load (about 17-18 psi depending on mods).  This means any map in the rcolt ecu that goes past 200 load will not be used by the ecu, instead it will use the 200 load column (fuel, ignition, mivec etc).  As ecuload is also a measure of the amount of air the engine is receiving, it also means as you go over the 200 load figure to say 220 load, the ecu is seeing and fuelling only to 200 load worth of air. This will cause the ecu to run leaner than the targeted AFR ration in the fuel maps, potentially catastrophically leaner depending on your boost level and richness of target AFR.</p>
<p>Another negative of the 200 ecuload limit is that the boost control system starts to not function properly as you approach and exceed 200 load. You might dangerously overboosting at 250 ecuload, but as the ecu only sees 200 load, it does not react to the overboost condition, potentially causing problems.</p>
<h2><strong>Fueling</strong></h2>
<p>With 400 load patch applied, the ECU will be more able to hit the target AFR ratio. A highly tuned Rcolt’s fuel map without 400 load patch might have a number of seemingly very rich AFR ratios in its fuel map like the example below:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap1.png"><img class="aligncenter size-full wp-image-212" src="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap1.png" alt="Fuelmap1" width="710" height="247" /></a></p>
<p>With 400 load patch this over fueling compensation is not needed, and you can target closer to what you actually want to hit.  Example below:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap2.png"><img class="aligncenter size-full wp-image-213" src="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap2.png" alt="Fuelmap2" width="713" height="259" /></a></p>
<h2>Boost Control</h2>
<p>With 400 load patch applied we can turn back on the factory ECU’s reactive boost. This is both a safety mechanism to stop over boost, but also a way to achieve faster spool when the ecu is not hitting the target boost you are wanting.</p>
<h3>Turning on Reactive boost with 3 port boost solenoid</h3>
<p>The following shows the configuration to set up reactive boost on a 3 port boost solenoid system:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Boostcontrol1.png"><img class="aligncenter size-full wp-image-214" src="http://turbocolt.com/wp-content/uploads/2022/05/Boostcontrol1.png" alt="Boostcontrol1" width="1155" height="527" /></a></p>
<h3>WGDC and Boost Target Engine Load</h3>
<p>The two WGDC tables define the wastegate duty cycle values for 1<sup>st</sup> and 2<sup>nd</sup> gear, and then 3<sup>rd</sup> thru to 5<sup>th</sup> gear.  With reactive boost, these tables set the initial wastegate duty cycle (WGDC). The ecu then compares the current ecuload figure against the equivalent Boost Target Engine Load table value (again 2 maps for the gears) plus the ‘Boost Offset’ value.</p>
<p>For example. We are in 2<sup>nd</sup> gear, at 4,000 rpms and full throttle.  The WGDC map 1 (for 1<sup>st</sup> and 2<sup>nd</sup> gear) sets WGDC to 43.5%:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/wgdc1.png"><img class="aligncenter size-full wp-image-215" src="http://turbocolt.com/wp-content/uploads/2022/05/wgdc1.png" alt="wgdc1" width="457" height="264" /></a></p>
<p>Lets say the car hits 160 ecuload.  The ecu then gets the corresponding value from Boost Target Engine Load #1:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/wgdc2.png"><img class="aligncenter size-full wp-image-216" src="http://turbocolt.com/wp-content/uploads/2022/05/wgdc2.png" alt="wgdc2" width="458" height="261" /></a></p>
<p>In this case, 140.  It then adds this to the Boost offset value, to arrive at the final target load we are wanting to hit.  With a boost offset of 75, it means the ecu wants to hit 140 + 75 = 215 ecuload, much more than our current 160 ecuload.  The ecu will then modify the WGDC being used based on the reactive boost tables mentioned earlier (Reactive Solenoid Max Total upward WGDC correction tables etc).  So WGDC is increased, and the car’s boost &amp; ecu load starts to raise. It continues to try and hit the target, adding (or subtracting) constantly during operation.  With this example we would see the car start to spool up faster than it would have otherwise.</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Boostcontrol2.png"><img class="aligncenter size-full wp-image-217" src="http://turbocolt.com/wp-content/uploads/2022/05/Boostcontrol2.png" alt="Boostcontrol2" width="872" height="616" /></a></p>
<p>The other benefit is over boost protection.  Lets say we are hitting 250 load, but the target ecu load + boost offset = 215.  WGDC would be reduced to try and rein in boost until it hit the target, providing a safety need. This safety net is particularly useful on the track, or on the dyno when a slower ramp up rate is being used.</p>
<h3>Logging</h3>
<p>To load an ecu with the 400 load patch you need to apply the MUT 2 Byte Ecuload patch.  This is done by changing the first two values in the MUT table to :</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/mut-2-byte-load.png"><img class="aligncenter size-full wp-image-218" src="http://turbocolt.com/wp-content/uploads/2022/05/mut-2-byte-load.png" alt="mut 2 byte load" width="280" height="142" /></a></p>
<p>Then use your regular logging method (Tactrix or Evoscan, see turbocolt.com on how to set this up), with MUT 2 Byte Load logging enabled.</p>
<h1>Other Random Notes</h1>
<h3>Launch Control</h3>
<p>Example:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Launch.png"><img class="aligncenter size-full wp-image-219" src="http://turbocolt.com/wp-content/uploads/2022/05/Launch.png" alt="Launch" width="598" height="231" /></a></p>
<h3>1<sup>st</sup> &amp; 2<sup>nd</sup> Gear Throttle Limiter</h3>
<p>Stock ecu limits throttle in 1<sup>st</sup> and 2<sup>nd</sup> gear, making 1<sup>st</sup> gear easier to launch, but inhibiting 2<sup>nd</sup> gear acceleration. This can be turned off by changing the table from stock settings to 100%:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Throttle-Limiter.png"><img class="aligncenter size-full wp-image-220" src="http://turbocolt.com/wp-content/uploads/2022/05/Throttle-Limiter.png" alt="Throttle Limiter" width="655" height="242" /></a></p>
<h3>Disabling Cat Warmup</h3>
<p>The negative timing, and the leaner fuel serve to help the cat reach operating temperature faster. Set to 0, and 14.7 to achieve a smoother cold driving experience.</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Cat-warmup.png"><img class="aligncenter size-full wp-image-221" src="http://turbocolt.com/wp-content/uploads/2022/05/Cat-warmup.png" alt="Cat warmup" width="1455" height="721" /></a></p>
<h3>Disabling Immobiliser</h3>
<p>Setting bit.03 to 0x0 disables the immobilizer check before starting:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/immob.png"><img class="aligncenter size-full wp-image-222" src="http://turbocolt.com/wp-content/uploads/2022/05/immob.png" alt="immob" width="586" height="295" /></a></p>
<h3>Disabling 2<sup>nd</sup> O2 Sensor</h3>
<p>As above but set bit.01 to 0x0</p>
<p>Pops and Bangs</p>
<p>See turbocolt.com on how to set this up.  People want it, but its all a bit silly (and not as effective as modern pops and bangs or burble tunes).</p>
<h3>Logging</h3>
<p>See turbocolt.com for guide on Evoscan or Tactrix Logging. Also check out the bit about 200 load logging, to ensure you are capturing the newly patched 400 ecuload limit</p>
<p>Example Changes to Non 400 load tuned ROM:</p>
<p>Fuel Maps:</p>
<p>No longer need to target super rich AFR’s to try and compensate for ECU getting fueling wrong. Assuming injectors &amp; MAF is dialed in nicely can set the fuel map to hit what you actually want to hit:</p>
<p><u>High Octane Fuel Map, before, unpatched:</u></p>
<p><img class="aligncenter size-full wp-image-212" src="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap1.png" alt="Fuelmap1" width="710" height="247" /></p>
<p><u>After, patched:</u></p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap2.png"><img class="aligncenter size-full wp-image-213" src="http://turbocolt.com/wp-content/uploads/2022/05/Fuelmap2.png" alt="Fuelmap2" width="713" height="259" /></a></p>
<h3>Spark Maps:</h3>
<p>Build up the ignition more progressively. Log knocksum and adjust ignition maps appropriately.</p>
<h4><u>Tuned Hi Octane Spark Map 1, Mivec Max &#8211; map before:</u></h4>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Sparkmap1.png"><img class="aligncenter size-full wp-image-223" src="http://turbocolt.com/wp-content/uploads/2022/05/Sparkmap1.png" alt="Sparkmap1" width="749" height="319" /></a></p>
<p>Tuned map, after (note if tracking probably want to take more timing out):</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Sparkmap2.png"><img class="aligncenter size-full wp-image-224" src="http://turbocolt.com/wp-content/uploads/2022/05/Sparkmap2.png" alt="Sparkmap2" width="748" height="317" /></a></p>
<p><span style="text-decoration: underline;"><strong>Note</strong> </span>– that is just an example, often timing ends up <strong><u>lower</u></strong> than this. To find the right timing, a combination of knocksum &amp; traditional dyno tuning techniques should be combined. On boost, any regular repeatable knocksum value should be reduced to zero by decreasing timing until it does not occur anymore.</p>
<p>The above map will be used when MIVEC advance hits its maximum value.  The other hi octane maps are for MIVEC at minimum, or at target and should be adjusted similarly.</p>
<h2>Comparing Changes in the Base to what you had before</h2>
<p>Load up both srf files in Ecuflash, go file-&gt;compare Roms. This will highlight all maps with a change.</p>
<p>Summary of changes made &#8211; 400 load, timing map changes (log knocksum to see if safe), stationary launch enabled, cat warmup stuff removed (smoother cold driving), dual boost maps back on (wgdc 1 and 2), reactive boost back on (faster spool, overboost protection), more mivec (trial it maybe you like the old map), modified wastegate/boost maps for faster spool (will need tweaking, could be too much or too little – change both WGDC maps AND boost target load maps), Mut 2 byte load mod (enables proper ecuload logging).</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/mitsubishi-colt-ralliart-400-load-patch/">Mitsubishi Colt Ralliart 400 Load Patch &#8211; AUDM JDM Rcolt Z27AG</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/mitsubishi-colt-ralliart-400-load-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colt Boost Tuning 101 &#8211; Reprint from Law&#8217;s DIY Blog</title>
		<link>http://turbocolt.com/colt-boost-tuning-101-reprint-from-laws-diy-blog/</link>
		<comments>http://turbocolt.com/colt-boost-tuning-101-reprint-from-laws-diy-blog/#comments</comments>
		<pubDate>Wed, 25 May 2022 10:47:37 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Boost]]></category>
		<category><![CDATA[Tuning]]></category>
		<category><![CDATA[3 port]]></category>
		<category><![CDATA[CZT]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[WGDC]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=198</guid>
		<description><![CDATA[<p>Mitsubishi Colt Ralliart and CZT Boost Tuning 101 A reprint from Law&#8217;s DIY Blog The following writeup was taken from a now deleted blog 'Laws DIY Adventures', detailing how to work with the reactive boost system on Mitsubishi Colt Ralliart and CZT models.  Law - if you come across this and mind my reprint please reach out. Have added to here so I don't lose it and I think it's a great help to many others. Here it is in it's unedited original form: Laws DIY Adventures Doing things the hard *fun* way Righteo, for the last few years I&#8217;ve been mainly covering minor suspension modifications but its finally time to start on increasing power output. First on the list is boost tuning, there&#8217;s a huge amount of information on this topic for Evo&#8217;s of all generations and Lancer Ralliarts but for the Ralliart colt&#8230;. There isn&#8217;t much at all. So I figured I&#8217;ll put together something for my own reference and for anyone that wants to give it a go. Disclaimer: I am not a tuner, I don&#8217;t claim to be. I don&#8217;t have an engineering background of any sort. I&#8217;m just a keen individual interested in DIY who [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/colt-boost-tuning-101-reprint-from-laws-diy-blog/">Colt Boost Tuning 101 &#8211; Reprint from Law&#8217;s DIY Blog</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h1>Mitsubishi Colt Ralliart and CZT Boost Tuning 101</h1>
<h2>A reprint from Law&#8217;s DIY Blog</h2>
<pre>The following writeup was taken from a now deleted blog 'Laws DIY Adventures', detailing how to work with the reactive boost system on Mitsubishi Colt Ralliart and CZT models.  Law - if you come across this and mind my reprint please reach out. Have added to here so I don't lose it and I think it's a great help to many others. Here it is in it's unedited original form:</pre>
<div class="titlewrapper">
<h1 class="title"><a href="https://web.archive.org/web/20181001015238/http://lawdiy.blogspot.com/">Laws DIY Adventures</a></h1>
</div>
<div class="descriptionwrapper">
<p class="description">Doing things the hard *fun* way</p>
</div>
<p>Righteo, for the last few years I&#8217;ve been mainly covering minor suspension modifications but its finally time to start on increasing power output. First on the list is boost tuning, there&#8217;s a huge amount of information on this topic for Evo&#8217;s of all generations and Lancer Ralliarts but for the Ralliart colt&#8230;. There isn&#8217;t much at all. So I figured I&#8217;ll put together something for my own reference and for anyone that wants to give it a go.</p>
<p><b>Disclaimer: I am not a tuner, I don&#8217;t claim to be. I don&#8217;t have an engineering background of any sort. I&#8217;m just a keen individual interested in DIY who seeks to better understand things. With that said, I wont be responsible for any damage what soever caused by following this guide.</b></p>
<p><u><b>Items you need before getting started</b></u></p>
<ul>
<li>Tactrix Openport 2.0 (No reflash adaptors needed).</li>
<li>ECUFlash.</li>
<li>Evoscan</li>
<li>Ralliart Colt AUS ECU definitions.</li>
<li>3Port solenoid of your choosing (A GM 3 port has been used for this guide, but it will be almost the same for any others e.g. Grimmspeed, Tactrix, Perrin, Cobb, MAC &#8230; )</li>
<li>Boost Gauge (Again essential but if you dont have it, follow below warnings).</li>
<li>Wideband (Quite essential but if you dont have it, follow below warnings).</li>
</ul>
<p><u><b>Software Setup</b></u></p>
<div> Head over <a href="http://turbocolt.com/" target="_blank">here</a> and follow <a href="http://turbocolt.com/ralliart-colt-ecu-flash-guide-for-noobs/" target="_blank">this</a> guide. It is an excellent article written by Andy on how to setup ECUflash with the required links all inside that article.</div>
<ol>
<li>Purchase Evoscan (its a small cost and a great tool which will become invaluable during tuning).</li>
<li>Download megalogviewerHD, great tool to aid in visualization of logged data.</li>
</ol>
<div><u><b>Hardware Setup</b></u></div>
<div></div>
<div>1. First step is to understand how the stock 2 port has been set-up. The stock setup utilizes a 2-port solenoid in a bleed configuration with 2 restrictor pills (One in the solenoid nipple, the other inside the vacuum line right after the compressor housing).</div>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/Stock.jpg"><img class="aligncenter size-full wp-image-203" src="http://turbocolt.com/wp-content/uploads/2022/05/Stock.jpg" alt="Stock" width="320" height="260" /></a></p>
<p>&nbsp;</p>
<p>2. Now you need to install a 3 port in the following configuration. You can choose to keep 1 restrictor pill on the compressor &gt; Solenoid line if you wish however keep in mind the addition of a restrictor pill will change the WGDC settings later on. The 3port has been setup in a Interrupt configuration where the wastegate sees no pressure unless the ECU says so. NOTE: Please check the manual on the solenoid you are using to determine what each port does.</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2022/05/3Port.jpg"><img class="aligncenter size-full wp-image-204" src="http://turbocolt.com/wp-content/uploads/2022/05/3Port.jpg" alt="3Port" width="320" height="172" /></a></p>
<h2><b><u>What tables are involved (<i>That I know of</i>)</u></b></h2>
<p>Now that you have completed the above (from a hardware and software perspective you are all good to go). Before starting however, I would strongly recommend spending some time reading up on Merlins Evo X Tuning guide (Evo VII/VIII) one is okay as well. Just to give yourself some background and understanding.</p>
<p><b>Disclaimer 2: The following focuses purely on the aspects of how to tune boost, you must take into consideration other factors such as ignition timing, AFR&#8217;s, MIVEC, Limiters etc etc. It would be extremely unwise to just alter the following boost maps without consideration of any of the above.</b><br />
<b><br />
</b>Tables that you need to be aware of are shown below with brief explanations. Note table names are taking from the Merlin definitions so may not be 100% correct.</p>
<h3><b><u>Setup tables</u></b></h3>
<p>You should only really need to set these up once at the beginning and once at the end, unless you run into issues or would like to fine tune things further.</p>
<div id="attachment_205" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/revised.jpg"><img class="size-full wp-image-205" src="http://turbocolt.com/wp-content/uploads/2022/05/revised.jpg" alt="Descriptions below from left to right." width="400" height="160" /></a><p class="wp-caption-text">Descriptions below from left to right.</p></div>
<h4><u>WGDC MAX vs Coolant temp</u></h4>
<p>This table seems to have a direct impact to WGDC when modified, however I dont believe it has been labelled correctly in regards to coolant temp. Would need someone more cluey and in tune with the dev side of things to look further into this. Advice is to leave it alone and tune within the stock parameters.</p>
<h4><u>Boost Limit</u></h4>
<p>Pretty self explanatory, the load limits allowed at each RPM interval. Exceed this figure in combination with the Boost cut delay timer and you will hit limp mode. This is a key safety table and should be adjusted accordingly.</p>
<h4><u>Boost Crossover RPM/MPH # 2 and #3</u></h4>
<p>Used to control at which point the maps switch from Boost Target Engine Load Low/High and WGDC 1 and 2. Best left alone, there is no need to change this.</p>
<h4><u>Boost Cut Delay Timer</u></h4>
<p>The amount of time in ms before boost cut is enforced.</p>
<h3><u>Correction Tables</u></h3>
<p>Once the above is setup, the next lot of tables to look at are the correction tables. These tables will actively add/subtract WGDC based on error %&#8217;s and TPS to try match the prescribed boost load targets.</p>
<div id="attachment_206" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/Corrections.jpg"><img class="size-full wp-image-206" src="http://turbocolt.com/wp-content/uploads/2022/05/Corrections.jpg" alt="Descriptions from left to right (top down)" width="400" height="141" /></a><p class="wp-caption-text">Descriptions from left to right (top down)</p></div>
<h4><u>Reactive Solenoid Max Total Upward WGDC Correction vs TPS</u></h4>
<p>Max WGDC upward corrections based on TPS%</p>
<h4><u>WGDC Correction Interval</u></h4>
<p>Defines what interval the ECU will sample boost at for active corrections.</p>
<h4><u>WGDC Max Total Downward Correction</u></h4>
<p>Defines the max allowable downward WGDC correction.</p>
<h4><u>Reactive Solenoid Turbo Boost Error Correction</u></h4>
<p>The key correction table which dynamically adjusts load based on error %.</p>
<h3><u>Target Loads and WGDC Tables</u></h3>
<p>These set of tables directly control the boost targets you are trying to reach and the WGDC settings required to get there.</p>
<div id="attachment_207" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/Boost-targets.jpg"><img class="size-full wp-image-207" src="http://turbocolt.com/wp-content/uploads/2022/05/Boost-targets.jpg" alt="Boost Target Loads, WGDC and Boost offset" width="400" height="244" /></a><p class="wp-caption-text">Boost Target Loads, WGDC and Boost offset</p></div>
<h4><u>Boost Target Engine Load #1 LOW</u></h4>
<p>3D table used in conjunction with Boost offset to determine target load in the lower gears as defined by the crossover maps.</p>
<h4><u>WGDC #1</u></h4>
<p>3D table used in conjunction with the Boost target engine load #1 table to control boost in the lower gears as defined by the crossover maps.</p>
<h4><u>Boost Target Engine Load #2 HIGH </u></h4>
<p>3D table used in conjunction with Boost offset to determine target load in the higher gears as defined by the crossover maps.</p>
<h4><u>WGDC #2</u></h4>
<p>3D table used in conjunction with the Boost target engine load #2 table to control boost in the higher gears as defined by the crossover maps.<br />
<em>That is it for this post, aim was to simply go over the setup items and familiarise yourself with how ECU boost control works, the next post will cover the actual tuning.</em></p>
<p>&#8212;-</p>
<p>After going through the previous post, we should be in a position where everything is set-up and ready to go, Moving on to tuning.</p>
<p>Now that we hopefully understand all the tables involved we can start tune our boost. This section will only cover the base settings and strategy needed to get you going. I wont be including any finalised maps as each car is different and even the slightest differences in modifications will affect boost control dramatically.</p>
<p><b>Disclaimer: I am not a tuner, I don&#8217;t claim to be. I don&#8217;t have an engineering background of any sort. I&#8217;m just a keen individual interested in DIY who seeks to better understand things. With that said, I wont be responsible for any damage what soever caused by following this guide.</b></p>
<h2><u>Where do I put in the PSI I want to hit?</u></h2>
<p>There is no such thing, the boost control and entire ECU on the colt reads in LOAD. Merlin has put together a rough table on what load corresponds to what PSI for an Evo. Do not follow this blindly to set target loads, I have found through my own testing though that 160-180 loads roughly line up to the ranges shown in the table but this is not concrete.<a href="http://turbocolt.com/wp-content/uploads/2016/05/merling-boost-vs-load.jpg"><img class="aligncenter wp-image-139 size-full" src="http://turbocolt.com/wp-content/uploads/2016/05/merling-boost-vs-load.jpg" alt="Boost vs EcuLoad" width="1021" height="286" /></a></p>
<p><b>Disclaimer: A few things to consider before we get into it.</b></p>
<ul>
<li>Never set WGDC to more than 40% on either table #1 or #2 when starting to tune (with or without a pill, this is a safe number to start on and will ensure you have yourself a safe baseline to work from.</li>
<li>As the stock turbo is tiny, WGDC changes in the 2000-2500rpm are especially sensitive. Take extra precaution when adjusting WGDC in these areas as they are normally the key cells which trigger overboost and boost cuts.</li>
<li>Ensure you remember that Target loads + Boost offset determines the final load you are trying to hit. e.g. 150 target load + 20 offset = 170 final target load*.</li>
<li>Ensure the Boost limit has been raised accordingly prior to tuning, aka if we are trying to target 15psi which is very roughly ~170ish load, hence Boost limit should be raised to 190 as a start incase of overboost.</li>
<li>Never lean out AFR&#8217;s without a Wideband and especially not during boost tuning. You will find that the stock AFR&#8217;s are fairly rich from stock and dip into the 10&#8217;s on higher loads, this will be fine for establishing a baseline boost curve. HOWEVER , if during runs knock is detected. Ensure the culprit cells are checked and consider the AFR as well as ignition timing before continuing.</li>
<li><b>Always always watch for knock, the stock map is knock prone across the whole spectrum. For the purposes of this guide we are especially interested in knocks above 100 load which we consider to be the transition into positive boost pressure. Any knocks found whilst on boost should be treated seriously especially if it is repeatable.</b></li>
<li>I follow the rule in which any knocks greater than 3 AND repeatable must be taken care of. Sporadic 1 or 2 counts are fine by my standards but any successive repeatable chain knocks must be addressed.</li>
</ul>
<h2><u>Boost tuning strategy</u></h2>
<div>I have used the following strategy successfully on a few cars when tuning boost, being able to establish a stable boost curve working with the inbuilt ECU controls. I have since evolved this method further covering more aspects in getting finer boost control, but this will serve as a starting point for those who want to give it a shot. Keep in mind this is just what I found works for me, there are many different ways of approaching this and I am in no way advocating that this is correct or the best way of tuning boost. It is simply what works for me.</div>
<div></div>
<h3><u>Step 1 &#8211; Setting a baseline.</u></h3>
<div>With the Stock Target loads in place, modify the following:</div>
<div></div>
<div>&#8211; Set boost offset to 30 over the stock value of 20. This should land us in the target load range of approx ~170 load.</div>
<div>&#8211; Set WGDC to 40% as shown below.</div>
<div>&#8211; Set all reactive and upward corrections to 0.</div>
<div>&#8211; Set boost limits to 190 across the board.</div>
<div id="attachment_199" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/step1.jpg"><img class="size-full wp-image-199" src="http://turbocolt.com/wp-content/uploads/2022/05/step1.jpg" alt="Baseline settings (only shown for low maps, do the same for high)" width="400" height="245" /></a><p class="wp-caption-text">Baseline settings (only shown for low maps, do the same for high)</p></div>
<p>&nbsp;</p>
<div>These settings will not hit our target boost, this is deliberate as we want to start with a safer setting first and slowly work our way up.</div>
<div></div>
<h3><u>Step 2 &#8211; Do a few runs and log the results.</u></h3>
<div>After doing a few runs (do this in the higher gears on a motorway or a safe stretch of road not exceeding the speed limits). Log your results via evoscan and load them into Megalogviewer HD to see what your loads look like and what the WGDC looks like as well. Remember we have deliberately started much lower, so it will take a few iterations of raising WGDC whilst logging to reach our desired boost.</div>
<div></div>
<div>Watch for knocks and address them prior to moving forward. Once knocks are addressed, do a few more runs to validate the changes have taken a positive step in countering knock prior to raising boost. I wont cover knock tuning in this article, but you are essentially referencing the knock points in Evoscan against the corresponding cells (and surrounding cells) in the ignition and AFR maps. Andy has written articles on his <a href="https://web.archive.org/web/20181001015238/http://turbocolt.com/" target="_blank">site</a> in regards to how to address this. There is also a wealth of information available online from the evo community on how to address knock.</div>
<div></div>
<h3><u>Step 3 &#8211; Stepping up WGDC slowly to reach our desired loads.</u></h3>
<div>After a few iterations, you can see in the below MegalogviewerHD screenshot that load is peaking at 181, which is approximately in line with our expectation. Boost is holding in the 170&#8217;s during the midrange and tapers back to 168 or so towards the top. This is inline with the characteristics of a stock turbo and wastegate combination.</div>
<div></div>
<div>Notice that WGDC curve is nice and steady at 59.5 WGDC post ramp up. This is close to what we are trying to achieve and although it could be refined, for the purposes of this article we will leave it here and let the corrections make up the differences.</div>
<div id="attachment_200" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/Boosttest.jpg"><img class="size-full wp-image-200" src="http://turbocolt.com/wp-content/uploads/2022/05/Boosttest.jpg" alt="A few runs in, look at the WHITE lines in the middle and bottom charts. NOTE: this run is done in 2nd gear, same concept applies for higher gears." width="400" height="234" /></a><p class="wp-caption-text">A few runs in, look at the WHITE lines in the middle and bottom charts.<br />NOTE: this run is done in 2nd gear, same concept applies for higher gears.</p></div>
<h3><u>Step 4 &#8211; Repeating above for both high and low gears</u></h3>
<div><u></u>Repeat the above steps for both low and high gears, I recommend using 2nd and 4th gears to establish a baseline boost curve. You will find the higher gears hold boost much more stable and in turn easier to tune. The lower gears will require more WGDC to hit the same desired Target loads. <b>Do not</b> copy and paste the same WGDC for both maps as this can be inherently dangerous given low gear WGDC will cause overboost in the higher gears.</div>
<div></div>
<h3><u>Step 5 &#8211; Switch reactive corrections back on</u></h3>
<div><u></u>Once the base line boost curves are are setup for both high and low gears, go ahead and switch back on the reactive corrections as follows:</div>
<div id="attachment_201" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/corrections-back-on.jpg"><img class="size-full wp-image-201" src="http://turbocolt.com/wp-content/uploads/2022/05/corrections-back-on.jpg" alt="Corrections back on but at a reduced setting." width="400" height="142" /></a><p class="wp-caption-text">Corrections back on but at a reduced setting.</p></div>
<p>&nbsp;</p>
<div>Notice the figures here are less than what the stock corrections are, feel free to experiment and see what works for you. The above is purely for the purposes of this guide and aids in further fine tuning boost.</div>
<div></div>
<h3><u>Step 5 &#8211; Fine tuning post corrections</u></h3>
<div>With the corrections now back on, do a few more runs and logs and view in MegalogviewHD. You may find that your loads are closer to the dictated targets in the map but consequently the WGDC curve may be fluctuating, this is fine as the ECU is actively correcting minute changes in load and it is expected behaviour.<i>Hint: If you find the WGDC curve being drastically different to what your baseline was prior to corrections, you could further refine your boost curve by referencing the areas the ECU has made major corrections.</i></p>
</div>
<div id="attachment_202" style="width: 410px" class="wp-caption aligncenter"><a href="http://turbocolt.com/wp-content/uploads/2022/05/final.jpg"><img class="size-full wp-image-202" src="http://turbocolt.com/wp-content/uploads/2022/05/final.jpg" alt="Finished boost curve with corrections on." width="400" height="231" /></a><p class="wp-caption-text">Finished boost curve with corrections on.</p></div>
<p>&nbsp;</p>
<div>If there are no knocks, than that pretty much wraps up basic boost tuning. Make sure you do logs in both cold and hot weather to ensure that varying IAT&#8217;s and boost do not affect your tune.</div>
<div></div>
<h3><u>Wrap up and things to consider</u></h3>
<div>By following the above, you should be able to dial in a boost curve that would be fairly consistent across all situations. This post is purely to guide people who are new to this, there is a fair amount of other things to consider when tuning boost but these are the basics.</div>
<div></div>
<div>Any questions just drop me a message or comment.</div>
<p>&nbsp;</p>
<h2>End of Copy/Paste. Thank you Law!</h2>
<p>The post <a rel="nofollow" href="http://turbocolt.com/colt-boost-tuning-101-reprint-from-laws-diy-blog/">Colt Boost Tuning 101 &#8211; Reprint from Law&#8217;s DIY Blog</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/colt-boost-tuning-101-reprint-from-laws-diy-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colt Ralliart Big Brake Upgrade Wilwood</title>
		<link>http://turbocolt.com/colt-ralliart-big-brake-upgrade-wilwood/</link>
		<comments>http://turbocolt.com/colt-ralliart-big-brake-upgrade-wilwood/#comments</comments>
		<pubDate>Mon, 04 Jan 2021 12:31:14 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Mods]]></category>
		<category><![CDATA[BBK]]></category>
		<category><![CDATA[Circo]]></category>
		<category><![CDATA[Colt Ralliart]]></category>
		<category><![CDATA[Motul]]></category>
		<category><![CDATA[Wilwood]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=178</guid>
		<description><![CDATA[<p>Finally got around to installing my big brake kit for my Mitsubishi Ralliart Colt, so I thought it was time for another post. In the last year or two since posting, I&#8217;ve changed rcolts to an extra minty white one, with painted flares.  I&#8217;ll do an extended post on this new ride sometime soon, and talk through its mods. For now though, I&#8217;ll focus just on the recent BBK brake upgrade.  The install was a bit of a pain, but got there in the end. Specs Wilwood superlite calipers (4pot), Hawk discs (309mm 32mm thick 2 piece fixed) MRP hats, brackets &#38; braided lines Circo M119 Road Rally competition pads Install Notes The kit uses a mix of imperial and metric parts. Given it&#8217;s a colt I&#8217;ll assume you&#8217;ll have the metric stuff handy. You&#8217;ll need the following imperial stuff &#8211; 1/2, 1/4, 7/16 spanners/sockets, as well as 3/16 and 1.4 (need to confirm?) hex.  You&#8217;ll also need something like a 16mm drill bit to widen one of the brake line brackets off the strut &#38; something like a 12mm cerclip (or something similar) to hold the brake line in the new larger bracket hole. Install order is something like: Remove [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/colt-ralliart-big-brake-upgrade-wilwood/">Colt Ralliart Big Brake Upgrade Wilwood</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Finally got around to installing my big brake kit for my Mitsubishi Ralliart Colt, so I thought it was time for another post. In the last year or two since posting, I&#8217;ve changed rcolts to an extra minty white one, with painted flares.  I&#8217;ll do an extended post on this new ride sometime soon, and talk through its mods. For now though, I&#8217;ll focus just on the recent BBK brake upgrade.  The install was a bit of a pain, but got there in the end.</p>
<h2>Specs</h2>
<p>Wilwood superlite calipers (4pot),<br />
Hawk discs (309mm 32mm thick 2 piece fixed)<br />
MRP hats, brackets &amp; braided lines<br />
Circo M119 Road Rally competition pads</p>
<p><span id="more-178"></span></p>
<h2></h2>
<h2>Install Notes</h2>
<p>The kit uses a mix of imperial and metric parts. Given it&#8217;s a colt I&#8217;ll assume you&#8217;ll have the metric stuff handy. You&#8217;ll need the following imperial stuff &#8211; 1/2, 1/4, 7/16 spanners/sockets, as well as 3/16 and 1.4 (need to confirm?) hex.  You&#8217;ll also need something like a 16mm drill bit to widen one of the brake line brackets off the strut &amp; something like a 12mm cerclip (or something similar) to hold the brake line in the new larger bracket hole.</p>
<p>Install order is something like:</p>
<ul>
<li>Remove calipers and brake lines &amp; discs</li>
<li>Test fit dog bone, disc, caliper, brake lines</li>
<li>Check out the brake dust shield &#8211; you will want to consider removing or heavily trimming</li>
<li>Check how the brake line looks, you want to avoid hard turns/angles, and handle strut turning</li>
<li>Drill out the brake line bracket hole that leads to the caliper on the front. We used 16mm drillbit, in a vice.</li>
<li>Test fit brake line again, feeding it thru the larger bracket hole. On my car this showed we needed to relocate the stock brake line bracket lower by about 60mm. Made an additional bracket to lower the OEM bracket.</li>
<li>Lock the brake line into place with a cerclip or similar (if you just need something to get by, could use something <em>very</em> temporary like a cable tie)</li>
<li>From here its basically just double check things, put pads in, bolt it all up and do the bleeding (I did all wheels, starting furthest corner from the master)</li>
</ul>
<p>There were few additional problems we encountered:</p>
<ul>
<li>Brake fluid would leak out the back of the caliper where the brake line screws in. You need to do it up very tight &#8211; be careful of rounding the bolt. Test its not leaking by stomping on the brakes when stationary and inspect.</li>
<li>Brake pads were too tall. We had to grind off 0.5mm off my pads metal backing, on the top surface to get them to nicely click in.</li>
</ul>
<h2>Impressions</h2>
<p>Bedded in &#8211; seems great, feel a bit firmer than stock but nothing too drastic. Seems to stop well but need a track day to really report on it. Pads are a quite a bit noisier, will need a softer setup for the street.  Have applied stop squeal which has made it bearable in the meantime.</p>
<h2>Photos</h2>
<p><a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood0.jpg"><img class="alignleft size-thumbnail wp-image-180" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood0-150x150.jpg" alt="wilwood0" width="150" height="150" /></a> <a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood2.jpg"><img class="alignleft size-thumbnail wp-image-181" src="http://turbocolt.com/wp-content/uploads/2021/01/Wilwood3-150x150.jpg" alt="Wilwood3" width="150" height="150" /></a> <a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood4.jpg"><img class="alignleft size-thumbnail wp-image-182" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood4-150x150.jpg" alt="wilwood4" width="150" height="150" /></a><a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood5.jpg"><img class="alignleft size-thumbnail wp-image-183" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood5-150x150.jpg" alt="wilwood5" width="150" height="150" /></a> <a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood6.jpg"><img class="alignleft size-thumbnail wp-image-184" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood6-150x150.jpg" alt="wilwood6" width="150" height="150" /></a> <a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood7.jpg"><img class="alignleft size-thumbnail wp-image-185" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood7-150x150.jpg" alt="wilwood7" width="150" height="150" /></a> <a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood2.jpg"><img class="alignleft size-thumbnail wp-image-186" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood2-150x150.jpg" alt="wilwood2" width="150" height="150" /></a> <a href="http://turbocolt.com/wp-content/uploads/2021/01/wilwood1.jpg"><img class="alignleft size-thumbnail wp-image-187" src="http://turbocolt.com/wp-content/uploads/2021/01/wilwood1-150x150.jpg" alt="wilwood1" width="150" height="150" /></a></p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/colt-ralliart-big-brake-upgrade-wilwood/">Colt Ralliart Big Brake Upgrade Wilwood</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/colt-ralliart-big-brake-upgrade-wilwood/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ralliart Colt Z27AG Pops and Bangs</title>
		<link>http://turbocolt.com/ralliart-colt-z27ag-pops-and-bangs/</link>
		<comments>http://turbocolt.com/ralliart-colt-z27ag-pops-and-bangs/#comments</comments>
		<pubDate>Mon, 07 May 2018 06:54:08 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Flashing]]></category>
		<category><![CDATA[Tuning]]></category>
		<category><![CDATA[ECUFlash]]></category>
		<category><![CDATA[Ralliart Colt]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=170</guid>
		<description><![CDATA[<p>Merlin&#8217;s Guide to Tuning Evo&#8217;s talks about one way to get Pops and Bangs from your Mitsubishi Evolution. A while back I tried applying it to Turbo Colts, namely Australian delivered 2006 Ralliart Colts.  The method basically involves richening up the fuel and retarding the ignition in certain spots in the map.  When you lift off throttle, timing goes negative, and fuel is dumped in, so that we get lots of fuel getting ignited very late, and hopefully causing this to continue igniting outside of the engine. Sounds like a bad idea? It probably is, but it its a neat party trick. As with everything on this site, do it at your own risk!! Step 1 &#8211; Delay fuel cut For the above method to work you need to delay how long it is before the ECU cuts fuel on throttle lift off.  To do this you will probably need to add the following new table into your Ralliart Colt&#8217;s XML: Once added, you should be able to set this to something longer than stock, such as this: Note the default is 500ms. If you have a value other than this after defining the table, it&#8217;s probably in a different location in [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/ralliart-colt-z27ag-pops-and-bangs/">Ralliart Colt Z27AG Pops and Bangs</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Merlin&#8217;s Guide to Tuning Evo&#8217;s talks about one way to get Pops and Bangs from your Mitsubishi Evolution. A while back I tried applying it to Turbo Colts, namely Australian delivered 2006 Ralliart Colts.  The method basically involves richening up the fuel and retarding the ignition in certain spots in the map.  When you lift off throttle, timing goes negative, and fuel is dumped in, so that we get lots of fuel getting ignited very late, and hopefully causing this to continue igniting outside of the engine.</p>
<p>Sounds like a bad idea? It probably is, but it its a neat party trick. As with everything on this site, do it at your own risk!!</p>
<h2>Step 1 &#8211; Delay fuel cut</h2>
<p>For the above method to work you need to delay how long it is before the ECU cuts fuel on throttle lift off.  To do this you will probably need to add the following new table into your Ralliart Colt&#8217;s XML:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Fuel-Cut-Delay-Timer.png"><img class="aligncenter size-full wp-image-172" src="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Fuel-Cut-Delay-Timer.png" alt="Fuel Cut Delay Table Def" width="550" height="565" /></a></p>
<p>Once added, you should be able to set this to something longer than stock, such as this:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Fuel-Cut-Delay-Timer-Set.png"><img class="aligncenter size-full wp-image-173" src="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Fuel-Cut-Delay-Timer-Set.png" alt="Fuel Cut Delay 4s Example" width="302" height="125" /></a></p>
<p>Note the default is 500ms. If you have a value other than this after defining the table, it&#8217;s probably in a different location in your ROM and you&#8217;ll need someone to disassemble it to find it (leave a comment if you need help).</p>
<h2>Step 2- Retard the Ignition</h2>
<p>Now we want to run a lot of negative timing.  The example below produced quite a bit of pops and bangs and we ended up having to reduce the overall number of -15 degrees cells.  The car in question had a straight thru exhaust, which really helps these settings work.  On cars with catalytic converters, the settings below might not be as extreme:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Ignition-style.png"><img class="aligncenter size-full wp-image-174" src="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Ignition-style.png" alt="Pops and Bangs Retarded Ignition" width="751" height="318" /></a></p>
<p>Now the thing to focus on here is the pattern of -15&#8217;s. Don&#8217;t copy this ignition map, it probably wont suit your car.  The idea is to set a similar region of -15&#8217;s in <span style="text-decoration: underline;">all</span> your ignition maps, at light throttle, and above a certain rev range.  The lower the revs and the greater the throttle range you do it for, the more it will do it.</p>
<h2>Step 3 &#8211; Add more fuel</h2>
<p>In the same or similar areas of the map that you set -15&#8217;s for in the ignition maps, we want to run more fuel than normal.  Set 10&#8217;s where you want to encourage pops.  Here&#8217;s an example but note this one doesn&#8217;t exactly match the ignition map changes &#8211; I was concerned about washing the bores in petrol unnecessarily so went a little tentative:</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Fuel-Map.png"><img class="aligncenter size-full wp-image-175" src="http://turbocolt.com/wp-content/uploads/2018/05/Pops-Fuel-Map.png" alt="Pops and Bangs Fuel Map" width="703" height="242" /></a></p>
<h2>Step 4 &#8211; Flash and Revise</h2>
<p>Flash it on and test it out. It won&#8217;t give your Ralliart Colt  pops and bangs all the time, but it will make it a lot more likely.  To test it out play with lifting off throttle, when your car hits the -15 &amp; 10:1 cells you set.  In this example, to test I would accelerate in 2nd or 3rd, then back off leaving revs 3500 or above.  Then back on &amp; off throttle again. It should be enough to make it happen.  Best results are experienced when doing a hills run when you&#8217;re on/off throttle a lot, and at higher revs than just cruising.</p>
<p>Let me know if you find a more effective way to do it in the comments! Thanks.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/ralliart-colt-z27ag-pops-and-bangs/">Ralliart Colt Z27AG Pops and Bangs</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/ralliart-colt-z27ag-pops-and-bangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick &amp; Dirty Ralliart Colt Mod Guide</title>
		<link>http://turbocolt.com/quick-dirty-ralliart-colt-mod-guide/</link>
		<comments>http://turbocolt.com/quick-dirty-ralliart-colt-mod-guide/#comments</comments>
		<pubDate>Fri, 25 Aug 2017 06:59:22 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[dyno]]></category>
		<category><![CDATA[Ralliart Colt]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=153</guid>
		<description><![CDATA[<p>Just got a Ralliart Colt? Or finally getting round to giving it some aftermarket love? This is a Quick &#38; Dirty Ralliart Colt Mod Guide to help you work out plan of attack. This is just a rough guide, don&#8217;t take my estimates that seriously just vague ball parks. All kW figures are at front wheels on roller dyno. Stage 0 ~90-95kW Stage 0.5 95-100kW K&#38;N Panel Filter Boost Pill out Tune Stage 1 110-124kW (depending on boost/risk profile) K&#38;N Panel Filter 3 port boost solenoid (grimspeed evo X unit is easiest) Evo MR Metal Bov Fuel Pump (walbro 255 or similar) Tune Stage 1.5 115-128kW (depending on boost/risk profile) As above but cat back exhaust Stage 2 130-140kW As above but turbo back exhaust Front mount intercooler (Todd Munkman kits fit awesome) Stage 2+ extras: kW as above but more likely on higher end &#8211; any of: Injectors (WRX 440s or larger) Exhaust manifold Upgraded Wastegate Actuator Stage 3 140-180kW depending on type of turbo As above but Alternate turbo Easiest is stock frame turbo Like Kinugawa Hybrid turbo tf035-15t, full td04 in tf035 shell, or Blitz Turbo. Best outcome is probably not with stock frame turbo unless a [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/quick-dirty-ralliart-colt-mod-guide/">Quick &#038; Dirty Ralliart Colt Mod Guide</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Just got a Ralliart Colt? Or finally getting round to giving it some aftermarket love? This is a Quick &amp; Dirty Ralliart Colt Mod Guide to help you work out plan of attack.</p>
<p>This is just a rough guide, don&#8217;t take my estimates that seriously just vague ball parks. All kW figures are at front wheels on roller dyno.</p>
<h2>Stage 0</h2>
<p>~90-95kW</p>
<h2>Stage 0.5</h2>
<p>95-100kW<br />
K&amp;N Panel Filter<br />
Boost Pill out<br />
Tune</p>
<h2>Stage 1</h2>
<p>110-124kW (depending on boost/risk profile)<br />
K&amp;N Panel Filter<br />
3 port boost solenoid (grimspeed evo X unit is easiest)<br />
Evo MR Metal Bov<br />
Fuel Pump (walbro 255 or similar)<br />
Tune<br />
<span id="more-153"></span></p>
<h2>Stage 1.5</h2>
<p>115-128kW (depending on boost/risk profile)<br />
As above but cat back exhaust</p>
<h2>Stage 2</h2>
<p>130-140kW<br />
As above but turbo back exhaust<br />
Front mount intercooler (Todd Munkman kits fit awesome)</p>
<h2>Stage 2+ extras:</h2>
<p>kW as above but more likely on higher end &#8211; any of:<br />
Injectors (WRX 440s or larger)<br />
Exhaust manifold<br />
Upgraded Wastegate Actuator</p>
<h2>Stage 3</h2>
<p>140-180kW depending on type of turbo<br />
As above but<br />
Alternate turbo<br />
Easiest is stock frame turbo Like Kinugawa Hybrid turbo tf035-15t, full td04 in tf035 shell, or Blitz Turbo. Best outcome is probably not with stock frame turbo unless a fancy hybrid or Blitz</p>
<h2>Stage 4</h2>
<p>200kW and beyond (your budget sets the limit)<br />
Much more serious mods &#8211; forged engine, head work, bigger turbo, aftermarket ecu, e85 &amp; more</p>
<p>E85 on stages &lt;4 add +10-20kW @ wheels</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/quick-dirty-ralliart-colt-mod-guide/">Quick &#038; Dirty Ralliart Colt Mod Guide</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/quick-dirty-ralliart-colt-mod-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRIVETRIBE Colt Groups</title>
		<link>http://turbocolt.com/drivetribe-colt-groups/</link>
		<comments>http://turbocolt.com/drivetribe-colt-groups/#comments</comments>
		<pubDate>Thu, 01 Dec 2016 04:50:20 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drivetribe]]></category>
		<category><![CDATA[Ralliart Colt]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=149</guid>
		<description><![CDATA[<p>The ex-TopGear guys have launched a social network for car enthusiasts. I think it looks pretty good on initial impressions. I&#8217;ve set up a group for turbocolt.com on Drivetribe here https://www.drivetribe.com/t/SN-lTIwrTpmEt8EG4IJE-g/S4hh4CEjSsKsdfTkwdgWuw You can use it to follow updates on here, and to get other not blog post worthy updates and photos.  I don&#8217;t intend on it being as large asthe other Colt groups but who knows, it might take off more than expected. So what are the other larger Colt groups on DriveTribe? Check out these ones: Colt Status (run by Rcolt.com Facebook team) link here TurboColtUK (run by TurbColtUK Facebook team) link here Ralliart Colt Adelaide (run by me for the local scene in Adelaide, South Australia, also has a FB group of the same name) link here Enjoy!</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/drivetribe-colt-groups/">DRIVETRIBE Colt Groups</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The ex-TopGear guys have launched a social network for car enthusiasts. I think it looks pretty good on initial impressions.</p>
<p>I&#8217;ve set up a group for turbocolt.com on Drivetribe here <a href="https://www.drivetribe.com/t/SN-lTIwrTpmEt8EG4IJE-g/S4hh4CEjSsKsdfTkwdgWuw" target="_blank">https://www.drivetribe.com/t/SN-lTIwrTpmEt8EG4IJE-g/S4hh4CEjSsKsdfTkwdgWuw</a></p>
<p>You can use it to follow updates on here, and to get other not blog post worthy updates and photos.  I don&#8217;t intend on it being as large asthe other Colt groups but who knows, it might take off more than expected.</p>
<p>So what are the other larger Colt groups on DriveTribe? Check out these ones:</p>
<ul>
<li>Colt Status (run by Rcolt.com Facebook team) <a href="https://www.drivetribe.com/t/HWzCslrkQBq5k6Hz1mSE-g/GPxwazQuS1OJGkUGiurneg" target="_blank">link here</a></li>
<li>TurboColtUK (run by TurbColtUK Facebook team) <a href="https://www.drivetribe.com/t/LbWgHs3zQIKKS0JEBlmB4A/GO70kRBkRr2TGNGAcX9O0A" target="_blank">link here</a></li>
<li>Ralliart Colt Adelaide (run by me for the local scene in Adelaide, South Australia, also has a FB group of the same name) <a href="https://www.drivetribe.com/t/QUvi7tjrTDilaD8qQvAe4Q/Ru6xvpgZSyCmS9nTRvmnKQ" target="_blank">link here</a></li>
</ul>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/drivetribe-colt-groups/">DRIVETRIBE Colt Groups</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/drivetribe-colt-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AU Ralliart Colt &#8211; Changes between 2006 and 2008</title>
		<link>http://turbocolt.com/au-ralliart-colt-changes-between-2006-and-2008/</link>
		<comments>http://turbocolt.com/au-ralliart-colt-changes-between-2006-and-2008/#comments</comments>
		<pubDate>Mon, 28 Dec 2015 23:50:39 +0000</pubDate>
		<dc:creator><![CDATA[z27ag Colt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=103</guid>
		<description><![CDATA[<p>Specification changes The 08 M/Y RG Colt Ralliart is based on the 07 M/Y RG Colt Ralliart with the following changes; Alloy wheels have changed from 16&#215;6.5JJ to 16&#215;6.5J type. 06-07 wheels                                             08-10 wheels    Head lamp colour change from argent to bright. 06-07 headlights                                                08-10 headlights Park brake lever is changed from leather type to urethane type with chrome coloured release button. Recaro front seats have been replaced by Sports type front seats. 06-07 recaro seats (from evo 8 mr)                08-10 sports seats   Rear head rests have changed from large to small type. Ashtray has been deleted. Paint colour range has changed. Code for White Pearl (DA) has changed. 06-07 paint range   08-10 paint range &#160; Anything we&#8217;ve missed? Hit us up in the comments below!</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/au-ralliart-colt-changes-between-2006-and-2008/">AU Ralliart Colt &#8211; Changes between 2006 and 2008</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><b>Specification changes</b></p>
<p>The 08 M/Y RG Colt Ralliart is based on the 07 M/Y RG Colt Ralliart with the following changes;</p>
<ul>
<li>Alloy wheels have changed from 16&#215;6.5JJ to 16&#215;6.5J type.</li>
</ul>
<p>06-07 wheels                                             08-10 wheels</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.27.15-am.png"><img class="alignnone size-full wp-image-106" src="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.27.15-am.png" alt="Screen Shot 2015-09-26 at 12.27.15 am" width="246" height="168" /></a>  <a href="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.26.57-am.png"><img class="alignnone size-full wp-image-107" src="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.26.57-am.png" alt="Screen Shot 2015-09-26 at 12.26.57 am" width="246" height="163" /></a></p>
<ul>
<li>Head lamp colour change from argent to bright.</li>
</ul>
<p>06-07 headlights                                                08-10 headlights</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.45.01-am.png"><img class="alignnone size-full wp-image-112" src="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.45.01-am.png" alt="Screen Shot 2015-09-26 at 12.45.01 am" width="288" height="233" /></a><a href="http://turbocolt.com/wp-content/uploads/2015/09/mup3p2AFfpEj00BpOd2R6fA.jpg"><img class="alignnone wp-image-113" src="http://turbocolt.com/wp-content/uploads/2015/09/mup3p2AFfpEj00BpOd2R6fA.jpg" alt="mup3p2AFfpEj00BpOd2R6fA" width="280" height="248" /></a></p>
<ul>
<li>Park brake lever is changed from leather type to urethane type with chrome coloured release button.</li>
<li>Recaro front seats have been replaced by Sports type front seats.</li>
</ul>
<p>06-07 recaro seats (from evo 8 mr)                08-10 sports seats</p>
<p><a href="http://turbocolt.com/wp-content/uploads/2015/09/mitsubishi-ralliart-colt-6.jpg"><img class="alignnone size-medium wp-image-110" src="http://turbocolt.com/wp-content/uploads/2015/09/mitsubishi-ralliart-colt-6-300x203.jpg" alt="mitsubishi-ralliart-colt-6" width="300" height="203" /></a> <a href="http://turbocolt.com/wp-content/uploads/2015/09/Mitsubishi-Colt-RALLIART-Version-R-3.jpg"><img class="alignnone wp-image-111" src="http://turbocolt.com/wp-content/uploads/2015/09/Mitsubishi-Colt-RALLIART-Version-R-3-300x147.jpg" alt="Mitsubishi-Colt-RALLIART-Version-R-3" width="400" height="196" /></a></p>
<ul>
<li>Rear head rests have changed from large to small type.</li>
<li>Ashtray has been deleted.</li>
<li>Paint colour range has changed. Code for White Pearl (DA) has changed.</li>
</ul>
<p><span style="text-decoration: underline;">06-07 paint range  </span></p>
<p><a href="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.30.24-am.png"><img class="alignnone wp-image-108" src="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.30.24-am-300x79.png" alt="Screen Shot 2015-09-26 at 12.30.24 am" width="607" height="159" /></a></p>
<p><span style="text-decoration: underline;">08-10 paint range</span></p>
<p><a href="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.30.00-am.png"><img class="alignnone wp-image-109" src="http://turbocolt.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-26-at-12.30.00-am-300x76.png" alt="Screen Shot 2015-09-26 at 12.30.00 am" width="607" height="154" /></a></p>
<p>&nbsp;</p>
<p>Anything we&#8217;ve missed? Hit us up in the comments below!</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/au-ralliart-colt-changes-between-2006-and-2008/">AU Ralliart Colt &#8211; Changes between 2006 and 2008</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/au-ralliart-colt-changes-between-2006-and-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Z27AG JDM Colt Version R ECU Download</title>
		<link>http://turbocolt.com/z27ag-jdm-colt-version-r-ecu-download/</link>
		<comments>http://turbocolt.com/z27ag-jdm-colt-version-r-ecu-download/#comments</comments>
		<pubDate>Thu, 24 Dec 2015 00:38:12 +0000</pubDate>
		<dc:creator><![CDATA[andy]]></dc:creator>
				<category><![CDATA[Flashing]]></category>
		<category><![CDATA[ECUFlash]]></category>
		<category><![CDATA[JDM]]></category>
		<category><![CDATA[Ralliart Colt]]></category>
		<category><![CDATA[Tactrix]]></category>
		<category><![CDATA[z27ag]]></category>

		<guid isPermaLink="false">http://turbocolt.com/?p=119</guid>
		<description><![CDATA[<p>Assuming you have got yourself a Tactrix Openport, the following steps detail how to do the Z27AG JDM Colt Version R ECU download.  The Japanese Colt Version R&#8217;s use a different ECU image to the Australian Ralliart Colts so the Aussie XML won&#8217;t work on the Version R&#8217;s. I&#8217;ve made an XML stub file to help in the process, but it&#8217;s not essential.   If you&#8217;re looking for the complete XML for the JDM models I might be able to help (leave a comment below and I&#8217;ll email you). Anyway back to downloading your ECU rom image.  Here goes: Install EcuFlash from this link https://www.dropbox.com/s/u55hat1zck70krz/ecuflash_1444247_win_beta.exe?dl=0 I&#8217;ve had reports that the later versions of ECUFlash have some issues reading and writing, so until I&#8217;ve investigated these myself I recommend running this older version. Put the XML in Go to C:\Program Files (x86)\OpenECU\EcuFlash\rommetadata\mitsubishi folder Make directory called &#8216;Ralliart Colt Turbo&#8217; Download these two xml files and put it in this new folder https://www.dropbox.com/s/7k5nw3ywjnnfwsf/38350016%20JDM%20MT%20Andy.xml?dl=0 https://www.dropbox.com/s/nudulw5nrts9jes/Coltbase.xml?dl=0 Connect to your ECU Connect the tactrix to your computer via USB. Run EcuFlash In the Menu to ECU-&#62;Select Vehicle Type. Make sure its set to Colt (768k) 2006+ mitsubootloader M32176F6. There should only be one Colt (768k) entry. Now you should [...]</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/z27ag-jdm-colt-version-r-ecu-download/">Z27AG JDM Colt Version R ECU Download</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Assuming you have got yourself a Tactrix Openport, the following steps detail how to do the Z27AG JDM Colt Version R ECU download.  The Japanese Colt Version R&#8217;s use a different ECU image to the Australian Ralliart Colts so the Aussie XML won&#8217;t work on the Version R&#8217;s.</p>
<p>I&#8217;ve made an XML stub file to help in the process, but it&#8217;s not essential.   If you&#8217;re looking for the complete XML for the JDM models I might be able to help (leave a comment below and I&#8217;ll email you).</p>
<p>Anyway back to downloading your ECU rom image.  Here goes:</p>
<h2>Install EcuFlash from this link</h2>
<p>https://www.dropbox.com/s/u55hat1zck70krz/ecuflash_1444247_win_beta.exe?dl=0</p>
<p>I&#8217;ve had reports that the later versions of ECUFlash have some issues reading and writing, so until I&#8217;ve investigated these myself I recommend running this older version.</p>
<h2>Put the XML in</h2>
<p>Go to C:\Program Files (x86)\OpenECU\EcuFlash\rommetadata\mitsubishi folder</p>
<p>Make directory called &#8216;Ralliart Colt Turbo&#8217;</p>
<p>Download these two xml files and put it in this new folder</p>
<p>https://www.dropbox.com/s/7k5nw3ywjnnfwsf/38350016%20JDM%20MT%20Andy.xml?dl=0<br />
https://www.dropbox.com/s/nudulw5nrts9jes/Coltbase.xml?dl=0</p>
<h2>Connect to your ECU</h2>
<p>Connect the tactrix to your computer via USB.</p>
<p>Run EcuFlash</p>
<p>In the Menu to ECU-&gt;Select Vehicle Type. Make sure its set to Colt (768k) 2006+ mitsubootloader M32176F6. There should only be one Colt (768k) entry.</p>
<p>Now you should be ready to read your ROM!</p>
<p>**</p>
<p>In the car, boot up your laptop. Connect Tactrix to laptop. Now connect to OBDII port of your car.</p>
<p>Now with everything connected up you should be able to go menu ECU-&gt; Read from ECU</p>
<p>Software will display an information box asking you to turn on your ignition. Do so, and then click ok. You want ignition on, not just accessories.</p>
<p>It should now be reading your rom. If not? Remove tactrix from OBDII port and reconnect it. Try again. If still not working, unplug it from the computer and the car, then plug back into the computer, then the car, and try again. Still not working? Try wobbling it in the OBDII port to put it at a small angle (just to see if that improves the contacts). Still not working? Houston we have a problem.</p>
<p>Assuming no problem, and the ROM was downloaded?!</p>
<p>Go Menu File &#8211; Save ROM As, change the file type to .BIN, call it something, and done.</p>
<p>EPIC WINS.  You have now completed your Z27AG JDM Colt Version R ECU Download.</p>
<p>The post <a rel="nofollow" href="http://turbocolt.com/z27ag-jdm-colt-version-r-ecu-download/">Z27AG JDM Colt Version R ECU Download</a> appeared first on <a rel="nofollow" href="http://turbocolt.com">Turbo Colt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turbocolt.com/z27ag-jdm-colt-version-r-ecu-download/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
