Author Message

xxxGGGxxx

my
Posts: 20

Location: Malaysia
Occupation: Noob SLRR modder
Age:
V$:
#61083   2015-01-18 13:57          
# AtomicCraZe : Can someone tell me why there is no cars at the dealership used and new I tried editing the Prevalence to 1000.0 but no luckIm running on BB93's SLRR pack with alot of car mods

Try editing the actual prevalence file
Example:
// CAREER mode -> new car dealer //
// Nonus Street GT //
vmd=new VehicleModel( cars.racers.Mazda_FD3S:0x00000006r, VS_STOCK );
vtdarr.addElement( vmd );
vmd.prevalence = 1800.0(play around with this);
vmd.minPower = 1.0; vmd.maxPower = 1.0;
vmd.minOptical = 1.0; vmd.maxOptical = 1.0;
vmd.minTear = 1.0; vmd.maxTear = 1.0;
vmd.minWear = 1.0; vmd.maxWear = 1.0;
vmd.stockPrestige=396; vmd.fullPrestige= 460;
vmd.stockQM = qm_stock_Emer_Nonus_Street_GT; vmd.fullQM = qm_full_Emer_Nonus_Street_GT;
vmd.vehicleName = "Mazda RX-7 FD3S";
prevalence += vmd.prevalence;

Hope it helped