Posts: 471
Threads: 13
Joined: Oct 2006
Reputation:
6
A lot of the documentation was done quite early (1997-1998), much of it speculation, and has never been updated. Seems like this stuff would be great to put in the forum's wiki, but it doesn't appear to be functional. I wish I had access to my notes from working on ICR2 manager; I had to figure out a lot of this stuff in order to program it.
Posts: 1,598
Threads: 127
Joined: Oct 2006
Reputation:
6
Sounds less like a bug and more like an incorrect placement of the merge point for the lp files. Samsepi0ls testing points to that same thing.
Having said that, we never have issues with people finding improvements for tracks
IIRS Driver Champion (2005-2007, 2010-2014)
IIRS Team Champion (2004-2014)
Posts: 1,248
Threads: 66
Joined: Nov 2006
Reputation:
28
06-06-2018, 07:55 AM
(This post was last modified: 06-06-2018, 07:14 PM by Pavel 69.)
Hi,
I'm bit late. This my description of PIT string:
1 value - dlat distance to pit wall from track centerline;
2 value - dlong where pit-road divides from main racetrack. Used by AI to determined point where cars can still enter pit road/ point to switch from race.lp to pit.lp;
3 value - dlong where divider between pits and main track ends;
4 value - dlong for last car in pitlane (player's car);
5 value - dlong for first car in pitlane ( you also need room to place pacecar after last car);
6 value - dlat distance for cars on pitlane;
7 value - dlong where AI cars should merge from pit exit to racing line;
8 value - max number of cars that can pitlane handle;
9 value - ???, alway slightly less than 10 value;
10 value - dlong for begining of pits speed-limit zone;
11 value - dlong for the end of pits speed-limit zone.
Hope that helps.
As for Homestead 96, it looks like 2nd and 3rd values should switch be switched around.