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! 🏁πŸ”₯