Race format help

Will Mazeo

Hey guys.
We want to do a league and there is a format we want to use but we don't know how:
We quality;
Do race 1;
Do race 2 with reversed grid from race 1 (this part we know);
Do race 3 with grid from the same quality used in Race 1.
Is it possible to do all this automated? We just want to sit and drive during the event instead of doing stuff on server between races.
Any help is appreciated.

Edit: also if possible what would be the best way to do it with different race lenght? Example: race 1 and 2 15 minutes long, race 3 20 minutes.
 
Last edited:
I'm (almost) sure that there are people who could program a plugin to do these things automatically.
I'm not one of of these people. :)

For the Grid i would use the from the game generated ini files, which contain the grid order from each session.
(Don't forget to rename them, if you want to use them for another seesion and run the same session 2 or more times)
Maybe in combination with the GridEdit Tool.

And for the racelength, simply use this Admin command:

Code:
[B]/racelength <code> <value1> [/B][<value2] // admin/server command changes the race length for the next race: <code>=0 sets a <value1> % length race, <code>=1 sets a <value1>-lap race, <code>=2 sets a <value1>-minute (timed) race, <code>=3 sets a <value1>-lap and <value2>-minute race.
 
Well this stuff should be done by ISI themselves :)
Thanks for the info.
If someone else know more please tell
 

Back
Top