Wheel Hubs (for Vehicles) - user-grinch/ModelExtras GitHub Wiki
π§ Overview
Wheel hubs are essential components that connect wheels to the axle, allowing smooth rotation and supporting the vehicleβs weight. They also house bearings for free wheel movement and integrate with the braking system for effective stopping power. ππ¨
βοΈ Setup
ImVehFt supports up to six types of wheel hubs. Each hub must be correctly attached to its respective wheel:
πΉ Right Side:
- π Front:
wheel_rf_dummy
βhub_rf
- π Middle:
wheel_rm_dummy
βhub_rm
- π Rear:
wheel_rr_dummy
βhub_rb
πΉ Left Side:
- π Front:
wheel_lf_dummy
βhub_lf
- π Middle:
wheel_lm_dummy
βhub_lm
- π Rear:
wheel_lr_dummy
βhub_lb
π Component Naming & Structure
Each hub should be a separate component and must not be placed inside the brake pads dummy.
β Correct Structure:
main
ββ hub_xx
β Incorrect Structure:
main
ββ hub_xx
β ββ bp_xx
π΄ Special Cases (Bikes)
For bikes, use these specific hubs:
- Front Hub:
hub_rf
- Rear Hub:
hub_rb
Now your wheels will be properly aligned and functioning in-game! ππ₯