Quote:
Originally Posted by KoolBRZ
Does that mean you have ported all of your changes to the B01D files, and converted to Fahrenheit, or, did you convert all your files? I was just thinking of converting mine to Celsius, so it would be more compatible with mods to tunes from all around the world. It's just for reference anyway, since the ECU uses the metric scale inside. Doesn't that mean that somewhere in the code there is a standard to metric converter, in order to interface with the metric ECU?
|
What you have to understand is it's just how the definitions work, there is no difference in the data in the ROM. Look at the expression and to_byte information. On the temperature data it's just "x" for Celsius, for Fahrenheit it's "(x*1.8)+32". When you input into Romraider it uses the definition to change the data to the correct hexadecimal expression.