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 Lukas R
on
Nick Thissen wrote:
Yes, there is an action for ChangeCamera. You can choose to change the camera group, or the focus of the camera (e.g. which driver you're following). To change focus to another driver select the 'Change Focus' effect. Then, in the Value you can put a number of different things which are unfortunately not very well documented yet. If you put a random character in that field, the warning will tell you what is expected. You can choose from:
  • Position number, e.g. "2" or "P2"
  • Car number with pound sign: "#12"
  • Customer ID: 12345
  • Relative change from the current car to the Nth next / prev car on track: "relative_track(N)" where N is the number of cars on track to go forward or back.
    • relative_track(1): move forward to next car on track
    • relative_track(-3): move backward 3 cars on track
  • Relative change from the current car to the Nth next / prev position: "relative_pos(N)". Similar to relative_track, but uses position (so will skip lapped cars).

Wow, that sounds pretty good! I had no idea about it.

Do you think it would be possible to bind it to Input in the future versions? That we could pick a car position or relative pos via the input form?