Skip to content

Wheel Hubs (for Vehicles)

Grinch_ edited this page Apr 11, 2025 · 4 revisions

🔧 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_dummyhub_rf
  • 🛞 Middle: wheel_rm_dummyhub_rm
  • 🛞 Rear: wheel_rr_dummyhub_rb

🔹 Left Side:

  • 🛞 Front: wheel_lf_dummyhub_lf
  • 🛞 Middle: wheel_lm_dummyhub_lm
  • 🛞 Rear: wheel_lr_dummyhub_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! 🏁🔥

Clone this wiki locally