Resolved Corvette Z06 not centered on Triple

Discussion in 'Community Support' started by axxis278, Feb 8, 2020.

  1. axxis278

    axxis278 Well-Known Member

    Joined:
    Jan 29, 2015
    Ratings:
    +59 / 0 / -0
    Hi,
    I've been reported an issue with Corvette Z06 (all classes, GTR3, GTM14, 15, 16). Driver's view is not centered in triple screen, the steering wheel is slightly offset to the left, and no option to center.
    Z06 triple.jpg

    Back to single screen, no more offset.
    Z06 single.jpg

    Comparing with others camera files, I found wrong values in the file Steam\SteamApps\common\raceroom racing experience\Game\GameData\Cars\chevrolet_corvette_z06r_gt3\Cameras\cockpit_driver_view_triple.xml
    at lines 10 to 12
    Code:
      0.00000000 0.00000000 0.00000000 -.37
      0.00000000 0.00000000 0.00000000 .84
      0.00000000 0.00000000 0.00000000 .67
    
    To get the centered view back again, you need to replace by :
    Code:
      0.00000000 0.00000000 0.00000000 -0.397
      0.00000000 0.00000000 0.00000000 0.84
      0.00000000 0.00000000 0.00000000 0.67
    
     
    • Useful Useful x 1