Quote:
Originally Posted by akahenry
Man I'm confused. I have no idea how to add the remaining sections of: "MAF Correction After Start (Neutral)" and "MAF Correciton After Start (In Gear)" into my "definition"/ rom. People are saying to edit a definition... how do I go about doing this? When I try to copy and past the following into my "definition," nothing happens.
Code:
<table name="MAF Correction After Start (Neutral)" storageaddress="11C868">
<table type="X Axis" storageaddress="11C81C" />
<table type="Y Axis" storageaddress="11C848" />
</table>
<table name="MAF Correction After Start (In Gear)" storageaddress="11C964">
<table type="X Axis" storageaddress="11C918" />
<table type="Y Axis" storageaddress="11C944" />
</table>
and
Code:
<table type="3D" name="MAF Correction After Start (In Gear)" category="Mass Airflow / Engine Load" storagetype="uint16" endian="big" sizex="11" sizey="8" userlevel="4">
<scaling units="g/s" expression="x*0.004577637" to_byte="x/0.004577637" format="0.0" fineincrement="0.1" coarseincrement="1" />
<table type="X Axis" name="Coolant Temperature" storagetype="float" >
<scaling units="DegreesF" expression="(x*1.8)+32" to_byte="(x-32)/1.8" format="0.0" fineincrement="1" coarseincrement="10" />
</table>
<table type="Y Axis" name="Idle Mode" storagetype="float" >
<scaling units="Mode Counter" expression="x" to_byte="x" format="0" fineincrement="1" coarseincrement="5" />
</table>
</table>
<table type="3D" name="MAF Correction After Start (Neutral)" category="Mass Airflow / Engine Load" storagetype="uint16" endian="big" sizex="11" sizey="8" userlevel="4">
<scaling units="g/s" expression="x*0.004577637" to_byte="x/0.004577637" format="0.0" fineincrement="0.1" coarseincrement="1" />
<table type="X Axis" name="Coolant Temperature" storagetype="float" >
<scaling units="DegreesF" expression="(x*1.8)+32" to_byte="(x-32)/1.8" format="0.0" fineincrement="1" coarseincrement="10" />
</table>
<table type="Y Axis" name="Idle Mode" storagetype="float" >
<scaling units="Mode Counter" expression="x" to_byte="x" format="0" fineincrement="1" coarseincrement="5" />
</table>
</table>
In other words, I'm a noob and don't know how to edit the my rom. Can anyone make a step by step guide?
I'm using the "OFT_ZA1JB10C" rom, more specifically the Stage 2 UEL bin.
|
Romriader does the rom editing.
you need to edit the definition file romraider uses to index into the rom.
However you may be lucky. If your original ROM was B01C and your using OFT V2.06x tunes then I believe the ROM is based on B01C.
So in your case you should be able to grab the Github version of the B01C definition and use it to edit your ROM. You wont be able to access LC/FFS parameters with that definition but the MAF tables will be in their.
Just make sure you check some tables in rom to make sure the definition matches. See the ROM Raider Tips link below.
Remember your going into dangerous territory here so check your work and rom and defs match else its bricked ecu for you.