frenchyneo Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 salut j'ai modifier mes voiture et un truc a merder. Le 747 vole a quelque mettre du sol aidez moi Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
mimiduchat Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 salut j'ai modifier mes voiture et un truc a merder. Le 747 vole a quelque mettre du sol aidez moi tiens donc : le handling original : ; Author: Bill Henderson ; Created 10/12/1999 ; ; > COMMENTS ; ------------ ; TWEAK AT YOUR OWN RISK ; ; > UNITS ; --------- ; vehicle identifier 14 characters max ; dimensions in metres ; mass in Kg ; velocity in Km/h ; acceleration/deceleration in ms-2 ; multipliers x1.0 is default ; angles in degrees ; Levels :- (L)ow, (M)edium, (H)igh ; buoyancy = percent submerged (> 100% vehicle sinks) ; engine type :- (P)etrol, (D)iesel, (E)lectric ; engine drive :- (F)ront, ®ear, (4)-wheel drive ; ; > FIELD DESCRIPTIONS ; ---------------------- ; (A) vehicle identifier [14 characters max] ; ( fMass [1.0 to 50000.0] ; © Dimensions.x [0.0 > x > 20.0] ; (D) Dimensions.y [0.0 > x > 20.0] ; (E) Dimensions.z, [0.0 > x > 20.0] ; (F) CentreOfMass.x [-10.0 > x > 10.0] ; (G) CentreOfMass.y [-10.0 > x > 10.0] ; (H) CentreOfMass.z [-10.0 > x > 10.0] ; (I) nPercentSubmerged [10 to 120] ; (J) fTractionMultiplier [0.5 to 2.0] ; (K) fTractionLoss [0.0 > x > 1.0] ; (L) fTractionBias [0.0 > x > 1.0] ; (M) TransmissionData.nNumberOfGears [1 to 4] ; (N) TransmissionData.fMaxVelocity [5.0 to 150.0] ; (O) TransmissionData.fEngineAcceleration [0.1 to 10.0] ; (P) TransmissionData.nDriveType [F/R/4] ; (Q) TransmissionData.nEngineType [P/D/E] ; ® fBrakeDeceleration [0.1 to 10.0] ; (S) fBrakeBias [0.0 > x > 1.0] ; (T) bABS [0/1] ; (U) fSteeringLock [10.0 to 40.0] ; (V) fSuspensionForceLevel not [L/M/H] ; (W) fSuspensionDampingLevel not [L/M/H] ; (X) fSeatOffsetDistance // ped seat position offset towards centre of car ; (Y) fCollisionDamageMultiplier [0.2 to 5.0] ; (Z) nMonetaryValue [1 to 100000] ; (aa) suspension upper limit ; (ab) suspension lower limit ; (ac) suspension bias between front and rear ; (ad) suspension anti-dive multiplier ; (ae) flags!!! WARNING - Now written HEX for easier reading of flags ; 1st digit = 1: 1G_BOOST 2: 2G_BOOST 4: REV_BONNET 8: HANGING_BOOT ; 2nd digit = 1: NO_DOORS 2: IS_VAN 4: IS_BUS 8: IS_LOW ; 3rd digit = 1: DBL_EXHAUST 2: TAILGATE_BOOT 4: NOSWING_BOOT 8: NONPLAYER_STABILISER ; 4th digit = 1: NEUTRALHANDLING 2: HAS_NO_ROOF 4: IS_BIG 8: HALOGEN_LIGHTS ; 5th digit = 1: IS_BIKE 2: IS_HELI 4: IS_PLANE 8: IS_BOAT ; 6th digit = 1: NO_EXHAUST 2: REARWHEEL_1ST 4: HANDBRAKE_TYRE8: SIT_IN_BOAT ; 7th digit = 1: FAT_REARW 2: NARROW_FRONTW 4: GOOD_INSAND ; ; (af) front lights (0 = long, 1 = small, 2 = big, 3 = tall) ; (ag) rear lights (0 = long, 1 = small, 2 = big, 3 = tall) ; ; > THE DATA ; ------------ ; ; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ae ad AE AF ;BLISTA 1900.0 2.1 5.5 1.9 0.0 0.0 0.2 70 0.8 0.75 0.54 5 170.0 20.0 F P 7.0 0.65 0 30.0 1.4 0.11 0.2 0.8 20000 0.25 -0.15 0.5 0.0 2 0 1 ;BELLYUP 2600.0 2.2 6.5 2.8 0.0 0.0 0.2 80 0.85 0.80 0.5 5 180.0 22.0 4 D 4.5 0.80 0 30.0 2.0 0.09 0.46 0.5 22000 0.30 -0.20 0.5 0.0 422 0 3 ;MRWONGS 3500.0 2.2 6.5 2.8 0.0 0.0 -0.2 80 0.95 0.85 0.48 5 180.0 20.0 4 D 4.5 0.80 0 30.0 1.8 0.12 0.46 0.22 28000 0.30 -0.22 0.5 0.0 423 0 3 ;YARDIE 1800.0 2.1 5.0 1.6 0.0 0.0 0.0 70 0.80 0.79 0.52 5 160.0 22.0 R P 6.20 0.55 0 25.0 1.8 0.07 0.36 0.45 30000 0.30 -0.15 0.5 0.0 8103 1 1 ;YAKUZA 1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50 0.95 0.9 0.5 5 200.0 30.0 4 P 11.0 0.45 0 30.0 2.6 0.1 0.25 0.7 35000 0.28 -0.14 0.5 0.0 180 1 1 ;DIABLOS 1500.0 2.2 4.5 1.9 0.0 0.0 0.1 70 0.9 0.80 0.53 5 180.0 30.0 R P 6.1 0.52 0 30.0 1.5 0.07 0.3 0.65 45000 0.33 -0.09 0.5 0.0 9902 1 1 ;COLUMB 3200.0 2.4 5.7 2.6 0.0 0.0 0.3 80 0.82 0.77 0.48 5 175.0 22.0 4 P 15.0 0.51 0 25.0 2.0 0.08 0.28 0.15 50000 0.32 -0.17 0.5 0.0 9A00 0 1 ;HOODS 2000.0 2.1 5.0 2.3 0.0 0.0 0.0 85 1.0 0.82 0.52 5 150.0 24.0 4 P 10.5 0.45 0 30.0 1.4 0.1 0.2 0.5 26000 0.33 -0.21 0.5 0.0 8023 0 1 ;PANLANT 2600.0 2.0 6.0 2.6 0.0 0.0 0.1 80 0.85 0.70 0.46 5 160.0 15.0 R D 6.0 0.80 0 30.0 2.2 0.07 0.2 0.45 20000 0.35 -0.15 0.4 0.0 22 0 1 ;BORGNINE 1900.0 2.1 5.0 2.2 0.0 0.0 0.0 75 1.05 0.9 0.53 4 190.0 27.0 4 P 15.0 0.54 0 40.0 1.9 0.1 0.2 0.15 10000 0.25 -0.22 0.45 0.0 2 0 1 ; ; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ad ae af ag LANDSTAL 1700.0 2.0 5.0 2.0 0.0 0.0 0.0 85 0.85 0.85 0.51 5 160.0 20.0 4 D 6.2 0.60 0 35.0 1.7 0.08 0.27 0.23 25000 0.25 -0.15 0.5 0.25 C00B 0 1 IDAHO 1600.0 1.9 5.0 1.7 0.0 0.0 0.25 75 0.75 0.70 0.52 5 160.0 16.0 R P 6.2 0.55 0 30.0 1.0 0.10 0.28 0.44 20000 0.35 -0.17 0.5 0.5 200002 0 1 STINGER 1400.0 1.9 4.7 1.5 0.0 0.0 -0.30 85 1.2 0.85 0.52 5 200.0 28.0 F P 11.0 0.45 0 30.0 1.8 0.20 0.25 0.50 35000 0.28 -0.15 0.5 0.4 A102 1 1 LINERUN 3800.0 2.6 7.5 3.5 0.0 0.0 0.0 90 0.95 0.65 0.4 5 120.0 18.0 R D 8.0 0.30 0 25.0 1.8 0.04 0.65 0.25 35000 0.40 -0.20 0.5 0.0 2000100 0 1 PEREN 1200.0 1.9 5.0 1.4 0.0 0.0 0.1 70 0.95 0.80 0.53 5 150.0 13.0 F P 04.17 0.80 0 30.0 1.4 0.1 0.2 0.60 10000 0.37 -0.17 0.5 0.0 A 1 1 SENTINEL 1400.0 2.0 4.9 1.6 0.0 0.2 -0.20 75 0.91 0.80 0.55 5 165.0 24.0 R P 10.17 0.55 0 30.0 1.3 0.13 0.2 0.56 35000 0.27 -0.15 0.5 0.3 8102 0 1 PATRIOT 2500.0 2.4 5.7 2.2 0.0 0.0 -0.15 80 0.92 0.78 0.5 5 170.0 19.0 4 P 08.17 0.50 0 30.0 1.5 0.1 0.28 0.25 40000 0.35 -0.35 0.5 0.0 4103 0 1 FIRETRUK 6500.0 2.9 7.7 3.8 0.0 0.0 0.0 90 0.65 0.7 0.5 5 170.0 22.0 R D 10.00 0.45 0 27.0 1.2 0.08 0.2 0.26 15000 0.47 -0.17 0.5 0.0 4404 0 1 TRASH 5500.0 2.9 8.0 3.6 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 07.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.45 0.20 5000 0.45 -0.25 0.55 0.0 2004003 0 1 STRETCH 2200.0 2.0 7.3 1.3 0.0 0.0 0.0 75 0.67 0.8 0.5 5 180.0 10.0 F P 10.0 0.40 0 30.0 1.2 0.07 0.2 0.72 40000 0.35 -0.15 0.5 0.0 8102 1 1 MANANA 1000.0 2.0 4.5 1.4 0.0 0.0 0.1 70 1.00 0.86 0.5 4 160.0 15.0 F P 08.0 0.80 0 30.0 1.6 0.08 0.26 0.50 9000 0.31 -0.11 0.5 0.0 2 0 0 INFERNUS 1600.0 2.0 4.4 1.3 0.0 0.0 -0.3 70 0.95 0.80 0.52 5 240.0 29.0 4 P 11.0 0.52 0 30.0 1.8 0.19 0.37 0.72 95000 0.25 -0.17 0.5 0.4 1208182 1 1 PONY 2600.0 2.0 6.0 2.6 0.0 0.0 -0.25 80 0.85 0.70 0.46 5 160.0 15.0 R D 6.0 0.80 0 30.0 2.6 0.07 0.2 0.50 20000 0.35 -0.15 0.25 0.0 22 0 3 MULE 3500.0 2.3 6.5 3.3 0.0 0.0 0.5 80 0.82 0.70 0.46 5 140.0 12.0 R D 4.5 0.60 0 30.0 2.5 0.11 0.46 0.53 22000 0.30 -0.15 0.5 0.0 4402 0 3 CHEETAH 1200.0 2.0 4.5 1.4 0.0 0.1 -0.3 70 1.3 0.89 0.50 5 230.0 32.0 R P 11.1 0.48 0 30.0 2.2 0.20 0.40 0.54 105000 0.25 -0.16 0.5 0.3 1008181 0 0 AMBULAN 2600.0 2.2 6.5 2.0 0.0 0.0 -0.1 90 0.95 0.80 0.47 5 190.0 24.0 4 D 7.0 0.55 0 35.0 1.4 0.07 0.58 0.33 10000 0.40 -0.15 0.5 0.0 822 0 1 FBICAR 1500.0 2.0 4.9 1.6 0.0 0.0 -0.1 75 0.93 0.91 0.51 5 190.0 24.0 4 P 10.0 0.5 0 30.0 1.6 0.12 0.24 0.23 18000 0.27 -0.19 0.5 0.3 8102 0 2 MOONBEAM 2000.0 2.2 5.5 2.5 0.0 0.0 0.1 85 0.9 0.8 0.47 5 150.0 15.0 F D 5.5 0.6 0 30.0 1.4 0.1 0.2 0.75 16000 0.35 -0.15 0.5 0.0 A 1 3 ESPERANT 1800.0 2.0 5.0 1.6 0.0 0.0 0.0 70 0.90 0.8 0.52 5 160.0 18.0 R P 3.4 0.60 0 28.0 1.0 0.05 0.36 0.54 19000 0.35 -0.18 0.5 0.0 1 0 3 TAXI 1450.0 2.1 5.4 1.6 0.0 0.0 -0.25 75 1.00 0.8 0.52 5 180.0 19.0 F P 9.1 0.60 0 35.0 1.4 0.1 0.2 0.51 20000 0.25 -0.15 0.5 0.0 8002 0 1 KURUMA 1500.0 1.9 4.9 1.4 0.0 0.0 0.15 75 0.87 0.85 0.48 5 180.0 17.0 F P 7.17 0.55 0 30.0 1.6 0.1 0.24 0.60 18000 0.27 -0.13 0.5 0.0 8002 1 1 BOBCAT 2000.0 2.1 5.0 2.3 0.0 0.3 0.0 75 0.90 0.76 0.57 5 165.0 17.0 4 D 8.5 0.5 0 35.0 2.0 0.12 0.26 0.20 26000 0.35 -0.29 0.4 0.0 1000A02 0 1 MRWHOOP 1700.0 2.0 5.0 2.5 0.0 0.0 0.0 85 0.75 0.75 0.5 4 145.0 12.0 F D 4.17 0.80 0 35.0 1.2 0.1 0.24 0.77 29000 0.35 -0.15 0.5 0.0 4402 0 1 BFINJECT 800.0 2.0 3.5 1.5 0.0 0.2 0.0 80 1.20 0.88 0.50 4 170.0 35.0 R P 6.1 0.55 0 35.0 1.3 0.05 0.38 0.40 15000 0.33 -0.17 0.5 0.0 700A918 1 2 POLICE 1600.0 2.1 5.0 1.6 0.0 0.0 0.15 75 1.05 0.78 0.52 5 200.0 28.0 4 P 11.1 0.53 0 35.0 2.0 0.12 0.2 0.24 25000 0.28 -0.17 0.5 0.0 9002 0 1 ENFORCER 4000.0 2.4 6.8 2.9 0.0 0.2 0.2 85 0.85 0.7 0.46 5 170.0 17.0 R D 8.4 0.45 0 27.0 1.8 0.1 0.32 0.16 40000 0.37 -0.17 0.5 0.0 27 0 1 SECURICA 7000.0 2.6 6.8 3.3 0.0 0.0 0.2 90 0.75 0.7 0.46 5 170.0 8.0 R D 8.4 0.45 0 27.0 1.2 0.1 0.42 0.35 40000 0.35 -0.15 0.5 0.0 823 1 1 BANSHEE 1400.0 2.3 4.5 1.6 0.0 0.0 -0.25 70 1.10 0.84 0.53 5 200.0 33.0 R P 11.1 0.52 0 34.0 1.8 0.18 0.30 0.49 45000 0.25 -0.18 0.5 0.3 8183 1 1 BUS 5500.0 2.9 8.0 3.6 0.0 1.5 0.0 90 0.65 0.85 0.45 4 130.0 9.0 R D 4.17 0.40 0 30.0 1.2 0.07 0.2 0.75 15000 0.45 -0.25 0.45 0.0 3 1 1 RHINO 18000.0 3.5 8.0 3.8 0.0 0.0 0.0 90 0.75 0.8 0.5 4 80.0 8.0 4 D 8.17 0.50 0 20.0 1.8 0.05 1.12 0.09 110000 0.35 -0.10 0.5 0.0 4003 0 1 BARRACKS 10500.0 3.3 7.7 4.2 0.0 0.0 0.0 90 0.85 0.7 0.47 5 180.0 12.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.62 0.26 10000 0.47 -0.17 0.5 0.0 6022 0 1 TRAIN 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 1 HELI 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 20000 0 1 DODO 2500.0 1.0 10.0 1.2 0.0 1.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.50 25000 1.25 -0.17 0.5 0.0 48000 0 1 COACH 9500.0 2.9 8.0 3.6 0.0 0.0 0.0 90 0.65 0.85 0.35 5 150.0 13.0 R D 5.7 0.35 0 30.0 1.5 0.04 0.45 0.48 20000 0.45 -0.25 0.5 0.0 8040 0 1 CABBIE 1750.0 2.2 5.0 2.3 0.0 0.1 0.05 75 1.05 0.85 0.54 4 160.0 22.0 R P 7.0 0.44 0 40.0 2.4 0.09 0.2 0.40 10000 0.25 -0.15 0.5 0.5 2 1 1 STALLION 1600.0 2.1 5.0 1.8 0.0 0.0 0.1 70 0.80 0.75 0.55 4 160.0 23.0 R P 8.17 0.52 0 35.0 1.5 0.1 0.3 0.64 19000 0.30 -0.2 0.5 0.0 2901 1 1 RUMPO 2000.0 2.1 5.0 2.1 0.0 0.0 -0.1 85 1.0 0.75 0.48 5 160.0 18.0 F P 5.5 0.45 0 30.0 1.4 0.05 0.2 0.60 26000 0.33 -0.21 0.5 0.0 22 0 1 RCBANDIT 100.0 0.8 1.5 1.0 0.0 0.05 -0.1 70 1.10 0.75 0.49 1 75.0 35.0 4 E 5.5 0.50 0 25.0 1.6 0.1 0.2 0.05 500 0.28 -0.08 0.5 0.0 0 0 1 MAFIA 1700.0 2.0 4.9 1.6 0.0 0.2 -0.15 75 0.95 0.80 0.55 5 200.0 24.0 R P 10.0 0.53 0 30.0 1.5 0.13 0.2 0.65 35000 0.23 -0.16 0.5 0.5 8102 0 1 AIRTRAIN 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 1 DEADDODO 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 1 FLATBED 8500.0 3.1 7.7 4.1 0.0 0.0 0.3 90 0.88 0.7 0.46 5 150.0 10.0 R D 10.00 0.45 0 27.0 2.1 0.05 0.62 0.43 10000 0.47 -0.11 0.5 0.0 2022 0 1 YANKEE 4500.0 2.4 6.5 3.8 0.0 0.0 0.0 80 0.75 0.70 0.5 5 160.0 14.0 R D 4.5 0.80 0 30.0 1.8 0.12 0.6 0.45 22000 0.30 -0.25 0.5 0.0 4403 0 1 GOLFCART 1000.0 2.0 3.5 2.8 0.0 0.0 -0.2 70 1.00 0.85 0.5 1 160.0 19.0 4 E 13.0 0.50 0 30.0 2.0 0.09 0.26 0.50 9000 0.25 -0.10 0.5 0.0 100810 1 1 VOODOO 1800.0 2.1 5.0 1.8 0.0 -0.1 -0.2 70 0.95 0.80 0.45 5 160.0 23.0 R P 6.50 0.50 0 30.0 1.6 0.05 0.36 0.41 30000 0.30 -0.28 0.5 0.6 8002 1 1 WASHING 1850.0 2.0 4.9 2.0 0.0 0.0 0.1 75 0.85 0.65 0.51 5 180.0 21.0 R P 7.5 0.65 0 30.0 1.0 1.20 0.24 0.60 18000 0.27 -0.25 0.5 0.35 8101 1 1 CUBAN 2150.0 2.1 5.0 2.2 0.0 0.0 0.2 75 0.75 0.75 0.53 5 160.0 25.0 4 P 6.0 0.54 0 40.0 0.8 0.08 0.26 0.55 10000 0.25 -0.26 0.5 0.45 102 1 1 ROMERO 2500.0 1.9 5.0 1.4 0.0 0.0 0.25 70 0.95 0.80 0.53 5 150.0 14.0 F P 04.17 0.80 0 30.0 1.4 0.1 0.2 1.25 10000 0.37 -0.17 0.5 0.0 A 0 1 PACKER 8000.0 2.9 8.0 3.6 0.0 0.0 0.0 90 0.65 0.85 0.35 5 150.0 13.0 R D 5.7 0.35 0 30.0 1.5 0.04 0.56 0.40 20000 0.45 -0.25 0.5 0.0 8000 0 1 ADMIRAL 1650.0 2.0 4.9 1.5 0.0 0.0 -0.05 75 0.85 0.80 0.51 5 165.0 22.0 F P 8.5 0.52 0 30.0 1.2 0.15 0.2 0.56 35000 0.27 -0.19 0.5 0.55 8002 0 1 GANGBUR 2000.0 2.1 5.0 2.3 0.0 0.1 -0.25 85 0.95 0.85 0.52 5 150.0 27.0 4 P 10.5 0.45 0 30.0 1.4 0.14 0.2 0.50 26000 0.33 -0.21 0.4 0.5 8123 0 1 ZEBRA 2250.0 2.2 5.0 2.3 0.0 0.1 -0.2 75 1.00 0.80 0.52 4 160.0 26.0 R P 9.0 0.48 0 40.0 1.9 0.11 0.2 0.18 10000 0.25 -0.17 0.5 0.5 1008002 1 1 TOPFUN 1900.0 2.0 6.0 2.6 0.0 0.0 0.1 80 0.85 0.70 0.46 5 160.0 15.0 R D 6.0 0.80 0 30.0 2.2 0.07 0.2 0.43 20000 0.35 -0.15 0.4 0.0 22 0 3 GLENDALE 1600.0 1.9 5.0 1.7 0.0 0.0 0.4 75 0.75 0.70 0.52 5 160.0 16.0 R P 6.2 0.55 0 30.0 1.0 0.1 0.28 0.40 20000 0.35 -0.17 0.5 0.5 200002 1 1 OCEANIC 1900.0 1.9 5.0 1.7 0.0 0.0 0.4 75 0.85 0.70 0.52 5 160.0 16.0 R P 5.0 0.50 0 30.0 1.0 0.1 0.28 0.45 20000 0.35 -0.17 0.5 0.5 200002 2 1 HERMES 1950.0 2.0 5.0 2.0 0.0 0.0 0.0 70 0.70 0.75 0.51 5 160.0 18.0 F P 3.5 0.60 0 28.0 1.0 0.05 0.36 0.42 19000 0.35 -0.20 0.5 0.0 101 1 3 SABRE1 1700.0 2.1 5.0 1.9 0.0 0.1 0.1 70 1.00 0.84 0.53 4 160.0 24.0 R P 8.17 0.52 0 35.0 1.5 0.10 0.3 0.52 19000 0.30 -0.15 0.5 0.25 801 1 1 SABRETUR 1800.0 2.1 4.5 2.1 0.0 0.2 0.1 70 1.05 0.84 0.52 5 180.0 32.0 R P 6.1 0.52 0 33.0 1.3 0.10 0.3 0.55 45000 0.30 -0.20 0.5 0.40 3009901 1 1 PHEONIX 1400.0 2.3 4.5 1.6 0.0 0.2 -0.25 70 1.00 0.80 0.53 5 200.0 28.0 R P 11.1 0.52 0 30.0 1.4 0.10 0.34 0.60 45000 0.31 -0.25 0.5 0.3 208101 1 1 WALTON 1850.0 2.1 5.0 2.1 0.0 0.0 0.0 75 0.80 0.69 0.5 4 150.0 14.0 4 D 6.5 0.5 0 35.0 2.0 0.12 0.26 0.19 26000 0.35 -0.18 0.4 0.0 A02 1 1 REGINA 1500.0 1.9 4.9 1.7 0.0 0.0 0.15 75 0.80 0.85 0.52 4 165.0 16.0 F P 5.0 0.60 0 30.0 1.2 0.1 0.24 0.48 18000 0.27 -0.17 0.5 0.2 9 1 1 COMET 1400.0 1.9 4.7 1.6 0.0 0.1 -0.3 75 1.10 0.9 0.5 5 200.0 28.0 4 P 11.0 0.45 0 30.0 2.0 0.15 0.25 0.60 35000 0.28 -0.16 0.5 0.3 2103 1 1 DELUXO 1600.0 2.2 4.9 1.7 0.0 0.0 0.2 75 0.80 0.85 0.52 5 200.0 26.0 4 P 10.0 0.53 0 30.0 2.25 0.16 0.28 0.52 35000 0.27 -0.16 0.5 0.35 8182 0 1 BURRITO 1900.0 2.3 5.0 2.3 0.0 0.2 0.0 85 0.97 0.77 0.51 5 150.0 25.0 R P 8.5 0.45 0 30.0 1.3 0.08 0.2 0.50 26000 0.33 -0.25 0.4 0.5 8021 0 1 SPAND 2400.0 2.2 5.5 2.5 0.0 0.0 0.1 85 0.9 0.8 0.47 5 150.0 15.0 F D 5.5 0.6 0 30.0 1.4 0.1 0.40 0.90 16000 0.35 -0.15 0.5 0.0 402 0 3 BAGGAGE 1000.0 2.0 3.5 2.8 0.0 0.0 -0.2 70 1.00 0.85 0.5 1 160.0 14.0 4 E 13.0 0.50 0 30.0 2.0 0.09 0.26 0.50 9000 0.25 -0.10 0.5 0.0 100810 1 1 KAUFMAN 1650.0 2.1 5.0 2.2 0.0 0.1 -0.1 75 1.00 0.89 0.52 4 160.0 24.0 R P 7.0 0.47 0 40.0 2.0 0.11 0.2 0.32 10000 0.25 -0.18 0.5 0.4 2 1 1 RANCHER 2500.0 2.5 5.5 2.6 0.0 0.0 -0.15 80 0.92 0.78 0.5 5 170.0 20.0 4 P 7.0 0.45 0 35.0 1.1 0.1 0.44 0.35 40000 0.45 -0.21 0.45 0.3 480B 0 1 FBIRANCH 3500.0 2.4 5.7 2.5 0.0 0.0 -0.1 80 0.92 0.78 0.5 5 170.0 22.0 4 P 8.5 0.50 0 30.0 1.1 0.20 0.44 0.30 40000 0.34 -0.08 0.5 0.5 C00B 0 1 VIRGO 1700.0 2.0 4.5 1.5 0.0 0.0 0.1 70 1.00 0.86 0.5 4 160.0 15.0 R P 7.0 0.50 0 32.0 1.5 0.08 0.26 0.85 9000 0.31 -0.15 0.5 0.0 102 0 0 GREENWOO 1800.0 2.0 5.0 1.7 0.0 0.0 0.0 70 0.90 0.8 0.52 4 160.0 15.0 R P 5.4 0.60 0 30.0 1.2 0.09 0.26 0.54 19000 0.32 -0.16 0.5 0.0 2 0 3 HOTRING 1600.0 2.3 4.5 1.3 0.0 0.2 -0.35 70 1.15 0.89 0.51 5 220.0 36.0 R P 10.0 0.52 0 30.0 1.9 0.13 0.40 0.56 45000 0.29 -0.16 0.5 0.6 208182 1 1 SANDKING 2000.0 2.4 5.7 2.2 0.0 0.0 -0.15 80 0.92 0.78 0.5 5 170.0 25.0 4 P 08.17 0.50 0 30.0 1.8 0.15 0.38 0.35 40000 0.35 -0.31 0.5 0.0 4004003 0 1 BLISTAC 1000.0 1.9 4.7 1.5 0.0 0.0 -0.30 50 1.2 0.85 0.5 5 200.0 30.0 F P 11.0 0.45 0 30.0 2.6 0.1 0.45 0.50 35000 0.28 -0.14 0.5 0.0 208002 1 1 BOXVILLE 5500.0 3.0 6.5 3.8 0.0 0.0 0.3 80 0.82 0.70 0.46 5 140.0 14.0 R D 4.5 0.60 0 30.0 0.9 0.08 0.46 0.40 22000 0.25 -0.28 0.4 0.6 2004022 0 3 BENSON 3500.0 2.3 6.5 3.3 0.0 0.0 0.1 80 0.82 0.70 0.46 5 140.0 15.0 R D 4.5 0.60 0 30.0 2.5 0.11 0.46 0.53 22000 0.30 -0.15 0.35 0.0 4402 1 3 DESPERAD 1300.0 2.0 3.5 2.2 0.0 0.0 -0.3 85 0.95 0.85 0.51 5 160.0 23.0 4 D 6.2 0.60 0 35.0 1.6 0.07 0.18 0.30 25000 0.32 -0.15 0.35 0.4 2203 0 1 LOVEFIST 2700.0 2.0 7.3 1.6 0.0 0.1 -0.1 75 0.91 0.70 0.51 5 180.0 15.0 4 P 10.0 0.40 0 30.0 1.2 0.09 0.2 0.47 40000 0.35 -0.15 0.5 0.0 8102 0 1 BLOODRA 2100.0 2.1 5.0 2.3 0.0 0.0 0.1 75 0.80 0.70 0.52 5 160.0 24.0 R P 6.2 0.55 0 35.0 1.2 0.03 0.28 0.30 500 0.35 -0.24 0.5 0.0 3200003 1 1 BLOODRB 1600.0 2.0 5.0 2.0 0.0 0.0 0.1 75 0.90 0.70 0.52 5 160.0 26.0 R P 6.2 0.55 0 35.0 1.0 0.06 0.28 0.30 500 0.35 -0.17 0.5 0.0 3200003 1 1 ;------- bikes BIKE 500.0 0.8 1.8 1.2 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 190.0 50.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.3 0.15 10000 0.15 -0.16 0.5 0.0 10102 1 1 MOPED 350.0 1.1 1.7 1.2 0.0 0.0 -0.1 103 2.0 0.9 0.49 3 190.0 30.0 R P 14.0 0.50 0 35.0 1.0 0.15 0.1 0.11 10000 0.12 -0.17 0.5 0.0 10003 1 1 DIRTBIKE 500.0 1.2 1.8 1.5 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 190.0 50.0 R P 19.0 0.50 0 35.0 0.85 0.15 0.3 0.15 10000 0.15 -0.16 0.5 0.0 10003 1 1 ANGEL 800.0 1.2 2.2 1.5 0.0 0.15 0.0 103 1.2 0.86 0.52 4 190.0 45.0 R P 12.0 0.55 0 35.0 0.65 0.20 0.3 0.24 10000 0.09 -0.11 0.55 0.0 10103 1 1 FREEWAY 800.0 1.1 2.2 1.5 0.0 0.1 0.0 103 1.2 0.82 0.51 4 190.0 40.0 R P 10.0 0.55 0 35.0 0.65 0.20 0.3 0.24 10000 0.09 -0.11 0.55 0.0 10103 1 1 ;------- boats PREDATOR 2200.0 4.0 12.0 3.0 0.0 0.0 0.0 14 2.30 15.0 0.58 5 190.0 1.7 R P 0.05 0.01 0 24.0 1.0 3.0 0.2 0.33 40000 0.10 0.1 0.0 0.0 80004 0 1 SPEEDER 2200.0 3.2 10.0 2.2 0.0 0.0 0.0 22 2.5 15.0 0.65 5 190.0 2.5 R P 0.04 0.01 0 20.0 1.3 3.0 0.7 0.39 30000 0.10 0.5 2.0 0.0 880004 0 1 REEFER 5000.0 3.5 7.0 4.0 0.0 0.0 0.0 15 -1.50 15.0 0.45 5 190.0 0.7 R P 0.02 0.02 0 25.0 1.0 3.0 0.2 0.38 25000 0.10 0.1 0.0 0.0 80004 0 1 RIO 3000.0 4.5 7.0 4.0 0.0 0.0 0.0 15 -4.00 25.0 0.50 5 190.0 0.5 R P 0.02 0.00 0 20.0 1.0 3.0 0.2 0.23 70000 15.00 0.1 0.0 0.0 80004 0 1 SQUALO 2200.0 4.0 12.0 3.0 0.0 0.0 0.0 42 3.00 15.0 0.65 5 190.0 3.0 R P 0.02 0.00 0 24.0 0.45 5.0 0.2 0.33 60000 0.10 0.05 0.0 0.0 880004 0 1 TROPIC 2200.0 4.0 12.0 3.0 0.0 0.0 0.0 10 2.20 12.0 0.45 5 190.0 1.4 R P 0.05 0.01 0 24.0 1.8 3.0 0.2 0.33 73000 0.10 0.1 0.0 0.0 880004 0 1 COASTGRD 1200.0 3.0 7.5 2.0 0.0 -0.3 0.0 14 2.00 4.2 0.70 5 190.0 1.6 R P 0.05 0.01 0 24.0 1.0 3.0 0.2 0.18 10000 3.20 0.1 2.5 0.0 80004 0 1 DINGHY 800.0 2.5 4.0 1.6 0.0 0.0 0.0 16 3.50 3.5 1.00 5 190.0 1.2 R P 0.07 0.01 0 30.0 1.0 4.5 0.2 0.12 5000 3.50 0.1 0.7 0.0 80004 0 1 MARQUIS 5000.0 3.5 19.0 4.0 0.0 0.0 0.0 10 -3.50 25.0 0.40 5 190.0 0.5 R P 0.04 0.03 0 38.0 1.0 3.0 0.2 0.38 99000 0.10 0.0 1.0 0.0 80004 0 1 CUPBOAT 3000.0 4.0 12.0 3.0 0.0 0.0 0.0 35 2.00 15.0 0.50 5 190.0 3.0 R P 0.02 0.00 0 24.0 0.75 4.0 0.2 0.45 48000 0.10 0.3 1.5 0.0 880004 0 1 ;------- planes SEAPLANE 5000.0 1.0 10.0 0.8 0.0 0.0 0.0 5 0.83 25.0 0.5 1 200.0 1.7 4 P 0.01 0.05 0 24.0 3.0 0.75 0.2 0.50 10000 0.10 0.0 2.0 0.0 8840004 0 1 SPARROW 2500.0 2.0 5.0 2.0 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.50 25000 0.50 -0.05 0.5 0.0 8028000 0 1 SEASPAR 3000.0 2.0 5.0 2.0 0.0 0.0 -0.1 5 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.60 28000 0.50 -0.05 0.5 0.0 8028000 0 1 MAVERICK 5000.0 2.5 8.0 2.5 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.15 0.30 0.75 45000 0.50 -0.05 0.5 0.0 8028000 0 1 COASTMAV 3500.0 2.0 5.0 2.5 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.65 50000 0.50 -0.05 0.5 0.0 8028000 0 1 POLMAV 4500.0 2.5 8.0 2.5 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.65 52000 0.50 -0.05 0.5 0.0 8028000 0 1 HUNTER 10000.0 4.0 10.0 3.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 1.5 0.1 0.40 0.50 99000 0.20 -0.15 0.5 0.0 8028000 0 1 RCBARON 150.0 0.8 1.0 0.2 0.0 0.0 -0.1 99 1.10 0.75 0.50 1 75.0 35.0 4 P 5.5 0.50 0 25.0 1.6 0.1 0.2 0.08 300 0.28 -0.08 0.5 0.0 40000 0 1 RCGOBLIN 100.0 0.8 1.5 1.0 0.0 0.0 -0.1 70 1.10 0.75 0.50 1 75.0 35.0 4 P 5.5 0.50 0 25.0 1.6 0.1 0.2 0.05 800 0.28 -0.08 0.5 0.0 20000 0 1 RCCOPTER 100.0 0.8 1.5 1.0 0.0 0.0 -0.1 70 1.10 0.75 0.50 1 75.0 35.0 4 p 5.5 0.50 0 25.0 1.6 0.1 0.2 0.10 500 0.28 -0.08 0.5 0.0 20000 0 1 ; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ad ae af ag ; ; For Boats: (some car handling variables are used for alternate functions in boats) ; ; (J) Bank Force Mult (K) Rudder Turn Force (L) Speed Steer Falloff ; ® Vertical Wave Hit Limit (S) Forward Wave Hit Brake (V) WaterResistance Volume Mult (W) Water Damping Mult ; (AB) Handbrake Drag Mult (AC) Sideslip Force ; ; '%' identifies this line as boat data for reading ; A B C D E F G H I J K L M N O ; ; ThrustY ThrustAppZ AqPlaneLimit WaveAudioMult MoveResY TurnResX TurnResZ ; ID ThrustZ AqPlaneForce AqPlaneOffset MoveResX MoveResZ TurnResY Look_L_R_BehindCamHeight ; % PREDATOR 0.79 0.5 0.6 7.0 0.60 -1.9 4.0 0.8 0.998 0.998 0.85 0.98 0.97 4.0 % SPEEDER 0.65 0.5 0.5 8.0 0.70 -0.5 3.0 0.7 0.998 0.999 0.85 0.98 0.96 4.0 % REEFER 0.35 0.6 0.0 3.0 0.20 -0.9 3.5 0.8 0.998 0.995 0.85 0.98 0.96 4.0 % RIO 0.75 0.7 0.0 3.0 0.20 0.0 10.0 0.7 0.998 0.999 0.85 0.96 0.96 4.0 % SQUALO 0.50 1.1 0.2 9.0 0.80 1.2 4.0 0.90 0.998 0.999 0.89 0.975 0.97 4.0 % TROPIC 0.35 0.6 0.5 4.0 0.35 -1.0 6.0 0.7 0.998 0.995 0.78 0.985 0.96 5.0 % COASTGRD 0.50 0.65 0.5 8.0 0.60 -0.3 3.0 0.7 0.996 0.998 0.85 0.96 0.96 3.0 % DINGHY 0.70 0.6 0.4 5.0 0.30 -0.8 3.0 0.94 0.993 0.997 0.85 0.94 0.94 3.0 % MARQUIS 0.95 0.7 0.0 1.5 0.10 0.0 3.5 0.8 0.998 0.970 0.84 0.99 0.94 5.0 % CUPBOAT 0.50 0.6 0.9 9.0 0.80 -1.0 4.0 0.92 0.998 0.998 0.87 0.96 0.97 4.0 % SEAPLANE 0.50 1.2 1.2 50.0 0.85 -0.4 20.0 0.93 0.998 0.999 0.95 0.96 0.96 4.5 ; ; ; ; ; '!' identifies this line as bike data for reading ; A B C D E F G H I J K L M N O P ; ; LeanFwdCOM LeanBakCOM MaxLean DesLean SlipSteer WheelieAng WheelieSteer StoppieStabMult ; ID LeanFwdForce LeanBackForce FullAnimLean SpeedSteer NoPlayerCOMz StoppieAng WheelieStabMult ; ; ! BIKE 0.33 0.15 0.28 0.15 45.0 38.0 0.93 0.70 0.5 0.1 35.0 -40.0 -0.009 0.7 0.6 ! MOPED 0.35 0.25 0.15 0.06 35.0 25.0 0.89 0.75 0.8 0.1 35.0 -45.0 -0.010 0.7 0.5 ! DIRTBIKE 0.35 0.50 0.30 0.09 48.0 43.0 0.92 0.60 1.0 0.1 45.0 -35.0 -0.007 1.0 0.5 ! ANGEL 0.10 0.05 0.30 0.065 30.0 25.0 0.93 1.00 0.7 0.1 33.0 -55.0 -0.006 0.5 0.3 ! FREEWAY 0.10 0.05 0.30 0.062 30.0 25.0 0.945 1.20 0.7 0.1 33.0 -55.0 -0.006 0.5 0.3 ; ; ; '$' identifies this line as flying handling data when loading ; ; A B C D E F G H I J K L M N O P Q R S ; ; id ThrustFallOff YawStab Roll Pitch FormLift MoveRes TurnRes.y SpeedRes.x SpeedRes.z ; Thrust Yaw SideSlip RollStab PitchStab AttackLift TurnRes.x TurnRes.z SpeedRes.y ; ; $ SEAPLANE 0.0032 0.97 -0.00018 0.006 0.10 0.002 -0.007 0.0002 0.0080 0.012 0.19 1.0 0.998 0.997 0.990 0.0 200.0 0.0 $ SPARROW 0.3 0.72 -0.001 0.025 0.10 0.0065 8.0 0.0065 8.0 0.7 0.014 0.997 0.820 0.850 0.990 0.0 0.0 10.0 $ SEASPAR 0.35 0.75 -0.001 0.01 0.10 0.0075 8.0 0.0075 8.0 0.6 0.012 0.997 0.800 0.840 0.985 0.0 0.0 7.0 $ MAVERICK 0.4 0.75 -0.001 0.02 0.20 0.0065 7.0 0.0065 7.0 0.4 0.012 0.997 0.800 0.820 0.996 0.0 0.0 7.0 $ COASTMAV 0.65 0.70 -0.0008 0.01 0.10 0.0045 2.0 0.0045 2.0 0.8 0.004 0.996 0.925 0.925 0.998 0.0 0.0 2.0 $ POLMAV 0.47 0.79 -0.0007 0.01 0.10 0.0067 3.0 0.0067 3.0 0.4 0.011 0.997 0.805 0.825 0.995 0.0 0.0 6.0 $ HUNTER 0.55 0.85 -0.0008 0.014 0.10 0.006 3.0 0.006 3.0 0.5 0.006 0.9985 0.805 0.795 0.990 0.0 0.0 7.0 $ RCBARON 0.006 2.0 -0.003 0.1 0.10 0.02 -0.08 0.005 0.3 0.04 0.25 1.0 0.998 0.995 0.995 0.0 500.0 0.0 $ RCGOBLIN 0.20 0.75 -0.001 0.05 0.10 0.006 6.0 0.006 6.0 0.7 0.015 0.989 0.850 0.860 0.992 0.0 0.0 7.0 $ RCCOPTER 0.25 0.6 -0.002 0.05 0.10 0.009 5.0 0.009 5.0 0.4 0.008 0.989 0.880 0.880 0.998 0.0 0.0 5.0 ; ; ;the end en dernier recours fais un copier-coller de la totalité, mais sinon tu peux jouer au jeu des 7 erreurs si tu veux... Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
frenchyneo Posté(e) le 19 juillet 2003 Auteur Signaler Partager Posté(e) le 19 juillet 2003 que me conseil tu toi, car mon handling est personnaliser a fond, car j'ai une dizaine de voitures... Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Satt-han Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 huh vous y comprenez quelque chose vous car pour moi cest du chinois Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
KaNaBiSTicK Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 que me conseil tu toi, car mon handling est personnaliser a fond, car j'ai une dizaine de voitures... Ben si tu re veux lavion ki vole plu haut refait le a 0 Sinon ben laisse comme ca si tu ve garder t caisses ou alors trouve ton erreur Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
toto1991 Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 salut j'ai modifier mes voiture et un truc a merder. Le 747 vole a quelque mettre du sol aidez moi ç_a c duy bol au moins tu vois les avions se cracher ds les arbres et tous les gens qui crient Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
mimiduchat Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 que me conseil tu toi, car mon handling est personnaliser a fond, car j'ai une dizaine de voitures... ben à la limite tu peux faire un copier-coller de ton handling dans ce topic et d'autres pourront pitêtre t'aider à comparer le tiens et l'original... Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
frenchyneo Posté(e) le 19 juillet 2003 Auteur Signaler Partager Posté(e) le 19 juillet 2003 Voila mon handling... aidez moi... ; File created with GTA3ViceEditor V1.1.0 ; Homepage: http://www.bluewater-interactive.ch ; Author: Bill Henderson ; Created 10/12/1999 ; ; > COMMENTS < ; ------------ ; TWEAK AT YOUR OWN RISK ; ; > UNITS < ; --------- ; vehicle identifier 14 characters max ; dimensions in metres ; mass in Kg ; velocity in Km/h ; acceleration/deceleration in ms-2 ; multipliers x1.0 is default ; angles in degrees ; Levels :- (L)ow, (M)edium, (H)igh ; buoyancy = percent submerged (> 100% vehicle sinks) ; engine type :- (P)etrol, (D)iesel, (E)lectric ; engine drive :- (F)ront, ®ear, (4)-wheel drive ; ; > FIELD DESCRIPTIONS < ; ---------------------- ; (A) vehicle identifier [14 characters max] ; ( fMass [1.0 to 50000.0] ; © Dimensions.x [0.0 > x > 20.0] ; (D) Dimensions.y [0.0 > x > 20.0] ; (E) Dimensions.z, [0.0 > x > 20.0] ; (F) CentreOfMass.x [-10.0 > x > 10.0] ; (G) CentreOfMass.y [-10.0 > x > 10.0] ; (H) CentreOfMass.z [-10.0 > x > 10.0] ; (I) nPercentSubmerged [10 to 120] ; (J) fTractionMultiplier [0.5 to 2.0] ; (K) fTractionLoss [0.0 > x > 1.0] ; (L) fTractionBias [0.0 > x > 1.0] ; (M) TransmissionData.nNumberOfGears [1 to 4] ; (N) TransmissionData.fMaxVelocity [5.0 to 150.0] ; (O) TransmissionData.fEngineAcceleration [0.1 to 10.0] ; (P) TransmissionData.nDriveType [F/R/4] ; (Q) TransmissionData.nEngineType [P/D/E] ; ® fBrakeDeceleration [0.1 to 10.0] ; (S) fBrakeBias [0.0 > x > 1.0] ; (T) bABS [0/1] ; (U) fSteeringLock [10.0 to 40.0] ; (V) fSuspensionForceLevel not [L/M/H] ; (W) fSuspensionDampingLevel not [L/M/H] ; (X) fSeatOffsetDistance // ped seat position offset towards centre of car ; (Y) fCollisionDamageMultiplier [0.2 to 5.0] ; (Z) nMonetaryValue [1 to 100000] ; (aa) suspension upper limit ; (ab) suspension lower limit ; (ac) suspension bias between front and rear ; (ad) suspension anti-dive multiplier ; 1st digit = 1: 1G_BOOST 2: 2G_BOOST 4: REV_BONNET 8: HANGING_BOOT ; 2nd digit = 1: NO_DOORS 2: IS_VAN 4: IS_BUS 8: IS_LOW ; 3rd digit = 1: DBL_EXHAUST 2: TAILGATE_BOOT 4: NOSWING_BOOT 8: NONPLAYER_STABILISER ; 4th digit = 1: NEUTRALHANDLING 2: HAS_NO_ROOF 4: IS_BIG 8: HALOGEN_LIGHTS ; 5th digit = 1: IS_BIKE 2: IS_HELI 4: IS_PLANE 8: IS_BOAT ; 6th digit = 1: NO_EXHAUST 2: REARWHEEL_1ST 4: HANDBRAKE_TYRE8: SIT_IN_BOAT ; 7th digit = 1: FAT_REARW 2: NARROW_FRONTW 4: GOOD_INSAND ; ; (af) front lights (0 = long, 1 = small, 2 = big, 3 = tall) ; (ag) rear lights (0 = long, 1 = small, 2 = big, 3 = tall) ; ; > THE DATA < ; ------------ ; ; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ae ad AE AF ;BLISTA 1900.0 2.1 5.5 1.9 0.0 0.0 0.2 70 0.8 0.75 0.54 5 170.0 20.0 F P 7.0 0.65 0 30.0 1.4 0.11 0.2 0.8 20000 0.25 -0.15 0.5 0.0 2 0 1 ;BELLYUP 2600.0 2.2 6.5 2.8 0.0 0.0 0.2 80 0.85 0.80 0.5 5 180.0 22.0 4 D 4.5 0.80 0 30.0 2.0 0.09 0.46 0.5 22000 0.30 -0.20 0.5 0.0 422 0 3 ;MRWONGS 3500.0 2.2 6.5 2.8 0.0 0.0 -0.2 80 0.95 0.85 0.48 5 180.0 20.0 4 D 4.5 0.80 0 30.0 1.8 0.12 0.46 0.22 28000 0.30 -0.22 0.5 0.0 423 0 3 ;YARDIE 1800.0 2.1 5.0 1.6 0.0 0.0 0.0 70 0.80 0.79 0.52 5 160.0 22.0 R P 6.20 0.55 0 25.0 1.8 0.07 0.36 0.45 30000 0.30 -0.15 0.5 0.0 8103 1 1 ;YAKUZA 1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50 0.95 0.9 0.5 5 200.0 30.0 4 P 11.0 0.45 0 30.0 2.6 0.1 0.25 0.7 35000 0.28 -0.14 0.5 0.0 180 1 1 ;DIABLOS 1500.0 2.2 4.5 1.9 0.0 0.0 0.1 70 0.9 0.80 0.53 5 180.0 30.0 R P 6.1 0.52 0 30.0 1.5 0.07 0.3 0.65 45000 0.33 -0.09 0.5 0.0 9902 1 1 ;COLUMB 3200.0 2.4 5.7 2.6 0.0 0.0 0.3 80 0.82 0.77 0.48 5 175.0 22.0 4 P 15.0 0.51 0 25.0 2.0 0.08 0.28 0.15 50000 0.32 -0.17 0.5 0.0 9A00 0 1 ;HOODS 2000.0 2.1 5.0 2.3 0.0 0.0 0.0 85 1.0 0.82 0.52 5 150.0 24.0 4 P 10.5 0.45 0 30.0 1.4 0.1 0.2 0.5 26000 0.33 -0.21 0.5 0.0 8023 0 1 ;PANLANT 2600.0 2.0 6.0 2.6 0.0 0.0 0.1 80 0.85 0.70 0.46 5 160.0 15.0 R D 6.0 0.80 0 30.0 2.2 0.07 0.2 0.45 20000 0.35 -0.15 0.4 0.0 22 0 1 ;BORGNINE 1900.0 2.1 5.0 2.2 0.0 0.0 0.0 75 1.05 0.9 0.53 4 190.0 27.0 4 P 15.0 0.54 0 40.0 1.9 0.1 0.2 0.15 10000 0.25 -0.22 0.45 0.0 2 0 1 ; ; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ad ae af ag ADMIRAL 1650.0 2.0 4.9 1.5 0.0 0.0 -0.05 75 0.85 0.80 0.51 5 165.0 22.0 F P 8.5 0.52 0 30.0 1.2 0.15 0.2 0.56 35000 0.27 -0.19 0.5 0.55 0008002 0 1 AIRTRAIN 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 1 AMBULAN 2600.0 2.2 6.5 2.0 0.0 0.0 -0.1 90 0.95 0.80 0.47 5 190.0 24.0 4 D 7.0 0.55 0 35.0 1.4 0.07 0.58 0.33 10000 0.40 -0.15 0.5 0.0 822 0 1 ANGEL 800.0 1.2 2.2 1.5 0.0 0.15 0.0 103 1.2 0.86 0.52 4 190.0 45.0 R P 12.0 0.55 0 35.0 0.65 0.20 0.3 0.24 10000 0.09 -0.11 0.55 0.0 10103 1 1 BAGGAGE 1000.0 2.0 3.5 2.8 0.0 0.0 -0.2 70 1.00 0.85 0.5 1 160.0 14.0 4 E 13.0 0.50 0 30.0 2.0 0.09 0.26 0.50 9000 0.25 -0.10 0.5 0.0 100810 1 1 BANSHEE 1700.0 2.3 4.5 1.6 0.0 0.2 -0.25 70 1.20 0.90 0.53 5 200.0 33.0 R P 11.1 0.52 0 30.0 1.4 0.10 0.34 0.50 45000 0.18 -0.12 0.5 0.3 208101 1 1 BARRACKS 10500.0 3.3 7.7 4.2 0.0 0.0 0.0 90 0.85 0.7 0.47 5 180.0 12.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.62 0.26 10000 0.47 -0.17 0.5 0.0 6022 0 1 BENSON 3500.0 2.3 6.5 3.3 0.0 0.0 0.1 80 0.82 0.70 0.46 5 140.0 15.0 R D 4.5 0.60 0 30.0 2.5 0.11 0.46 0.53 22000 0.30 -0.15 0.35 0.0 4402 1 3 BFINJECT 3000.0 2.0 4.9 1.3 0.0 0.2 -0.8 -1 1.0 1.0 0.50 4 170.0 35.0 4 P 6.1 0.55 0 35.0 1.3 0.05 0.38 0.40 15000 0.33 -0.25 0.5 0.0 700A918 1 2 BIKE 500.0 0.8 1.8 1.2 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 190.0 50.0 R P 15.0 0.50 0 35.0 0.85 0.15 0.3 0.15 10000 0.15 -0.16 0.5 0.0 10102 1 1 BLISTAC 1000.0 1.9 4.7 1.5 0.0 0.0 -0.30 50 1.2 0.85 0.5 5 200.0 30.0 F P 11.0 0.45 0 30.0 2.6 0.1 0.45 0.50 35000 0.28 -0.14 0.5 0.0 208002 1 1 BLOODRA 2100.0 2.1 5.0 2.3 0.0 0.0 0.1 75 0.80 0.70 0.52 5 160.0 24.0 R P 6.2 0.55 0 35.0 1.2 0.03 0.28 0.30 500 0.35 -0.24 0.5 0.0 3200003 1 1 BLOODRB 1600.0 2.0 5.0 2.0 0.0 0.0 0.1 75 0.90 0.70 0.52 5 160.0 26.0 R P 6.2 0.55 0 35.0 1.0 0.06 0.28 0.30 500 0.35 -0.17 0.5 0.0 3200003 1 1 BOBCAT 2000.0 2.1 5.0 2.3 0.0 0.3 0.0 75 0.90 0.76 0.57 5 165.0 17.0 4 D 8.5 0.5 0 35.0 2.0 0.12 0.26 0.20 26000 0.35 -0.29 0.4 0.0 1000A02 0 1 BOXVILLE 5500.0 3.0 6.5 3.8 0.0 0.0 0.3 80 0.82 0.70 0.46 5 140.0 14.0 R D 4.5 0.60 0 30.0 0.9 0.08 0.46 0.40 22000 0.25 -0.28 0.4 0.6 2004022 0 3 BURRITO 1900.0 2.3 5.0 2.3 0.0 0.2 0.0 85 0.97 0.77 0.51 5 150.0 25.0 R P 8.5 0.45 0 30.0 1.3 0.08 0.2 0.50 26000 0.33 -0.25 0.4 0.5 8021 0 1 BUS 5500.0 2.9 8.0 3.6 0.0 1.5 0.0 90 0.65 0.85 0.45 4 130.0 9.0 R D 4.17 0.40 0 30.0 1.2 0.07 0.2 0.75 15000 0.45 -0.25 0.45 0.0 3 1 1 CABBIE 1750.0 2.2 5.0 2.3 0.0 0.1 0.05 75 1.05 0.85 0.54 4 160.0 22.0 R P 7.0 0.44 0 40.0 2.4 0.09 0.2 0.40 10000 0.25 -0.15 0.5 0.5 2 1 1 CHEETAH 1400.0 2.3 4.5 1.6 0.0 0.0 -0.25 70 1.2 0.85 0.53 5 300.0 40.0 4 P 11.1 0.52 0 30.0 2.0 0.1 0.2 0.7 45000 0.2 -0.1 0.5 0.0 A183 1 1 COACH 9500.0 2.9 8.0 3.6 0.0 0.0 0.0 90 0.65 0.85 0.35 5 150.0 13.0 R D 5.7 0.35 0 30.0 1.5 0.04 0.45 0.48 20000 0.45 -0.25 0.5 0.0 8040 0 1 COASTGRD 1200.0 3.0 7.5 2.0 0.0 -0.3 0.0 14 2.00 4.2 0.70 5 190.0 1.6 R P 0.05 0.01 0 24.0 1.0 3.0 0.2 0.18 10000 3.20 0.1 2.5 0.0 80004 0 1 COASTMAV 3500.0 2.0 5.0 2.5 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.65 50000 0.50 -0.05 0.5 0.0 8028000 0 1 COMET 1400.0 1.9 4.7 1.6 0.0 0.1 -0.3 75 1.10 0.9 0.5 5 200.0 28.0 4 P 11.0 0.45 0 30.0 2.0 0.15 0.25 0.60 35000 0.28 -0.16 0.5 0.3 2103 1 1 CUBAN 2150.0 2.1 5.0 2.2 0.0 0.0 0.2 75 0.75 0.75 0.53 5 160.0 25.0 4 P 6.0 0.54 0 40.0 0.8 0.08 0.26 0.55 10000 0.25 -0.26 0.5 0.45 102 1 1 CUPBOAT 3000.0 4.0 12.0 3.0 0.0 0.0 0.0 35 2.00 15.0 0.50 5 190.0 3.0 R P 0.02 0.00 0 24.0 0.75 4.0 0.2 0.45 48000 0.10 0.3 1.5 0.0 880004 0 1 DEADDODO 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 1 DELUXO 1600.0 2.2 4.9 1.7 0.0 0.0 0.2 75 0.80 0.85 0.52 5 200.0 26.0 4 P 10.0 0.53 0 30.0 2.25 0.16 0.28 0.52 35000 0.27 -0.16 0.5 0.35 8182 0 1 DESPERAD 1300.0 2.0 3.5 2.2 0.0 0.0 -0.3 85 0.95 0.85 0.51 5 160.0 23.0 4 D 6.2 0.60 0 35.0 1.6 0.07 0.18 0.30 25000 0.32 -0.15 0.35 0.4 2203 0 1 DINGHY 800.0 2.5 4.0 1.6 0.0 0.0 0.0 16 3.50 3.5 1.00 5 190.0 1.2 R P 0.07 0.01 0 30.0 1.0 4.5 0.2 0.12 5000 3.50 0.1 0.7 0.0 80004 0 1 DIRTBIKE 500.0 1.2 1.8 1.5 0.0 0.05 -0.09 103 1.6 0.9 0.48 5 190.0 50.0 R P 19.0 0.50 0 35.0 0.85 0.15 0.3 0.15 10000 0.15 -0.16 0.5 0.0 10003 1 1 DODO 2500.0 1.0 10.0 1.2 0.0 1.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.50 25000 1.25 -0.17 0.5 0.0 48000 0 1 ENFORCER 4000.0 2.4 6.8 2.9 0.0 0.2 0.2 85 0.85 0.7 0.46 5 170.0 17.0 R D 8.4 0.45 0 27.0 1.8 0.1 0.32 0.16 40000 0.37 -0.17 0.5 0.0 27 0 1 ESPERANT 1800.0 2.0 5.0 1.6 0.0 0.0 0.0 70 0.90 0.8 0.52 5 160.0 18.0 R P 3.4 0.60 0 28.0 1.0 0.05 0.36 0.54 19000 0.35 -0.18 0.5 0.0 1 0 3 FBICAR 1500.0 2.0 4.9 1.6 0.0 0.0 -0.1 75 0.93 0.91 0.51 5 190.0 24.0 4 P 10.0 0.5 0 30.0 1.6 0.12 0.24 0.23 18000 0.27 -0.19 0.5 0.3 8102 0 2 FBIRANCH 3500.0 2.4 5.7 2.5 0.0 0.0 -0.1 80 0.92 0.78 0.5 5 170.0 22.0 4 P 8.5 0.50 0 30.0 1.1 0.20 0.44 0.30 40000 0.34 -0.08 0.5 0.5 C00B 0 1 FIRETRUK 6500.0 2.9 7.7 3.8 0.0 0.0 0.0 90 0.65 0.7 0.5 5 170.0 22.0 R D 10.00 0.45 0 27.0 1.2 0.08 0.2 0.26 15000 0.47 -0.17 0.5 0.0 4404 0 1 FLATBED 8500.0 3.1 7.7 4.1 0.0 0.0 0.3 90 0.88 0.7 0.46 5 150.0 10.0 R D 10.00 0.45 0 27.0 2.1 0.05 0.62 0.43 10000 0.47 -0.11 0.5 0.0 2022 0 1 FREEWAY 800.0 1.1 2.2 1.5 0.0 0.1 0.0 103 1.2 0.82 0.51 4 190.0 40.0 R P 10.0 0.55 0 35.0 0.65 0.20 0.3 0.24 10000 0.09 -0.11 0.55 0.0 10103 1 1 GANGBUR 2000.0 2.1 5.0 2.3 0.0 0.1 -0.25 85 0.95 0.85 0.52 5 150.0 27.0 4 P 10.5 0.45 0 30.0 1.4 0.14 0.2 0.50 26000 0.33 -0.21 0.4 0.5 8123 0 1 GLENDALE 1600.0 1.9 5.0 1.7 0.0 0.0 0.4 75 0.75 0.70 0.52 5 160.0 16.0 R P 6.2 0.55 0 30.0 1.0 0.1 0.28 0.40 20000 0.35 -0.17 0.5 0.5 200002 1 1 GOLFCART 1000.0 2.0 3.5 2.8 0.0 0.0 -0.2 70 1.00 0.85 0.5 1 160.0 19.0 4 E 13.0 0.50 0 30.0 2.0 0.09 0.26 0.50 9000 0.25 -0.10 0.5 0.0 100810 1 1 GREENWOO 1800.0 2.0 5.0 1.7 0.0 0.0 0.0 70 0.90 0.8 0.52 4 160.0 15.0 R P 5.4 0.60 0 30.0 1.2 0.09 0.26 0.54 19000 0.32 -0.16 0.5 0.0 2 0 3 HELI 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 20000 0 1 HERMES 1950.0 2.0 5.0 2.0 0.0 0.0 0.0 70 0.70 0.75 0.51 5 160.0 18.0 F P 3.5 0.60 0 28.0 1.0 0.05 0.36 0.42 19000 0.35 -0.20 0.5 0.0 101 1 3 HOTRING 1600.0 2.3 4.5 1.3 0.0 0.2 -0.35 70 1.15 0.89 0.51 5 220.0 36.0 R P 10.0 0.52 0 30.0 1.9 0.13 0.40 0.56 45000 0.29 -0.16 0.5 0.6 208182 1 1 HUNTER 10000.0 4.0 10.0 3.0 0.0 0.0 0.0 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 1.5 0.1 0.40 0.50 99000 0.20 -0.15 0.5 0.0 8028000 0 1 IDAHO 1600.0 1.9 5.0 1.7 0.0 0.0 0.25 75 0.75 0.70 0.52 5 160.0 16.0 R P 6.2 0.55 0 30.0 1.0 0.10 0.28 0.44 20000 0.35 -0.17 0.5 0.5 200002 0 1 INFERNUS 1600.0 2.0 4.4 1.3 0.0 0.0 -0.3 70 0.95 0.80 0.52 5 240.0 29.0 4 P 11.0 0.52 0 30.0 1.8 0.19 0.37 0.72 95000 0.25 -0.17 0.5 0.4 1208182 1 1 KAUFMAN 1650.0 2.1 5.0 2.2 0.0 0.1 -0.1 75 1.00 0.89 0.52 4 160.0 24.0 R P 7.0 0.47 0 40.0 2.0 0.11 0.2 0.32 10000 0.25 -0.18 0.5 0.4 2 1 1 KURUMA 1500.0 1.9 4.9 1.4 0.0 0.0 0.15 75 0.87 0.85 0.48 5 180.0 17.0 F P 7.17 0.55 0 30.0 1.6 0.1 0.24 0.60 18000 0.27 -0.13 0.5 0.0 8002 1 1 LANDSTAL 2000.0 2.0 5.0 2.0 0.0 0.0 0.0 85 0.95 0.85 0.51 5 160.0 25.0 4 D 6.2 0.60 0 35.0 1.7 0.08 0.27 0.23 25000 0.25 -0.15 0.5 0.25 C00B104 0 1 LINERUN 3800.0 2.6 7.5 3.5 0.0 0.0 0.0 90 0.95 0.65 0.4 5 120.0 18.0 R D 8.0 0.30 0 25.0 1.8 0.04 0.65 0.25 35000 0.40 -0.20 0.5 0.0 2000100 0 1 LOVEFIST 2700.0 2.0 7.3 1.6 0.0 0.1 -0.1 75 0.91 0.70 0.51 5 180.0 15.0 4 P 10.0 0.40 0 30.0 1.2 0.09 0.2 0.47 40000 0.35 -0.15 0.5 0.0 8102 0 1 MAFIA 1700.0 2.0 4.9 1.6 0.0 0.2 -0.15 75 0.95 0.80 0.55 5 200.0 24.0 R P 10.0 0.53 0 30.0 1.5 0.13 0.2 0.65 35000 0.23 -0.16 0.5 0.5 8102 0 1 MANANA 1000.0 2.0 4.5 1.4 0.0 0.0 0.1 70 1.00 0.86 0.5 4 160.0 15.0 F P 08.0 0.80 0 30.0 1.6 0.08 0.26 0.50 9000 0.31 -0.11 0.5 0.0 2 0 0 MARQUIS 5000.0 3.5 19.0 4.0 0.0 0.0 0.0 10 -3.50 25.0 0.40 5 190.0 0.5 R P 0.04 0.03 0 38.0 1.0 3.0 0.2 0.38 99000 0.10 0.0 1.0 0.0 80004 0 1 MAVERICK 5000.0 2.5 8.0 2.5 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.15 0.30 0.75 45000 0.50 -0.05 0.5 0.0 8028000 0 1 MOONBEAM 2000.0 2.2 5.5 2.5 0.0 0.0 0.1 85 0.9 0.8 0.47 5 150.0 15.0 F D 5.5 0.6 0 30.0 1.4 0.1 0.2 0.75 16000 0.35 -0.15 0.5 0.0 A 1 3 MOPED 350.0 1.10 1.70 1.20 0.00 0.00 -0.10 103 2.00 0.90 0.49 5 230.00 70.00 R P 25.00 0.50 0 35.00 1.00 0.15 0.10 0.11 10000 0.12 -0.17 0.50 0.00 10103 1 1 MRWHOOP 1700.0 2.0 5.0 2.5 0.0 0.0 0.0 85 0.75 0.75 0.5 4 145.0 12.0 F D 4.17 0.80 0 35.0 1.2 0.1 0.24 0.77 29000 0.35 -0.15 0.5 0.0 4402 0 1 MULE 3500.0 2.3 6.5 3.3 0.0 0.0 0.5 80 0.82 0.70 0.46 5 140.0 12.0 R D 4.5 0.60 0 30.0 2.5 0.11 0.46 0.53 22000 0.30 -0.15 0.5 0.0 4402 0 3 OCEANIC 1660.2 2.00 4.50 1.40 0.00 0.10 -0.30 70 1.30 0.89 0.50 5 291.20 29.00 R P 11.10 0.48 0 24.50 2.00 0.20 0.25 0.54 105000 0.15 -0.06 0.50 0.30 1000187 0 0 PACKER 8000.0 2.9 8.0 3.6 0.0 0.0 0.0 90 0.65 0.85 0.35 5 150.0 13.0 R D 5.7 0.35 0 30.0 1.5 0.04 0.56 0.40 20000 0.45 -0.25 0.5 0.0 0008000 0 1 PATRIOT 2500.0 2.4 5.7 2.2 0.0 0.0 -0.15 80 0.92 0.78 0.5 5 170.0 19.0 4 P 08.17 0.50 0 30.0 1.5 0.1 0.28 0.25 40000 0.35 -0.35 0.5 0.0 0004103 0 1 PEREN 1200.0 1.9 5.0 1.4 0.0 0.0 0.1 70 0.95 0.80 0.53 5 150.0 13.0 F P 04.17 0.80 0 30.0 1.4 0.1 0.2 0.60 10000 0.37 -0.17 0.5 0.0 000000A 1 1 PHEONIX 1600.0 1.90 4.70 1.50 0.00 0.00 -0.30 50 1.20 0.85 0.50 5 373.53 45.00 R P 17.00 0.65 1 30.00 2.60 0.25 0.30 0.45 120000 0.28 -0.05 0.50 0.35 8182 0 0 POLICE 1600.0 2.1 5.0 1.6 0.0 0.0 0.15 75 1.05 0.78 0.52 5 200.0 28.0 4 P 11.1 0.53 0 35.0 2.0 0.12 0.2 0.24 25000 0.48 -0.17 0.5 0.0 0009002 0 1 POLMAV 4500.0 2.5 8.0 2.5 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.65 52000 0.50 -0.05 0.5 0.0 8028000 0 1 PONY 2600.0 2.0 6.0 2.6 0.0 0.0 -0.25 80 0.85 0.70 0.46 5 160.0 15.0 R D 6.0 0.80 0 30.0 2.6 0.07 0.2 0.50 20000 0.35 -0.15 0.25 0.0 22 0 3 PREDATOR 2200.0 4.0 12.0 3.0 0.0 0.0 0.0 14 2.30 15.0 0.58 5 190.0 1.7 R P 0.05 0.01 0 24.0 1.0 3.0 0.2 0.33 40000 0.10 0.1 0.0 0.0 80004 0 1 RANCHER 2500.0 2.5 5.5 2.6 0.0 0.0 -0.15 80 0.92 0.78 0.5 5 170.0 20.0 4 P 7.0 0.45 0 35.0 1.1 0.1 0.44 0.35 40000 0.45 -0.21 0.45 0.3 480B 0 1 RCBANDIT 100.0 0.8 1.5 1.0 0.0 0.05 -0.1 70 1.10 0.75 0.49 1 75.0 35.0 4 E 5.5 0.50 0 25.0 1.6 0.1 0.2 0.05 500 0.28 -0.08 0.5 0.0 0 0 1 RCBARON 150.0 0.8 1.0 0.2 0.0 0.0 -0.1 99 1.10 0.75 0.50 1 75.0 35.0 4 P 5.5 0.50 0 25.0 1.6 0.1 0.2 0.08 300 0.28 -0.08 0.5 0.0 40000 0 1 RCCOPTER 100.0 0.8 1.5 1.0 0.0 0.0 -0.1 70 1.10 0.75 0.50 1 75.0 35.0 4 p 5.5 0.50 0 25.0 1.6 0.1 0.2 0.10 500 0.28 -0.08 0.5 0.0 20000 0 1 RCGOBLIN 100.0 0.8 1.5 1.0 0.0 0.0 -0.1 70 1.10 0.75 0.50 1 75.0 35.0 4 P 5.5 0.50 0 25.0 1.6 0.1 0.2 0.05 800 0.28 -0.08 0.5 0.0 20000 0 1 REEFER 5000.0 3.5 7.0 4.0 0.0 0.0 0.0 15 -1.50 15.0 0.45 5 190.0 0.7 R P 0.02 0.02 0 25.0 1.0 3.0 0.2 0.38 25000 0.10 0.1 0.0 0.0 80004 0 1 REGINA 1500.0 1.9 4.9 1.7 0.0 0.0 0.15 75 0.80 0.85 0.52 4 165.0 16.0 F P 5.0 0.60 0 30.0 1.2 0.1 0.24 0.48 18000 0.27 -0.17 0.5 0.2 9 1 1 RHINO 18000.0 3.5 8.0 3.8 0.0 0.0 0.0 90 0.75 0.8 0.5 4 80.0 8.0 4 D 8.17 0.50 0 20.0 1.8 0.05 1.12 0.09 110000 0.35 -0.10 0.5 0.0 4003 0 1 RIO 3000.0 4.5 7.0 4.0 0.0 0.0 0.0 15 -4.00 25.0 0.50 5 190.0 0.5 R P 0.02 0.00 0 20.0 1.0 3.0 0.2 0.23 70000 15.00 0.1 0.0 0.0 80004 0 1 ROMERO 2500.0 1.9 5.0 1.4 0.0 0.0 0.25 70 0.95 0.80 0.53 5 150.0 14.0 F P 04.17 0.80 0 30.0 1.4 0.1 0.2 1.25 10000 0.37 -0.17 0.5 0.0 A 0 1 RUMPO 2000.0 2.1 5.0 2.1 0.0 0.0 -0.1 85 1.0 0.75 0.48 5 160.0 18.0 F P 5.5 0.45 0 30.0 1.4 0.05 0.2 0.60 26000 0.33 -0.21 0.5 0.0 22 0 1 SABRE1 1700.0 2.1 5.0 1.9 0.0 0.1 0.1 70 1.00 0.84 0.53 4 160.0 24.0 R P 8.17 0.52 0 35.0 1.5 0.10 0.3 0.52 19000 0.30 -0.15 0.5 0.25 801 1 1 SABRETUR 1800.0 2.1 4.5 2.1 0.0 0.2 0.1 70 1.05 0.84 0.52 5 180.0 32.0 R P 6.1 0.52 0 33.0 1.3 0.10 0.3 0.55 45000 0.30 -0.20 0.5 0.40 3009901 1 1 SANDKING 2000.0 2.4 5.7 2.2 0.0 0.0 -0.15 80 0.92 0.78 0.5 5 170.0 25.0 4 P 08.17 0.50 0 30.0 1.8 0.15 0.38 0.35 40000 0.35 -0.31 0.5 0.0 4004003 0 1 SEAPLANE 5000.0 1.0 10.0 0.8 0.0 0.0 0.0 5 0.83 25.0 0.5 1 200.0 1.7 4 P 0.01 0.05 0 24.0 3.0 0.75 0.2 0.50 10000 0.10 0.0 2.0 0.0 8840004 0 1 SEASPAR 3000.0 2.0 5.0 2.0 0.0 0.0 -0.1 5 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.60 28000 0.50 -0.05 0.5 0.0 8028000 0 1 SECURICA 7000.0 2.6 6.8 3.3 0.0 0.0 0.2 90 0.75 0.7 0.46 5 170.0 8.0 R D 8.4 0.45 0 27.0 1.2 0.1 0.42 0.35 40000 0.35 -0.15 0.5 0.0 823 1 1 SENTINEL 1450.0 1.78 4.49 1.37 0.00 0.00 -0.25 70 1.00 0.84 0.50 5 250.00 32.00 R P 11.10 0.52 0 34.00 0.60 0.13 0.20 0.60 39000 0.05 -0.05 0.50 0.00 101 1 0 SPAND 2400.0 2.2 5.5 2.5 0.0 0.0 0.1 85 0.9 0.8 0.47 5 150.0 15.0 F D 5.5 0.6 0 30.0 1.4 0.1 0.40 0.90 16000 0.35 -0.15 0.5 0.0 402 0 3 SPARROW 2500.0 2.0 5.0 2.0 0.0 0.0 -0.1 75 0.65 0.9 0.5 1 200.0 16.0 4 P 5.0 0.45 0 30.0 5.0 0.1 0.30 0.50 25000 0.50 -0.05 0.5 0.0 8028000 0 1 SPEEDER 2200.0 3.2 10.0 2.2 0.0 0.0 0.0 22 2.5 15.0 0.65 5 190.0 2.5 R P 0.04 0.01 0 20.0 1.3 3.0 0.7 0.39 30000 0.10 0.5 2.0 0.0 880004 0 1 SQUALO 2200.0 4.0 12.0 3.0 0.0 0.0 0.0 42 3.00 15.0 0.65 5 190.0 3.0 R P 0.02 0.00 0 24.0 0.45 5.0 0.2 0.33 60000 0.10 0.05 0.0 0.0 880004 0 1 STALLION 1600.0 2.1 5.0 1.8 0.0 0.0 0.1 70 0.80 0.75 0.55 4 160.0 23.0 R P 8.17 0.52 0 35.0 1.5 0.1 0.3 0.64 19000 0.30 -0.2 0.5 0.0 2901 1 1 STINGER 1400.0 1.9 4.7 1.5 0.0 0.0 -0.30 85 1.2 0.85 0.52 5 200.0 28.0 F P 11.0 0.45 0 30.0 1.8 0.20 0.25 0.50 35000 0.28 -0.15 0.5 0.4 A102 1 1 STRETCH 2200.0 2.0 7.3 1.3 0.0 0.0 0.0 75 0.67 0.8 0.5 5 180.0 10.0 F P 10.0 0.40 0 30.0 1.2 0.07 0.2 0.72 40000 0.35 -0.15 0.5 0.0 8102 1 1 TAXI 1450.0 2.1 5.4 1.6 0.0 0.0 -0.25 75 1.00 0.8 0.52 5 180.0 19.0 F P 9.1 0.60 0 35.0 1.4 0.1 0.2 0.51 20000 0.25 -0.15 0.5 0.0 8002 0 1 TOPFUN 1900.0 2.0 6.0 2.6 0.0 0.0 0.1 80 0.85 0.70 0.46 5 160.0 15.0 R D 6.0 0.80 0 30.0 2.2 0.07 0.2 0.43 20000 0.35 -0.15 0.4 0.0 22 0 3 TRAIN 25500.0 2.5 7.7 2.9 0.0 0.0 0.0 85 0.58 0.7 0.46 5 140.0 24.0 4 D 10.00 0.45 0 27.0 1.2 0.05 0.2 1.00 10000 0.47 -0.17 0.5 0.0 0 0 1 TRASH 5500.0 2.9 8.0 3.6 0.0 0.0 0.0 90 0.58 0.8 0.5 4 110.0 07.0 R D 03.17 0.40 0 30.0 1.4 0.06 0.45 0.20 5000 0.45 -0.25 0.55 0.0 2004003 0 1 TROPIC 2200.0 4.0 12.0 3.0 0.0 0.0 0.0 10 2.20 12.0 0.45 5 190.0 1.4 R P 0.05 0.01 0 24.0 1.8 3.0 0.2 0.33 73000 0.10 0.1 0.0 0.0 880004 0 1 VIRGO 1700.0 2.0 4.5 1.5 0.0 0.0 0.1 70 1.00 0.86 0.5 4 160.0 15.0 R P 7.0 0.50 0 32.0 1.5 0.08 0.26 0.85 9000 0.31 -0.15 0.5 0.0 102 0 0 VOODOO 1800.0 2.1 5.0 1.8 0.0 -0.1 -0.2 70 0.95 0.80 0.45 5 160.0 23.0 R P 6.50 0.50 0 30.0 1.6 0.05 0.36 0.41 30000 0.30 -0.28 0.5 0.6 8002 1 1 WALTON 1850.0 2.1 5.0 2.1 0.0 0.0 0.0 75 0.80 0.69 0.5 4 150.0 14.0 4 D 6.5 0.5 0 35.0 2.0 0.12 0.26 0.19 26000 0.35 -0.18 0.4 0.0 A02 1 1 WASHING 1600.0 2.2 4.9 1.7 0.0 0.0 0.2 75 0.80 0.85 0.52 5 200.0 26.0 4 P 10.0 0.53 0 30.0 2.25 0.16 0.28 0.52 35000 0.15 -0.07 0.5 0.35 8182 0 1 YANKEE 4500.0 2.4 6.5 3.8 0.0 0.0 0.0 80 0.75 0.70 0.5 5 160.0 14.0 R D 4.5 0.80 0 30.0 1.8 0.12 0.6 0.45 22000 0.30 -0.25 0.5 0.0 4403 0 1 ZEBRA 2250.0 2.2 5.0 2.3 0.0 0.1 -0.2 75 1.00 0.80 0.52 4 160.0 26.0 R P 9.0 0.48 0 40.0 1.9 0.11 0.2 0.18 10000 0.25 -0.17 0.5 0.5 1008002 1 1 ;------- bikes ;------- boats ;------- planes ; A B C D E F G H I J K L M N O P Q R S T U V W X Y Z aa ab ac ad ae af ag ; ; For Boats: (some car handling variables are used for alternate functions in boats) ; ; (J) Bank Force Mult (K) Rudder Turn Force (L) Speed Steer Falloff ; ® Vertical Wave Hit Limit (S) Forward Wave Hit Brake (V) WaterResistance Volume Mult (W) Water Damping Mult ; (AB) Handbrake Drag Mult (AC) Sideslip Force ; ; A B C D E F G H I J K L M N O ; ; ThrustY ThrustAppZ AqPlaneLimit WaveAudioMult MoveResY TurnResX TurnResZ ; ID ThrustZ AqPlaneForce AqPlaneOffset MoveResX MoveResZ TurnResY Look_L_R_BehindCamHeight ; % COASTGRD 0.50 0.65 0.5 8.0 0.60 -0.3 3.0 0.7 0.996 0.998 0.85 0.96 0.96 3.0 % CUPBOAT 0.50 0.6 0.9 9.0 0.80 -1.0 4.0 0.92 0.998 0.998 0.87 0.96 0.97 4.0 % DINGHY 0.70 0.6 0.4 5.0 0.30 -0.8 3.0 0.94 0.993 0.997 0.85 0.94 0.94 3.0 % MARQUIS 0.95 0.7 0.0 1.5 0.10 0.0 3.5 0.8 0.998 0.970 0.84 0.99 0.94 5.0 % PREDATOR 0.79 0.5 0.6 7.0 0.60 -1.9 4.0 0.8 0.998 0.998 0.85 0.98 0.97 4.0 % REEFER 0.35 0.6 0.0 3.0 0.20 -0.9 3.5 0.8 0.998 0.995 0.85 0.98 0.96 4.0 % RIO 0.75 0.7 0.0 3.0 0.20 0.0 10.0 0.7 0.998 0.999 0.85 0.96 0.96 4.0 % SEAPLANE 0.50 1.2 1.2 50.0 0.85 -0.4 20.0 0.93 0.998 0.999 0.95 0.96 0.96 4.5 % SPEEDER 0.65 0.5 0.5 8.0 0.70 -0.5 3.0 0.7 0.998 0.999 0.85 0.98 0.96 4.0 % SQUALO 0.50 1.1 0.2 9.0 0.80 1.2 4.0 0.90 0.998 0.999 0.89 0.975 0.97 4.0 % TROPIC 0.35 0.6 0.5 4.0 0.35 -1.0 6.0 0.7 0.998 0.995 0.78 0.985 0.96 5.0 ; ; ; ; ; A B C D E F G H I J K L M N O P ; ; LeanFwdCOM LeanBakCOM MaxLean DesLean SlipSteer WheelieAng WheelieSteer StoppieStabMult ; ID LeanFwdForce LeanBackForce FullAnimLean SpeedSteer NoPlayerCOMz StoppieAng WheelieStabMult ; ; ! ANGEL 0.10 0.05 0.30 0.065 30.0 25.0 0.93 1.00 0.7 0.1 33.0 -55.0 -0.006 0.5 0.3 ! BIKE 0.35 0.50 0.30 0.09 48.0 43.0 0.92 0.60 1.0 0.1 45.0 -35.0 -0.007 1.0 0.5 ! DIRTBIKE 0.35 0.50 0.30 0.09 48.0 43.0 0.92 0.60 1.0 0.1 45.0 -35.0 -0.007 1.0 0.5 ! FREEWAY 0.10 0.05 0.30 0.062 30.0 25.0 0.945 1.20 0.7 0.1 33.0 -55.0 -0.006 0.5 0.3 ! MOPED 0.35 0.25 0.15 0.06 35.0 25.0 0.89 0.75 0.8 0.1 35.0 -45.0 -0.010 0.7 0.5 ; ; ; ; A B C D E F G H I J K L M N O P Q R S ; ; id ThrustFallOff YawStab Roll Pitch FormLift MoveRes TurnRes.y SpeedRes.x SpeedRes.z ; Thrust Yaw SideSlip RollStab PitchStab AttackLift TurnRes.x TurnRes.z SpeedRes.y ; ; $ COASTMAV 0.65 0.70 -0.0008 0.01 0.10 0.0045 2.0 0.0045 2.0 0.8 0.004 0.996 0.925 0.925 0.998 0.0 0.0 2.0 $ HUNTER 0.55 0.85 -0.0008 0.014 0.10 0.006 3.0 0.006 3.0 0.5 0.006 0.9985 0.805 0.795 0.990 0.0 0.0 7.0 $ MAVERICK 0.4 0.75 -0.001 0.02 0.20 0.0065 7.0 0.0065 7.0 0.4 0.012 0.997 0.800 0.820 0.996 0.0 0.0 7.0 $ POLMAV 0.47 0.79 -0.0007 0.01 0.10 0.0067 3.0 0.0067 3.0 0.4 0.011 0.997 0.805 0.825 0.995 0.0 0.0 6.0 $ RCBARON 0.006 2.0 -0.003 0.1 0.10 0.02 -0.08 0.005 0.3 0.04 0.25 1.0 0.998 0.995 0.995 0.0 500.0 0.0 $ RCCOPTER 0.25 0.6 -0.002 0.05 0.10 0.009 5.0 0.009 5.0 0.4 0.008 0.989 0.880 0.880 0.998 0.0 0.0 5.0 $ RCGOBLIN 0.20 0.75 -0.001 0.05 0.10 0.006 6.0 0.006 6.0 0.7 0.015 0.989 0.850 0.860 0.992 0.0 0.0 7.0 $ SEAPLANE 0.0032 0.97 -0.00018 0.006 0.10 0.002 -0.007 0.0002 0.0080 0.012 0.19 1.0 0.998 0.997 0.990 0.0 200.0 0.0 $ SEASPAR 0.35 0.75 -0.001 0.01 0.10 0.0075 8.0 0.0075 8.0 0.6 0.012 0.997 0.800 0.840 0.985 0.0 0.0 7.0 $ SPARROW 0.3 0.72 -0.001 0.025 0.10 0.0065 8.0 0.0065 8.0 0.7 0.014 0.997 0.820 0.850 0.990 0.0 0.0 10.0 ; ; ;the end Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
valium Posté(e) le 19 juillet 2003 Signaler Partager Posté(e) le 19 juillet 2003 les trajets des avions sont décrits dans un fichier .dat je crois dedans y a que des nombres, pas un seul mot alors bonne chance pour le modifier ! au fait si vous pouviez réduire un peu la taille de la police quand vous écrivez vos handlings, parce que c lourd à scroller ... ce serait sympa, merci Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
Rejoindre la conversation
Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.