ECU ROM mod - double the "Fuel Cut Load Limit" range to 638
Thanks again...Great job. Adjusted the tables and deleted the old fuel cut table
and all was well going to work this morning. The cooler morning air....50* ambient
and my new Synapse BOV put me over the 318 load limit recently. This new hack
came just in time. Works good!
and all was well going to work this morning. The cooler morning air....50* ambient
and my new Synapse BOV put me over the 318 load limit recently. This new hack
came just in time. Works good!
mrfred, is it OK to make the load limit whatever you need it to be and not just max it out? I kind of figured what would be the point of doing this mod if you couldn't but I just want to make sure I am telling people the right thing.
Basically you can now adjust the value from 1-638 now correct?
Below is an example of what I mean:

Another note, why can I not increment/decrement the values by hitting the + or - in ECUFlash? I have to hit the = and set the values manually. Anyone else have that issue?
Basically you can now adjust the value from 1-638 now correct?
Below is an example of what I mean:

Another note, why can I not increment/decrement the values by hitting the + or - in ECUFlash? I have to hit the = and set the values manually. Anyone else have that issue?
Thread Starter
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
This is interesting, for some reason I couldn,t patch the rom. So instead I redefind the map definition for my boost limit table from the patch formula. I guess I wil see if it works tomorrow. I don't see why it wouldn't. This way I don't have to delete the table, just use it as the fuel cut x2 table named boost limit.
USDM Evo 8 - 96940011 and 96940013
PHP Code:
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="13080" type="1D" level="1" scaling="Hex16"/>
<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big"/>
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="2D14" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="640e" scaling="RPM"/>
</table>
<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
Hi guys,
I have a 2004 EVO8 RS, stock Internal ID:96420008, this is a USDM import car and the key was not included with the car, I tried to cancel the Immo code through the peripheries and the Immo hex code, but the car never start, so I used the 94170008 file and it starts fine.
so yesterday I tried the "double the "Fuel Cut Load Limit" " patch, but the patch does not work as it should, I did not Delete the original load limit table, so I kept hitting the limit set at the original table, is it a must to delete this table??
since the stock ID was 96420008 should I move to 96420011 or to the 94170015?
I just got a 3bar map sensor and would like to run SD.
by the way any idea about the Immo cancellation, I read the threads related to Immo and peripheries 0,1 etc... 0x0055 and 0x0044 but nothing seems to work.
PEACE
NAB
I have a 2004 EVO8 RS, stock Internal ID:96420008, this is a USDM import car and the key was not included with the car, I tried to cancel the Immo code through the peripheries and the Immo hex code, but the car never start, so I used the 94170008 file and it starts fine.
so yesterday I tried the "double the "Fuel Cut Load Limit" " patch, but the patch does not work as it should, I did not Delete the original load limit table, so I kept hitting the limit set at the original table, is it a must to delete this table??
since the stock ID was 96420008 should I move to 96420011 or to the 94170015?
I just got a 3bar map sensor and would like to run SD.
by the way any idea about the Immo cancellation, I read the threads related to Immo and peripheries 0,1 etc... 0x0055 and 0x0044 but nothing seems to work.
PEACE
NAB
any got the load cut x 2 xml for 96260009?
Thanks Phil
This is what ive got, under the EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2 option i have DB1F (thought it was meant to say 6DDD), do i change this to 4D00?
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="12a70" type="1D" level="1" scaling="Hex16"/>
<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big" />
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="3614" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="6d66" scaling="RPM"/>
</table>
<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
Thanks Phil
This is what ive got, under the EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2 option i have DB1F (thought it was meant to say 6DDD), do i change this to 4D00?
<table name="EXTU.W->SHLL (6DDD -> 4D00) for Fuel Cut Load X2" category="Turbo Mods" address="12a70" type="1D" level="1" scaling="Hex16"/>
<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="1" storagetype="uint8" endian="big" />
<table name="Fuel Cut Load X2" category="Turbo Mods" type="2D" level="1" address="3614" scaling="FuelCutLoadX2">
<table name="RPM" type="Y Axis" elements="9" address="6d66" scaling="RPM"/>
</table>
<table name="Fuel Cut Load Trigger Delay" category="Turbo Mods" type="1D" address="159a" level="1" scaling="Time"/>
Last edited by philr8; Oct 8, 2010 at 12:51 AM.
mrfred, is it OK to make the load limit whatever you need it to be and not just max it out? I kind of figured what would be the point of doing this mod if you couldn't but I just want to make sure I am telling people the right thing.
Basically you can now adjust the value from 1-638 now correct?
Below is an example of what I mean:

Another note, why can I not increment/decrement the values by hitting the + or - in ECUFlash? I have to hit the = and set the values manually. Anyone else have that issue?
Basically you can now adjust the value from 1-638 now correct?
Below is an example of what I mean:

Another note, why can I not increment/decrement the values by hitting the + or - in ECUFlash? I have to hit the = and set the values manually. Anyone else have that issue?
Thanks!










