Attention:
This is for the discussion and releasing of tutorials for modifying GTA. Anything that isn't a tutorial will be deleted without notification.
- Please read the Official Modification Forum Rules & Procedure BEFORE posting!
- Data topics: The following topics contain information for formatting and writing tutorials.
- Requests are to be made in the pinned topic.
- New topics to this forum are subject to moderation, and will not appear immediately. Pending approval by a moderator, if a topic is deemed unsuitable it will be deleted without notification.
|
GTAGarage.com free mod hosting from GTANet, simply login with your GTAForums account details
GTAModding.com GTANet's modding wiki
GTA Modding Chatroom provided by irc.gtanet.com (Don't have an IRC client? Click here)
|
[TuT] Adding cars to GTA SA Not replacing, I said adding...
 |
|
 |
| |
2pacproducer2  |
Posted: Tuesday, Feb 24 2009, 18:23
|
Mack Pimp

Group: Members
Joined: Jul 12, 2008


|
ADDING CARS TO GTA SA TUTORIALHey, there is the same tutorial like this, it's author silvermanblue, but his tutorial was very complicated, dificult and old ( It wasn't working for many peaople ) so I decided to make another tutorial, because I want that all people could add some new cars to SA, it is a very nice feature. So @silvermanblue, dont be mad, and forgive me... DESCRIPTIONWith this tutorial you will be able to add more vehicles to SA, not replacing them. I will tell it step by step how to do it, so this tutorial is pretty helpful. TOOLS YOU NEED1. VehicleAudioEditorUltimate2. SA More Vehicles3. SAHandlingAdderUltimate4. ASILoader5. SALimitAdjuster6. SA GXT EditorGETTING STARTED...1. After you download all those plugins, extract all of those in your GTA SA root folder/directory. 2. Then, download a car you want. And there will be 2 files with .dff and .txd endings. Rename it to a simple name for a car, like BMW.dff and BMW.txd, and remember this name ( In my case BMW ). 3. Download IMG Tool from here, and open your gta3.img file wich is in your GTA SA>Models directory with it. 4. Click on Commands>Add. And add your renamed .dff and .txd files (BMW.dff and BMW.txd for me) 5. Click on Commands>Rebuild Archive>Yes(OK) 6. Then open SAlimits.ini file in your GTA SA directiory, search for Vehicle Models=212, and up it by one. Like this: From: #Vehicle Models=212 To: #Vehicle Models=213 Then save and close. 7. Open Handling.cfg in your GTA SA>Data directory. With your downloaded car, there should be a readme.txt file, there you will need a line, something like this: | CODE | | URANUS 1390.0 3614.4 1.6 0.0 0.0 -0.15 75 0.80 0.79 0.51 5 265.0 18.7 23.0 F P 5.5 0.6 1 30.0 1.0 0.11 0.0 0.27 -0.08 0.5 0.50 0.2 0.02 15000 0 700003 0 1 0 | But instead of URANUS ( Or other name ) you need to change it to a name you changed those .dff and .txd files. In my case its BMW, so your line should look like this: | CODE | | BMW 1390.0 3614.4 1.6 0.0 0.0 -0.15 75 0.80 0.79 0.51 5 265.0 18.7 23.0 F P 5.5 0.6 1 30.0 1.0 0.11 0.0 0.27 -0.08 0.5 0.50 0.2 0.02 15000 0 700003 0 1 0 |
So now, in your Handling.cfg file, find a category/goup of cars. Add your new line that we created. Save and close. 8. Open up the Vehicle.IDE file in your GTA SA>Data directory and add your new IDE line from your car mod readme at the end of the list. Instead of the name of the car you would replace, use your new name ( In my case its BMW ). And your cars ID will be 612. Save and close. 9. Open your carcols.dat file in the GTA SA>Data folder. Add your new vehicle's name in alphabeticly ( In my case BMW ) and your cars carcols line from your downloaded cars readme file. Save and close. 10. Open your cargrp.dat file in the same directory. And add your new car's name in some groups ( In my case its BMW ). This will make car spawn in random places, or ped groups. 11. Open carmods.dat in the same folder. Add your new car's carmods line from your downloaded cars readme file. Dont forget to change it to your new name, like mine's BMW. 12. Open VehicleAudioData.ini file in your GTA SA folder. There you will see lines: | CODE | [IDs] Number_of_pairs=1 FromID_1=400 ToID_1=615 |
Up the 615 to 616, like this: | CODE | [IDs] Number_of_pairs=1 FromID_1=400 ToID_1=616 |
Then scroll down to the end and add these lines: | CODE | [612] CarType=0 EngineOnSound=93 EngineOffSound=92 Unknown4=0 Unknown5=1 Unknown6=1 HornTon=6 HornHigh=0,943874299526215 DoorSound=2 RadioNum=5 RadioType=0 Unknown12=31 Unknown13=0 Unknown14=0 Unknown15=0 Unknown16=0 |
Save and close. 13. Then open HandlingAdder.ini file in the same folder. You will see this: So, change it to your vehicles ID. If you are adding one car, it will be 612. Then insted of this: | CODE | [411] index=11 fmass=1400 fTurnMass=2725,30004882813 fDragMult=1,5 x=0 y=0 z=-0,25 nPercentSubmerged=70 fTractionMultiplier=0,699999988079071 fTractionLoss=0,800000011920929 fTractionBias=0,5 nNumberOfGears=5 fMaxVelocity=1,22800159454346 fEngineAcceleration=0,00119999994058162 fEngineInertia=10 nDriveType=4 nEngineType=P fBrakeDeceleration=0,00439999997615814 fBrakeBias=0,509999990463257 bABS=0 fSteeringLock=30 fSuspensionForceLevel=1,20000004768372 fSuspensionDampingLevel=0,189999997615814 fSuspensionHighSpdComDamp=0 fSuspensionUpperLimit=0,25 fSuspensionLowerLimit=-0,100000001490116 fSuspensionBiasBetweenFrontAndRear=0,5 fSuspensionAntiDiveMultiplier=0,400000005960464 fSeatOffsetDistance=0,370000004768372 fCollisionDamageMultiplier=1,02857148647308 nMonetaryValue=95000 modelFlags=1073750020 handlingFlags=12599296 frontLight=1 rearLight=1 animGroup=1 |
Change the 411, to the 612 at the top of this. Its ( [411] to [612] ). Save and close. 14. Now use GXT Editor to open american.gxt in your GTA SA>Text folder. 15. Remember the name you have used in your Handling.cfg, carcols.dat, carmods.dat and other files. In my case its BMW. Find the table MAIN. 16. Add a new entry in MAIN from the button Entry>Add 17. Name your entry according to the name you used in handling.cfg and other files, mine is once again BMW. 18. You will then see Entry Name followed by Value, which is empty. 19. Enter the name of your vehicle into the Value area. e.g. 2007 BMW M3 2.0. Save and close. 20. Here it is. Launch your GTA SA, and go find your new car.
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
Jasenko  |
|
“Resistance is futile”

