Forum Mod Bakery Docs

How to scale character inside vehicle?

Please login to contribute to the conversation.

Like it does in case with this car. So how it works? Is character scale factor somewhere in P3D file? Or it is one of those tricky DLL shenanigans?

thanks for reading
Inside scripts/cars/dune_v.con, look for the "SetCharacterScale();" line. You can add that to any other vehicle as well
Inside scripts/cars/dune_v.con, look for the "SetCharacterScale();" line. You can add that to any other vehicle as well

Thank you!!