-
-
Notifications
You must be signed in to change notification settings - Fork 2
Wheel Hubs (for Vehicles)
Grinch_ edited this page Apr 11, 2025
·
4 revisions
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. 🚗💨
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
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
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! 🏁🔥