1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice

Center camera offset in VR

Discussion in 'General Discussion' started by immortalx, Jun 16, 2024.

  1. immortalx

    immortalx
    Expand Collapse

    Joined:
    Jun 15, 2024
    Messages:
    1
    I've seen many people complain that when you center the driver camera position in VR, it's too far back from the steering wheel. Although you can adjust the seat position with the keyboard, it's a bit annoying having to do that in every session of the game.Here's a small workaround:
    • Locate the game's installation folder and navigate to \lua\ge\extensions\core\cameraModes
    • Open the file driver.lua and find the line self.seatPosition = vec3(0, vehConfig[2], vehConfig[3])
    • Add a negative offset to the 2nd parameter, eg:
      self.seatPosition = vec3(0, vehConfig[2]-0.2, vehConfig[3])
    0.2 seems like a good value. Adjust to your liking. Now everytime you hit NUMPAD5 you'll be closer to the steering wheel than with the default configuration. Note that if the game updates this file, you'll unfortunately have to do it again.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice