Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Christian S
on
The CarNumber is interesting for endurance events.
Our Teams are always trying to make it i in one split together, by registering in a manner that their iRating is very close.

When you're in the session you only have to enter the carnumbers in the textboxes, an the script can focus the car even if the driver has changed.

ChangeCamera -> ChangeFocus -> Value #carnumber

This works.

For the 24h Nürburgring we had two cars in one Split and i made a storyboard to switch the car focus every 10 minutes.

The only thing i had to do was to enter the values in theme editor when the session started, an export the theme then.
The Textboxes would make it possible to enter the desirerd car number within atvo.

We had carnumber 5 and 15

It was like that

Storyboard start
Wait 10 min
ChangeCamera -> ChangeFocus -> Value #5
Wait 10 min
ChangeCamera -> ChangeFocus -> Value #15
Restart Storyboard