Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- simulation="CarX";
- thrustDelay=0.34999999;
- brakeIdleSpeed=1.78;
- maxSpeed=110;
- fuelCapacity=24;
- wheelCircumference=3.8050001;
- normalSpeedForwardCoef=0.51999998;
- accelAidForceYOffset=-1.5;
- antiRollbarForceCoef=24;
- antiRollbarForceLimit=30;
- antiRollbarSpeedMin=15;
- antiRollbarSpeedMax=65;
- /// Bouyancy ///
- canFloat = 1;
- waterLeakiness = 250.0;
- maxFordingDepth = 0.05;
- waterResistance = 1;
- waterDamageEngine = 0.9;
- engineShiftY = 0.7; /// relative virtual position of engine for PhysX, affects lateral ship slope during turns
- waterLinearDampingCoefY = 2; /// affect how fast does the ship go through waves down - higher values make it drift more on top of waves
- waterLinearDampingCoefX = 20; /// affects sliding of the ship in turns
- waterAngularDampingCoef = 20; /// increase this for smoother movement, but beware too high values
- waterResistanceCoef = 0.5; /// how much does water slow the ship down
- waterEffectSpeed = 5; /// limit of displaying the standard water effect
- engineEffectSpeed = 5; /// limit of displaying the engine effect
- waterFastEffectSpeed = 28; /// increase this for smoother movement, but beware too high
- waterPPInVehicle=0;
- terrainCoef=1.5;
- turnCoef=3;
- wheelDestroyRadiusCoef=0.60000002;
- dampersBumpCoef=6;
- differentialType="all_limited";
- frontRearSplit=0.5;
- frontBias=1.3;
- rearBias=1.3;
- centreBias=1.3;
- enginePower=372.5;
- peakTorque=2033.75;
- maxOmega=220;
- minOmega=40;
- idleRpm=388;
- redRpm=2100;
- dampingRateFullThrottle=0.079999998;
- dampingRateZeroThrottleClutchEngaged=2;
- dampingRateZeroThrottleClutchDisengaged=0.050000001;
- torqueCurve[]=
- {
- {
- "(0/2300)",
- "(0/2260)"
- },
- {
- "(1200/2300)",
- "(1625/2260)"
- },
- {
- "(1400/2300)",
- "(2100/2260)"
- },
- {
- "(1500/2300)",
- "(2200/2260)"
- },
- {
- "(1550/2300)",
- "(2260/2260)"
- },
- {
- "(1600/2300)",
- "(2200/2260)"
- },
- {
- "(2300/2300)",
- "(1700/2260)"
- },
- {
- "(4700/2300)",
- "(0/2260)"
- }
- };
- changeGearMinEffectivity[]={0.5,0.15000001,0.97000003,0.97000003,0.97000003,0.97000003,0.97000003,0.98500001};
- class complexGearbox
- {
- GearboxRatios[]=
- {
- "R1",
- -4.8400002,
- "N",
- 0,
- "D1",
- 3.4300001,
- "D2",
- 2.01,
- "D3",
- 1.42,
- "D4",
- 1,
- "D5",
- 0.82999998,
- "D6",
- 0.58999997
- };
- TransmissionRatios[]=
- {
- "High",
- 7.3000002
- };
- AmphibiousRatios[]=
- {
- "R1",
- -8,
- "N",
- 0,
- "D1",
- 35
- };
- gearBoxMode="auto";
- moveOffGear=1;
- driveString="D";
- neutralString="N";
- reverseString="R";
- };
- switchTime=0.1;
- latency=1.4;
- clutchStrength=35;
- class Wheels
- {
- class L1
- {
- side="left";
- suspTravelDirection[]={-0.125,-1,0};
- boneName="wheel_1_1_damper";
- steering=1;
- center="wheel_1_1_center";
- boundary="wheel_1_1_bound";
- width="0.33";
- mass=187.5;
- MOI=50;
- dampingRate=0.1;
- dampingRateDamaged=1;
- dampingRateDestroyed=1000;
- maxBrakeTorque=45000;
- maxHandBrakeTorque=0;
- suspForceAppPointOffset="wheel_1_1_center";
- tireForceAppPointOffset="wheel_1_1_center";
- maxCompression=0.16;
- maxDroop=0.17000001;
- sprungMass=2100;
- springStrength=73125;
- springDamperRate=21000;
- longitudinalStiffnessPerUnitGravity=10000;
- latStiffX=25;
- latStiffY=180;
- frictionVsSlipGraph[]=
- {
- {0,1},
- {0.5,1},
- {1,1}
- };
- };
- class L2: L1
- {
- boneName="wheel_1_2_damper";
- steering=1;
- center="wheel_1_2_center";
- boundary="wheel_1_2_bound";
- suspForceAppPointOffset="wheel_1_2_center";
- tireForceAppPointOffset="wheel_1_2_center";
- };
- class L3: L1
- {
- boneName="wheel_1_3_damper";
- steering=0;
- center="wheel_1_3_center";
- boundary="wheel_1_3_bound";
- suspForceAppPointOffset="wheel_1_3_center";
- tireForceAppPointOffset="wheel_1_3_center";
- maxHandBrakeTorque=300000;
- };
- class L4: L1
- {
- boneName="wheel_1_4_damper";
- steering=0;
- center="wheel_1_4_center";
- boundary="wheel_1_4_bound";
- suspForceAppPointOffset="wheel_1_4_center";
- tireForceAppPointOffset="wheel_1_4_center";
- maxHandBrakeTorque=300000;
- };
- class R1: L1
- {
- side="right";
- suspTravelDirection[]={0.125,-1,0};
- boneName="wheel_2_1_damper";
- center="wheel_2_1_center";
- boundary="wheel_2_1_bound";
- suspForceAppPointOffset="wheel_2_1_center";
- tireForceAppPointOffset="wheel_2_1_center";
- };
- class R2: R1
- {
- boneName="wheel_2_2_damper";
- steering=1;
- center="wheel_2_2_center";
- boundary="wheel_2_2_bound";
- suspForceAppPointOffset="wheel_2_2_center";
- tireForceAppPointOffset="wheel_2_2_center";
- };
- class R3: R1
- {
- boneName="wheel_2_3_damper";
- steering=0;
- center="wheel_2_3_center";
- boundary="wheel_2_3_bound";
- suspForceAppPointOffset="wheel_2_3_center";
- tireForceAppPointOffset="wheel_2_3_center";
- maxHandBrakeTorque=300000;
- };
- class R4: R1
- {
- boneName="wheel_2_4_damper";
- steering=0;
- center="wheel_2_4_center";
- boundary="wheel_2_4_bound";
- suspForceAppPointOffset="wheel_2_4_center";
- tireForceAppPointOffset="wheel_2_4_center";
- maxHandBrakeTorque=300000;
- };
- };
Advertisement
RAW Paste Data
Copied
Advertisement