How do you make a car turn without the wheels visually turning left/right?
-
I am currently trying to fix an unfinished car, however, the wheels are completely surrounded by the chassis, so when the wheel turns, it clips through the body and shows on the front. The only way to stop it is to set fSteeringLock to a low value, however that results to the car barely being able to turn. Solutions?
-
@Viccracenvy I have yet to get to experimenting with these but perhaps that will work.
Handling.meta
strHandlingFlags
1st digit
1: SMOOTH_COMPRESN
2: REDUCED_MOD_MASS
4: N/A
8: N/A
2nd digit
1: NO_HANDBRAKE
2: STEER_REARWHEELS
4: HB_REARWHEEL_STEER
8: STEER_ALL_WHEELS
3rd digit
1: FREEWHEEL_NO_GAS
2: NO_REVERSE
4: N/A
8: STEER NO WHEELS
-
Aha, I found it. You led me in the right direction. I was looking at the flags, and I realized that, not in handling flags, but in model flags, there was DONT_RENDER_STEER. Will be very useful.