Group: Members
Joined: Mar 18, 2006


|
I understand everything except handling part. Isn't that original SA handling? And what about handling below?| CODE | | URANUS 1390.0 3614.4 1.6 0.0 0.0 -0.15 75 0.80 0.79 0.51 5 265.0 18.7 23.0 F P 5.5 0.6 1 30.0 1.0 0.11 0.0 0.27 -0.08 0.5 0.50 0.2 0.02 15000 0 700003 0 1 0 |
How can I convert that handling into new, handling-adder format?
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
Jasenko  |
|
“Resistance is futile”

Group: Members
Joined: Mar 18, 2006


|
| QUOTE (tiretiretire @ Mar 6 2009, 14:54) | i can't add more than 3 cars!!!! | That's probably because of ID numbers. You should use 18631 and above. I've added 300 new vehicles that way
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
Jasenko  |
|
“Resistance is futile”

Group: Members
Joined: Mar 18, 2006


|
| QUOTE (2pacproducer2 @ Mar 6 2009, 19:00) | | Jasenko you should just put the handlink line into the hanlding.cfg file, and change the name to your cars name. And how you added 300 cars ? Could you explain more ? |
Wait, I don't understand. All I want to know is how can I convert "standard" handling that came with modded vehicle into "handling-adder" format.
As for the vehicles, check this out:
| CODE | 18631, landsta, landsta, car, LANDSTA, LANDSTA, null, normal, 10, 0, 0, 0, 0.93, 0.93, -1 18632, landstb, landstb, car, LANDSTB, LANDSTB, null, normal, 10, 0, 0, -1, 0.87, 0.87, 0 18633, landstc, landstc, car, LANDSTC, LANDSTC, null, normal, 10, 0, 0, -1, 0.87, 0.87, 0 18634, bravuraa, bravuraa, car, BRAVURAA, BRAVURAA, null, poorfamily, 10, 0, 0, -1, 0.78, 0.78, 0 18635, bravurab, bravurab, car, BRAVURAB, BRAVURAB, null, executive, 10, 0, 0, -1, 0.75, 0.75, 0 18636, bravurac, bravurac, car, BRAVURAC, BRAVURAC, null, poorfamily, 10, 0, 0, -1, 0.74, 0.74, 0 18637, buffaloa, buffaloa, car, BUFFALOA, BUFFALOA, null, executive, 7, 0, 0, -1, 0.74, 0.75, -1 18638, buffalob, buffalob, car, BUFFALOB, BUFFALOB, null, richfamily, 7, 0, 0, -1, 0.68, 0.68, 1 18639, buffaloc, buffaloc, car, BUFFALOC, BUFFALOC, null, executive, 5, 0, 0, -1, 0.726, 0.726, 0 18640, lineruna, lineruna, car, LINERUNA, LINERUNA, van, worker, 5, 0, 0, -1, 1.1, 1.1, 0 18641, linerunb, linerunb, car, LINERUNB, LINERUNB, truck, worker, 6, 0, 0, -1, 1.106, 1.106, -1 18642, linerunc, linerunc, car, LINERUNC, LINERUNC, truck, worker, 5, 0, 0, -1, 1.20, 1.20, -1 18643, perena, perena, car, PERENA, PERENA, null, normal, 10, 0, 0, -1, 0.73, 0.73, 0 18644, perenb, perenb, car, PERENB, PERENB, null, poorfamily, 10, 0, 0, -1, 0.8, 0.8, 0 18645, sentina, sentina, car, SENTINA, SENTINA, null, normal, 10, 0, 0, -1, 0.75, 0.75, 0 18646, sentinb, sentinb, car, SENTINB, SENTINB, null, richfamily, 10, 0, 0, -1, 0.7, 0.7, -1 18647, sentinc, sentinc, car, SENTINC, SENTINC, null, executive, 10, 0, 0, -1, 0.823, 0.823, 0 18648, dumpera, dumpera, mtruck, DUMPERA, DUMPERA, truck, worker, 6, 0, 0, -1, 1.15, 1.15, -1 18649, dumperb, dumperb, mtruck, DUMPERB, DUMPERB, truck, worker, 10, 0, 0, -1, 1.106, 1.106, -1 18650, stretcha, stretcha, car, STRETCH, STRETCHA, null, executive, 10, 0, 0, -1, 0.75, 0.75, 0 18651, mananaa, mananaa, car, MANANAA, MANANAA, null, richfamily, 7, 0, 0, -1, 0.75, 0.75, 1 18652, mananab, mananab, car, MANANAB, MANANAB, null, normal, 10, 0, 0, -1, 0.7, 0.71, 0 18653, mananac, mananac, car, MANANAC, MANANAC, null, executive, 4, 0, 0, -1, 0.75, 0.75, 0 18654, inferna, inferna, car, INFERNA, INFERNA, null, executive, 5, 0, 0, -1, 0.7, 0.7, 0 18655, infernb, infernb, car, INFERNB, INFERNB, null, executive, 1, 0, 0, -1, 0.803, 0.803, -1 18656, infernc, infernc, car, INFERNC, INFERNC, null, normal, 10, 0, 0, -1, 0.84, 0.84, 1 18657, cheetaha, cheetaha, car, CHEETAHA, CHEETAHA, null, executive, 4, 0, 0, -1, 0.78, 0.78, 0 18658, cheetahb, cheetahb, car, CHEETAHB, CHEETAHB, null, executive, 7, 0, 0, -1, 0.775, 0.775, 1 18659, cheetahc, cheetahc, car, CHEETAHB, CHEETAHC, null, executive, 7, 0, 0, -1, 0.775, 0.775, 1 18660, moonba, moonba, car, MOONBA, MOONBA, null, normal, 10, 0, 0, -1, 0.73, 0.73, 0 18661, moonbb, moonbb, car, MOONBA, MOONBB, null, richfamily, 10, 0, 0, -1, 0.73, 0.73, 0 18662, esperaa, esperaa, car, ESPERAA, ESPERAA, null, poorfamily, 10, 0, 0, -1, 0.80, 0.80, 2 18663, taxia, taxia, car, TAXI, TAXIA, null, taxi, 10, 0, 1f10, -1, 0.73, 0.73, 0 18664, taxib, taxib, car, TAXIB, TAXIB, null, taxi, 10, 0, 0, -1, 0.79, 0.79, 0 18665, taxic, taxic, car, TAXIC, TAXIC, null, taxi, 10, 0, 0, -1, 0.71, 0.71, 0 18666, washinga, washinga, car, WASHINGA, WASHINGA, null, richfamily, 10, 0, 0, -1, 0.78, 0.78, 0 18667, washingb, washingb, car, WASHINGB, WASHINGB, null, richfamily, 10, 0, 0, -1, 0.65, 0.65, 0 18668, bobcata, bobcata, car, BOBCATA, BOBCATA, van, poorfamily, 4, 0, 0, -1, 0.85, 0.85, 0 18669, bobcatb, bobcatb, car, BOBCATB, BOBCATB, null, normal, 10, 0, 0, -1, 0.90, 0.90, 0 18670, bfinjeca, bfinjeca, car, BFINJECA, BFINJECA, BF_injection, executive, 10, 0, 0, -1, 0.9, 0.9, 0 18671, premiera, premiera, car, PREMIER, PREMIERA, null, richfamily, 10, 0, 0, -1, 0.73, 0.73, 0 18672, premierb, premierb, car, PREMIERB, PREMIERB, null, richfamily, 10, 0, 0, -1, 0.71, 0.71, 0 18673, bansheea, bansheea, car, BANSHEEA, BANSHEEA, null, executive, 5, 0, 0, -1, 0.8, 0.8, 0 18674, bansheeb, bansheeb, car, BANSHEEB, BANSHEEB, null, richfamily, 10, 0, 0, -1, 0.76, 0.76, 0 18675, bansheec, bansheec, car, BANSHEEC, BANSHEEC, null, richfamily, 10, 0, 0, -1, 0.76, 0.76, 0 18676, busa, busa, car, BUSA, BUSA, bus, normal, 5, 0, 1f10, 1, 1.06, 1.06, -1 18677, busb, busb, car, BUSB, BUSB, truck, worker, 8, 0, 4fff, 1, 1.1, 1.1, -1 18678, artict1a, artict1a, trailer, ARTICT1A, ARTICT1A, null, ignore, 6, 0, 0, -1, 1.1, 1.1, -1 18679, previona, previona, car, PREVIONA, PREVIONA, null, richfamily, 10, 0, 0, -1, 0.79, 0.79, 0 18680, previonb, previonb, car, PREVIONB, PREVIONB, null, normal, 10, 0, 0, -1, 0.68, 0.68, 0 18681, coacha, coacha, car, COACHA, COACHA, bus, normal, 8, 0, 0, 1, 0.98, 0.98, -1 18682, cabbiea, cabbiea, car, CABBIEA, CABBIEA, null, taxi, 6, 0, 1f10, -1, 0.75, 0.75, 0 18683, stallia, stallia, car, STALLIA, STALLIA, null, poorfamily, 10, 0, 3210, -1, 0.73, 0.73, 0 18684, stallib, stallib, car, STALLIB, STALLIB, null, normal, 10, 0, 0, -1, 0.72, 0.72, 0 18685, stallic, stallic, car, STALLIC, STALLIC, null, executive, 4, 0, 0, -1, 0.70, 0.70, 0 18686, admirala, admirala, car, ADMIRALA, ADMIRALA, null, poorfamily, 10, 0, 0, -1, 0.72, 0.72, 0 18687, admiralb, admiralb, car, ADMIRALB, ADMIRALB, null, richfamily, 7, 0, 0, -1, 0.75, 0.75, 1 18688, admiralc, admiralc, car, ADMIRALC, ADMIRALC, null, richfamily, 10, 0, 0, -1, 0.761, 0.761, 0 18689, artict2a, artict2a, trailer, ARTICT2A, ARTICT2A, null, ignore, 6, 0, 0, -1, 1.1, 1.1, -1 18690, turismoa, turismoa, car, TURISMOA, TURISMOA, null, executive, 10, 0, 0, -1, 0.82, 0.82, 0 18691, turismob, turismob, car, TURISMOA, TURISMOB, null, executive, 10, 0, 0, -1, 0.76, 0.76, 0 18692, turismoc, turismoc, car, TURISMOA, TURISMOC, null, normal, 7, 0, 0, -1, 0.76, 0.76, 0 18693, speedera, speedera, boat, RIO, SPEEDERA, null, leisureboat, 10, 0, 4fff 18694, tropica, tropica, boat, RIO, TROPICA, null, leisureboat, 10, 0, 4fff 18695, solaira, solaira, car, REGINA, SOLAIRA, null, executive, 10, 0, 0, -1, 0.76, 0.76, -1 18696, solairb, solairb, car, SOLAIRB, SOLAIRB, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0 18697, skimmera, skimmera, plane, SEAPLANE, SKIMMERA, null, ignore, 5, 0, 0 18698, faggioa, faggioa, bike, MOPED, FAGGIOA, bikev, moped, 10, 0, 0, 16, 0.544, 0.544, -1 18699, faggiob, faggiob, bike, MOPED, FAGGIOB, bikev, moped, 10, 0, 0, 16, 0.464, 0.464, -1 18700, freewaya, freewaya, bike, FREEWAY, FREEWAYA, wayfarer, motorbike, 6, 0, 3f341210, 16, 0.66, 0.70, -1 18701, freewayb, freewayb, bike, FREEWAY, FREEWAYB, wayfarer, motorbike, 10, 0, 0, 23, 0.73, 0.73, -1 18702, oceanica, oceanica, car, OCEANICA, OCEANICA, null, normal, 10, 0, 0, -1, 0.8, 0.8, -1 18703, sancheza, sancheza, bike, DIRTBIKE, SANCHEZA, biked, motorbike, 5, 0, 0, 23, 0.68, 0.62, -1 18704, sparrowa, sparrowa, heli, SPARROW, SPARROWA, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1 18705, sparrowb, sparrowb, heli, SPARROW, SPARROWB, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1 18706, patriota, patriota, car, PATRIOTA, PATRIOTA, null, normal, 10, 0, 0, 0, 0.94, 0.94, 0 18707, patriotb, patriotb, car, PATRIOTB, PATRIOTB, null, normal, 10, 0, 0, -1, 0.87, 0.87, 0 18708, quada, quada, quada, QUADBIKE, QUADA, quad, normal, 4, 0, 0, -1, 0.55, 0.55, 0 18709, hermesa, hermesa, car, HERMESA, HERMESA, null, normal, 10, 0, 0, -1, 0.78, 0.78, 0 18710, hermesb, hermesb, car, HERMESB, HERMESB, null, richfamily, 4, 0, 0, -1, 0.7, 0.7, 0 18711, hermesc, hermesc, car, HERMESC, HERMESC, null, normal, 7, 0, 0, -1, 0.72, 0.72, 0 18712, sabrea, sabrea, car, SABREA, SABREA, null, normal, 4, 0, 0, -1, 0.63, 0.63, 0 18713, sabreb, sabreb, car, SABREB, SABREB, null, normal, 10, 0, 2ff0, -1, 0.78, 0.78, 0 18714, sabrec, sabrec, car, SABREC, SABREC, null, poorfamily, 10, 0, 0, -1, 0.732, 0.732, 0 18715, zr350a, zr350a, car, ZR350A, ZR350A, null, executive, 5, 0, 0, 0, 0.80, 0.80, 0 18716, zr350b, zr350b, car, ZR350B, ZR350B, null, executive, 5, 0, 0, 0, 0.80, 0.80, 0 18717, zr350c, zr350c, car, ZR350C, ZR350C, null, normal, 10, 0, 2ff0, -1, 0.7, 0.7, 0 18718, waltona, waltona, car, WALTONA, WALTONA, null, worker, 10, 0, 0, -1, 0.85, 0.85, 2 18719, waltonb, waltonb, car, WALTONB, WALTONB, null, normal, 10, 0, 0, -1, 0.90, 0.90, 0 18720, reginaa, reginaa, car, REGINAA, REGINAA, null, richfamily, 10, 0, 0, -1, 0.722, 0.722, 0 18721, cometa, cometa, car, COMET, COMETA, null, poorfamily, 10, 0, 3210, -1, 0.77, 0.77, 0 18722, cometb, cometb, car, COMETB, COMETB, null, normal, 10, 0, 0, -1, 0.75, 0.75, 0 18723, bmxa, bmxa, bmx, BMX, BMXA, bmx, bicycle, 5, 0, 0, 23, 0.54, 0.54, -1 18724, bmxb, bmxb, bmx, BMX, BMXB, bmx, bicycle, 5, 0, 0, 23, 0.54, 0.54, -1 18725, mavera, mavera, heli, COASTMAV, MAVERA, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1 18726, virgoa, virgoa, car, VIRGOA, VIRGOA, null, executive, 10, 0, 0, -1, 0.77, 0.77, 0 18727, greenwa, greenwa, car, GREENWA, GREENWA, null, poorfamily, 10, 0, 0, -1, 0.73, 0.73, 0 18728, greenwb, greenwb, car, GREENWB, GREENWB, null, normal, 10, 0, 0, -1, 0.73, 0.73, 0 18729, hotringa, hotringa, car, HOTRING, HOTRINGA, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1 18730, hotringb, hotringb, car, HOTRINGB, HOTRINGB, null, executive, 1, 0, 0, -1, 0.75, 0.75, 0 18731, sandkina, sandkina, car, SANDKINA, SANDKINA, null, ignore, 5, 0, 2ff0, -1, 0.71, 0.71, 0 18732, sandkinb, sandkinb, car, SANDKINA, SANDKINB, null, ignore, 10, 0, 0, -1, 0.71, 0.71, 0 18733, sandkinc, sandkinc, car, SANDKINA, SANDKINC, null, ignore, 10, 0, 0, -1, 0.71, 0.71, 0 18734, blistaca, blistaca, car, BLISTACA, BLISTACA, null, normal, 5, 0, 2ff0, -1, 0.68, 0.68, 0 18735, blistacb, blistacb, car, BLISTACB, BLISTACB, null, normal, 5, 0, 2ff0, -1, 0.68, 0.68, 0 18736, blistacc, blistacc, car, BLISTACC, BLISTACC, null, normal, 10, 0, 0, -1, 0.8, 0.8, 0 18737, polmava, polmava, heli, COASTMAV, POLMAVA, null, ignore, 10, 0, 0, -1, 0.7, 0.7, -1 18738, mesaa, mesaa, car, MESAA, MESAA1, null, richfamily, 6, 7, 0, -1, 0.868, 0.868, 0 18739, hotrinaa, hotrinaa, car, HOTRING, HOTRINAA, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1 18740, hotrinab, hotrinab, car, HOTRING, HOTRINAB, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1 18741, hotrinba, hotrinba, car, HOTRING, HOTRINBA, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1 18742, hotrinbb, hotrinbb, car, HOTRING, HOTRINBB, null, ignore, 1, 0, 4fff, -1, 0.82, 0.82, -1 18743, bloodrb, bloodrb, car, BLOODRB, BLOODRB, BF_injection, ignore, 1, 0, 4fff, -1, 0.7, 0.7, -1 18744, rnchlura, rnchlura, car, RNCHLURA, RNCHLURA, null, normal, 10, 0, 0, -1, 0.90, 0.90, 0 18745, rnchlurb, rnchlurb, car, RNCHLURB, RNCHLURB, null, normal, 4, 0, 0, -1, 0.90, 0.90, 0 18746, supergta, supergta, car, SUPERGTA, SUPERGTA, null, richfamily, 7, 0, 0, -1, 0.79, 0.79, 1 18747, supergtb, supergtb, car, SUPERGTB, SUPERGTB, null, executive, 10, 0, 0, -1, 0.74, 0.74, 0 18748, eleganta, eleganta, car, ELEGANTA, ELEGANTA, null, normal, 10, 0, 0, -1, 0.76, 0.76, -1 18749, elegantb, elegantb, car, ELEGANTB, ELEGANTB, null, executive, 10, 0, 0, -1, 0.75, 0.75, 0 18750, elegantc, elegantc, car, ELEGANTC, ELEGANTC, null, richfamily, 5, 0, 0, -1, 0.795, 0.795, 0 18751, journeya, journeya, car, JOURNEYA, JOURNEYA, null, worker, 4, 0, 0, -1, 0.75, 0.75, -1 18752, bikea, bikea, bmx, CHOPPERB, BIKEA, choppa, bicycle, 5, 0, 0, 23, 0.55, 0.58, 0 18753, mtbikea, mtbikea, bmx, MTB, MTBIKEA, mtb, bicycle, 7, 0, 0, 23, 0.68, 0.68, -1 18754, mtbikeb, mtbikeb, bmx, MTB, MTBIKEB, bmx, bicycle, 5, 0, 0, 23, 0.95, 0.75, 0 18755, petroa, petroa, car, PETROLA, PETROA, truck, worker, 5, 0, 0, -1, 1.15, 1.15, -1 18756, rdtraina, rdtraina, car, RDTRAINA, RDTRAINA, truck, worker, 10, 0, 0, -1, 1.10, 1.10, -1 18757, rdtrainb, rdtrainb, car, RDTRAINB, RDTRAINB, truck, worker, 6, 0, 0, -1, 1.15, 1.15, -1 18758, nebulaa, nebulaa, car, NEBULAA, NEBULAA, null, poorfamily, 10, 0, 0, -1, 0.75, 0.75, 0 18759, nebulab, nebulab, car, NEBULAB, NEBULAB, null, richfamily, 10, 0, 0, -1, 0.732, 0.732, 1 18760, majesta, majesta, car, MAJESTA, MAJESTA, null, poorfamily, 10, 0, 0, -1, 0.75, 0.75, 0 18761, majestb, majestb, car, MAJESTB, MAJESTB, null, normal, 10, 0, 0, -1, 0.78, 0.78, 0 18762, majestc, majestc, car, MAJESTC, MAJESTC, null, poorfamily, 10, 0, 0, -1, 0.80, 0.80, 2 18763, buccana, buccana, car, BUCCANA, BUCCANA, null, executive, 9, 0, 0, -1, 0.74, 0.79, 0 18764, shamala, shamala, plane, SHAMAL, SHAMALA, shamal, ignore, 5, 0, 0, -1, 0.62, 0.62, -1 18765, fcr900a, fcr900a, bike, FCR900, FCR900A, wayfarer, motorbike, 6, 0, 3f341210, 16, 0.66, 0.70, -1 18766, nrg500a, nrg500a, bike, NRG500, NRG500A, bikes, motorbike, 10, 0, 1f341210, 16, 0.68, 0.68, -1 18767, towtruka, towtruka, car, TOWTRUKA, TOWTRUKA, van, worker, 8, 0, 0, -1, 1.2, 1.2, -1 18768, towtrukb, towtrukb, car, TOWTRUKB, TOWTRUKB, null, worker, 5, 0, 0, -1, 1.2, 1.2, -1 18769, fortunea, fortunea, car, FORTUNEA, FORTUNEA, null, normal, 10, 0, 0, -1, 0.80, 0.80, 0 18770, fortuneb, fortuneb, car, FORTUNEB, FORTUNEB, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0 18771, fortunec, fortunec, car, FORTUNEC, FORTUNEC, null, executive, 5, 0, 0, -1, 0.759, 0.759, 0 18772, cadronaa, cadronaa, car, CADRONAA, CADRONAA, null, richfamily, 10, 0, 0, -1, 0.72, 0.72, 0 18773, fbitruka, fbitruka, car, FBITRUKA, FBITRUKA, null, ignore, 10, 0, 0, -1, 0.79, 0.79, 0 18774, fbitrukb, fbitrukb, car, FBITRUKB, FBITRUKB, null, ignore, 10, 0, 0, -1, 0.71, 0.71, 0 18775, willarda, willarda, car, WILLARD, WILLARDA, null, poorfamily, 10, 0, 0, -1, 0.81, 0.81, 0 18776, willardb, willardb, car, WILLARD, WILLARDB, null, poorfamily, 10, 0, 0, -1, 0.8, 0.8, 0 18777, willardc, willardc, car, WILLARDC, WILLARDC, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0 18778, tractora, tractora, car, TRACTORA, TRACTORA, null, normal, 5, 0, 0, -1, 1.45, 1.67, -1 18779, combinea, combinea, car, COMBINE, COMBINEA, truck, worker, 8, 0, 0, 0, 1.0, 1.0, -1 18780, feltzera, feltzera, car, FELTZERA, FELTZERA, null, executive, 10, 0, 0, -1, 0.74, 0.74, 0 18781, feltzerb, feltzerb, car, FELTZERB, FELTZERB, null, executive, 5, 0, 0, -1, 0.745, 0.745, 0 18782, feltzerc, feltzerc, car, FELTZERC, FELTZERC, null, executive, 10, 0, 0, -1, 0.745, 0.745, 0 18783, reminga, reminga, car, REMINGA, REMINGA, null, poorfamily, 10, 0, 0, -1, 0.76, 0.76, 0 18784, remingb, remingb, car, REMINGB, REMINGB, null, executive, 10, 0, 0, -1, 0.84, 0.84, 2 18785, slamvana, slamvana, car, SLAMVANA, SLAMVANA, null, executive, 4, 0, 0, -1, 0.79, 0.79, 0 18786, slamvanb, slamvanb, car, SLAMVANB, SLAMVANB, null, normal, 10, 0, 0, -1, 0.8, 0.8, 0 18787, bladea, bladea, car, BLADEA, BLADEA, null, executive, 7, 0, 0, -1, 0.74, 0.74, 2 18788, bladeb, bladeb, car, BLADEB, BLADEB, null, executive, 7, 0, 0, 0, 0.84, 0.84, 2 18789, vincenta, vincenta, car, VINCENTA, VINCENTA, null, richfamily, 10, 0, 0, -1, 0.73, 0.73, 0 18790, vincentb, vincentb, car, VINCENTB, VINCENTB, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0 18791, vincentc, vincentc, car, VINCENTC, VINCENTC, null, normal, 10, 0, 0, -1, 0.79, 0.79, 0 18792, bulleta, bulleta, car, BULLETA, BULLETA, null, executive, 4, 0, 0, -1, 0.82, 0.82, 0 18793, bulletb, bulletb, car, BULLETB, BULLETB, null, executive, 5, 0, 0, -1, 0.7, 0.7, 0 18794, bulletc, bulletc, car, BULLETC, BULLETC, null, richfamily, 7, 0, 0, -1, 0.80, 0.80, 1 18795, sadlera, sadlera, car, SADLERA, SADLERA, truck, normal, 10, 0, 0, -1, 0.95, 0.95, -1 18796, sadlerb, sadlerb, car, SADLERB, SADLERB, null, normal, 10, 0, 0, -1, 0.95, 0.95, -1 18797, intruda, intruda, car, INTRUDA, INTRUDA, null, normal, 10, 0, 0, -1, 0.82, 0.82, -1 18798, intrudb, intrudb, car, INTRUDB, INTRUDB, null, normal, 10, 0, 0, -1, 0.8, 0.8, 0 18799, primoa, primoa, car, PRIMO, PRIMOA, null, normal, 10, 0, 0, 0, 0.77, 0.77, 0 18800, primob, primob, car, PRIMOB, PRIMOB, null, normal, 10, 0, 0, -1, 0.72, 0.72, 1 18801, primoc, primoc, car, PRIMOB, PRIMOC, null, normal, 10, 0, 0, -1, 0.72, 0.72, 1 18802, tampaa, tampaa, car, TAMPAA, TAMPAA, null, normal, 10, 0, 2ff0, -1, 0.74, 0.74, 0 18803, tampab, tampab, car, TAMPAB, TAMPAB, null, normal, 10, 0, 2ff0, -1, 0.72, 0.72, 0 18804, tampac, tampac, car, TAMPAC, TAMPAC, null, normal, 10, 0, 2ff0, -1, 0.7, 0.7, 0 18805, sunrisea, sunrisea, car, SUNRISEA, SUNRISEA, null, normal, 10, 0, 0, -1, 0.89, 0.89, 0 18806, sunriseb, sunriseb, car, SUNRISEB, SUNRISEB, null, normal, 10, 0, 0, -1, 0.684, 0.684, 0 18807, sunrisec, sunrisec, car, SUNRISEC, SUNRISEC, null, normal, 4, 0, 0, -1, 0.76, 0.75, 0 18808, merita, merita, car, MERITA, MERITA, null, richfamily, 10, 0, 0, -1, 0.75, 0.75, 0 18809, meritb, meritb, car, MERITB, MERITB, null, richfamily, 10, 0, 0, -1, 0.79, 0.79, 0 18810, meritc, meritc, car, MERITC, MERITC, null, executive, 4, 0, 0, -1, 0.78, 0.78, 0 18811, utilitya, utilitya, car, UTILITY, UTILITYA, null, richfamily, 9, 7, 0, -1, 0.8, 0.8, 0 18812, yosemita, yosemita, car, YOSEMITA, YOSEMITA, null, normal, 10, 0, 0, -1, 0.84, 0.84, -1 18813, yosemitb, yosemitb, car, YOSEMITB, YOSEMITB, null, richfamily, 4, 0, 0, -1, 0.82, 0.82, 0 18814, windsora, windsora, car, WINDSORA, WINDSORA, null, executive, 10, 0, 0, -1, 0.74, 0.74, 1 18815, windsorb, windsorb, car, WINDSORB, WINDSORB, null, richfamily, 10, 0, 0, -1, 0.72, 0.72, 0 18816, windsorc, windsorc, car, WINDSORC, WINDSORC, null, richfamily, 10, 0, 0, -1, 0.72, 0.72, 0 18817, uranusa, uranusa, car, URANUSA, URANUSA, null, richfamily, 7, 0, 0, -1, 0.71, 0.71, 1 18818, uranusb, uranusb, car, URANUSB, URANUSB, null, normal, 8, 0, 0, -1, 0.74, 0.74, 0 18819, uranusc, uranusc, car, URANUSC, URANUSC, null, richfamily, 7, 0, 0, -1, 0.7, 0.7, 1 18820, jestera, jestera, car, JESTERA, JESTERA, null, executive, 7, 0, 0, -1, 0.735, 0.735, 1 18821, jesterb, jesterb, car, JESTERB, JESTERB, null, richfamily, 7, 0, 0, -1, 0.79, 0.79, 1 18822, jesterc, jesterc, car, JESTERC, JESTERC, null, richfamily, 7, 0, 0, -1, 0.7, 0.7, 1 18823, sultana, sultana, car, SULTANA, SULTANA, null, richfamily, 7, 0, 0, -1, 0.75, 0.75, 1 18824, sultanb, sultanb, car, SULTANB, SULTANB, null, executive, 4, 0, 0, -1, 0.80, 0.80, 0 18825, sultanc, sultanc, car, SULTANC, SULTANC, null, richfamily, 10, 0, 0, -1, 0.735, 0.735, 0 18826, stratuma, stratuma, car, STRATUMA, STRATUMA, null, executive, 7, 0, 0, -1, 0.76, 0.76, -1 18827, stratumb, stratumb, car, STRATUMB, STRATUMB, null, richfamily, 7, 0, 0, -1, 0.81, 0.81, 0 18828, elegya, elegya, car, ELEGYA, ELEGYA, null, richfamily, 10, 0, 0, -1, 0.78, 0.78, 1 18829, elegyb, elegyb, car, ELEGYB, ELEGYB, null, executive, 7, 0, 0, -1, 0.73, 0.73, 1 18830, elegyc, elegyc, car, ELEGYC, ELEGYC, null, richfamily, 7, 0, 0, -1, 0.78, 0.78, -1 18831, flasha, flasha, car, FLASHA, FLASHA, null, executive, 10, 0, 0, -1, 0.705, 0.705, 0 18832, flashb, flashb, car, FLASHB, FLASHB, null, richfamily, 7, 0, 0, -1, 0.77, 0.77, 1 18833, flashc, flashc, car, FLASHC, FLASHC, null, executive, 5, 0, 0, -1, 0.60, 0.60, 0 18834, tahomaa, tahomaa, car, TAHOMA, TAHOMAA, null, normal, 10, 0, 0, -1, 0.818, 0.818, 0 18835, tahomab, tahomab, car, TAHOMAB, TAHOMAB, null, executive, 10, 0, 0, -1, 0.76, 0.76, 2 18836, dunerida, dunerida, mtruck, DUNEA, DUNERIDA, truck, ignore, 4, 0, 0, -1, 1.1, 1.1, 0 18837, tornadoa, tornadoa, car, TORNADOA, TORNADOA, null, normal, 7, 0, 0, -1, 0.732, 0.732, 0 18838, tornadob, tornadob, car, TORNADOB, TORNADOB, null, richfamily, 10, 0, 0, -1, 0.76, 0.76, 1 18839, at400a, at400a, plane, AT400, AT400A, coach, ignore, 10, 0, 0, -1, 1.12, 1.12, -1 18840, at400b, at400b, plane, AT400, AT400B, coach, ignore, 10, 0, 0, -1, 1.12, 1.12, -1 18841, at400c, at400c, plane, AT400, AT400C, coach, ignore, 10, 0, 0, -1, 1.12, 1.12, -1 18842, dft30a, dft30a, car, DFT30A, DFT30A, truck, worker, 10, 0, 4fff, -1, 1, 1, -1 18843, huntleya, huntleya, car, HUNTLEYA, HUNTLEYA, null, normal, 10, 0, 0, -1, 0.9, 0.9, 0 18844, huntleyb, huntleyb, car, HUNTLEYB, HUNTLEYB, null, executive, 7, 0, 0, 0, 0.93, 0.93, 1 18845, huntleyc, huntleyc, car, HUNTLEYC, HUNTLEYC, null, executive, 10, 0, 0, -1, 0.87, 0.87, 0 18846, staffa, staffa, car, STAFFA, STAFFA, null, normal, 4, 0, 0, -1, 0.78, 0.78, 0 18847, staffb, staffb, car, STAFFB, STAFFB, null, normal, 7, 0, 2ff0, -1, 0.85, 0.85, 0 18848, petrotra, petrotra, trailer, PETROTRA, PETROTRA, null, ignore, 6, 0, 0, -1, 1.12, 1.12, -1 18849, emperora, emperora, car, EMPERORA, EMPERORA, null, richfamily, 10, 0, 0, -1, 0.76, 0.76, -1 18850, emperorb, emperorb, car, EMPERORB, EMPERORB, null, normal, 10, 0, 0, -1, 0.7, 0.7, 0 18851, emperorc, emperorc, car, EMPERORC, EMPERORC, null, richfamily, 10, 0, 0, -1, 0.71, 0.71, 0 18852, wayfara, wayfara, bike, HPV1000, WAYFARA, wayfarer, motorbike, 10, 0, 0, 23, 0.75, 0.75, -1 18853, wayfarb, wayfarb, bike, HPV1000, WAYFARB, wayfarer, motorbike, 6, 0, 0, 23, 0.673, 0.673, -1 18854, cluba, cluba, car, CLUBA, CLUBA, null, normal, 10, 0, 0, -1, 0.63, 0.63, 0 18855, clubb, clubb, car, CLUBA, CLUBB, null, normal, 8, 0, 0, -1, 0.73, 0.73, 0 18856, clubc, clubc, car, CLUBC, CLUBC, null, normal, 10, 0, 1f10, -1, 0.73, 0.73, 0 18857, artict3a, artict3a, trailer, ARTICT3A, ARTICT3A, null, ignore, 6, 0, 0, -1, 1.0, 1.0, -1 18858, androma, androma, plane, AT400, ANDROMA, coach, ignore, 10, 0, 0, -1, 0.7, 0.7, -1 18859, dodoa, dodoa, plane, DODO, DODOA, van, ignore, 10, 0, 0, -1, 0.56, 0.56, -1 18860, copcla, copcla, car, POLICE_SF, COPCLA, null, ignore, 10, 0, 0, -1, 0.73, 0.73, 0 18861, copcvg, copcvg, car, COPCARVG1, COPCVG, null, ignore, 10, 0, 0, 1, 0.8, 0.8, -1 18862, copcru, copcru, car, COPCARRU1, COPCRU, null, ignore, 10, 0, 0, -1, 0.79, 0.79, 0 18863, alphaa, alphaa, car, ALPHAA, ALPHAA, null, executive, 10, 0, 0, -1, 0.84, 0.87, 0 18864, alphab, alphab, car, ALPHAB, ALPHAB, null, executive, 10, 0, 0, -1, 0.84, 0.87, 0 18865, alphac, alphac, car, ALPHAC, ALPHAC, null, executive, 5, 0, 0, -1, 0.84, 0.84, 0 18866, phoenixa, phoenixa, car, PHOENIXA, PHOENIXA, null, executive, 5, 0, 0, -1, 0.754, 0.754, 0 18867, phoenixb, phoenixb, car, PHOENIXB, PHOENIXB, null, executive, 7, 0, 0, -1, 0.735, 0.735, 1 18868, phoenixc, phoenixc, car, PHOENIXC, PHOENIXC, null, executive, 7, 0, 0, -1, 0.735, 0.735, 1 18869, glenshta, glenshta, car, GLENSHTA, GLENSHTA, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0 18870, sadlshta, sadlshta, car, SADLSHTA, SADLSHTA, null, normal, 10, 0, 0, 0, 0.96, 0.96, -1 18871, bagboxaa, bagboxaa, trailer, BAGBOXAA, BAGBOXAA, null, ignore, 10, 0, 0, -1, 1.106, 1.106, -1 18872, boxburga, boxburga, car, BOXBURGA, BOXBURGA, van, worker, 10, 0, 0, -1, 0.95, 0.95, -1 18873, utiltr1a, utiltr1a, trailer, UTIL_TR1A, UTILTR1A, null, ignore, 4, 0, 0, -1, 0.6, 0.6, -1 18874, utiltr1b, utiltr1b, trailer, UTIL_TR1B, UTILTR1B, null, ignore, 4, 0, 0, -1, 0.68, 0.68, -1 18875, extra0_a, extra0_a, car, EXTRA0_A, EXTRA0_A, null, worker, 10, 0, 0, -1, 0.78, 0.78, -1 18876, extra0_b, extra0_b, car, EXTRA0_B, EXTRA0_B, van, worker, 10, 0, 0, -1, 0.75, 0.75, -1 18877, extra1_a, extra1_a, car, EXTRA1_A, EXTRA1_A, null, poorfamily, 10, 0, 0, -1, 0.70, 0.70, 0 18878, extra1_b, extra1_b, car, EXTRA1_B, EXTRA1_B, null, poorfamily, 7, 0, 0, -1, 0.65, 0.65, 1 18879, extra2_a, extra2_a, car, EXTRA2_A, EXTRA2_A, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0 18880, extra2_b, extra2_b, car, EXTRA2_B, EXTRA2_B, null, poorfamily, 10, 0, 0, -1, 0.7, 0.7, 0 18881, extra3_a, extra3_a, car, EXTRA3_A, EXTRA3_A, null, normal, 7, 0, 0, 1, 0.7, 0.7, 1 18882, extra3_b, extra3_b, car, EXTRA3_B, EXTRA3_B, null, normal, 10, 0, 0, -1, 0.69, 0.69, 0 18883, extra4_a, extra4_a, car, EXTRA4_A, EXTRA4_A, null, normal, 10, 0, 4fff, -1, 0.65, 0.65, -1 18884, extra4_b, extra4_b, car, EXTRA4_B, EXTRA4_B, null, poorfamily, 10, 0, 0, 0, 0.55, 0.55, 0 18885, mrbean1, mrbean1, car, MRBEAN1, MRBEAN1, null, normal, 10, 0, 0, 0, 0.5, 0.5, 0 18886, mrbean2, mrbean2, car, MRBEAN2, MRBEAN2, null, normal, 10, 0, 0, 0, 0.5, 0.5, 0 end |
Those are custom-vehicles ONLY. 18631 (landsta) goes under 611, utiltr1 trailer... I've tried using custom-added handlings for them but it didn't worked
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
Jasenko  |
|
“Resistance is futile”

