I wondering how the game calculates the AVG of the bikers. I know that PCM06 summed the highest 5 skill and divided by 5 but there were exceptions, DH, ACC, FTR was not in this calculation.
I know the game looks to the AVG to calculate salary and a lot of other things, but I don't know the exact calculation. If somebody could help me I would really apriciate that! Thanks!
Yeah. Sprinters aren't rated on their mountain climbing abilities for example so their average doesn't take that into account. Also, the GC men don't have sprinting counted because it's not a part of their required-for-success skills set.
Sky have the money but the other Brits kept the passion.
Why not check out my story of sexy new team Film4 - Asahi in the PCM10 Story section?
Much wub to: Cav, Millar, Lovqvist, Cunego, Hinc, Voigt, Cancellara, Menchov.
Wub to: Wiggins, Boonen, Beppu, Kloden, Gesink, Rogers, Moncoutie, Roche.
So how are the weighted averages calculated?
Look in STA_type_rider, there you see the factors which will be used.
Example for the GC rider type average (tour): Recuperation has a factor of ~0.3, Mountain has a factor of ~0.55 and Time-Trial has a factor of ~0.15, so for Contador it would be: 81*0.3 + 83*0.55 + 77*0.15 = 81.5
Now you have to calculate the average for each rider type. The higest number will be the AVG (and the rider type will decided by the type of average which resulted highest)