Notices
ECU Flash

valet patch

Old Jun 3, 2009 | 11:58 AM
  #1  
Drill_Sergeant's Avatar
Thread Starter
Evolved Member
Veteran: Army
iTrader: (21)
 
Joined: Feb 2005
Posts: 554
Likes: 3
From: Fort Worth, TX
valet patch

im just looking for strictly the valet patch from tephra.

i know he provided a combo of patches but im looking for ONLY the valet patch.

so if someone cost post this, it would be greatly appreciated.

for 2005 ROM ID 96940011
Reply
Old Jun 3, 2009 | 12:10 PM
  #2  
rish197's Avatar
Evolving Member
iTrader: (34)
 
Joined: Apr 2006
Posts: 147
Likes: 0
From: FLORIDA
Doesn't exist. The code is written into the new rom. Why not just go an older version of the rom, and not use any other features?
Reply
Old Jun 3, 2009 | 01:16 PM
  #3  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
Here is the original link but for the lazy people or the computer inept I have also extracted the info specifically for the 96940011 rom
https://www.evolutionm.net/forums/ec...-knockcel.html

Here are the two direct patches for the 96940011 rom to add to ECUflash depending on which version you have... It will add a new Tephra mods table to ECUflash just check which mods you wanna use. The following link will explain how to install the patch to your ecuflash rom.

https://www.evolutionm.net/forums/4830835-post.html

**For ECUflash versions 1.30 and below**

<scaling name="ECUTime" units="ms" toexpr="1000*x/102" frexpr="102*x/1000" format="%.0f" min="0" max="100000" inc="1" storagetype="uint16" endian="little"/>
<scaling name="ThrottlePercentage" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint16"/>

<table name="Tephra Mod Options" category="Mods" address="3FC0C" type="3D" scaling="uint16">
<table name="X" type="Static X Axis" elements="1">
<data>Value</data>
</table>
<table name="Y" type="Static Y Axis" elements="3">
<data>Enable Rev Limit Switching?</data>
<data>Flash CEL on Knock?</data>
<data>Enable NLTS?</data>
</table>
</table>

<table name="KnockSum Required for CEL" category="Mods" address="3FC12" type="1D" scaling="uint16"/>
<table name="Load Required for CEL on Knock" category="Mods" address="3FC14" type="1D" scaling="Load"/>
<table name="CEL on Knock flash time" category="Mods" address="3FC16" type="1D" scaling="ECUTime"/>
<table name="Valet Rev Limit" category="Mods" address="3FC18" type="1D" scaling="RPMLimit"/>
<table name="Valet Rev Limit Time to Activate" category="Mods" address="3FC1A" type="1D" scaling="ECUTime"/>

<table name="NLTS RPM Drop" category="Mods" address="3FC1C" type="1D" scaling="uint16"/>
<table name="NLTS TPS Threshold" category="Mods" address="3FC1E" type="1D" scaling="ThrottlePercentage"/>
<table name="NLTS Speed Threshold" category="Mods" address="3FC20" type="1D" scaling="VehicleSpeed"/>

**For ECUflash versions 1.31 and above**

<scaling name="ECUTime" units="ms" toexpr="1000*x/102" frexpr="102*x/1000" format="%.0f" min="0" max="100000" inc="1" storagetype="uint16" endian="big"/>
<scaling name="ThrottlePercentage" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint16"/>

<table name="Tephra Mod Options" category="Mods" address="3FC0C" type="3D" scaling="uint16">
<table name="X" type="Static X Axis" elements="1">
<data>Value</data>
</table>
<table name="Y" type="Static Y Axis" elements="3">
<data>Enable Rev Limit Switching?</data>
<data>Flash CEL on Knock?</data>
<data>Enable NLTS?</data>
</table>
</table>

<table name="KnockSum Required for CEL" category="Mods" address="3FC12" type="1D" scaling="uint16"/>
<table name="Load Required for CEL on Knock" category="Mods" address="3FC14" type="1D" scaling="Load"/>
<table name="CEL on Knock flash time" category="Mods" address="3FC16" type="1D" scaling="ECUTime"/>
<table name="Valet Rev Limit" category="Mods" address="3FC18" type="1D" scaling="RPMLimit"/>
<table name="Valet Rev Limit Time to Activate" category="Mods" address="3FC1A" type="1D" scaling="ECUTime"/>

<table name="NLTS RPM Drop" category="Mods" address="3FC1C" type="1D" scaling="uint16"/>
<table name="NLTS TPS Threshold" category="Mods" address="3FC1E" type="1D" scaling="ThrottlePercentage"/>
<table name="NLTS Speed Threshold" category="Mods" address="3FC20" type="1D" scaling="VehicleSpeed"/>

Last edited by Fast_Freddie; Jun 3, 2009 at 01:41 PM.
Reply
Old Jun 3, 2009 | 01:49 PM
  #4  
Drill_Sergeant's Avatar
Thread Starter
Evolved Member
Veteran: Army
iTrader: (21)
 
Joined: Feb 2005
Posts: 554
Likes: 3
From: Fort Worth, TX
thanks fast_freddie.
Reply
Old Jun 3, 2009 | 01:54 PM
  #5  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
No problem... I know you only wanted the valet, but it is included with the others, if you don't want them then just check the valet mod only...
Reply
Old Jun 3, 2009 | 07:05 PM
  #6  
pupo's Avatar
Evolving Member
iTrader: (9)
 
Joined: Jan 2008
Posts: 297
Likes: 2
From: Puerto Rico
Let me know if this works because I wanted to do the same thing but I have a lot of paths set up for this rom (96940011) and I don't know if it is going to interferes with the other paths. I have rear O2 sim patch, ecu direct boots paths, 2 byte load rpm airflow, MUT Baud rate Patch, lean spool and a few others I can't remember.
Reply
Old Jun 3, 2009 | 10:03 PM
  #7  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
It works cause I have everything that you listed except for ecu direct boost...
Reply
Old Jun 5, 2009 | 01:46 PM
  #8  
pupo's Avatar
Evolving Member
iTrader: (9)
 
Joined: Jan 2008
Posts: 297
Likes: 2
From: Puerto Rico
Originally Posted by Fast_Freddie
It works cause I have everything that you listed except for ecu direct boost...
I will give it a try, thanks!
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
DormantBeast
General Engine Management / Tuning Forum
13
Jul 9, 2017 07:38 AM
warp9
ECU Flash
11
Nov 29, 2009 03:07 PM
evo8426
ECU Flash
10
Mar 19, 2008 11:26 AM
SoCalRedLine
ECU Flash
5
Feb 8, 2008 03:22 PM
jjm4life
Evo General
222
Jan 13, 2007 08:57 AM


Thread Tools
Search this Thread

All times are GMT -7. The time now is 03:09 PM.