Group: Members
Joined: Mar 18, 2006


|
| QUOTE (2pacproducer2 @ Mar 6 2009, 21:08) | | I dont know how to convert it, Im just changing the mass and thats all, because I think there is no way to convert it to handling-adder. | Then what's the point of using handling-adder? It would be much easier to use original handling (shared) values.
For example: I have Chevrolet Caprice (steel-wheels) replacing "premier", but I also have Caprice (alloy wheels) as "premiera". Since both of them are exactly the same in size and mass, I'm using "PREMIER" handling instead.
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
Jasenko  |
|
“Resistance is futile”

Group: Members
Joined: Mar 18, 2006


|
| QUOTE (2pacproducer2 @ Mar 6 2009, 21:18) | | QUOTE (Jasenko @ Mar 6 2009, 19:15) | | QUOTE (2pacproducer2 @ Mar 6 2009, 21:08) | | I dont know how to convert it, Im just changing the mass and thats all, because I think there is no way to convert it to handling-adder. |
Then what's the point of using handling-adder? It would be much easier to use original handling (shared) values.
For example: I have Chevrolet Caprice (steel-wheels) replacing "premier", but I also have Caprice (alloy wheels) as "premiera". Since both of them are exactly the same in size and mass, I'm using "PREMIER" handling instead. |
Without handling adder I think the game would crash, but I havent tested it. Maybe it wouldn't, so then we dont need to use handling ader | Why would the game crash? It's all about using original handling, not adding them...
The only problem is to recognize which handling is suitable for specific vehicle.
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Pages:
(18) [1] 2 3 ... Last »
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
| |
 |
|
 |
|