← Back to Main Hub

Custom Peds & Whitelisted Vehicles

Expansion Guide

Learn how to add custom add-on ped models to the passenger pool, and whitelist vehicles for High-End classes.

Whitelisting Vehicles

By default, the mod checks the game's internal vehicle class (e.g., SUVs, Sedans). But for premium tiers like UberBlack or specific requests for UberXL, you may want to ensure your custom add-on vehicles qualify.

You can add your vehicle's model name to the whitelist in the UberDriverRevamped.ini file under the [Vehicles] section.

High-End Vehicles (UberBlack)

To add a vehicle to the High-End whitelist, add the model/spawn name to the HighEndVehicles list, separated by commas.

HighEndVehicles=COGNOSCENTI, SUPERD, SCHAFTER5, my_custom_addon

SUVs (UberXL)

To add a vehicle to the SUV whitelist (if the game doesn't natively tag it as an SUV), add the model name to the SUVs list.

SUVs=CAVALCADE, GRANGER, my_custom_suv

Adding Custom Passengers (Peds)

You can completely customize the pool of pedestrians that the mod spawns as your passengers. This is perfect if you have downloaded custom real-life ped models and want them to take a ride in your car.

In UberDriverRevamped.ini, locate the [Peds] section. You can define a comma-separated list of ped model names in the PassengerModels property.

Example Usage

PassengerModels=a_m_m_business_01, a_f_y_business_03, my_custom_ped1, a_m_y_hippy_01

When the mod spawns a passenger, it will randomly select one of the models from this list. Ensure that any custom models you add are installed correctly in your GTA V mods folder; otherwise, the game might crash or the ped simply won't spawn.