What part of the jbeam determines where you exit a car after pressing F? So, for example, I have a usually LHD car with RHD but when I exit, the player pops up on the left of the car, not the right. How can you control where the player is when exiting the vehicle?
I found a function called 'getDoorsidePosRot(veh)' in the walk.lua file. It seems like it depends on whether the driverNode is to the left of the refNode or to its right (by x axis)