- 147
Sorry for the stupid question, but what do I put at the end of the engine codes?
They seem too short.
For example,
05 mustang with the Saleen S7 (Setup A) engine :10A1F808 06A3----
What would I put to make that combo work?
Would the same 4 digits have to be put in the trans as well?
my late chime in, yeah tekno beat me to it tho.
I usually use 10xxxxxx for codes that require something like 0663 (2 bytes),
if I'm using just one byte (like FF or 03, etc...) I'll use a 00xxxxxx,
for codes that require 4 bytes (1A2B3C4D) I'll use the 20xxxxxx codes.
Since engines are 2 bytes, I shortened the codes to ABCD formats for parts.
Hope that helps.
PS. Some people use 20xxxxxx for engines too, it'll be:
20A1F808 000006A3
I shorten it to
10A1F808 06A3, eliminate leading zeros and just put in 2 bytes. You can enter the code as 6A3 (I used to, but I switched so it looks more "proper" lol)