Vehicle Canvas - SuedOnAIM/RF_CustomHUD_Edits GitHub Wiki
Vehicle Health Bar
Displays your vehicle's current health as a bar.
Has three game objects to it:
- HealthBG is the black background. It can be altered/removed.
- Red BG is the background color behind the vehicle health bar. It appears when your health lowers. It can be altered/removed. Red BG should be the same size as Health.
- Health is the orange bar and displays your current vehicle health. Color can be changed without editing the script.
Vehicle Name and Health
The VehicleHUD is made of two text objects.
- VehicleName displays the name of the current vehicle.
- VehicleHealth displays the current health of the current vehicle out of 100. At full health, the number will display 100.
If you want the VehicleHealth to display the actual current health, you will need to edit the CustomHUD_Vehicle.lua script.
Mutator Configuration
Configuration requires:
Bool id: vehicleHUDVisibility