Will this work? I would think you would only have to delete the pace car
line.
thanks.
Will this work? I would think you would only have to delete the pace car
line.
thanks.
: Will this work? I would think you would only have to delete the pace car
: line.
: thanks.
While the files are quite similar, there is enough of a difference to
cause problems. ICR2 has 2 extra line before the drivers data for
Number of Engines and Engine type. There is also an added number in the
drivers data line for the engine type.
--
**************************** Michael E. Carver *************************
Upside out, or inside down...False alarm the only game in town.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<[ /./. [- < ]>=-=-=-=-=-=-=-=-=-=-=-=-=-=
I'm going to see about working on a version for ICR2. I don't have the
sim myself, but I now have access to the drivers2.txt file for ICR2. Just
looking at it I don't think the extra lines at the beginning matter at
all. I pretty much ignore them in the code.
However, the extra number in each line before the power, traction and drag
settings will throw the whole mess off. This is because I'm just using a
string command and telling it how far from the left side of the line the
character is that I'm looking for. So, with ICR2, the characters are in a
different place. Basically, all I need to do is change my string commands
and let 'er rip.
I'll try to get to it soon, but weekends are out of the question for a
while and work's really picking up for the summer, so I can pretty much
only work on it during my lunch hour if I'm not working. I'll let you
know when I get it done.