Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.73 KB | None | 0 0
  1. class DefaultEventhandlers;
  2. class CfgPatches
  3. {
  4. class d3s_coupeconcept_10
  5. {
  6. units[]=
  7. {
  8. "d3s_coupeconcept_10"
  9. };
  10. weapons[]=
  11. {
  12. "d3s_airhorn_coupeconcept_10"
  13. };
  14. requiredVersion=3;
  15. requiredAddons[]=
  16. {
  17. "A3_Soft_F"
  18. };
  19. };
  20. };
  21. class CfgEditorCategories
  22. {
  23. class D3S_Cars
  24. {
  25. displayName="D3S Cars";
  26. };
  27. };
  28. class CfgEditorSubcategories
  29. {
  30. class Sedans
  31. {
  32. displayName="Sedans";
  33. };
  34. class Exclusive
  35. {
  36. displayName="Exclusive";
  37. };
  38. };
  39. class WeaponFireGun;
  40. class WeaponCloudsGun;
  41. class WeaponFireMGun;
  42. class WeaponCloudsMGun;
  43. class cfgWeapons
  44. {
  45. class SportCarHorn;
  46. class d3s_airhorn_coupeconcept_10: SportCarHorn
  47. {
  48. displayname="Airhorn";
  49. reloadTime=4;
  50. drySound[]=
  51. {
  52. "d3s_cars_core\sound\Horn\Horn_civ.wav",
  53. 1,
  54. 1,
  55. 200
  56. };
  57. scope=2;
  58. };
  59. };
  60. class CfgVehicles
  61. {
  62. class Car;
  63. class Car_F: Car
  64. {
  65. class HitPoints
  66. {
  67. class HitLFWheel;
  68. class HitLF2Wheel;
  69. class HitRFWheel;
  70. class HitRF2Wheel;
  71. class HitFuel;
  72. class HitEngine;
  73. class HitBody;
  74. class HitGlass1;
  75. class HitGlass2;
  76. class HitGlass3;
  77. class HitGlass4;
  78. class HitGlass5;
  79. class HitGlass6;
  80. };
  81. class EventHandlers;
  82. class AnimationSources;
  83. };
  84. class d3s_coupeconcept_10_base: Car_F
  85. {
  86. editorCategory="D3S_Cars";
  87. editorSubcategory="Sedans";
  88. model="\d3s_coupeconcept_10\Coupe_Concept";
  89. picture="\d3s_cars_core\data\map_car_ca.paa";
  90. Icon="\d3s_cars_core\data\map_car_ca.paa";
  91. editorPreview="\d3s_coupeconcept_10\data\coupeconcept_10_CA.paa";
  92. extCameraPosition[]={0,2.5,-8};
  93. ejectDeadDriver=0;
  94. ejectDeadCargo=0;
  95. hideWeaponsDriver=1;
  96. hideWeaponsCargo=0;
  97. slingLoadCargoMemoryPoints[]=
  98. {
  99. "SlingLoadCargo1",
  100. "SlingLoadCargo2",
  101. "SlingLoadCargo3",
  102. "SlingLoadCargo4"
  103. };
  104. displayName="MINI Coupe Concept (R58) '2010";
  105. driverAction="driver_low01";
  106. driverInAction="driver_low01";
  107. cargoAction[]=
  108. {
  109. "passenger_low01",
  110. "passenger_low01",
  111. "passenger_low01",
  112. "passenger_low01"
  113. };
  114. cargoInAction[]=
  115. {
  116. "passenger_low01",
  117. "passenger_low01",
  118. "passenger_low01",
  119. "passenger_low01"
  120. };
  121. memoryPointsGetInDriver="pos driver";
  122. memoryPointsGetInDriverDir="pos driver dir";
  123. memoryPointsGetInCargo[]=
  124. {
  125. "pos cargo 1",
  126. "pos cargo 2",
  127. "pos cargo 3"
  128. };
  129. memoryPointsGetInCargoDir[]=
  130. {
  131. "pos cargo 1 dir",
  132. "pos cargo 2 dir",
  133. "pos cargo 3 dir"
  134. };
  135. hiddenSelections[]=
  136. {
  137. "camo1",
  138. "camo2",
  139. "camo3",
  140. "camo4",
  141. "camo5",
  142. "camo6",
  143. "camo7",
  144. "camo8",
  145. "camo9",
  146. "camo10",
  147. "camo11",
  148. "camo12",
  149. "camo13",
  150. "camo14",
  151. "camo15",
  152. "camo16",
  153. "camo17",
  154. "camo18",
  155. "camo19",
  156. "camo20",
  157. "license1",
  158. "license2",
  159. "license3",
  160. "license4",
  161. "license5",
  162. "license6",
  163. "license7"
  164. };
  165. terrainCoef=2;
  166. turnCoef=3;
  167. precision=10;
  168. brakeDistance=3;
  169. acceleration=15;
  170. fireResistance=5;
  171. armor=65;
  172. cost=50000;
  173. transportMaxBackpacks=3;
  174. transportSoldier=1;
  175. wheelDamageRadiusCoef=0.94999999;
  176. wheelDestroyRadiusCoef=0.80000001;
  177. maxFordingDepth=0.5;
  178. waterResistance=1;
  179. crewCrashProtection=0.25;
  180. driverLeftHandAnimName="drivewheel";
  181. driverRightHandAnimName="drivewheel";
  182. class TransportItems
  183. {
  184. };
  185. class Turrets
  186. {
  187. };
  188. class HitPoints: HitPoints
  189. {
  190. class HitLFWheel: HitLFWheel
  191. {
  192. armor=0.5;
  193. passThrough=0;
  194. };
  195. class HitLF2Wheel: HitLF2Wheel
  196. {
  197. armor=0.5;
  198. passThrough=0;
  199. };
  200. class HitRFWheel: HitRFWheel
  201. {
  202. armor=0.5;
  203. passThrough=0;
  204. };
  205. class HitRF2Wheel: HitRF2Wheel
  206. {
  207. armor=0.5;
  208. passThrough=0;
  209. };
  210. class HitFuel: HitFuel
  211. {
  212. armor=0.5;
  213. material=-1;
  214. name="fueltank";
  215. passThrough=0.2;
  216. };
  217. class HitEngine: HitEngine
  218. {
  219. armor=0.5;
  220. material=-1;
  221. name="engine";
  222. passThrough=0.2;
  223. };
  224. class HitBody: HitBody
  225. {
  226. passThrough=1;
  227. name="body";
  228. visual="camo1";
  229. };
  230. class HitGlass1: HitGlass1
  231. {
  232. armor=0.050000001;
  233. passThrough=1;
  234. };
  235. class HitGlass2: HitGlass2
  236. {
  237. armor=0.050000001;
  238. passThrough=1;
  239. };
  240. class HitGlass3: HitGlass3
  241. {
  242. armor=0.050000001;
  243. passThrough=1;
  244. };
  245. class HitGlass4: HitGlass4
  246. {
  247. armor=0.050000001;
  248. passThrough=1;
  249. };
  250. class HitGlass5: HitGlass5
  251. {
  252. armor=0.050000001;
  253. passThrough=1;
  254. };
  255. class HitGlass6: HitGlass6
  256. {
  257. armor=0.050000001;
  258. passThrough=1;
  259. };
  260. };
  261. getInAction="GetInLow";
  262. getOutAction="GetOutLow";
  263. attenuationEffectType="CarAttenuation";
  264. soundGetIn[]=
  265. {
  266. "A3\Sounds_F\vehicles\soft\Hatchback_01\Hatchback_01_door",
  267. 0.56234133,
  268. 1
  269. };
  270. soundGetOut[]=
  271. {
  272. "A3\Sounds_F\vehicles\soft\Hatchback_01\Hatchback_01_door",
  273. 0.56234133,
  274. 1,
  275. 40
  276. };
  277. soundDammage[]=
  278. {
  279. "",
  280. 0.56234133,
  281. 1
  282. };
  283. soundEngineOnInt[]=
  284. {
  285. "d3s_cars_core\sound\V8_SUV_Luxury\int_start.wav",
  286. 1,
  287. 1
  288. };
  289. soundEngineOnExt[]=
  290. {
  291. "d3s_cars_core\sound\V8_SUV_Luxury\ext_start.wav",
  292. 1,
  293. 1,
  294. 200
  295. };
  296. soundEngineOffInt[]=
  297. {
  298. "d3s_cars_core\sound\V8_SUV_Luxury\int_stop.wav",
  299. 1,
  300. 1
  301. };
  302. soundEngineOffExt[]=
  303. {
  304. "d3s_cars_core\sound\V8_SUV_Luxury\ext_stop.wav",
  305. 1,
  306. 1,
  307. 200
  308. };
  309. buildCrash0[]=
  310. {
  311. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_1",
  312. 1,
  313. 1,
  314. 200
  315. };
  316. buildCrash1[]=
  317. {
  318. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_2",
  319. 1,
  320. 1,
  321. 200
  322. };
  323. buildCrash2[]=
  324. {
  325. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_3",
  326. 1,
  327. 1,
  328. 200
  329. };
  330. buildCrash3[]=
  331. {
  332. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_4",
  333. 1,
  334. 1,
  335. 200
  336. };
  337. soundBuildingCrash[]=
  338. {
  339. "buildCrash0",
  340. 0.25,
  341. "buildCrash1",
  342. 0.25,
  343. "buildCrash2",
  344. 0.25,
  345. "buildCrash3",
  346. 0.25
  347. };
  348. WoodCrash0[]=
  349. {
  350. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_wood_ext_1",
  351. 1,
  352. 1,
  353. 200
  354. };
  355. WoodCrash1[]=
  356. {
  357. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_wood_ext_1",
  358. 1,
  359. 1,
  360. 200
  361. };
  362. WoodCrash2[]=
  363. {
  364. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_wood_ext_1",
  365. 1,
  366. 1,
  367. 200
  368. };
  369. WoodCrash3[]=
  370. {
  371. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_wood_ext_1",
  372. 1,
  373. 1,
  374. 200
  375. };
  376. soundWoodCrash[]=
  377. {
  378. "woodCrash0",
  379. 0.25,
  380. "woodCrash1",
  381. 0.25,
  382. "woodCrash2",
  383. 0.25,
  384. "woodCrash3",
  385. 0.25
  386. };
  387. armorCrash0[]=
  388. {
  389. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_1",
  390. 1,
  391. 1,
  392. 200
  393. };
  394. armorCrash1[]=
  395. {
  396. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_2",
  397. 1,
  398. 1,
  399. 200
  400. };
  401. armorCrash2[]=
  402. {
  403. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_3",
  404. 1,
  405. 1,
  406. 200
  407. };
  408. armorCrash3[]=
  409. {
  410. "A3\Sounds_F\vehicles\crashes\cars\cars_coll_big_default_ext_4",
  411. 1,
  412. 1,
  413. 200
  414. };
  415. soundArmorCrash[]=
  416. {
  417. "ArmorCrash0",
  418. 0.25,
  419. "ArmorCrash1",
  420. 0.25,
  421. "ArmorCrash2",
  422. 0.25,
  423. "ArmorCrash3",
  424. 0.25
  425. };
  426. class Sounds
  427. {
  428. class Idle_ext
  429. {
  430. sound[]=
  431. {
  432. "d3s_cars_core\sound\V6_Sedan\lexus_idle",
  433. 0.17782794,
  434. 1,
  435. 100
  436. };
  437. frequency="0.9 + ((rpm/ 6800) factor[(400/ 6800),(1150/ 6800)])*0.2";
  438. volume="engineOn*camPos*(((rpm/ 6800) factor[(400/ 6800),(700/ 6800)]) * ((rpm/ 6800) factor[(1100/ 6800),(900/ 6800)]))";
  439. };
  440. class Engine
  441. {
  442. sound[]=
  443. {
  444. "d3s_cars_core\sound\V6_Sedan\lexus_offverylow",
  445. 0.17782794,
  446. 1,
  447. 100
  448. };
  449. frequency="0.8 + ((rpm/ 6800) factor[(900/ 6800),(2100/ 6800)])*0.2";
  450. volume="engineOn*camPos*(((rpm/ 6800) factor[(870/ 6800),(1100/ 6800)]) * ((rpm/ 6800) factor[(2100/ 6800),(1300/ 6800)]))";
  451. };
  452. class Engine1_ext
  453. {
  454. sound[]=
  455. {
  456. "d3s_cars_core\sound\V6_Sedan\lexus_offlow",
  457. 0.17782794,
  458. 1,
  459. 100
  460. };
  461. frequency="0.8 + ((rpm/ 6800) factor[(1300/ 6800),(3100/ 6800)])*0.2";
  462. volume="engineOn*camPos*(((rpm/ 6800) factor[(1250/ 6800),(2050/ 6800)]) * ((rpm/ 6800) factor[(3100/ 6800),(2300/ 6800)]))";
  463. };
  464. class Engine2_ext
  465. {
  466. sound[]=
  467. {
  468. "d3s_cars_core\sound\V6_Sedan\lexus_offmid",
  469. 0.17782794,
  470. 1,
  471. 100
  472. };
  473. frequency="0.8 + ((rpm/ 6800) factor[(2200/ 6800),(4100/ 6800)])*0.2";
  474. volume="engineOn*camPos*(((rpm/ 6800) factor[(2250/ 6800),(3050/ 6800)]) * ((rpm/ 6800) factor[(4100/ 6800),(3300/ 6800)]))";
  475. };
  476. class Engine3_ext
  477. {
  478. sound[]=
  479. {
  480. "d3s_cars_core\sound\V6_Sedan\lexus_offmid",
  481. 0.17782794,
  482. 1,
  483. 100
  484. };
  485. frequency="0.8 + ((rpm/ 6800) factor[(3300/ 6800),(4900/ 6800)])*0.2";
  486. volume="engineOn*camPos*(((rpm/ 6800) factor[(3250/ 6800),(4050/ 6800)]) * ((rpm/ 6800) factor[(4870/ 6800),(4200/ 6800)]))";
  487. };
  488. class Engine4_ext
  489. {
  490. sound[]=
  491. {
  492. "d3s_cars_core\sound\V6_Sedan\lexus_offhigh",
  493. 0.17782794,
  494. 1,
  495. 100
  496. };
  497. frequency="0.8 + ((rpm/ 6800) factor[(4200/ 6800),(6200/ 6800)])*0.2";
  498. volume="engineOn*camPos*(((rpm/ 6800) factor[(4150/ 6800),(4800/ 6800)]) * ((rpm/ 6800) factor[(6150/ 6800),(5150/ 6800)]))";
  499. };
  500. class Engine5_ext
  501. {
  502. sound[]=
  503. {
  504. "d3s_cars_core\sound\V6_Sedan\lexus_offhigh",
  505. 0.17782794,
  506. 1,
  507. 100
  508. };
  509. frequency="0.95 + ((rpm/ 6800) factor[(5100/ 6800),(6800/ 6800)])*0.15";
  510. volume="engineOn*camPos*((rpm/ 6800) factor[(5100/ 6800),(6100/ 6800)])";
  511. };
  512. class IdleThrust
  513. {
  514. sound[]=
  515. {
  516. "d3s_cars_core\sound\V6_Sedan\lexus_onidle",
  517. 0.17782794,
  518. 1,
  519. 100
  520. };
  521. frequency="0.9 + ((rpm/ 6800) factor[(400/ 6800),(1150/ 6800)])*0.2";
  522. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(400/ 6800),(700/ 6800)]) * ((rpm/ 6800) factor[(1100/ 6800),(900/ 6800)]))";
  523. };
  524. class EngineThrust
  525. {
  526. sound[]=
  527. {
  528. "d3s_cars_core\sound\V6_Sedan\lexus_onlow",
  529. 0.17782794,
  530. 1,
  531. 100
  532. };
  533. frequency="0.8 + ((rpm/ 6800) factor[(900/ 6800),(2100/ 6800)])*0.2";
  534. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(870/ 6800),(1100/ 6800)]) * ((rpm/ 6800) factor[(2100/ 6800),(1300/ 6800)]))";
  535. };
  536. class Engine1_Thrust_ext
  537. {
  538. sound[]=
  539. {
  540. "d3s_cars_core\sound\V6_Sedan\lexus_onlow",
  541. 0.17782794,
  542. 1,
  543. 100
  544. };
  545. frequency="0.8 + ((rpm/ 6800) factor[(1300/ 6800),(3100/ 6800)])*0.2";
  546. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(1250/ 6800),(2050/ 6800)]) * ((rpm/ 6800) factor[(3100/ 6800),(2300/ 6800)]))";
  547. };
  548. class Engine2_Thrust_ext
  549. {
  550. sound[]=
  551. {
  552. "d3s_cars_core\sound\V6_Sedan\lexus_onmidhigh",
  553. 0.17782794,
  554. 1,
  555. 100
  556. };
  557. frequency="0.8 + ((rpm/ 6800) factor[(2200/ 6800),(4100/ 6800)])*0.2";
  558. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(2250/ 6800),(3050/ 6800)]) * ((rpm/ 6800) factor[(4100/ 6800),(3300/ 6800)]))";
  559. };
  560. class Engine3_Thrust_ext
  561. {
  562. sound[]=
  563. {
  564. "d3s_cars_core\sound\V6_Sedan\lexus_onmid",
  565. 0.17782794,
  566. 1,
  567. 100
  568. };
  569. frequency="0.8 + ((rpm/ 6800) factor[(3300/ 6800),(4900/ 6800)])*0.2";
  570. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(3250/ 6800),(4050/ 6800)]) * ((rpm/ 6800) factor[(4870/ 6800),(4200/ 6800)]))";
  571. };
  572. class Engine4_Thrust_ext
  573. {
  574. sound[]=
  575. {
  576. "d3s_cars_core\sound\V6_Sedan\lexus_onhigh",
  577. 0.17782794,
  578. 1,
  579. 100
  580. };
  581. frequency="0.8 + ((rpm/ 6800) factor[(4200/ 6800),(6200/ 6800)])*0.3";
  582. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(4150/ 6800),(4800/ 6800)]) * ((rpm/ 6800) factor[(6150/ 6800),(5150/ 6800)]))";
  583. };
  584. class Engine5_Thrust_ext
  585. {
  586. sound[]=
  587. {
  588. "d3s_cars_core\sound\V6_Sedan\lexus_onhigh",
  589. 0.17782794,
  590. 1,
  591. 100
  592. };
  593. frequency="0.9 + ((rpm/ 6800) factor[(5100/ 6800),(6800/ 6800)])*0.2";
  594. volume="engineOn*camPos*(0.4+(0.6*(thrust factor[0.1,1])))*((rpm/ 6800) factor[(5100/ 6800),(6100/ 6800)])";
  595. };
  596. class Idle_int
  597. {
  598. sound[]=
  599. {
  600. "d3s_cars_core\sound\V6_Sedan\lexus_idle",
  601. 0.099999994,
  602. 1
  603. };
  604. frequency="0.9 + ((rpm/ 6800) factor[(400/ 6800),(1150/ 6800)])*0.2";
  605. volume="engineOn*(1-camPos)*(((rpm/ 6800) factor[(400/ 6800),(700/ 6800)]) * ((rpm/ 6800) factor[(1100/ 6800),(900/ 6800)]))";
  606. };
  607. class Engine_int
  608. {
  609. sound[]=
  610. {
  611. "d3s_cars_core\sound\V6_Sedan\lexus_offverylow",
  612. 0.099999994,
  613. 1
  614. };
  615. frequency="0.8 + ((rpm/ 6800) factor[(900/ 6800),(2100/ 6800)])*0.2";
  616. volume="engineOn*(1-camPos)*(((rpm/ 6800) factor[(870/ 6800),(1100/ 6800)]) * ((rpm/ 6800) factor[(2100/ 6800),(1300/ 6800)]))";
  617. };
  618. class Engine1_int
  619. {
  620. sound[]=
  621. {
  622. "d3s_cars_core\sound\V6_Sedan\lexus_offlow",
  623. 0.099999994,
  624. 1
  625. };
  626. frequency="0.8 + ((rpm/ 6800) factor[(1300/ 6800),(3100/ 6800)])*0.2";
  627. volume="engineOn*(1-camPos)*(((rpm/ 6800) factor[(1250/ 6800),(2050/ 6800)]) * ((rpm/ 6800) factor[(3100/ 6800),(2300/ 6800)]))";
  628. };
  629. class Engine2_int
  630. {
  631. sound[]=
  632. {
  633. "d3s_cars_core\sound\V6_Sedan\lexus_offmid",
  634. 0.099999994,
  635. 1
  636. };
  637. frequency="0.8 + ((rpm/ 6800) factor[(2200/ 6800),(4100/ 6800)])*0.2";
  638. volume="engineOn*(1-camPos)*(((rpm/ 6800) factor[(2250/ 6800),(3050/ 6800)]) * ((rpm/ 6800) factor[(4100/ 6800),(3300/ 6800)]))";
  639. };
  640. class Engine3_int
  641. {
  642. sound[]=
  643. {
  644. "d3s_cars_core\sound\V6_Sedan\lexus_offmid",
  645. 0.099999994,
  646. 1
  647. };
  648. frequency="0.8 + ((rpm/ 6800) factor[(3300/ 6800),(4900/ 6800)])*0.2";
  649. volume="engineOn*(1-camPos)*(((rpm/ 6800) factor[(3250/ 6800),(4050/ 6800)]) * ((rpm/ 6800) factor[(4870/ 6800),(4200/ 6800)]))";
  650. };
  651. class Engine4_int
  652. {
  653. sound[]=
  654. {
  655. "d3s_cars_core\sound\V6_Sedan\lexus_offhigh",
  656. 0.099999994,
  657. 1
  658. };
  659. frequency="0.8 + ((rpm/ 6800) factor[(4200/ 6800),(6200/ 6800)])*0.2";
  660. volume="engineOn*(1-camPos)*(((rpm/ 6800) factor[(4150/ 6800),(4800/ 6800)]) * ((rpm/ 6800) factor[(6150/ 6800),(5150/ 6800)]))";
  661. };
  662. class Engine5_int
  663. {
  664. sound[]=
  665. {
  666. "d3s_cars_core\sound\V6_Sedan\lexus_offhigh",
  667. 0.099999994,
  668. 1
  669. };
  670. frequency="0.95 + ((rpm/ 6800) factor[(5100/ 6800),(6800/ 6800)])*0.15";
  671. volume="engineOn*(1-camPos)*((rpm/ 6800) factor[(5100/ 6800),(6100/ 6800)])";
  672. };
  673. class IdleThrust_int
  674. {
  675. sound[]=
  676. {
  677. "d3s_cars_core\sound\V6_Sedan\lexus_onidle",
  678. 0.099999994,
  679. 1
  680. };
  681. frequency="0.9 + ((rpm/ 6800) factor[(400/ 6800),(1150/ 6800)])*0.2";
  682. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(400/ 6800),(700/ 6800)]) * ((rpm/ 6800) factor[(1100/ 6800),(900/ 6800)]))";
  683. };
  684. class EngineThrust_int
  685. {
  686. sound[]=
  687. {
  688. "d3s_cars_core\sound\V6_Sedan\lexus_onlow",
  689. 0.099999994,
  690. 1
  691. };
  692. frequency="0.8 + ((rpm/ 6800) factor[(900/ 6800),(2100/ 6800)])*0.2";
  693. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(870/ 6800),(1100/ 6800)]) * ((rpm/ 6800) factor[(2100/ 6800),(1300/ 6800)]))";
  694. };
  695. class Engine1_Thrust_int
  696. {
  697. sound[]=
  698. {
  699. "d3s_cars_core\sound\V6_Sedan\lexus_onlow",
  700. 0.099999994,
  701. 1
  702. };
  703. frequency="0.8 + ((rpm/ 6800) factor[(1300/ 6800),(3100/ 6800)])*0.2";
  704. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(1250/ 6800),(2050/ 6800)]) * ((rpm/ 6800) factor[(3100/ 6800),(2300/ 6800)]))";
  705. };
  706. class Engine2_Thrust_int
  707. {
  708. sound[]=
  709. {
  710. "d3s_cars_core\sound\V6_Sedan\lexus_onmidhigh",
  711. 0.099999994,
  712. 1
  713. };
  714. frequency="0.8 + ((rpm/ 6800) factor[(2200/ 6800),(4100/ 6800)])*0.2";
  715. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(2250/ 6800),(3050/ 6800)]) * ((rpm/ 6800) factor[(4100/ 6800),(3300/ 6800)]))";
  716. };
  717. class Engine3_Thrust_int
  718. {
  719. sound[]=
  720. {
  721. "d3s_cars_core\sound\V6_Sedan\lexus_onmid",
  722. 0.099999994,
  723. 1
  724. };
  725. frequency="0.8 + ((rpm/ 6800) factor[(3300/ 6800),(4900/ 6800)])*0.2";
  726. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(3250/ 6800),(4050/ 6800)]) * ((rpm/ 6800) factor[(4870/ 6800),(4200/ 6800)]))";
  727. };
  728. class Engine4_Thrust_int
  729. {
  730. sound[]=
  731. {
  732. "d3s_cars_core\sound\V6_Sedan\lexus_onhigh",
  733. 0.099999994,
  734. 1
  735. };
  736. frequency="0.8 + ((rpm/ 6800) factor[(4200/ 6800),(6200/ 6800)])*0.3";
  737. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*(((rpm/ 6800) factor[(4150/ 6800),(4800/ 6800)]) * ((rpm/ 6800) factor[(6150/ 6800),(5150/ 6800)]))";
  738. };
  739. class Engine5_Thrust_int
  740. {
  741. sound[]=
  742. {
  743. "d3s_cars_core\sound\V6_Sedan\lexus_onhigh",
  744. 0.099999994,
  745. 1
  746. };
  747. frequency="0.9 + ((rpm/ 6800) factor[(5100/ 6800),(6800/ 6800)])*0.2";
  748. volume="engineOn*(1-camPos)*(0.4+(0.6*(thrust factor[0.1,1])))*((rpm/ 6800) factor[(5100/ 6800),(6100/ 6800)])";
  749. };
  750. class Movement
  751. {
  752. sound="soundEnviron";
  753. frequency="1";
  754. volume="0";
  755. };
  756. class TiresRockOut
  757. {
  758. sound[]=
  759. {
  760. "A3\Sounds_F\vehicles\soft\tires\ext_tires_dirt_soft_1",
  761. 0.50118721,
  762. 1,
  763. 60
  764. };
  765. frequency="1";
  766. volume="camPos*rock*(speed factor[2, 20])";
  767. };
  768. class TiresSandOut
  769. {
  770. sound[]=
  771. {
  772. "A3\Sounds_F\vehicles\soft\tires\ext-tires-sand1",
  773. 0.50118721,
  774. 1,
  775. 60
  776. };
  777. frequency="1";
  778. volume="camPos*sand*(speed factor[2, 20])";
  779. };
  780. class TiresGrassOut
  781. {
  782. sound[]=
  783. {
  784. "A3\Sounds_F\vehicles\soft\tires\ext_tires_dirt_soft_2",
  785. 0.50118721,
  786. 1,
  787. 60
  788. };
  789. frequency="1";
  790. volume="camPos*grass*(speed factor[2, 20])";
  791. };
  792. class TiresMudOut
  793. {
  794. sound[]=
  795. {
  796. "A3\Sounds_F\vehicles\soft\tires\ext-tires-mud2",
  797. 0.50118721,
  798. 1,
  799. 60
  800. };
  801. frequency="1";
  802. volume="camPos*mud*(speed factor[2, 20])";
  803. };
  804. class TiresGravelOut
  805. {
  806. sound[]=
  807. {
  808. "A3\Sounds_F\vehicles\soft\tires\ext_tires_gravel_1",
  809. 0.50118721,
  810. 1,
  811. 60
  812. };
  813. frequency="1";
  814. volume="camPos*gravel*(speed factor[2, 20])";
  815. };
  816. class TiresAsphaltOut
  817. {
  818. sound[]=
  819. {
  820. "A3\Sounds_F\vehicles\soft\tires\ext_tires_asfalt_2",
  821. 0.50118721,
  822. 1,
  823. 60
  824. };
  825. frequency="1";
  826. volume="camPos*asphalt*(speed factor[2, 20])";
  827. };
  828. class NoiseOut
  829. {
  830. sound[]=
  831. {
  832. "A3\Sounds_F\vehicles\soft\noises\noise_ext_car_3",
  833. 0.39810717,
  834. 1,
  835. 90
  836. };
  837. frequency="1";
  838. volume="camPos*(damper0 max 0.02)*(speed factor[0, 8])";
  839. };
  840. class TiresRockIn
  841. {
  842. sound[]=
  843. {
  844. "A3\Sounds_F\vehicles\soft\tires\int_tires_dirt_soft_1",
  845. 0.50118721,
  846. 1
  847. };
  848. frequency="1";
  849. volume="(1-camPos)*rock*(speed factor[2, 20])";
  850. };
  851. class TiresSandIn
  852. {
  853. sound[]=
  854. {
  855. "A3\Sounds_F\vehicles\soft\tires\int-tires-sand2",
  856. 0.50118721,
  857. 1
  858. };
  859. frequency="1";
  860. volume="(1-camPos)*sand*(speed factor[2, 20])";
  861. };
  862. class TiresGrassIn
  863. {
  864. sound[]=
  865. {
  866. "A3\Sounds_F\vehicles\soft\tires\int_tires_dirt_soft_2",
  867. 0.50118721,
  868. 1
  869. };
  870. frequency="1";
  871. volume="(1-camPos)*grass*(speed factor[2, 20])";
  872. };
  873. class TiresMudIn
  874. {
  875. sound[]=
  876. {
  877. "A3\Sounds_F\vehicles\soft\tires\int-tires-mud2",
  878. 0.50118721,
  879. 1
  880. };
  881. frequency="1";
  882. volume="(1-camPos)*mud*(speed factor[2, 20])";
  883. };
  884. class TiresGravelIn
  885. {
  886. sound[]=
  887. {
  888. "A3\Sounds_F\vehicles\soft\tires\int_tires_gravel_1",
  889. 0.50118721,
  890. 1
  891. };
  892. frequency="1";
  893. volume="(1-camPos)*gravel*(speed factor[2, 20])";
  894. };
  895. class TiresAsphaltIn
  896. {
  897. sound[]=
  898. {
  899. "A3\Sounds_F\vehicles\soft\tires\int_tires_asfalt_2",
  900. 0.50118721,
  901. 1
  902. };
  903. frequency="1";
  904. volume="(1-camPos)*asphalt*(speed factor[2, 20])";
  905. };
  906. class NoiseIn
  907. {
  908. sound[]=
  909. {
  910. "A3\Sounds_F\vehicles\soft\noises\noise_int_car_3",
  911. 0.25118864,
  912. 1
  913. };
  914. frequency="1";
  915. volume="(damper0 max 0.1)*(speed factor[0, 8])*(1-camPos)";
  916. };
  917. class breaking_ext_road
  918. {
  919. sound[]=
  920. {
  921. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_04",
  922. 0.70794576,
  923. 1,
  924. 80
  925. };
  926. frequency=1;
  927. volume="engineOn*camPos*asphalt*(LongSlipDrive Factor[-0.1, -0.4])*(Speed Factor[2, 15])";
  928. };
  929. class acceleration_ext_road
  930. {
  931. sound[]=
  932. {
  933. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_02",
  934. 0.70794576,
  935. 1,
  936. 80
  937. };
  938. frequency=1;
  939. volume="engineOn*camPos*asphalt*(LongSlipDrive Factor[0.1, 0.4])*(Speed Factor[15, 2])";
  940. };
  941. class turn_left_ext_road
  942. {
  943. sound[]=
  944. {
  945. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_02",
  946. 0.70794576,
  947. 1,
  948. 80
  949. };
  950. frequency=1;
  951. volume="engineOn*camPos*asphalt*(latSlipDrive Factor[0.1, 0.4])*(Speed Factor[2, 15])";
  952. };
  953. class turn_right_ext_road
  954. {
  955. sound[]=
  956. {
  957. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_02",
  958. 0.70794576,
  959. 1,
  960. 80
  961. };
  962. frequency=1;
  963. volume="engineOn*camPos*asphalt*(latSlipDrive Factor[-0.1, -0.4])*(Speed Factor[2, 15])";
  964. };
  965. class breaking_ext_dirt
  966. {
  967. sound[]=
  968. {
  969. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_14_dirt_breaking",
  970. 0.70794576,
  971. 1,
  972. 60
  973. };
  974. frequency=1;
  975. volume="engineOn*camPos*(1-asphalt)*(LongSlipDrive Factor[-0.1, -0.4])*(Speed Factor[1, 15])";
  976. };
  977. class acceleration_ext_dirt
  978. {
  979. sound[]=
  980. {
  981. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_16_dirt_acceleration",
  982. 0.70794576,
  983. 1,
  984. 60
  985. };
  986. frequency=1;
  987. volume="engineOn*camPos*(1-asphalt)*(LongSlipDrive Factor[0.1, 0.4])*(Speed Factor[15, 1])";
  988. };
  989. class turn_left_ext_dirt
  990. {
  991. sound[]=
  992. {
  993. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_18_dirt",
  994. 0.70794576,
  995. 1,
  996. 60
  997. };
  998. frequency=1;
  999. volume="engineOn*camPos*(1-asphalt)*(latSlipDrive Factor[0.1, 0.4])*(Speed Factor[1, 15])";
  1000. };
  1001. class turn_right_ext_dirt
  1002. {
  1003. sound[]=
  1004. {
  1005. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_18_dirt",
  1006. 0.70794576,
  1007. 1,
  1008. 60
  1009. };
  1010. frequency=1;
  1011. volume="engineOn*camPos*(1-asphalt)*(latSlipDrive Factor[-0.1, -0.4])*(Speed Factor[1, 15])";
  1012. };
  1013. class breaking_int_road
  1014. {
  1015. sound[]=
  1016. {
  1017. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_04_int",
  1018. 0.31622776,
  1019. 1
  1020. };
  1021. frequency=1;
  1022. volume="engineOn*asphalt*(1-camPos)*(LongSlipDrive Factor[-0.1, -0.4])*(Speed Factor[2, 15])";
  1023. };
  1024. class acceleration_int_road
  1025. {
  1026. sound[]=
  1027. {
  1028. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_02_int",
  1029. 0.31622776,
  1030. 1
  1031. };
  1032. frequency=1;
  1033. volume="engineOn*asphalt*(1-camPos)*(LongSlipDrive Factor[0.1, 0.4])*(Speed Factor[15, 2])";
  1034. };
  1035. class turn_left_int_road
  1036. {
  1037. sound[]=
  1038. {
  1039. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_02_int",
  1040. 0.31622776,
  1041. 1
  1042. };
  1043. frequency=1;
  1044. volume="engineOn*asphalt*(1-camPos)*(latSlipDrive Factor[0.1, 0.4])*(Speed Factor[2, 15])";
  1045. };
  1046. class turn_right_int_road
  1047. {
  1048. sound[]=
  1049. {
  1050. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_loop_02_int",
  1051. 0.31622776,
  1052. 1
  1053. };
  1054. frequency=1;
  1055. volume="engineOn*asphalt*(1-camPos)*(latSlipDrive Factor[-0.1, -0.4])*(Speed Factor[2, 15])";
  1056. };
  1057. class breaking_int_dirt
  1058. {
  1059. sound[]=
  1060. {
  1061. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_14_dirt_breaking_int",
  1062. 0.31622776,
  1063. 1
  1064. };
  1065. frequency=1;
  1066. volume="engineOn*(1-asphalt)*(1-camPos)*(LongSlipDrive Factor[-01, -0.4])*(Speed Factor[2, 15])";
  1067. };
  1068. class acceleration_int_dirt
  1069. {
  1070. sound[]=
  1071. {
  1072. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_16_dirt_acceleration_int",
  1073. 0.31622776,
  1074. 1
  1075. };
  1076. frequency=1;
  1077. volume="engineOn*(1-asphalt)*(1-camPos)*(LongSlipDrive Factor[0.1, 0.4])*(Speed Factor[15, 2])";
  1078. };
  1079. class turn_left_int_dirt
  1080. {
  1081. sound[]=
  1082. {
  1083. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_18_dirt_int",
  1084. 0.31622776,
  1085. 1
  1086. };
  1087. frequency=1;
  1088. volume="engineOn*(1-asphalt)*(1-camPos)*(latSlipDrive Factor[0.1, 0.4])*(Speed Factor[2, 15])";
  1089. };
  1090. class turn_right_int_dirt
  1091. {
  1092. sound[]=
  1093. {
  1094. "A3\Sounds_F\vehicles\soft\noises\slipping_tires_18_dirt_int",
  1095. 0.31622776,
  1096. 1
  1097. };
  1098. frequency=1;
  1099. volume="engineOn*(1-asphalt)*(1-camPos)*(latSlipDrive Factor[-0.1, -0.4])*(Speed Factor[2, 15])";
  1100. };
  1101. };
  1102. class RenderTargets
  1103. {
  1104. class LeftMirror
  1105. {
  1106. renderTarget="rendertarget0";
  1107. class CameraView1
  1108. {
  1109. pointPosition="PIP0_pos";
  1110. pointDirection="PIP0_dir";
  1111. renderQuality=2;
  1112. renderVisionMode=0;
  1113. fov=0.69999999;
  1114. };
  1115. };
  1116. class RightMirror
  1117. {
  1118. renderTarget="rendertarget1";
  1119. class CameraView1
  1120. {
  1121. pointPosition="PIP1_pos";
  1122. pointDirection="PIP1_dir";
  1123. renderQuality=2;
  1124. renderVisionMode=0;
  1125. fov=0.69999999;
  1126. };
  1127. };
  1128. class RearMirror
  1129. {
  1130. renderTarget="rendertarget2";
  1131. class CameraView1
  1132. {
  1133. pointPosition="PIP2_pos";
  1134. pointDirection="PIP2_dir";
  1135. renderQuality=2;
  1136. renderVisionMode=0;
  1137. fov=0.5;
  1138. };
  1139. };
  1140. class RearCam
  1141. {
  1142. renderTarget="rendertarget3";
  1143. class CameraView1
  1144. {
  1145. pointPosition="PIP3_pos";
  1146. pointDirection="PIP3_dir";
  1147. renderQuality=0;
  1148. renderVisionMode=0;
  1149. fov=0.69999999;
  1150. };
  1151. };
  1152. };
  1153. thrustDelay=0.2;
  1154. engineStartSpeed=1;
  1155. brakeIdleSpeed=0.1;
  1156. maxSpeed=220;
  1157. fuelCapacity=58;
  1158. wheelCircumference=2.2249999;
  1159. antiRollbarForceCoef=0;
  1160. antiRollbarForceLimit=0;
  1161. antiRollbarSpeedMin=0;
  1162. antiRollbarSpeedMax=0;
  1163. idleRpm=800;
  1164. redRpm=6800;
  1165. class complexGearbox
  1166. {
  1167. GearboxRatios[]=
  1168. {
  1169. "R1",
  1170. -4.2600002,
  1171. "N",
  1172. 0,
  1173. "D1",
  1174. 3.76,
  1175. "D2",
  1176. 2.03,
  1177. "D3",
  1178. 1.46,
  1179. "D4",
  1180. 1.08,
  1181. "D5",
  1182. 0.88,
  1183. "D6",
  1184. 0.74000001
  1185. };
  1186. TransmissionRatios[]=
  1187. {
  1188. "High",
  1189. 3.4200001
  1190. };
  1191. gearBoxMode="auto";
  1192. moveOffGear=1;
  1193. driveString="D";
  1194. neutralString="N";
  1195. reverseString="R";
  1196. transmissionDelay=0.0099999905;
  1197. };
  1198. simulation="carx";
  1199. dampersBumpCoef=0.025;
  1200. differentialType="all_open";
  1201. frontRearSplit=0.69999999;
  1202. frontBias=2.5;
  1203. rearBias=2.5;
  1204. centreBias=2.5;
  1205. clutchStrength=55;
  1206. maxOmega=850;
  1207. enginePower=317;
  1208. peakTorque=550;
  1209. dampingRateFullThrottle=0.079999998;
  1210. dampingRateZeroThrottleClutchDisengaged=0.050000001;
  1211. dampingRateZeroThrottleClutchEngaged=0.34999999;
  1212. slowSpeedForwardCoef=0.44999999;
  1213. normalSpeedForwardCoef=1;
  1214. torqueCurve[]=
  1215. {
  1216. {0,0},
  1217. {0.14,0.70999998},
  1218. {0.28999999,0.79000002},
  1219. {0.43000001,0.82999998},
  1220. {0.56999999,0.95999998},
  1221. {0.70999998,0.95999998},
  1222. {0.86000001,0.81999999},
  1223. {1,0.81999999}
  1224. };
  1225. changeGearMinEffectivity[]={0.94999999,0.15000001,0.89999998,0.89999998,0.89999998,0.89999998,0.89999998,0.80000001};
  1226. switchTime=0.1;
  1227. latency=1;
  1228. class Wheels
  1229. {
  1230. class LF
  1231. {
  1232. boneName="wheel_1_1_damper";
  1233. steering=1;
  1234. side="left";
  1235. center="wheel_1_1_axis";
  1236. boundary="wheel_1_1_bound";
  1237. width="0.2";
  1238. mass=10;
  1239. MOI=5.3000002;
  1240. dampingRate=0.5;
  1241. dampingRateDamaged=5;
  1242. dampingRateDestroyed=5000;
  1243. maxBrakeTorque=2000;
  1244. maxHandBrakeTorque=0;
  1245. suspTravelDirection[]={0,-1,0};
  1246. suspForceAppPointOffset="wheel_1_1_axis";
  1247. tireForceAppPointOffset="wheel_1_1_axis";
  1248. maxCompression=0.11;
  1249. mMaxDroop=0.11;
  1250. sprungMass=400;
  1251. springStrength=40000;
  1252. springDamperRate=3534;
  1253. longitudinalStiffnessPerUnitGravity=50000;
  1254. latStiffX=18;
  1255. latStiffY=180;
  1256. frictionVsSlipGraph[]=
  1257. {
  1258. {0,1},
  1259. {0.5,1},
  1260. {1,1}
  1261. };
  1262. };
  1263. class LR: LF
  1264. {
  1265. boneName="wheel_1_2_damper";
  1266. steering=0;
  1267. center="wheel_1_2_axis";
  1268. boundary="wheel_1_2_bound";
  1269. suspForceAppPointOffset="wheel_1_2_axis";
  1270. tireForceAppPointOffset="wheel_1_2_axis";
  1271. maxBrakeTorque=1700;
  1272. maxHandBrakeTorque=4000;
  1273. maxCompression=0.115;
  1274. mMaxDroop=0.115;
  1275. sprungMass=300;
  1276. latStiffX=18;
  1277. latStiffY=18000;
  1278. };
  1279. class RF: LF
  1280. {
  1281. boneName="wheel_2_1_damper";
  1282. center="wheel_2_1_axis";
  1283. boundary="wheel_2_1_bound";
  1284. suspForceAppPointOffset="wheel_2_1_axis";
  1285. tireForceAppPointOffset="wheel_2_1_axis";
  1286. maxBrakeTorque=2000;
  1287. steering=1;
  1288. side="right";
  1289. maxCompression=0.1;
  1290. mMaxDroop=0.1;
  1291. sprungMass=400;
  1292. latStiffX=18;
  1293. latStiffY=180;
  1294. };
  1295. class RR: RF
  1296. {
  1297. boneName="wheel_2_2_damper";
  1298. steering=0;
  1299. center="wheel_2_2_axis";
  1300. boundary="wheel_2_2_bound";
  1301. suspForceAppPointOffset="wheel_2_2_axis";
  1302. tireForceAppPointOffset="wheel_2_2_axis";
  1303. maxBrakeTorque=1700;
  1304. maxHandBrakeTorque=4000;
  1305. maxCompression=0.12;
  1306. mMaxDroop=0.12;
  1307. sprungMass=300;
  1308. latStiffX=18;
  1309. latStiffY=18000;
  1310. };
  1311. };
  1312. class PlayerSteeringCoefficients
  1313. {
  1314. turnIncreaseConst=1;
  1315. turnIncreaseLinear=3;
  1316. turnIncreaseTime=0;
  1317. turnDecreaseConst=8;
  1318. turnDecreaseLinear=0;
  1319. turnDecreaseTime=0;
  1320. maxTurnHundred=1;
  1321. };
  1322. memoryPointTrackFLL="TrackFLL";
  1323. memoryPointTrackFLR="TrackFLR";
  1324. memoryPointTrackBLL="TrackBLL";
  1325. memoryPointTrackBLR="TrackBLR";
  1326. memoryPointTrackFRL="TrackFRL";
  1327. memoryPointTrackFRR="TrackFRR";
  1328. memoryPointTrackBRL="TrackBRL";
  1329. memoryPointTrackBRR="TrackBRR";
  1330. class Damage
  1331. {
  1332. tex[]={};
  1333. mat[]=
  1334. {
  1335. "d3s_cars_core\data\glass_window.rvmat",
  1336. "A3\data_f\Glass_veh_damage.rvmat",
  1337. "A3\data_f\Glass_veh_damage.rvmat",
  1338. "a3\data_f\glass_veh_int.rvmat",
  1339. "A3\data_f\Glass_veh_damage.rvmat",
  1340. "A3\data_f\Glass_veh_damage.rvmat"
  1341. };
  1342. };
  1343. class Exhausts
  1344. {
  1345. class Exhaust1
  1346. {
  1347. position="exhaust1_pos";
  1348. direction="exhaust1_dir";
  1349. effect="ExhaustsEffect";
  1350. };
  1351. class Exhaust2
  1352. {
  1353. position="exhaust2_pos";
  1354. direction="exhaust2_dir";
  1355. effect="ExhaustsEffect";
  1356. };
  1357. };
  1358. class Reflectors
  1359. {
  1360. class LightCarHeadL01
  1361. {
  1362. color[]={1250,1060,2360};
  1363. ambient[]={5,5,5};
  1364. position="LightCarHeadL01";
  1365. direction="LightCarHeadL01_end";
  1366. hitpoint="Light_L";
  1367. selection="Light_L";
  1368. size=1;
  1369. innerAngle=100;
  1370. outerAngle=179;
  1371. coneFadeCoef=10;
  1372. intensity=1;
  1373. useFlare=1;
  1374. dayLight=1;
  1375. flareSize=1;
  1376. class Attenuation
  1377. {
  1378. start=1;
  1379. constant=0;
  1380. linear=0;
  1381. quadratic=0.5;
  1382. hardLimitStart=30;
  1383. hardLimitEnd=60;
  1384. };
  1385. };
  1386. class LightCarHeadR01: LightCarHeadL01
  1387. {
  1388. position="LightCarHeadR01";
  1389. direction="LightCarHeadR01_end";
  1390. hitpoint="Light_R";
  1391. selection="Light_R";
  1392. };
  1393. };
  1394. hiddenSelectionsTextures[]=
  1395. {
  1396. "",
  1397. "",
  1398. "",
  1399. "",
  1400. "",
  1401. "",
  1402. "",
  1403. "",
  1404. "",
  1405. "",
  1406. "",
  1407. "",
  1408. "",
  1409. "",
  1410. "",
  1411. "",
  1412. "",
  1413. "",
  1414. "",
  1415. "",
  1416. "",
  1417. "",
  1418. "",
  1419. "",
  1420. "",
  1421. "",
  1422. "",
  1423. "",
  1424. "",
  1425. "",
  1426. "",
  1427. "",
  1428. "",
  1429. "",
  1430. "",
  1431. "",
  1432. ""
  1433. };
  1434. class UserActions
  1435. {
  1436. class turn_left_allumage
  1437. {
  1438. displayName="<t color='#dcdcdc'>‹åâûé óêàçàòåëü ïîâîðîòà</t>";
  1439. displayNameDefault="";
  1440. position="drivewheel";
  1441. radius=1;
  1442. onlyForPlayer=1;
  1443. condition="this animationPhase ""turn_left"" < 0.5 AND Alive(this) AND driver this == player";
  1444. statement="this animate [""turn_left"",1];";
  1445. shortcut="LeanLeft";
  1446. showWindow=0;
  1447. };
  1448. class turn_left_eteint
  1449. {
  1450. displayName="<t color='#ffd800'>‹åâûé óêàçàòåëü ïîâîðîòà</t>";
  1451. displayNameDefault="";
  1452. position="drivewheel";
  1453. radius=1;
  1454. onlyForPlayer=1;
  1455. condition="this animationPhase ""turn_left"" > 0.5 AND Alive(this) AND driver this == player";
  1456. statement="this animate [""turn_left"",0];";
  1457. shortcut="LeanLeft";
  1458. showWindow=0;
  1459. };
  1460. class turn_right_allumage
  1461. {
  1462. displayName="<t color='#dcdcdc'>ðàâûé óêàçàòåëü ïîâîðîòà</t>";
  1463. displayNameDefault="";
  1464. position="drivewheel";
  1465. radius=1;
  1466. onlyForPlayer=1;
  1467. condition="this animationPhase ""turn_right"" < 0.5 AND Alive(this) AND driver this == player";
  1468. statement="this animate [""turn_right"",1];";
  1469. shortcut="LeanRight";
  1470. showWindow=0;
  1471. };
  1472. class turn_right_eteint
  1473. {
  1474. displayName="<t color='#ffd800'>ðàâûé óêàçàòåëü ïîâîðîòà</t>";
  1475. displayNameDefault="";
  1476. position="drivewheel";
  1477. radius=1;
  1478. onlyForPlayer=1;
  1479. condition="this animationPhase ""turn_right"" > 0.5 AND Alive(this) AND driver this == player";
  1480. statement="this animate [""turn_right"",0];";
  1481. shortcut="LeanRight";
  1482. showWindow=0;
  1483. };
  1484. };
  1485. class eventhandlers
  1486. {
  1487. init="if (local (_this select 0)) then { [_this select 0] call d3s_fnc_setLicense;};";
  1488. };
  1489. class VehicleTransport
  1490. {
  1491. class Cargo
  1492. {
  1493. parachuteClass="B_Parachute_02_F";
  1494. parachuteHeightLimit=40;
  1495. canBeTransported=1;
  1496. dimensions[]=
  1497. {
  1498. "BBox_1_1_pos",
  1499. "BBox_1_2_pos"
  1500. };
  1501. };
  1502. };
  1503. };
  1504. class d3s_coupeconcept_10: d3s_coupeconcept_10_base
  1505. {
  1506. author="DANZ";
  1507. vehicleClass="CAR";
  1508. displayName="MINI Coupe Concept'10";
  1509. model="\d3s_coupeconcept_10\Coupe_Concept";
  1510. scope=2;
  1511. scopeCurator=2;
  1512. crew="C_man_1";
  1513. side=3;
  1514. faction="CIV_F";
  1515. frontRearSplit=0.80000001;
  1516. maxSpeed=260;
  1517. enginePower=440;
  1518. peakTorque=640;
  1519. weapons[]=
  1520. {
  1521. "d3s_airhorn_coupeconcept_10"
  1522. };
  1523. hiddenSelectionsTextures[]=
  1524. {
  1525. "d3s_coupeconcept_10\data\skins\cc_ao_co.paa",
  1526. "d3s_coupeconcept_10\data\wheel_lod0.paa",
  1527. "d3s_cars_core\data\glass_black.paa",
  1528. "d3s_cars_core\data\black_co.paa",
  1529. "",
  1530. "",
  1531. "",
  1532. "",
  1533. "",
  1534. "",
  1535. "",
  1536. "",
  1537. "",
  1538. "",
  1539. "",
  1540. "",
  1541. "",
  1542. "",
  1543. "",
  1544. "",
  1545. "",
  1546. "",
  1547. "",
  1548. "",
  1549. "",
  1550. "",
  1551. "",
  1552. "",
  1553. "",
  1554. "",
  1555. "",
  1556. "",
  1557. "",
  1558. "",
  1559. "",
  1560. "",
  1561. ""
  1562. };
  1563. };
  1564. };
  1565. class CfgMovesBasic
  1566. {
  1567. class DefaultDie;
  1568. class ManActions
  1569. {
  1570. };
  1571. };
  1572. class CfgMovesMaleSdr: CfgMovesBasic
  1573. {
  1574. skeletonName="OFP2_ManSkeleton";
  1575. gestures="CfgGesturesMale";
  1576. class States
  1577. {
  1578. class Crew;
  1579. class coupeconcept_10_driver: Crew
  1580. {
  1581. };
  1582. };
  1583. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement