Custom championship - points total?

Here's a custom championship question for you!

I have recreated ETCC (late 60s early 70s).

I have 3 divisions of cars racing the tracks at the same time. I got the official point system in affect:

1 = 9 pts
2 = 6
3 = 4
4 = 3
5 = 2
6 = 1

After a race each division gets their scoring, no problem at all. But when i check the tab "All" I only see div 3 drivers?

I want the all tab to show all 3 divisions points. Something like this:

1. Dieter Gembrich DIV 3 - 9 pts
2. Masimmo Larino DIV 2 - 9 pts
3. Dijter Kembrinks DIV 1 - 9 pts
4. Name Name Div 3 - 6 pts
5. Name Name Div 2 - 6 pts

etc etc. So the " All"-tab, really shows all points in the championship.

Is this possible? If so, how? This is what i have now in my championshipfile:

Code:
ETCC_DIV_1_SeasonScoringInfo
{
  FirstPlace = 9
  SecondPlace = 6
  ThirdPlace = 4
  FourthPlace = 3
  FifthPlace = 2
  SixthPlace = 1
}
ETCC_DIV_2_SeasonScoringInfo
{
  FirstPlace = 9
  SecondPlace = 6
  ThirdPlace = 4
  FourthPlace = 3
  FifthPlace = 2
  SixthPlace = 1
}
ETCC_DIV_3_SeasonScoringInfo
{
  FirstPlace = 9
  SecondPlace = 6
  ThirdPlace = 4
  FourthPlace = 3
  FifthPlace = 2
  SixthPlace = 1
}

Does it have anything to do with this:

Code:
SeasonScoringInfo
{
  FirstPlace = 9
  SecondPlace = 6
  ThirdPlace = 4
  FourthPlace = 3
  FifthPlace = 2
  SixthPlace = 1
}

Thankful for any help!
 

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top