Advertisement
starbrix

Confid.ccp

Feb 21st, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.17 KB | None | 0 0
  1. class CfgPatches
  2. {
  3. class SB_HashimaIsland
  4. {
  5. author="StarBrix";
  6. name="starbrix_HashimaIsland";
  7. requiredAddons[]=
  8. {
  9. "A3_Data_F",
  10. "A3_Map_Data",
  11. "A3_Roads_F",
  12. "A3_Structures_F"
  13. };
  14. requiredVersion=0.1;
  15. units[]={};
  16. weapons[]={};
  17. };
  18. };
  19. class CfgVehicles
  20. {
  21. };
  22. class CfgWorlds
  23. {
  24. mapSize=2048;
  25. mapZone=35;
  26. mapArea[]={25.011957,39.718452,25.481527,40.094578};
  27. class DefaultWorld
  28. {
  29. class Weather
  30. {
  31. class Overcast;
  32. };
  33. class WaterExPars;
  34. };
  35. class CAWorld: DefaultWorld
  36. {
  37. class Grid
  38. {
  39. };
  40. class DayLightingBrightAlmost;
  41. class DayLightingRainy;
  42. class DefaultClutter;
  43. class Weather: Weather
  44. {
  45. class Lighting;
  46. class Overcast: Overcast
  47. {
  48. class Weather1;
  49. class Weather2;
  50. class Weather3;
  51. class Weather4;
  52. class Weather5;
  53. class Weather6;
  54. };
  55. };
  56. };
  57. class DefaultLighting;
  58. class HashimaIsland: CAWorld
  59. {
  60.  
  61. #include "cfgClutter.h"
  62.  
  63. dynLightMinBrightnessAmbientCoef=0.5;
  64. dynLightMinBrightnessAbsolute=0.050000001;
  65. class Sea
  66. {
  67. seaTexture="a3\data_f\seatexture_co.paa";
  68. seaMaterial="#water";
  69. shoreMaterial="#shore";
  70. shoreFoamMaterial="#shorefoam";
  71. shoreWetMaterial="#shorewet";
  72. WaterMapScale=20;
  73. WaterGrid=50;
  74. MaxTide=0;
  75. MaxWave=0.25;
  76. SeaWaveXScale="2.0/50";
  77. SeaWaveZScale="1.0/50";
  78. SeaWaveHScale=1;
  79. SeaWaveXDuration=5000;
  80. SeaWaveZDuration=10000;
  81. };
  82. class Underwater
  83. {
  84. noWaterFog=-0.001;
  85. fullWaterFog=0.001;
  86. deepWaterFog=200;
  87. waterFogDistanceNear=10;
  88. waterFogDistance=40;
  89. waterColor[]={0.039999999,0.16,0.22};
  90. deepWaterColor[]={0,0.001,0.0089999996};
  91. surfaceColor[]={0.039999999,0.16,0.22};
  92. deepSurfaceColor[]={0,0.001,0.0089999996};
  93. };
  94. class SeaWaterShaderPars
  95. {
  96. refractionMoveCoef=0.029999999;
  97. minWaterOpacity=0;
  98. waterOpacityDistCoef=0.40000001;
  99. underwaterOpacity=0.5;
  100. waterOpacityFadeStart=60;
  101. waterOpacityFadeLength=120;
  102. };
  103. class WaterExPars: WaterExPars
  104. {
  105. fogDensity=0.07;
  106. fogColor[]={0.03015,0.071549997,0.090449996};
  107. fogColorExtinctionSpeed[]={0.1814,0.015900001,0.0111};
  108. ligtExtinctionSpeed[]={0.1814,0.015900001,0.0111};
  109. diffuseLigtExtinctionSpeed[]={0.38139999,0.2159,0.2111};
  110. fogGradientCoefs[]=
  111. {
  112. "0.35f",
  113. "1.0f",
  114. "1.7f"
  115. };
  116. fogColorLightInfluence[]={0.80000001,0.2,1};
  117. shadowIntensity="0.0f";
  118. ssReflectionStrength=0.85000002;
  119. ssReflectionMaxJitter=1;
  120. ssReflectionRippleInfluence=0.2;
  121. ssReflectionEdgeFadingCoef=10;
  122. ssReflectionDistFadingCoef=4;
  123. refractionMinCoef=0.029999999;
  124. refractionMaxCoef=0.14;
  125. refractionMaxDist=5.0999999;
  126. specularMaxIntensity=100;
  127. specularPowerOvercast0=750;
  128. specularPowerOvercast1=50;
  129. specularNormalModifyCoef=0.015;
  130. foamAroundObjectsIntensity="0.15f";
  131. foamAroundObjectsFadeCoef="8.0f";
  132. foamColorCoef="2.0f";
  133. foamDeformationCoef="0.02f";
  134. foamTextureCoef="0.2f";
  135. foamTimeMoveSpeed="0.2f";
  136. foamTimeMoveAmount="0.1f";
  137. shoreDarkeningMaxCoef="0.45f";
  138. shoreDarkeningOffset="0.36f";
  139. shoreDarkeningGradient="0.08f";
  140. shoreWaveTimeScale="0.8f";
  141. shoreWaveShifDerivativeOffset="-0.8f";
  142. shoreFoamIntensity="0.25f";
  143. shoreMaxWaveHeight="0.15f";
  144. shoreWetLayerReflectionIntensity="0.55f";
  145. };
  146. startWeather=0.30000001;
  147. startFog=0;
  148. forecastWeather=0.30000001;
  149. forecastFog=0;
  150. startFogBase=0;
  151. forecastFogBase=0;
  152. startFogDecay=0.014;
  153. forecastFogDecay=0.014;
  154. fogBeta0Min=0;
  155. fogBeta0Max=0.050000001;
  156. class HDRNewPars
  157. {
  158. minAperture=9.9999997e-006;
  159. maxAperture=256;
  160. apertureRatioMax=4;
  161. apertureRatioMin=10;
  162. bloomImageScale=1;
  163. bloomScale=0.090000004;
  164. bloomExponent=0.75;
  165. bloomLuminanceOffset=0.40000001;
  166. bloomLuminanceScale=0.15000001;
  167. bloomLuminanceExponent=0.25;
  168. tonemapMethod=1;
  169. tonemapShoulderStrength=0.22;
  170. tonemapLinearStrength=0.12;
  171. tonemapLinearAngle=0.1;
  172. tonemapToeStrength=0.2;
  173. tonemapToeNumerator=0.022;
  174. tonemapToeDenominator=0.2;
  175. tonemapLinearWhite=11.2;
  176. tonemapExposureBias=1;
  177. tonemapLinearWhiteReinhard="2.5f";
  178. eyeAdaptFactorLight=3.3;
  179. eyeAdaptFactorDark=0.75;
  180. nvgApertureMin=10;
  181. nvgApertureStandard=12.5;
  182. nvgApertureMax=16.5;
  183. nvgStandardAvgLum=10;
  184. nvgLightGain=320;
  185. nvgTransition=1;
  186. nvgTransitionCoefOn="40.0f";
  187. nvgTransitionCoefOff="0.01f";
  188. nightShiftMinAperture=0;
  189. nightShiftMaxAperture=0.0020000001;
  190. nightShiftMaxEffect=0.60000002;
  191. nightShiftLuminanceScale=600;
  192. };
  193. skyColorInfluencesFogColor=0;
  194. class Lighting: DefaultLighting
  195. {
  196. groundReflection[]={0.132,0.133,0.122};
  197. moonObjectColorFull[]={460,440,400,1};
  198. moonHaloObjectColorFull[]={465,477,475,1};
  199. moonsetObjectColor[]={375,350,325,1};
  200. moonsetHaloObjectColor[]={515,517,525,1};
  201. class ThunderBoltLight
  202. {
  203. diffuse[]={2120,3170,5550};
  204. ambient[]={0.001,0.001,0.001};
  205. intensity=120000;
  206. class Attenuation
  207. {
  208. start=0;
  209. constant=0;
  210. linear=0;
  211. quadratic=1;
  212. };
  213. };
  214. starEmissivity=25;
  215. };
  216. class DayLightingBrightAlmost: DayLightingBrightAlmost
  217. {
  218. deepNight[]=
  219. {
  220. -15,
  221. {0.0049999999,0.0099999998,0.0099999998},
  222. {0,0.0020000001,0.003},
  223. {0,0,0},
  224. {0,0,0},
  225. {0,0.0020000001,0.003},
  226. {0,0.0020000001,0.003},
  227. 0
  228. };
  229. fullNight[]=
  230. {
  231. -5,
  232. {0.182,0.213,0.25},
  233. {0.050000001,0.111,0.221},
  234. {0.039999999,0.034000002,0.0040000002},
  235. {0.039000001,0.048999999,0.071999997},
  236. {0.082000002,0.12800001,0.185},
  237. {0.28299999,0.34999999,0.43099999},
  238. 0
  239. };
  240. sunMoon[]=
  241. {
  242. -3.75,
  243. {0.377,0.44100001,0.51800001},
  244. {0.103,0.227,0.45300001},
  245. {0.039999999,0.034000002,0.0040000002},
  246. {0.039000001,0.048999999,0.071999997},
  247. {0.17399999,0.27399999,0.39500001},
  248. {0.58200002,0.72000003,0.88700002},
  249. 0.5
  250. };
  251. earlySun[]=
  252. {
  253. -2.5,
  254. {0.67500001,0.69,0.78399998},
  255. {0.22,0.322,0.47099999},
  256. {0.039999999,0.034000002,0.0040000002},
  257. {0.039000001,0.048999999,0.071999997},
  258. {0.42399999,0.54900002,0.745},
  259. {0.69800001,0.75300002,0.89399999},
  260. 1
  261. };
  262. sunrise[]=
  263. {
  264. 0,
  265. {0.67500001,0.69,0.78399998},
  266. {0.47799999,0.50999999,0.65899998},
  267. {0.2,0.19,0.07},
  268. {0.124,0.161,0.236},
  269.  
  270. {
  271. {0.847,0.85500002,0.96499997},
  272. 0.2
  273. },
  274.  
  275. {
  276. {0.93300003,0.949,0.99599999},
  277. 2
  278. },
  279. 1
  280. };
  281. earlyMorning[]=
  282. {
  283. 3,
  284.  
  285. {
  286. {0.84399998,0.61000001,0.46900001},
  287. 0.80000001
  288. },
  289. {0.42399999,0.55699998,0.65100002},
  290.  
  291. {
  292. {1,0.44999999,0.2},
  293. 1
  294. },
  295. {0.12,0.25999999,0.38},
  296.  
  297. {
  298. {0.428,0.579,0.74299997},
  299. 2
  300. },
  301.  
  302. {
  303. {0.84399998,0.61000001,0.46900001},
  304. 2.7
  305. },
  306. 1
  307. };
  308. midMorning[]=
  309. {
  310. 8,
  311.  
  312. {
  313. {0.82200003,0.75,0.64600003},
  314. 3.8
  315. },
  316.  
  317. {
  318. {0.38299999,0.57999998,0.85799998},
  319. 1.3
  320. },
  321.  
  322. {
  323. {1.3,0.89999998,0.61000001},
  324. 2.8
  325. },
  326.  
  327. {
  328. {0.12,0.18000001,0.28},
  329. 0.5
  330. },
  331.  
  332. {
  333. {0.322,0.47799999,0.67500001},
  334. 3.5
  335. },
  336.  
  337. {
  338. {1,0.92900002,0.815},
  339. 4.6999998
  340. },
  341. 1
  342. };
  343. morning[]=
  344. {
  345. 16,
  346.  
  347. {
  348. {1,0.94999999,0.91000003},
  349. 12.2
  350. },
  351.  
  352. {
  353. {0.12,0.18000001,0.28},
  354. 9.1999998
  355. },
  356.  
  357. {
  358. {1,0.94999999,0.91000003},
  359. 11.2
  360. },
  361.  
  362. {
  363. {0.12,0.18000001,0.28},
  364. 8.5
  365. },
  366.  
  367. {
  368. {0.14,0.18000001,0.23999999},
  369. 11
  370. },
  371.  
  372. {
  373. {0.5,0.60000002,0.89999998},
  374. 13.2
  375. },
  376. 1
  377. };
  378. noon[]=
  379. {
  380. 45,
  381.  
  382. {
  383. {0.98000002,0.94,0.94},
  384. 13.8
  385. },
  386.  
  387. {
  388. {0.2,0.27000001,0.34999999},
  389. 10.8
  390. },
  391.  
  392. {
  393. {0.98000002,0.94,0.94},
  394. 13.8
  395. },
  396.  
  397. {
  398. {0.2,0.27000001,0.34999999},
  399. 10.8
  400. },
  401.  
  402. {
  403. {0.5,0.63999999,1},
  404. 12
  405. },
  406.  
  407. {
  408. {0.5,0.5,0.5},
  409. 14.8
  410. },
  411. 1,
  412. 0.5,
  413. 0.40000001,
  414. 0.5,
  415. 0.40000001
  416. };
  417. };
  418. class DayLightingRainy: DayLightingRainy
  419. {
  420. deepNight[]=
  421. {
  422. -15,
  423. {0.0049999999,0.0099999998,0.0099999998},
  424. {0,0.0020000001,0.003},
  425. {0,0,0},
  426. {0,0,0},
  427. {0,0.0020000001,0.003},
  428. {0,0.0020000001,0.003},
  429. 0
  430. };
  431. fullNight[]=
  432. {
  433. -5,
  434. {0.023,0.023,0.023},
  435. {0.02,0.02,0.02},
  436. {0.023,0.023,0.023},
  437. {0.02,0.02,0.02},
  438. {0.0099999998,0.0099999998,0.02},
  439. {0.079999998,0.059999999,0.059999999},
  440. 0
  441. };
  442. sunMoon[]=
  443. {
  444. -3.75,
  445. {0.039999999,0.039999999,0.050000001},
  446. {0.039999999,0.039999999,0.050000001},
  447. {0.039999999,0.039999999,0.050000001},
  448. {0.039999999,0.039999999,0.050000001},
  449. {0.039999999,0.035,0.039999999},
  450. {0.11,0.079999998,0.090000004},
  451. 0.5
  452. };
  453. earlySun[]=
  454. {
  455. -2.5,
  456. {0.068899997,0.068899997,0.080399998},
  457. {0.059999999,0.059999999,0.07},
  458. {0.068899997,0.068899997,0.080399998},
  459. {0.059999999,0.059999999,0.07},
  460. {0.079999998,0.07,0.079999998},
  461. {0.14,0.1,0.12},
  462. 0.5
  463. };
  464. earlyMorning[]=
  465. {
  466. 3,
  467.  
  468. {
  469. {1,1,1},
  470. "(-4)+3.95"
  471. },
  472.  
  473. {
  474. {1,1,1},
  475. "(-4)+3.0"
  476. },
  477.  
  478. {
  479. {1,1,1},
  480. "(-4)+3.95"
  481. },
  482.  
  483. {
  484. {1,1,1},
  485. "(-4)+3.0"
  486. },
  487.  
  488. {
  489. {1,1,1},
  490. "(-4)+4"
  491. },
  492.  
  493. {
  494. {1,1,1},
  495. "(-4)+5.5"
  496. },
  497. 1
  498. };
  499. morning[]=
  500. {
  501. 16,
  502.  
  503. {
  504. {1,1,1},
  505. "(-4)+5.7"
  506. },
  507.  
  508. {
  509. {1,1,1},
  510. "(-4)+4.5"
  511. },
  512.  
  513. {
  514. {1,1,1},
  515. "(-4)+5.7"
  516. },
  517.  
  518. {
  519. {1,1,1},
  520. "(-4)+4.5"
  521. },
  522.  
  523. {
  524. {1,1,1},
  525. "(-4)+7"
  526. },
  527.  
  528. {
  529. {1,1,1},
  530. "(-4)+8"
  531. },
  532. 1
  533. };
  534. lateMorning[]=
  535. {
  536. 25,
  537.  
  538. {
  539. {1,1,1},
  540. "(-4)+10.45"
  541. },
  542.  
  543. {
  544. {1,1,1},
  545. "(-4)+9.75"
  546. },
  547.  
  548. {
  549. {1,1,1},
  550. "(-4)+10.45"
  551. },
  552.  
  553. {
  554. {1,1,1},
  555. "(-4)+9.75"
  556. },
  557.  
  558. {
  559. {1,1,1},
  560. "(-4)+12"
  561. },
  562.  
  563. {
  564. {1,1,1},
  565. "(-4)+12.75"
  566. },
  567. 1
  568. };
  569. noon[]=
  570. {
  571. 45,
  572.  
  573. {
  574. {1,1,1},
  575. 10
  576. },
  577.  
  578. {
  579. {1,1,1},
  580. 9
  581. },
  582.  
  583. {
  584. {1,1,1},
  585. 9
  586. },
  587.  
  588. {
  589. {1,1,1},
  590. 8
  591. },
  592.  
  593. {
  594. {0.5,0.63999999,1},
  595. 12
  596. },
  597.  
  598. {
  599. {0.5,0.5,0.5},
  600. 14.8
  601. },
  602. 1
  603. };
  604. };
  605. class Weather: Weather
  606. {
  607. class LightingNew
  608. {
  609. class Lighting0
  610. {
  611. height=0;
  612. overcast=0.25;
  613. sunAngle=-24;
  614. sunOrMoon=0;
  615. diffuse[]=
  616. {
  617. {0.14,0.19,0.30000001},
  618. 4
  619. };
  620. diffuseCloud[]=
  621. {
  622. {0.14,0.19,0.30000001},
  623. 0.2
  624. };
  625. ambient[]=
  626. {
  627. {0.17299999,0.23899999,0.373},
  628. 1
  629. };
  630. ambientCloud[]=
  631. {
  632. {0.17299999,0.23899999,0.373},
  633. 0.050000001
  634. };
  635. ambientMid[]=
  636. {
  637. {0.1384,0.1912,0.29840001},
  638. 0.88
  639. };
  640. ambientMidCloud[]=
  641. {
  642. {0.1384,0.1912,0.29840001},
  643. 0.044
  644. };
  645. groundReflection[]=
  646. {
  647. {0.17299999,0.23899999,0.373},
  648. 0.8448
  649. };
  650. groundReflectionCloud[]=
  651. {
  652. {0.17299999,0.23899999,0.373},
  653. 0.042240001
  654. };
  655. bidirect[]={0.025,0.025,0.023};
  656. bidirectCloud[]={0.0125,0.0125,0.0115};
  657. sky[]={0.23100001,0.31400001,0.46700001};
  658. skyAroundSun[]={0.2,0.25,0.44999999};
  659. fogColor[]=
  660. {
  661. {0.090000004,0.13699999,0.22},
  662. 0.025
  663. };
  664. apertureMin=4;
  665. apertureStandard=4;
  666. apertureMax=8;
  667. standardAvgLum=4;
  668. desiredLuminanceCoef=1;
  669. desiredLuminanceCoefCloud=1;
  670. luminanceRectCoef=1;
  671. luminanceRectCoefCloud=0.5;
  672. rayleigh[]={0.0070000002,0.01388,0.035};
  673. mie[]={0.0049999999,0.0049999999,0.0049999999};
  674. cloudsColor[]=
  675. {
  676. {0.5,0.64999998,1},
  677. 11.016
  678. };
  679. swBrightness=1;
  680. };
  681. class Lighting1
  682. {
  683. height=0;
  684. overcast=0.25;
  685. sunAngle=-12;
  686. sunOrMoon=0;
  687. diffuse[]={0.1,0.18000001,0.30000001};
  688. diffuseCloud[]={0.1,0.18000001,0.30000001};
  689. ambient[]=
  690. {
  691. {0.17299999,0.23899999,0.373},
  692. 1
  693. };
  694. ambientCloud[]=
  695. {
  696. {0.17299999,0.23899999,0.373},
  697. 1
  698. };
  699. ambientMid[]=
  700. {
  701. {0.17299999,0.23899999,0.373},
  702. 0.88
  703. };
  704. ambientMidCloud[]=
  705. {
  706. {0.17299999,0.23899999,0.373},
  707. 0.88
  708. };
  709. groundReflection[]=
  710. {
  711. {0.17299999,0.23899999,0.373},
  712. 0.8448
  713. };
  714. groundReflectionCloud[]=
  715. {
  716. {0.17299999,0.23899999,0.373},
  717. 0.8448
  718. };
  719. bidirect[]={0,0,0};
  720. bidirectCloud[]={0,0,0};
  721. sky[]=
  722. {
  723. {0.212,0.30199999,0.50999999},
  724. 1
  725. };
  726. skyAroundSun[]={0.2,0.25,0.44999999};
  727. fogColor[]=
  728. {
  729. {0.093999997,0.141,0.23100001},
  730. 0.025
  731. };
  732. apertureMin=4;
  733. apertureStandard=4;
  734. apertureMax=8;
  735. standardAvgLum=4;
  736. desiredLuminanceCoef=1;
  737. desiredLuminanceCoefCloud=1;
  738. luminanceRectCoef=1;
  739. luminanceRectCoefCloud=0.5;
  740. rayleigh[]={0.0070000002,0.01388,0.035};
  741. mie[]={0.0049999999,0.0049999999,0.0049999999};
  742. cloudsColor[]=
  743. {
  744. {1,1,1},
  745. 11.016
  746. };
  747. swBrightness=1;
  748. };
  749. class Lighting2
  750. {
  751. height=0;
  752. overcast=0.25;
  753. sunAngle=-11;
  754. sunOrMoon=0.5;
  755. diffuse[]={0.1,0.18000001,0.30000001};
  756. diffuseCloud[]={0.1,0.18000001,0.30000001};
  757. ambient[]=
  758. {
  759. {0.17299999,0.23899999,0.373},
  760. 1
  761. };
  762. ambientCloud[]=
  763. {
  764. {0.17299999,0.23899999,0.373},
  765. 1
  766. };
  767. ambientMid[]=
  768. {
  769. {0.17299999,0.23899999,0.373},
  770. 0.88
  771. };
  772. ambientMidCloud[]=
  773. {
  774. {0.17299999,0.23899999,0.373},
  775. 0.88
  776. };
  777. groundReflection[]=
  778. {
  779. {0.17299999,0.23899999,0.373},
  780. 0.8448
  781. };
  782. groundReflectionCloud[]=
  783. {
  784. {0.17299999,0.23899999,0.373},
  785. 0.8448
  786. };
  787. bidirect[]={0,0,0};
  788. bidirectCloud[]={0,0,0};
  789. sky[]=
  790. {
  791. {0.212,0.30199999,0.50999999},
  792. 1
  793. };
  794. skyAroundSun[]={0.2,0.25,0.44999999};
  795. fogColor[]=
  796. {
  797. {0.093999997,0.141,0.23100001},
  798. 0.025
  799. };
  800. apertureMin=4;
  801. apertureStandard=4;
  802. apertureMax=8;
  803. standardAvgLum=4;
  804. desiredLuminanceCoef=1;
  805. desiredLuminanceCoefCloud=1;
  806. luminanceRectCoef=1;
  807. luminanceRectCoefCloud=0.5;
  808. rayleigh[]={0.0070000002,0.01388,0.035};
  809. mie[]={0.0049999999,0.0049999999,0.0049999999};
  810. cloudsColor[]=
  811. {
  812. {1,1,1},
  813. 11.016
  814. };
  815. swBrightness=1;
  816. };
  817. class Lighting3
  818. {
  819. height=0;
  820. overcast=0.25;
  821. sunAngle=-10;
  822. sunOrMoon=1;
  823. diffuse[]={0.1,0.18000001,0.30000001};
  824. diffuseCloud[]={0.1,0.18000001,0.30000001};
  825. ambient[]=
  826. {
  827. {0.17299999,0.23899999,0.373},
  828. 1
  829. };
  830. ambientCloud[]=
  831. {
  832. {0.17299999,0.23899999,0.373},
  833. 1
  834. };
  835. ambientMid[]=
  836. {
  837. {0.17299999,0.23899999,0.373},
  838. 0.88
  839. };
  840. ambientMidCloud[]=
  841. {
  842. {0.17299999,0.23899999,0.373},
  843. 0.88
  844. };
  845. groundReflection[]=
  846. {
  847. {0.17299999,0.23899999,0.373},
  848. 0.8448
  849. };
  850. groundReflectionCloud[]=
  851. {
  852. {0.17299999,0.23899999,0.373},
  853. 0.8448
  854. };
  855. bidirect[]={0,0,0};
  856. bidirectCloud[]={0,0,0};
  857. sky[]=
  858. {
  859. {0.212,0.30199999,0.50999999},
  860. 1
  861. };
  862. skyAroundSun[]=
  863. {
  864. {0.2,0.25,0.44999999},
  865. 4.7349081
  866. };
  867. fogColor[]=
  868. {
  869. {0.093999997,0.141,0.23100001},
  870. 0.025
  871. };
  872. apertureMin=4;
  873. apertureStandard=5;
  874. apertureMax=10;
  875. standardAvgLum=4;
  876. desiredLuminanceCoef=1;
  877. desiredLuminanceCoefCloud=1;
  878. luminanceRectCoef=1;
  879. luminanceRectCoefCloud=0.5;
  880. rayleigh[]={0.0070000002,0.01388,0.035};
  881. mie[]={0.0049999999,0.0049999999,0.0049999999};
  882. cloudsColor[]=
  883. {
  884. {1,1,1},
  885. 11.016
  886. };
  887. swBrightness=1;
  888. };
  889. class Lighting4
  890. {
  891. height=0;
  892. overcast=0.25;
  893. sunAngle=-5;
  894. sunOrMoon=1;
  895. diffuse[]=
  896. {
  897. {0.16,0.18000001,0.28},
  898. 3
  899. };
  900. diffuseCloud[]=
  901. {
  902. {0.16,0.18000001,0.28},
  903. 3
  904. };
  905. ambient[]=
  906. {
  907. {0.17299999,0.23899999,0.373},
  908. 4.5999999
  909. };
  910. ambientCloud[]=
  911. {
  912. {0.17299999,0.23899999,0.373},
  913. 4.5999999
  914. };
  915. ambientMid[]=
  916. {
  917. {0.17299999,0.23899999,0.373},
  918. 4.0479999
  919. };
  920. ambientMidCloud[]=
  921. {
  922. {0.17299999,0.23899999,0.373},
  923. 4.0479999
  924. };
  925. groundReflection[]=
  926. {
  927. {0.17299999,0.23899999,0.373},
  928. 3.88608
  929. };
  930. groundReflectionCloud[]=
  931. {
  932. {0.17299999,0.23899999,0.373},
  933. 3.88608
  934. };
  935. bidirect[]={0.0115,0.012,0.0125};
  936. bidirectCloud[]={0.0115,0.012,0.0125};
  937. sky[]=
  938. {
  939. {0.2,0.29800001,0.54100001},
  940. 4.5999999
  941. };
  942. skyAroundSun[]=
  943. {
  944. {0.69999999,0.34999999,0.28},
  945. 7.6369491
  946. };
  947. fogColor[]=
  948. {
  949. {0.106,0.161,0.26699999},
  950. 4.7150002
  951. };
  952. apertureMin=5;
  953. apertureStandard=6;
  954. apertureMax=18;
  955. standardAvgLum=4;
  956. desiredLuminanceCoef=1;
  957. desiredLuminanceCoefCloud=1;
  958. luminanceRectCoef=1;
  959. luminanceRectCoefCloud=0.5;
  960. rayleigh[]={0.0070000002,0.01388,0.035};
  961. mie[]={0.0049999999,0.0049999999,0.0049999999};
  962. cloudsColor[]=
  963. {
  964. {1,1,1},
  965. 11.016
  966. };
  967. swBrightness=1;
  968. };
  969. class Lighting5
  970. {
  971. height=0;
  972. overcast=0.25;
  973. sunAngle=-2;
  974. sunOrMoon=1;
  975. diffuse[]=
  976. {
  977. {0.25,0.20999999,0.2},
  978. 5
  979. };
  980. diffuseCloud[]=
  981. {
  982. {0.25,0.20999999,0.2},
  983. 5
  984. };
  985. ambient[]=
  986. {
  987. {0.19599999,0.27500001,0.41999999},
  988. 6.9000001
  989. };
  990. ambientCloud[]=
  991. {
  992. {0.19599999,0.27500001,0.41999999},
  993. 6.9000001
  994. };
  995. ambientMid[]=
  996. {
  997. {0.19599999,0.27500001,0.41999999},
  998. 6.072
  999. };
  1000. ambientMidCloud[]=
  1001. {
  1002. {0.19599999,0.27500001,0.41999999},
  1003. 6.072
  1004. };
  1005. groundReflection[]=
  1006. {
  1007. {0.19599999,0.27500001,0.41999999},
  1008. 5.8291202
  1009. };
  1010. groundReflectionCloud[]=
  1011. {
  1012. {0.19599999,0.27500001,0.41999999},
  1013. 5.8291202
  1014. };
  1015. bidirect[]={0.023,0.024,0.025};
  1016. bidirectCloud[]={0.023,0.024,0.025};
  1017. sky[]=
  1018. {
  1019. {0.18799999,0.28999999,0.57599998},
  1020. 6.9000001
  1021. };
  1022. skyAroundSun[]=
  1023. {
  1024. {1.8,0.41999999,0.2},
  1025. 12.31766
  1026. };
  1027. fogColor[]=
  1028. {
  1029. {0.11,0.169,0.28600001},
  1030. 7.0725002
  1031. };
  1032. apertureMin=6;
  1033. apertureStandard=8;
  1034. apertureMax=20;
  1035. standardAvgLum=20;
  1036. desiredLuminanceCoef=1;
  1037. desiredLuminanceCoefCloud=1;
  1038. luminanceRectCoef=1;
  1039. luminanceRectCoefCloud=0.5;
  1040. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  1041. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1042. cloudsColor[]=
  1043. {
  1044. {1,1,1},
  1045. 11.016
  1046. };
  1047. swBrightness=1;
  1048. };
  1049. class Lighting6
  1050. {
  1051. height=0;
  1052. overcast=0.25;
  1053. sunAngle=0;
  1054. sunOrMoon=1;
  1055. diffuse[]=
  1056. {
  1057. {0.75,0.38,0.22},
  1058. 6
  1059. };
  1060. diffuseCloud[]=
  1061. {
  1062. {0.75,0.38,0.22},
  1063. 6
  1064. };
  1065. ambient[]=
  1066. {
  1067. {0.24969999,0.31,0.46700001},
  1068. 7.8000002
  1069. };
  1070. ambientCloud[]=
  1071. {
  1072. {0.24969999,0.31,0.46700001},
  1073. 7.8000002
  1074. };
  1075. ambientMid[]=
  1076. {
  1077. {0.25409999,0.31400001,0.46700001},
  1078. 6.8639998
  1079. };
  1080. ambientMidCloud[]=
  1081. {
  1082. {0.25409999,0.31400001,0.46700001},
  1083. 6.8639998
  1084. };
  1085. groundReflection[]=
  1086. {
  1087. {0.235,0.31799999,0.46700001},
  1088. 6.5894399
  1089. };
  1090. groundReflectionCloud[]=
  1091. {
  1092. {0.235,0.31799999,0.46700001},
  1093. 6.5894399
  1094. };
  1095. bidirect[]={0.023,0.024,0.025};
  1096. bidirectCloud[]={0.023,0.024,0.025};
  1097. sky[]=
  1098. {
  1099. {0.17299999,0.28200001,0.61199999},
  1100. 7.8000002
  1101. };
  1102. skyAroundSun[]=
  1103. {
  1104. {2,0.41999999,0.2},
  1105. 13.38876
  1106. };
  1107. fogColor[]=
  1108. {
  1109. {0.118,0.18000001,0.31},
  1110. 7.9949999
  1111. };
  1112. apertureMin=7;
  1113. apertureStandard=9;
  1114. apertureMax=22;
  1115. standardAvgLum=45;
  1116. desiredLuminanceCoef=1;
  1117. desiredLuminanceCoefCloud=1;
  1118. luminanceRectCoef=1;
  1119. luminanceRectCoefCloud=0.5;
  1120. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  1121. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1122. cloudsColor[]=
  1123. {
  1124. {1,1,1},
  1125. 11.016
  1126. };
  1127. swBrightness=1;
  1128. };
  1129. class Lighting7
  1130. {
  1131. height=0;
  1132. overcast=0.25;
  1133. sunAngle=2;
  1134. sunOrMoon=1;
  1135. diffuse[]=
  1136. {
  1137. {0.94999999,0.41999999,0.22},
  1138. 8.3999996
  1139. };
  1140. diffuseCloud[]=
  1141. {
  1142. {0.94999999,0.41999999,0.22},
  1143. 8.3999996
  1144. };
  1145. ambient[]=
  1146. {
  1147. {0.30599999,0.35699999,0.463},
  1148. 8.3999996
  1149. };
  1150. ambientCloud[]=
  1151. {
  1152. {0.30599999,0.35699999,0.463},
  1153. 8.3999996
  1154. };
  1155. ambientMid[]=
  1156. {
  1157. {0.36500001,0.361,0.396},
  1158. 7.3920002
  1159. };
  1160. ambientMidCloud[]=
  1161. {
  1162. {0.36500001,0.361,0.396},
  1163. 7.3920002
  1164. };
  1165. groundReflection[]=
  1166. {
  1167. {0.41600001,0.38,0.38800001},
  1168. 7.0963202
  1169. };
  1170. groundReflectionCloud[]=
  1171. {
  1172. {0.41600001,0.38,0.38800001},
  1173. 7.0963202
  1174. };
  1175. bidirect[]={0.023,0.024,0.025};
  1176. bidirectCloud[]={0.023,0.024,0.025};
  1177. sky[]=
  1178. {
  1179. {0.15700001,0.27500001,0.65100002},
  1180. 8.3999996
  1181. };
  1182. skyAroundSun[]=
  1183. {
  1184. {2.2,0.80000001,0.2},
  1185. 13.38876
  1186. };
  1187. fogColor[]=
  1188. {
  1189. {0.125,0.192,0.329},
  1190. 8.6099997
  1191. };
  1192. apertureMin=8;
  1193. apertureStandard=10;
  1194. apertureMax=24;
  1195. standardAvgLum=50;
  1196. desiredLuminanceCoef=1;
  1197. desiredLuminanceCoefCloud=1;
  1198. luminanceRectCoef=1;
  1199. luminanceRectCoefCloud=0.5;
  1200. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  1201. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1202. cloudsColor[]=
  1203. {
  1204. {1,1,1},
  1205. 11.016
  1206. };
  1207. swBrightness=1;
  1208. };
  1209. class Lighting8
  1210. {
  1211. height=0;
  1212. overcast=0.25;
  1213. sunAngle=6;
  1214. sunOrMoon=1;
  1215. diffuse[]=
  1216. {
  1217. {0.94999999,0.55000001,0.34999999},
  1218. 10.2
  1219. };
  1220. diffuseCloud[]=
  1221. {
  1222. {0.94999999,0.55000001,0.34999999},
  1223. 10.2
  1224. };
  1225. ambient[]=
  1226. {
  1227. {0.33700001,0.40400001,0.52499998},
  1228. 9.6000004
  1229. };
  1230. ambientCloud[]=
  1231. {
  1232. {0.33700001,0.40400001,0.52499998},
  1233. 9.6000004
  1234. };
  1235. ambientMid[]=
  1236. {
  1237. {0.412,0.40799999,0.44299999},
  1238. 8.448
  1239. };
  1240. ambientMidCloud[]=
  1241. {
  1242. {0.412,0.40799999,0.44299999},
  1243. 8.448
  1244. };
  1245. groundReflection[]=
  1246. {
  1247. {0.47499999,0.435,0.43099999},
  1248. 8.1100798
  1249. };
  1250. groundReflectionCloud[]=
  1251. {
  1252. {0.47499999,0.435,0.43099999},
  1253. 8.1100798
  1254. };
  1255. bidirect[]={0.01375,0.0132,0.01265};
  1256. bidirectCloud[]={0.01375,0.0132,0.01265};
  1257. sky[]=
  1258. {
  1259. {0.145,0.26300001,0.68599999},
  1260. 9.6000004
  1261. };
  1262. skyAroundSun[]=
  1263. {
  1264. {0.40000001,0.31999999,0.60000002},
  1265. 13.38876
  1266. };
  1267. fogColor[]=
  1268. {
  1269. {0.133,0.204,0.35699999},
  1270. 9.8400002
  1271. };
  1272. apertureMin=8;
  1273. apertureStandard=16;
  1274. apertureMax=26;
  1275. standardAvgLum=100;
  1276. desiredLuminanceCoef=1;
  1277. desiredLuminanceCoefCloud=1;
  1278. luminanceRectCoef=1;
  1279. luminanceRectCoefCloud=0.5;
  1280. rayleigh[]={0.0070000002,0.027000001,0.045000002};
  1281. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1282. cloudsColor[]=
  1283. {
  1284. {1,1,1},
  1285. 11.016
  1286. };
  1287. swBrightness=1;
  1288. };
  1289. class Lighting9
  1290. {
  1291. height=0;
  1292. overcast=0.25;
  1293. sunAngle=12;
  1294. sunOrMoon=1;
  1295. diffuse[]=
  1296. {
  1297. {1,0.64999998,0.44999999},
  1298. 12.3
  1299. };
  1300. diffuseCloud[]=
  1301. {
  1302. {1,0.64999998,0.44999999},
  1303. 12.3
  1304. };
  1305. ambient[]=
  1306. {
  1307. {0.38800001,0.47099999,0.61199999},
  1308. 10.9
  1309. };
  1310. ambientCloud[]=
  1311. {
  1312. {0.38800001,0.47099999,0.61199999},
  1313. 10.9
  1314. };
  1315. ambientMid[]=
  1316. {
  1317. {0.48199999,0.47499999,0.50599998},
  1318. 9.8100004
  1319. };
  1320. ambientMidCloud[]=
  1321. {
  1322. {0.48199999,0.47499999,0.50599998},
  1323. 9.8100004
  1324. };
  1325. groundReflection[]=
  1326. {
  1327. {0.55699998,0.50999999,0.49399999},
  1328. 9.4175997
  1329. };
  1330. groundReflectionCloud[]=
  1331. {
  1332. {0.55699998,0.50999999,0.49399999},
  1333. 9.4175997
  1334. };
  1335. bidirect[]={0.018750001,0.017999999,0.01725};
  1336. bidirectCloud[]={0.018750001,0.017999999,0.01725};
  1337. sky[]=
  1338. {
  1339. {0.12899999,0.259,0.722},
  1340. 10.9
  1341. };
  1342. skyAroundSun[]=
  1343. {
  1344. {0.13,0.25,0.80000001},
  1345. 13.524
  1346. };
  1347. fogColor[]=
  1348. {
  1349. {0.145,0.22400001,0.396},
  1350. 11.1725
  1351. };
  1352. apertureMin=20;
  1353. apertureStandard=25;
  1354. apertureMax=35;
  1355. standardAvgLum=250;
  1356. desiredLuminanceCoef=1;
  1357. desiredLuminanceCoefCloud=1;
  1358. luminanceRectCoef=1;
  1359. luminanceRectCoefCloud=0.5;
  1360. rayleigh[]={0.0070000002,0.017999999,0.039999999};
  1361. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1362. cloudsColor[]=
  1363. {
  1364. {1,1,1},
  1365. 12.24
  1366. };
  1367. swBrightness=1;
  1368. };
  1369. class Lighting10
  1370. {
  1371. height=0;
  1372. overcast=0.25;
  1373. sunAngle=24;
  1374. sunOrMoon=1;
  1375. diffuse[]=
  1376. {
  1377. {1,0.75,0.62},
  1378. 15.8
  1379. };
  1380. diffuseCloud[]=
  1381. {
  1382. {1,0.75,0.62},
  1383. 15.8
  1384. };
  1385. ambient[]=
  1386. {
  1387. {0.435,0.53299999,0.69800001},
  1388. 13.8
  1389. };
  1390. ambientCloud[]=
  1391. {
  1392. {0.435,0.53299999,0.69800001},
  1393. 13.8
  1394. };
  1395. ambientMid[]=
  1396. {
  1397. {0.54500002,0.54100001,0.56900001},
  1398. 12.696
  1399. };
  1400. ambientMidCloud[]=
  1401. {
  1402. {0.54500002,0.54100001,0.56900001},
  1403. 12.696
  1404. };
  1405. groundReflection[]=
  1406. {
  1407. {0.63499999,0.57999998,0.55699998},
  1408. 12.18816
  1409. };
  1410. groundReflectionCloud[]=
  1411. {
  1412. {0.63499999,0.57999998,0.55699998},
  1413. 12.18816
  1414. };
  1415. bidirect[]={0.025,0.024,0.017999999};
  1416. bidirectCloud[]={0.025,0.024,0.017999999};
  1417. sky[]=
  1418. {
  1419. {0.118,0.25099999,0.75300002},
  1420. 13.8
  1421. };
  1422. skyAroundSun[]=
  1423. {
  1424. {0.115,0.245,0.80000001},
  1425. 13.662
  1426. };
  1427. fogColor[]=
  1428. {
  1429. {0.15000001,0.25099999,0.48800001},
  1430. 14.145
  1431. };
  1432. apertureMin=45;
  1433. apertureStandard=60;
  1434. apertureMax=80;
  1435. standardAvgLum=800;
  1436. desiredLuminanceCoef=1;
  1437. desiredLuminanceCoefCloud=1;
  1438. luminanceRectCoef=1;
  1439. luminanceRectCoefCloud=0.5;
  1440. rayleigh[]={0.0070000002,0.01388,0.035};
  1441. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1442. cloudsColor[]=
  1443. {
  1444. {1,1,1},
  1445. 14.4
  1446. };
  1447. swBrightness=1;
  1448. };
  1449. class Lighting11
  1450. {
  1451. height=0;
  1452. overcast=0.25;
  1453. sunAngle=45;
  1454. sunOrMoon=1;
  1455. diffuse[]=
  1456. {
  1457. {1,0.87,0.85000002},
  1458. 17.200001
  1459. };
  1460. diffuseCloud[]=
  1461. {
  1462. {1,0.87,0.85000002},
  1463. 17.200001
  1464. };
  1465. ambient[]=
  1466. {
  1467. {0.498,0.602,0.76999998},
  1468. 14.8
  1469. };
  1470. ambientCloud[]=
  1471. {
  1472. {0.498,0.602,0.76999998},
  1473. 14.8
  1474. };
  1475. ambientMid[]=
  1476. {
  1477. {0.63499999,0.63499999,0.66299999},
  1478. 14.504
  1479. };
  1480. ambientMidCloud[]=
  1481. {
  1482. {0.63499999,0.63499999,0.66299999},
  1483. 14.504
  1484. };
  1485. groundReflection[]=
  1486. {
  1487. {0.745,0.671,0.64300001},
  1488. 14.21392
  1489. };
  1490. groundReflectionCloud[]=
  1491. {
  1492. {0.745,0.671,0.64300001},
  1493. 14.21392
  1494. };
  1495. bidirect[]={0.025,0.024,0.017999999};
  1496. bidirectCloud[]={0.025,0.024,0.017999999};
  1497. sky[]=
  1498. {
  1499. {0.02,0.12,0.80000001},
  1500. 13.8
  1501. };
  1502. skyAroundSun[]=
  1503. {
  1504. {0.02,0.12,0.80000001},
  1505. 13.8
  1506. };
  1507. fogColor[]=
  1508. {
  1509. {0.30000001,0.44,0.74000001},
  1510. 15
  1511. };
  1512. apertureMin=70;
  1513. apertureStandard=120;
  1514. apertureMax=120;
  1515. standardAvgLum=8000;
  1516. desiredLuminanceCoef=1;
  1517. desiredLuminanceCoefCloud=1;
  1518. luminanceRectCoef=1;
  1519. luminanceRectCoefCloud=0.5;
  1520. rayleigh[]={0.0070000002,0.01388,0.035};
  1521. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1522. cloudsColor[]=
  1523. {
  1524. {1,1,1},
  1525. 14.8
  1526. };
  1527. swBrightness=1;
  1528. };
  1529. class Lighting12
  1530. {
  1531. height=0;
  1532. overcast=0.25;
  1533. sunAngle=90;
  1534. sunOrMoon=1;
  1535. diffuse[]=
  1536. {
  1537. {1,0.87,0.85000002},
  1538. 17.200001
  1539. };
  1540. diffuseCloud[]=
  1541. {
  1542. {1,0.87,0.85000002},
  1543. 17.200001
  1544. };
  1545. ambient[]=
  1546. {
  1547. {0.498,0.602,0.76999998},
  1548. 14.8
  1549. };
  1550. ambientCloud[]=
  1551. {
  1552. {0.498,0.602,0.76999998},
  1553. 14.8
  1554. };
  1555. ambientMid[]=
  1556. {
  1557. {0.63499999,0.63499999,0.66299999},
  1558. 14.504
  1559. };
  1560. ambientMidCloud[]=
  1561. {
  1562. {0.63499999,0.63499999,0.66299999},
  1563. 14.504
  1564. };
  1565. groundReflection[]=
  1566. {
  1567. {0.745,0.671,0.64300001},
  1568. 14.21392
  1569. };
  1570. groundReflectionCloud[]=
  1571. {
  1572. {0.745,0.671,0.64300001},
  1573. 14.21392
  1574. };
  1575. bidirect[]={0.025,0.024,0.017999999};
  1576. bidirectCloud[]={0.025,0.024,0.017999999};
  1577. sky[]=
  1578. {
  1579. {0.02,0.12,0.80000001},
  1580. 13.8
  1581. };
  1582. skyAroundSun[]=
  1583. {
  1584. {0.02,0.12,0.80000001},
  1585. 13.8
  1586. };
  1587. fogColor[]=
  1588. {
  1589. {0.30000001,0.44,0.74000001},
  1590. 15
  1591. };
  1592. apertureMin=70;
  1593. apertureStandard=120;
  1594. apertureMax=120;
  1595. standardAvgLum=8000;
  1596. desiredLuminanceCoef=1;
  1597. desiredLuminanceCoefCloud=1;
  1598. luminanceRectCoef=1;
  1599. luminanceRectCoefCloud=0.5;
  1600. rayleigh[]={0.0070000002,0.01388,0.035};
  1601. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1602. cloudsColor[]=
  1603. {
  1604. {1,1,1},
  1605. 14.8
  1606. };
  1607. swBrightness=1;
  1608. };
  1609. class Lighting13
  1610. {
  1611. height=0;
  1612. overcast=0.60000002;
  1613. sunAngle=-24;
  1614. sunOrMoon=0;
  1615. diffuse[]=
  1616. {
  1617. {0.14,0.19,0.30000001},
  1618. 4
  1619. };
  1620. diffuseCloud[]=
  1621. {
  1622. {0.14,0.19,0.30000001},
  1623. 3
  1624. };
  1625. ambient[]=
  1626. {
  1627. {0.17299999,0.23899999,0.373},
  1628. 1
  1629. };
  1630. ambientCloud[]=
  1631. {
  1632. {0.17299999,0.23899999,0.373},
  1633. 1
  1634. };
  1635. ambientMid[]=
  1636. {
  1637. {0.1384,0.1912,0.29840001},
  1638. 0.88
  1639. };
  1640. ambientMidCloud[]=
  1641. {
  1642. {0.1384,0.1912,0.29840001},
  1643. 0.88
  1644. };
  1645. groundReflection[]=
  1646. {
  1647. {0.17299999,0.23899999,0.373},
  1648. 0.8448
  1649. };
  1650. groundReflectionCloud[]=
  1651. {
  1652. {0.17299999,0.23899999,0.373},
  1653. 0.8448
  1654. };
  1655. bidirect[]={0.025,0.025,0.023};
  1656. bidirectCloud[]={0.024499999,0.024499999,0.022539999};
  1657. sky[]={0.23100001,0.31400001,0.46700001};
  1658. skyAroundSun[]={0.2,0.25,0.44999999};
  1659. fogColor[]=
  1660. {
  1661. {0.090000004,0.13699999,0.22},
  1662. 0.025
  1663. };
  1664. apertureMin=4;
  1665. apertureStandard=4;
  1666. apertureMax=8;
  1667. standardAvgLum=4;
  1668. desiredLuminanceCoef=1;
  1669. desiredLuminanceCoefCloud=1;
  1670. luminanceRectCoef=1;
  1671. luminanceRectCoefCloud=0.5;
  1672. rayleigh[]={0.0070000002,0.01388,0.035};
  1673. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1674. cloudsColor[]=
  1675. {
  1676. {0.5,0.64999998,1},
  1677. 11.016
  1678. };
  1679. swBrightness=1;
  1680. };
  1681. class Lighting14
  1682. {
  1683. height=0;
  1684. overcast=0.60000002;
  1685. sunAngle=-12;
  1686. sunOrMoon=0;
  1687. diffuse[]={0.1,0.18000001,0.30000001};
  1688. diffuseCloud[]={0.1,0.18000001,0.30000001};
  1689. ambient[]=
  1690. {
  1691. {0.17299999,0.23899999,0.373},
  1692. 1
  1693. };
  1694. ambientCloud[]=
  1695. {
  1696. {0.17299999,0.23899999,0.373},
  1697. 1
  1698. };
  1699. ambientMid[]=
  1700. {
  1701. {0.17299999,0.23899999,0.373},
  1702. 0.88
  1703. };
  1704. ambientMidCloud[]=
  1705. {
  1706. {0.17299999,0.23899999,0.373},
  1707. 0.88
  1708. };
  1709. groundReflection[]=
  1710. {
  1711. {0.17299999,0.23899999,0.373},
  1712. 0.8448
  1713. };
  1714. groundReflectionCloud[]=
  1715. {
  1716. {0.17299999,0.23899999,0.373},
  1717. 0.8448
  1718. };
  1719. bidirect[]={0,0,0};
  1720. bidirectCloud[]={0,0,0};
  1721. sky[]=
  1722. {
  1723. {0.212,0.30199999,0.50999999},
  1724. 1
  1725. };
  1726. skyAroundSun[]={0.2,0.25,0.44999999};
  1727. fogColor[]=
  1728. {
  1729. {0.093999997,0.141,0.23100001},
  1730. 0.025
  1731. };
  1732. apertureMin=4;
  1733. apertureStandard=4;
  1734. apertureMax=8;
  1735. standardAvgLum=4;
  1736. desiredLuminanceCoef=1;
  1737. desiredLuminanceCoefCloud=1;
  1738. luminanceRectCoef=1;
  1739. luminanceRectCoefCloud=0.5;
  1740. rayleigh[]={0.0070000002,0.01388,0.035};
  1741. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1742. cloudsColor[]=
  1743. {
  1744. {1,1,1},
  1745. 11.016
  1746. };
  1747. swBrightness=1;
  1748. };
  1749. class Lighting15
  1750. {
  1751. height=0;
  1752. overcast=0.60000002;
  1753. sunAngle=-11;
  1754. sunOrMoon=0.5;
  1755. diffuse[]={0.1,0.18000001,0.30000001};
  1756. diffuseCloud[]={0.1,0.18000001,0.30000001};
  1757. ambient[]=
  1758. {
  1759. {0.17299999,0.23899999,0.373},
  1760. 1
  1761. };
  1762. ambientCloud[]=
  1763. {
  1764. {0.17299999,0.23899999,0.373},
  1765. 1
  1766. };
  1767. ambientMid[]=
  1768. {
  1769. {0.17299999,0.23899999,0.373},
  1770. 0.88
  1771. };
  1772. ambientMidCloud[]=
  1773. {
  1774. {0.17299999,0.23899999,0.373},
  1775. 0.88
  1776. };
  1777. groundReflection[]=
  1778. {
  1779. {0.17299999,0.23899999,0.373},
  1780. 0.8448
  1781. };
  1782. groundReflectionCloud[]=
  1783. {
  1784. {0.17299999,0.23899999,0.373},
  1785. 0.8448
  1786. };
  1787. bidirect[]={0,0,0};
  1788. bidirectCloud[]={0,0,0};
  1789. sky[]=
  1790. {
  1791. {0.212,0.30199999,0.50999999},
  1792. 1
  1793. };
  1794. skyAroundSun[]={0.2,0.25,0.44999999};
  1795. fogColor[]=
  1796. {
  1797. {0.093999997,0.141,0.23100001},
  1798. 0.025
  1799. };
  1800. apertureMin=4;
  1801. apertureStandard=4;
  1802. apertureMax=8;
  1803. standardAvgLum=4;
  1804. desiredLuminanceCoef=1;
  1805. desiredLuminanceCoefCloud=1;
  1806. luminanceRectCoef=1;
  1807. luminanceRectCoefCloud=0.5;
  1808. rayleigh[]={0.0070000002,0.01388,0.035};
  1809. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1810. cloudsColor[]=
  1811. {
  1812. {1,1,1},
  1813. 11.016
  1814. };
  1815. swBrightness=1;
  1816. };
  1817. class Lighting16
  1818. {
  1819. height=0;
  1820. overcast=0.60000002;
  1821. sunAngle=-10;
  1822. sunOrMoon=1;
  1823. diffuse[]={0.1,0.18000001,0.30000001};
  1824. diffuseCloud[]={0.1,0.18000001,0.30000001};
  1825. ambient[]=
  1826. {
  1827. {0.17299999,0.23899999,0.373},
  1828. 1
  1829. };
  1830. ambientCloud[]=
  1831. {
  1832. {0.17299999,0.23899999,0.373},
  1833. 1
  1834. };
  1835. ambientMid[]=
  1836. {
  1837. {0.17299999,0.23899999,0.373},
  1838. 0.88
  1839. };
  1840. ambientMidCloud[]=
  1841. {
  1842. {0.17299999,0.23899999,0.373},
  1843. 0.88
  1844. };
  1845. groundReflection[]=
  1846. {
  1847. {0.17299999,0.23899999,0.373},
  1848. 0.8448
  1849. };
  1850. groundReflectionCloud[]=
  1851. {
  1852. {0.17299999,0.23899999,0.373},
  1853. 0.8448
  1854. };
  1855. bidirect[]={0,0,0};
  1856. bidirectCloud[]={0,0,0};
  1857. sky[]=
  1858. {
  1859. {0.212,0.30199999,0.50999999},
  1860. 1
  1861. };
  1862. skyAroundSun[]=
  1863. {
  1864. {0.2,0.25,0.44999999},
  1865. 4.7349081
  1866. };
  1867. fogColor[]=
  1868. {
  1869. {0.093999997,0.141,0.23100001},
  1870. 0.025
  1871. };
  1872. apertureMin=4;
  1873. apertureStandard=5;
  1874. apertureMax=10;
  1875. standardAvgLum=4;
  1876. desiredLuminanceCoef=1;
  1877. desiredLuminanceCoefCloud=1;
  1878. luminanceRectCoef=1;
  1879. luminanceRectCoefCloud=0.5;
  1880. rayleigh[]={0.0070000002,0.01388,0.035};
  1881. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1882. cloudsColor[]=
  1883. {
  1884. {1,1,1},
  1885. 11.016
  1886. };
  1887. swBrightness=1;
  1888. };
  1889. class Lighting17
  1890. {
  1891. height=0;
  1892. overcast=0.60000002;
  1893. sunAngle=-5;
  1894. sunOrMoon=1;
  1895. diffuse[]=
  1896. {
  1897. {0.16,0.18000001,0.28},
  1898. 2.25
  1899. };
  1900. diffuseCloud[]=
  1901. {
  1902. {0.16,0.18000001,0.28},
  1903. 1.6875
  1904. };
  1905. ambient[]=
  1906. {
  1907. {0.17299999,0.23899999,0.373},
  1908. 4.5999999
  1909. };
  1910. ambientCloud[]=
  1911. {
  1912. {0.17299999,0.23899999,0.373},
  1913. 4.5999999
  1914. };
  1915. ambientMid[]=
  1916. {
  1917. {0.17299999,0.23899999,0.373},
  1918. 4.0479999
  1919. };
  1920. ambientMidCloud[]=
  1921. {
  1922. {0.17299999,0.23899999,0.373},
  1923. 4.0479999
  1924. };
  1925. groundReflection[]=
  1926. {
  1927. {0.17299999,0.23899999,0.373},
  1928. 3.88608
  1929. };
  1930. groundReflectionCloud[]=
  1931. {
  1932. {0.17299999,0.23899999,0.373},
  1933. 3.88608
  1934. };
  1935. bidirect[]={0.0115,0.012,0.0125};
  1936. bidirectCloud[]={0.01127,0.01176,0.01225};
  1937. sky[]=
  1938. {
  1939. {0.2,0.29800001,0.54100001},
  1940. 4.5999999
  1941. };
  1942. skyAroundSun[]=
  1943. {
  1944. {0.69999999,0.34999999,0.28},
  1945. 7.6369491
  1946. };
  1947. fogColor[]=
  1948. {
  1949. {0.106,0.161,0.26699999},
  1950. 4.7150002
  1951. };
  1952. apertureMin=5;
  1953. apertureStandard=6;
  1954. apertureMax=18;
  1955. standardAvgLum=4;
  1956. desiredLuminanceCoef=1;
  1957. desiredLuminanceCoefCloud=1;
  1958. luminanceRectCoef=1;
  1959. luminanceRectCoefCloud=0.5;
  1960. rayleigh[]={0.0070000002,0.01388,0.035};
  1961. mie[]={0.0049999999,0.0049999999,0.0049999999};
  1962. cloudsColor[]=
  1963. {
  1964. {1,1,1},
  1965. 11.016
  1966. };
  1967. swBrightness=1;
  1968. };
  1969. class Lighting18
  1970. {
  1971. height=0;
  1972. overcast=0.60000002;
  1973. sunAngle=-2;
  1974. sunOrMoon=1;
  1975. diffuse[]=
  1976. {
  1977. {0.25,0.20999999,0.2},
  1978. 3.75
  1979. };
  1980. diffuseCloud[]=
  1981. {
  1982. {0.25,0.20999999,0.2},
  1983. 2.8125
  1984. };
  1985. ambient[]=
  1986. {
  1987. {0.19599999,0.27500001,0.41999999},
  1988. 6.9000001
  1989. };
  1990. ambientCloud[]=
  1991. {
  1992. {0.19599999,0.27500001,0.41999999},
  1993. 6.9000001
  1994. };
  1995. ambientMid[]=
  1996. {
  1997. {0.19599999,0.27500001,0.41999999},
  1998. 6.072
  1999. };
  2000. ambientMidCloud[]=
  2001. {
  2002. {0.19599999,0.27500001,0.41999999},
  2003. 6.072
  2004. };
  2005. groundReflection[]=
  2006. {
  2007. {0.19599999,0.27500001,0.41999999},
  2008. 5.8291202
  2009. };
  2010. groundReflectionCloud[]=
  2011. {
  2012. {0.19599999,0.27500001,0.41999999},
  2013. 5.8291202
  2014. };
  2015. bidirect[]={0.023,0.024,0.025};
  2016. bidirectCloud[]={0.023,0.024,0.025};
  2017. sky[]=
  2018. {
  2019. {0.18799999,0.28999999,0.57599998},
  2020. 6.9000001
  2021. };
  2022. skyAroundSun[]=
  2023. {
  2024. {1.8,0.41999999,0.2},
  2025. 12.31766
  2026. };
  2027. fogColor[]=
  2028. {
  2029. {0.11,0.169,0.28600001},
  2030. 7.0725002
  2031. };
  2032. apertureMin=6;
  2033. apertureStandard=8;
  2034. apertureMax=20;
  2035. standardAvgLum=20;
  2036. desiredLuminanceCoef=1;
  2037. desiredLuminanceCoefCloud=1;
  2038. luminanceRectCoef=1;
  2039. luminanceRectCoefCloud=0.5;
  2040. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  2041. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2042. cloudsColor[]=
  2043. {
  2044. {1,1,1},
  2045. 11.016
  2046. };
  2047. swBrightness=1;
  2048. };
  2049. class Lighting19
  2050. {
  2051. height=0;
  2052. overcast=0.60000002;
  2053. sunAngle=0;
  2054. sunOrMoon=1;
  2055. diffuse[]=
  2056. {
  2057. {0.75,0.38,0.22},
  2058. 4.5
  2059. };
  2060. diffuseCloud[]=
  2061. {
  2062. {0.75,0.38,0.22},
  2063. 3.375
  2064. };
  2065. ambient[]=
  2066. {
  2067. {0.24969999,0.31,0.46700001},
  2068. 7.8000002
  2069. };
  2070. ambientCloud[]=
  2071. {
  2072. {0.24969999,0.31,0.46700001},
  2073. 7.8000002
  2074. };
  2075. ambientMid[]=
  2076. {
  2077. {0.25409999,0.31400001,0.46700001},
  2078. 6.8639998
  2079. };
  2080. ambientMidCloud[]=
  2081. {
  2082. {0.25409999,0.31400001,0.46700001},
  2083. 6.8639998
  2084. };
  2085. groundReflection[]=
  2086. {
  2087. {0.235,0.31799999,0.46700001},
  2088. 6.5894399
  2089. };
  2090. groundReflectionCloud[]=
  2091. {
  2092. {0.235,0.31799999,0.46700001},
  2093. 6.5894399
  2094. };
  2095. bidirect[]={0.023,0.024,0.025};
  2096. bidirectCloud[]={0.023,0.024,0.025};
  2097. sky[]=
  2098. {
  2099. {0.17299999,0.28200001,0.61199999},
  2100. 7.8000002
  2101. };
  2102. skyAroundSun[]=
  2103. {
  2104. {2,0.41999999,0.2},
  2105. 13.38876
  2106. };
  2107. fogColor[]=
  2108. {
  2109. {0.118,0.18000001,0.31},
  2110. 7.9949999
  2111. };
  2112. apertureMin=7;
  2113. apertureStandard=9;
  2114. apertureMax=22;
  2115. standardAvgLum=45;
  2116. desiredLuminanceCoef=1;
  2117. desiredLuminanceCoefCloud=1;
  2118. luminanceRectCoef=1;
  2119. luminanceRectCoefCloud=0.5;
  2120. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  2121. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2122. cloudsColor[]=
  2123. {
  2124. {1,1,1},
  2125. 11.016
  2126. };
  2127. swBrightness=1;
  2128. };
  2129. class Lighting20
  2130. {
  2131. height=0;
  2132. overcast=0.60000002;
  2133. sunAngle=2;
  2134. sunOrMoon=1;
  2135. diffuse[]=
  2136. {
  2137. {0.94999999,0.41999999,0.22},
  2138. 6.7199998
  2139. };
  2140. diffuseCloud[]=
  2141. {
  2142. {0.94999999,0.41999999,0.22},
  2143. 5.04
  2144. };
  2145. ambient[]=
  2146. {
  2147. {0.30599999,0.35699999,0.463},
  2148. 8.3999996
  2149. };
  2150. ambientCloud[]=
  2151. {
  2152. {0.30599999,0.35699999,0.463},
  2153. 8.3999996
  2154. };
  2155. ambientMid[]=
  2156. {
  2157. {0.36500001,0.361,0.396},
  2158. 7.3920002
  2159. };
  2160. ambientMidCloud[]=
  2161. {
  2162. {0.36500001,0.361,0.396},
  2163. 7.3920002
  2164. };
  2165. groundReflection[]=
  2166. {
  2167. {0.41600001,0.38,0.38800001},
  2168. 7.0963202
  2169. };
  2170. groundReflectionCloud[]=
  2171. {
  2172. {0.41600001,0.38,0.38800001},
  2173. 7.0963202
  2174. };
  2175. bidirect[]={0.023,0.024,0.025};
  2176. bidirectCloud[]={0.023,0.024,0.025};
  2177. sky[]=
  2178. {
  2179. {0.15700001,0.27500001,0.65100002},
  2180. 8.3999996
  2181. };
  2182. skyAroundSun[]=
  2183. {
  2184. {2.2,0.80000001,0.2},
  2185. 13.38876
  2186. };
  2187. fogColor[]=
  2188. {
  2189. {0.125,0.192,0.329},
  2190. 8.6099997
  2191. };
  2192. apertureMin=8;
  2193. apertureStandard=10;
  2194. apertureMax=24;
  2195. standardAvgLum=50;
  2196. desiredLuminanceCoef=1;
  2197. desiredLuminanceCoefCloud=1;
  2198. luminanceRectCoef=1;
  2199. luminanceRectCoefCloud=0.5;
  2200. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  2201. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2202. cloudsColor[]=
  2203. {
  2204. {1,1,1},
  2205. 11.016
  2206. };
  2207. swBrightness=1;
  2208. };
  2209. class Lighting21
  2210. {
  2211. height=0;
  2212. overcast=0.60000002;
  2213. sunAngle=6;
  2214. sunOrMoon=1;
  2215. diffuse[]=
  2216. {
  2217. {0.94999999,0.55000001,0.34999999},
  2218. 10.2
  2219. };
  2220. diffuseCloud[]=
  2221. {
  2222. {0.94999999,0.55000001,0.34999999},
  2223. 7.6500001
  2224. };
  2225. ambient[]=
  2226. {
  2227. {0.33700001,0.40400001,0.52499998},
  2228. 9.6000004
  2229. };
  2230. ambientCloud[]=
  2231. {
  2232. {0.33700001,0.40400001,0.52499998},
  2233. 9.6000004
  2234. };
  2235. ambientMid[]=
  2236. {
  2237. {0.412,0.40799999,0.44299999},
  2238. 8.448
  2239. };
  2240. ambientMidCloud[]=
  2241. {
  2242. {0.412,0.40799999,0.44299999},
  2243. 8.448
  2244. };
  2245. groundReflection[]=
  2246. {
  2247. {0.47499999,0.435,0.43099999},
  2248. 8.1100798
  2249. };
  2250. groundReflectionCloud[]=
  2251. {
  2252. {0.47499999,0.435,0.43099999},
  2253. 8.1100798
  2254. };
  2255. bidirect[]={0.01375,0.0132,0.01265};
  2256. bidirectCloud[]={0.01375,0.0132,0.01265};
  2257. sky[]=
  2258. {
  2259. {0.145,0.26300001,0.68599999},
  2260. 9.6000004
  2261. };
  2262. skyAroundSun[]=
  2263. {
  2264. {0.40000001,0.31999999,0.60000002},
  2265. 13.38876
  2266. };
  2267. fogColor[]=
  2268. {
  2269. {0.133,0.204,0.35699999},
  2270. 9.8400002
  2271. };
  2272. apertureMin=8;
  2273. apertureStandard=16;
  2274. apertureMax=26;
  2275. standardAvgLum=100;
  2276. desiredLuminanceCoef=1;
  2277. desiredLuminanceCoefCloud=1;
  2278. luminanceRectCoef=1;
  2279. luminanceRectCoefCloud=0.5;
  2280. rayleigh[]={0.0070000002,0.027000001,0.045000002};
  2281. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2282. cloudsColor[]=
  2283. {
  2284. {1,1,1},
  2285. 11.016
  2286. };
  2287. swBrightness=1;
  2288. };
  2289. class Lighting22
  2290. {
  2291. height=0;
  2292. overcast=0.60000002;
  2293. sunAngle=12;
  2294. sunOrMoon=1;
  2295. diffuse[]=
  2296. {
  2297. {1,0.64999998,0.44999999},
  2298. 12.3
  2299. };
  2300. diffuseCloud[]=
  2301. {
  2302. {1,0.64999998,0.44999999},
  2303. 9.2250004
  2304. };
  2305. ambient[]=
  2306. {
  2307. {0.38800001,0.47099999,0.61199999},
  2308. 10.9
  2309. };
  2310. ambientCloud[]=
  2311. {
  2312. {0.38800001,0.47099999,0.61199999},
  2313. 10.9
  2314. };
  2315. ambientMid[]=
  2316. {
  2317. {0.48199999,0.47499999,0.50599998},
  2318. 9.8100004
  2319. };
  2320. ambientMidCloud[]=
  2321. {
  2322. {0.48199999,0.47499999,0.50599998},
  2323. 9.8100004
  2324. };
  2325. groundReflection[]=
  2326. {
  2327. {0.55699998,0.50999999,0.49399999},
  2328. 9.4175997
  2329. };
  2330. groundReflectionCloud[]=
  2331. {
  2332. {0.55699998,0.50999999,0.49399999},
  2333. 9.4175997
  2334. };
  2335. bidirect[]={0.018750001,0.017999999,0.01725};
  2336. bidirectCloud[]={0.018750001,0.017999999,0.01725};
  2337. sky[]=
  2338. {
  2339. {0.12899999,0.259,0.722},
  2340. 10.9
  2341. };
  2342. skyAroundSun[]=
  2343. {
  2344. {0.13,0.25,0.80000001},
  2345. 13.524
  2346. };
  2347. fogColor[]=
  2348. {
  2349. {0.145,0.22400001,0.396},
  2350. 11.1725
  2351. };
  2352. apertureMin=20;
  2353. apertureStandard=25;
  2354. apertureMax=35;
  2355. standardAvgLum=250;
  2356. desiredLuminanceCoef=1;
  2357. desiredLuminanceCoefCloud=1;
  2358. luminanceRectCoef=1;
  2359. luminanceRectCoefCloud=0.5;
  2360. rayleigh[]={0.0070000002,0.017999999,0.039999999};
  2361. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2362. cloudsColor[]=
  2363. {
  2364. {1,1,1},
  2365. 12.24
  2366. };
  2367. swBrightness=1;
  2368. };
  2369. class Lighting23
  2370. {
  2371. height=0;
  2372. overcast=0.60000002;
  2373. sunAngle=24;
  2374. sunOrMoon=1;
  2375. diffuse[]=
  2376. {
  2377. {1,0.75,0.62},
  2378. 15.8
  2379. };
  2380. diffuseCloud[]=
  2381. {
  2382. {1,0.75,0.62},
  2383. 11.85
  2384. };
  2385. ambient[]=
  2386. {
  2387. {0.435,0.53299999,0.69800001},
  2388. 13.8
  2389. };
  2390. ambientCloud[]=
  2391. {
  2392. {0.435,0.53299999,0.69800001},
  2393. 13.8
  2394. };
  2395. ambientMid[]=
  2396. {
  2397. {0.54500002,0.54100001,0.56900001},
  2398. 12.696
  2399. };
  2400. ambientMidCloud[]=
  2401. {
  2402. {0.54500002,0.54100001,0.56900001},
  2403. 12.696
  2404. };
  2405. groundReflection[]=
  2406. {
  2407. {0.63499999,0.57999998,0.55699998},
  2408. 12.18816
  2409. };
  2410. groundReflectionCloud[]=
  2411. {
  2412. {0.63499999,0.57999998,0.55699998},
  2413. 12.18816
  2414. };
  2415. bidirect[]={0.025,0.024,0.017999999};
  2416. bidirectCloud[]={0.025,0.024,0.017999999};
  2417. sky[]=
  2418. {
  2419. {0.118,0.25099999,0.75300002},
  2420. 13.8
  2421. };
  2422. skyAroundSun[]=
  2423. {
  2424. {0.115,0.245,0.80000001},
  2425. 13.662
  2426. };
  2427. fogColor[]=
  2428. {
  2429. {0.15000001,0.25099999,0.48800001},
  2430. 14.145
  2431. };
  2432. apertureMin=45;
  2433. apertureStandard=60;
  2434. apertureMax=80;
  2435. standardAvgLum=800;
  2436. desiredLuminanceCoef=1;
  2437. desiredLuminanceCoefCloud=1;
  2438. luminanceRectCoef=1;
  2439. luminanceRectCoefCloud=0.5;
  2440. rayleigh[]={0.0070000002,0.01388,0.035};
  2441. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2442. cloudsColor[]=
  2443. {
  2444. {1,1,1},
  2445. 14.4
  2446. };
  2447. swBrightness=1;
  2448. };
  2449. class Lighting24
  2450. {
  2451. height=0;
  2452. overcast=0.60000002;
  2453. sunAngle=45;
  2454. sunOrMoon=1;
  2455. diffuse[]=
  2456. {
  2457. {1,0.87,0.85000002},
  2458. 17
  2459. };
  2460. diffuseCloud[]=
  2461. {
  2462. {1,0.87,0.85000002},
  2463. 12.75
  2464. };
  2465. ambient[]=
  2466. {
  2467. {0.498,0.602,0.76999998},
  2468. 14.8
  2469. };
  2470. ambientCloud[]=
  2471. {
  2472. {0.498,0.602,0.76999998},
  2473. 14.8
  2474. };
  2475. ambientMid[]=
  2476. {
  2477. {0.63499999,0.63499999,0.66299999},
  2478. 13.616
  2479. };
  2480. ambientMidCloud[]=
  2481. {
  2482. {0.63499999,0.63499999,0.66299999},
  2483. 13.616
  2484. };
  2485. groundReflection[]=
  2486. {
  2487. {0.745,0.671,0.64300001},
  2488. 14.21392
  2489. };
  2490. groundReflectionCloud[]=
  2491. {
  2492. {0.745,0.671,0.64300001},
  2493. 14.21392
  2494. };
  2495. bidirect[]={0.025,0.024,0.017999999};
  2496. bidirectCloud[]={0.025,0.024,0.017999999};
  2497. sky[]=
  2498. {
  2499. {0.02,0.12,0.80000001},
  2500. 13.8
  2501. };
  2502. skyAroundSun[]=
  2503. {
  2504. {0.02,0.12,0.80000001},
  2505. 13.8
  2506. };
  2507. fogColor[]=
  2508. {
  2509. {0.30000001,0.44,0.74000001},
  2510. 13.9564
  2511. };
  2512. apertureMin=70;
  2513. apertureStandard=120;
  2514. apertureMax=120;
  2515. standardAvgLum=8000;
  2516. desiredLuminanceCoef=1;
  2517. desiredLuminanceCoefCloud=1;
  2518. luminanceRectCoef=1;
  2519. luminanceRectCoefCloud=0.5;
  2520. rayleigh[]={0.0070000002,0.01388,0.035};
  2521. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2522. cloudsColor[]=
  2523. {
  2524. {1,1,1},
  2525. 14.8
  2526. };
  2527. swBrightness=1;
  2528. };
  2529. class Lighting25
  2530. {
  2531. height=0;
  2532. overcast=0.60000002;
  2533. sunAngle=90;
  2534. sunOrMoon=1;
  2535. diffuse[]=
  2536. {
  2537. {1,0.87,0.85000002},
  2538. 17
  2539. };
  2540. diffuseCloud[]=
  2541. {
  2542. {1,0.87,0.85000002},
  2543. 13.94
  2544. };
  2545. ambient[]=
  2546. {
  2547. {0.498,0.602,0.76999998},
  2548. 14.8
  2549. };
  2550. ambientCloud[]=
  2551. {
  2552. {0.498,0.602,0.76999998},
  2553. 14.8
  2554. };
  2555. ambientMid[]=
  2556. {
  2557. {0.63499999,0.63499999,0.66299999},
  2558. 14.504
  2559. };
  2560. ambientMidCloud[]=
  2561. {
  2562. {0.63499999,0.63499999,0.66299999},
  2563. 14.504
  2564. };
  2565. groundReflection[]=
  2566. {
  2567. {0.745,0.671,0.64300001},
  2568. 14.21392
  2569. };
  2570. groundReflectionCloud[]=
  2571. {
  2572. {0.745,0.671,0.64300001},
  2573. 14.21392
  2574. };
  2575. bidirect[]={0.025,0.024,0.017999999};
  2576. bidirectCloud[]={0.025,0.024,0.017999999};
  2577. sky[]=
  2578. {
  2579. {0.02,0.12,0.80000001},
  2580. 13.8
  2581. };
  2582. skyAroundSun[]=
  2583. {
  2584. {0.02,0.12,0.80000001},
  2585. 13.8
  2586. };
  2587. fogColor[]=
  2588. {
  2589. {0.30000001,0.44,0.74000001},
  2590. 15
  2591. };
  2592. apertureMin=70;
  2593. apertureStandard=120;
  2594. apertureMax=120;
  2595. standardAvgLum=8000;
  2596. desiredLuminanceCoef=1;
  2597. desiredLuminanceCoefCloud=1;
  2598. luminanceRectCoef=1;
  2599. luminanceRectCoefCloud=0.5;
  2600. rayleigh[]={0.0070000002,0.01388,0.035};
  2601. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2602. cloudsColor[]=
  2603. {
  2604. {1,1,1},
  2605. 14.8
  2606. };
  2607. swBrightness=1;
  2608. };
  2609. class Lighting26
  2610. {
  2611. height=0;
  2612. overcast=0.85000002;
  2613. sunAngle=-24;
  2614. sunOrMoon=0;
  2615. diffuse[]=
  2616. {
  2617. {0.090000004,0.13699999,0.22},
  2618. 1
  2619. };
  2620. diffuseCloud[]=
  2621. {
  2622. {0,0,0},
  2623. 0.75
  2624. };
  2625. ambient[]=
  2626. {
  2627. {0.090000004,0.13699999,0.22},
  2628. 1
  2629. };
  2630. ambientCloud[]=
  2631. {
  2632. {0.090000004,0.13699999,0.22},
  2633. 1
  2634. };
  2635. ambientMid[]=
  2636. {
  2637. {0.090000004,0.13699999,0.22},
  2638. 0.8624
  2639. };
  2640. ambientMidCloud[]=
  2641. {
  2642. {0.090000004,0.13699999,0.22},
  2643. 0.8624
  2644. };
  2645. groundReflection[]=
  2646. {
  2647. {0.090000004,0.13699999,0.22},
  2648. 0.75891203
  2649. };
  2650. groundReflectionCloud[]=
  2651. {
  2652. {0.090000004,0.13699999,0.22},
  2653. 0.75891203
  2654. };
  2655. bidirect[]={0.0117,0.0117,0.0117};
  2656. bidirectCloud[]={0.0117,0.0117,0.0117};
  2657. sky[]={0.23100001,0.31400001,0.46700001};
  2658. skyAroundSun[]={0.2,0.25,0.44999999};
  2659. fogColor[]={0.090000004,0.13699999,0.22};
  2660. apertureMin=4;
  2661. apertureStandard=4;
  2662. apertureMax=8;
  2663. standardAvgLum=4;
  2664. desiredLuminanceCoef=1;
  2665. desiredLuminanceCoefCloud=1;
  2666. luminanceRectCoef=1;
  2667. luminanceRectCoefCloud=0.5;
  2668. rayleigh[]={0.0070000002,0.01388,0.035};
  2669. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2670. cloudsColor[]=
  2671. {
  2672. {1,1,1},
  2673. 11.016
  2674. };
  2675. swBrightness=1;
  2676. };
  2677. class Lighting27
  2678. {
  2679. height=0;
  2680. overcast=0.85000002;
  2681. sunAngle=-12;
  2682. sunOrMoon=0;
  2683. diffuse[]={0.16954,0.23899999,0.37673};
  2684. diffuseCloud[]={0.042385001,0.059749998,0.094182998};
  2685. ambient[]=
  2686. {
  2687. {0.16954,0.23899999,0.37673},
  2688. 1
  2689. };
  2690. ambientCloud[]=
  2691. {
  2692. {0.16954,0.23899999,0.37673},
  2693. 1
  2694. };
  2695. ambientMid[]=
  2696. {
  2697. {0.17299999,0.23899999,0.373},
  2698. 0.8624
  2699. };
  2700. ambientMidCloud[]=
  2701. {
  2702. {0.17299999,0.23899999,0.373},
  2703. 0.8624
  2704. };
  2705. groundReflection[]=
  2706. {
  2707. {0.14704999,0.20315,0.31705001},
  2708. 0.75891203
  2709. };
  2710. groundReflectionCloud[]=
  2711. {
  2712. {0.14704999,0.20315,0.31705001},
  2713. 0.75891203
  2714. };
  2715. bidirect[]={0.0117,0.0117,0.0117};
  2716. bidirectCloud[]={0.0117,0.0117,0.0117};
  2717. sky[]=
  2718. {
  2719. {0.212,0.30199999,0.50999999},
  2720. 1
  2721. };
  2722. skyAroundSun[]={0.2,0.25,0.44999999};
  2723. fogColor[]={0.122,0.169,0.255};
  2724. apertureMin=4;
  2725. apertureStandard=4;
  2726. apertureMax=8;
  2727. standardAvgLum=4;
  2728. desiredLuminanceCoef=1;
  2729. desiredLuminanceCoefCloud=1;
  2730. luminanceRectCoef=1;
  2731. luminanceRectCoefCloud=0.5;
  2732. rayleigh[]={0.0070000002,0.01388,0.035};
  2733. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2734. cloudsColor[]=
  2735. {
  2736. {1,1,1},
  2737. 11.016
  2738. };
  2739. swBrightness=1;
  2740. };
  2741. class Lighting28
  2742. {
  2743. height=0;
  2744. overcast=0.85000002;
  2745. sunAngle=-11;
  2746. sunOrMoon=0.5;
  2747. diffuse[]={0.12899999,0.18000001,0.271};
  2748. diffuseCloud[]={0.032249998,0.045000002,0.067749999};
  2749. ambient[]=
  2750. {
  2751. {0.12899999,0.18000001,0.271},
  2752. 1
  2753. };
  2754. ambientCloud[]=
  2755. {
  2756. {0.12899999,0.18000001,0.271},
  2757. 1
  2758. };
  2759. ambientMid[]=
  2760. {
  2761. {0.12899999,0.184,0.26699999},
  2762. 0.8624
  2763. };
  2764. ambientMidCloud[]=
  2765. {
  2766. {0.12899999,0.184,0.26699999},
  2767. 0.8624
  2768. };
  2769. groundReflection[]=
  2770. {
  2771. {0.125,0.176,0.26300001},
  2772. 0.75891203
  2773. };
  2774. groundReflectionCloud[]=
  2775. {
  2776. {0.125,0.176,0.26300001},
  2777. 0.75891203
  2778. };
  2779. bidirect[]={0.0117,0.0117,0.0117};
  2780. bidirectCloud[]={0.0117,0.0117,0.0117};
  2781. sky[]=
  2782. {
  2783. {0.212,0.30199999,0.50999999},
  2784. 1
  2785. };
  2786. skyAroundSun[]={0.2,0.25,0.44999999};
  2787. fogColor[]={0.122,0.169,0.255};
  2788. apertureMin=4;
  2789. apertureStandard=4;
  2790. apertureMax=8;
  2791. standardAvgLum=4;
  2792. desiredLuminanceCoef=1;
  2793. desiredLuminanceCoefCloud=1;
  2794. luminanceRectCoef=1;
  2795. luminanceRectCoefCloud=0.5;
  2796. rayleigh[]={0.0070000002,0.01388,0.035};
  2797. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2798. cloudsColor[]=
  2799. {
  2800. {1,1,1},
  2801. 11.016
  2802. };
  2803. swBrightness=1;
  2804. };
  2805. class Lighting29
  2806. {
  2807. height=0;
  2808. overcast=0.85000002;
  2809. sunAngle=-10;
  2810. sunOrMoon=1;
  2811. diffuse[]={0.12899999,0.18000001,0.271};
  2812. diffuseCloud[]={0.032249998,0.045000002,0.067749999};
  2813. ambient[]=
  2814. {
  2815. {0.12899999,0.18000001,0.271},
  2816. 1
  2817. };
  2818. ambientCloud[]=
  2819. {
  2820. {0.12899999,0.18000001,0.271},
  2821. 1
  2822. };
  2823. ambientMid[]=
  2824. {
  2825. {0.12899999,0.184,0.26699999},
  2826. 0.8624
  2827. };
  2828. ambientMidCloud[]=
  2829. {
  2830. {0.12899999,0.184,0.26699999},
  2831. 0.8624
  2832. };
  2833. groundReflection[]=
  2834. {
  2835. {0.125,0.176,0.26300001},
  2836. 0.75891203
  2837. };
  2838. groundReflectionCloud[]=
  2839. {
  2840. {0.125,0.176,0.26300001},
  2841. 0.75891203
  2842. };
  2843. bidirect[]={0.0117,0.0117,0.0117};
  2844. bidirectCloud[]={0.0117,0.0117,0.0117};
  2845. sky[]=
  2846. {
  2847. {0.212,0.30199999,0.50999999},
  2848. 1
  2849. };
  2850. skyAroundSun[]=
  2851. {
  2852. {0.2,0.25,0.44999999},
  2853. 4.7349081
  2854. };
  2855. fogColor[]={0.122,0.169,0.255};
  2856. apertureMin=4;
  2857. apertureStandard=4;
  2858. apertureMax=10;
  2859. standardAvgLum=4;
  2860. desiredLuminanceCoef=1;
  2861. desiredLuminanceCoefCloud=1;
  2862. luminanceRectCoef=1;
  2863. luminanceRectCoefCloud=0.5;
  2864. rayleigh[]={0.0070000002,0.01388,0.035};
  2865. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2866. cloudsColor[]=
  2867. {
  2868. {1,1,1},
  2869. 11.016
  2870. };
  2871. swBrightness=1;
  2872. };
  2873. class Lighting30
  2874. {
  2875. height=0;
  2876. overcast=0.85000002;
  2877. sunAngle=-5;
  2878. sunOrMoon=1;
  2879. diffuse[]=
  2880. {
  2881. {0.15700001,0.212,0.30599999},
  2882. 0.5625
  2883. };
  2884. diffuseCloud[]=
  2885. {
  2886. {0.039250001,0.052999999,0.076499999},
  2887. 0.39375001
  2888. };
  2889. ambient[]=
  2890. {
  2891. {0.15700001,0.212,0.30599999},
  2892. 3.22
  2893. };
  2894. ambientCloud[]=
  2895. {
  2896. {0.15700001,0.212,0.30599999},
  2897. 3.22
  2898. };
  2899. ambientMid[]=
  2900. {
  2901. {0.15700001,0.208,0.29800001},
  2902. 3.9670401
  2903. };
  2904. ambientMidCloud[]=
  2905. {
  2906. {0.15700001,0.208,0.29800001},
  2907. 3.9670401
  2908. };
  2909. groundReflection[]=
  2910. {
  2911. {0.149,0.204,0.28999999},
  2912. 3.649677
  2913. };
  2914. groundReflectionCloud[]=
  2915. {
  2916. {0.149,0.204,0.28999999},
  2917. 3.649677
  2918. };
  2919. bidirect[]={0.0117,0.0117,0.0117};
  2920. bidirectCloud[]={0.0117,0.0117,0.0117};
  2921. sky[]=
  2922. {
  2923. {0.2,0.29800001,0.54100001},
  2924. 4.5999999
  2925. };
  2926. skyAroundSun[]=
  2927. {
  2928. {0.69999999,0.34999999,0.28},
  2929. 7.6369491
  2930. };
  2931. fogColor[]=
  2932. {
  2933. {0.141,0.192,0.28200001},
  2934. 3.9670401
  2935. };
  2936. apertureMin=5;
  2937. apertureStandard=5;
  2938. apertureMax=18;
  2939. standardAvgLum=4;
  2940. desiredLuminanceCoef=1;
  2941. desiredLuminanceCoefCloud=1;
  2942. luminanceRectCoef=1;
  2943. luminanceRectCoefCloud=0.5;
  2944. rayleigh[]={0.0070000002,0.01388,0.035};
  2945. mie[]={0.0049999999,0.0049999999,0.0049999999};
  2946. cloudsColor[]=
  2947. {
  2948. {1,1,1},
  2949. 11.016
  2950. };
  2951. swBrightness=1;
  2952. };
  2953. class Lighting31
  2954. {
  2955. height=0;
  2956. overcast=0.85000002;
  2957. sunAngle=-2;
  2958. sunOrMoon=1;
  2959. diffuse[]=
  2960. {
  2961. {0.184,0.24699999,0.34099999},
  2962. 0.9375
  2963. };
  2964. diffuseCloud[]=
  2965. {
  2966. {0.046,0.061749998,0.085249998},
  2967. 0.65625
  2968. };
  2969. ambient[]=
  2970. {
  2971. {0.184,0.24699999,0.34099999},
  2972. 6.9000001
  2973. };
  2974. ambientCloud[]=
  2975. {
  2976. {0.184,0.24699999,0.34099999},
  2977. 6.9000001
  2978. };
  2979. ambientMid[]=
  2980. {
  2981. {0.184,0.243,0.329},
  2982. 5.9505601
  2983. };
  2984. ambientMidCloud[]=
  2985. {
  2986. {0.184,0.243,0.329},
  2987. 5.9505601
  2988. };
  2989. groundReflection[]=
  2990. {
  2991. {0.176,0.23100001,0.322},
  2992. 5.5935259
  2993. };
  2994. groundReflectionCloud[]=
  2995. {
  2996. {0.176,0.23100001,0.322},
  2997. 5.5935259
  2998. };
  2999. bidirect[]={0.0117,0.0117,0.0117};
  3000. bidirectCloud[]={0.0117,0.0117,0.0117};
  3001. sky[]=
  3002. {
  3003. {0.18799999,0.28999999,0.57599998},
  3004. 6.9000001
  3005. };
  3006. skyAroundSun[]=
  3007. {
  3008. {1.8,0.41999999,0.2},
  3009. 12.31766
  3010. };
  3011. fogColor[]=
  3012. {
  3013. {0.16500001,0.22,0.31},
  3014. 5.9505601
  3015. };
  3016. apertureMin=6;
  3017. apertureStandard=6;
  3018. apertureMax=20;
  3019. standardAvgLum=20;
  3020. desiredLuminanceCoef=1;
  3021. desiredLuminanceCoefCloud=1;
  3022. luminanceRectCoef=1;
  3023. luminanceRectCoefCloud=0.5;
  3024. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  3025. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3026. cloudsColor[]=
  3027. {
  3028. {1,1,1},
  3029. 11.016
  3030. };
  3031. swBrightness=1;
  3032. };
  3033. class Lighting32
  3034. {
  3035. height=0;
  3036. overcast=0.85000002;
  3037. sunAngle=0;
  3038. sunOrMoon=1;
  3039. diffuse[]=
  3040. {
  3041. {0.21600001,0.28600001,0.384},
  3042. 1.125
  3043. };
  3044. diffuseCloud[]=
  3045. {
  3046. {0.054000001,0.071500003,0.096000001},
  3047. 0.78750002
  3048. };
  3049. ambient[]=
  3050. {
  3051. {0.21600001,0.28600001,0.384},
  3052. 7.8000002
  3053. };
  3054. ambientCloud[]=
  3055. {
  3056. {0.21600001,0.28600001,0.384},
  3057. 7.8000002
  3058. };
  3059. ambientMid[]=
  3060. {
  3061. {0.22,0.278,0.36500001},
  3062. 6.7267199
  3063. };
  3064. ambientMidCloud[]=
  3065. {
  3066. {0.22,0.278,0.36500001},
  3067. 6.7267199
  3068. };
  3069. groundReflection[]=
  3070. {
  3071. {0.204,0.26699999,0.35299999},
  3072. 6.4576511
  3073. };
  3074. groundReflectionCloud[]=
  3075. {
  3076. {0.204,0.26699999,0.35299999},
  3077. 6.4576511
  3078. };
  3079. bidirect[]={0.0117,0.0117,0.0117};
  3080. bidirectCloud[]={0.0117,0.0117,0.0117};
  3081. sky[]=
  3082. {
  3083. {0.17299999,0.28200001,0.61199999},
  3084. 7.8000002
  3085. };
  3086. skyAroundSun[]=
  3087. {
  3088. {2,0.41999999,0.2},
  3089. 13.38876
  3090. };
  3091. fogColor[]=
  3092. {
  3093. {0.18799999,0.24699999,0.34099999},
  3094. 6.7267199
  3095. };
  3096. apertureMin=7;
  3097. apertureStandard=7;
  3098. apertureMax=22;
  3099. standardAvgLum=45;
  3100. desiredLuminanceCoef=1;
  3101. desiredLuminanceCoefCloud=1;
  3102. luminanceRectCoef=1;
  3103. luminanceRectCoefCloud=0.5;
  3104. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  3105. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3106. cloudsColor[]=
  3107. {
  3108. {1,1,1},
  3109. 11.016
  3110. };
  3111. swBrightness=1;
  3112. };
  3113. class Lighting33
  3114. {
  3115. height=0;
  3116. overcast=0.85000002;
  3117. sunAngle=2;
  3118. sunOrMoon=1;
  3119. diffuse[]=
  3120. {
  3121. {0.255,0.32499999,0.41999999},
  3122. 1.6799999
  3123. };
  3124. diffuseCloud[]=
  3125. {
  3126. {0.063749999,0.081249997,0.105},
  3127. 1.176
  3128. };
  3129. ambient[]=
  3130. {
  3131. {0.255,0.32499999,0.41999999},
  3132. 8.3999996
  3133. };
  3134. ambientCloud[]=
  3135. {
  3136. {0.255,0.32499999,0.41999999},
  3137. 8.3999996
  3138. };
  3139. ambientMid[]=
  3140. {
  3141. {0.259,0.31400001,0.396},
  3142. 7.2441602
  3143. };
  3144. ambientMidCloud[]=
  3145. {
  3146. {0.259,0.31400001,0.396},
  3147. 7.2441602
  3148. };
  3149. groundReflection[]=
  3150. {
  3151. {0.23899999,0.294,0.37599999},
  3152. 7.099277
  3153. };
  3154. groundReflectionCloud[]=
  3155. {
  3156. {0.23899999,0.294,0.37599999},
  3157. 7.099277
  3158. };
  3159. bidirect[]={0.0117,0.0117,0.0117};
  3160. bidirectCloud[]={0.0117,0.0117,0.0117};
  3161. sky[]=
  3162. {
  3163. {0.15700001,0.27500001,0.65100002},
  3164. 8.3999996
  3165. };
  3166. skyAroundSun[]=
  3167. {
  3168. {2.2,0.80000001,0.2},
  3169. 13.38876
  3170. };
  3171. fogColor[]=
  3172. {
  3173. {0.21600001,0.27500001,0.373},
  3174. 7.2441602
  3175. };
  3176. apertureMin=8;
  3177. apertureStandard=8;
  3178. apertureMax=24;
  3179. standardAvgLum=50;
  3180. desiredLuminanceCoef=1;
  3181. desiredLuminanceCoefCloud=1;
  3182. luminanceRectCoef=1;
  3183. luminanceRectCoefCloud=0.5;
  3184. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  3185. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3186. cloudsColor[]=
  3187. {
  3188. {1,1,1},
  3189. 11.016
  3190. };
  3191. swBrightness=1;
  3192. };
  3193. class Lighting34
  3194. {
  3195. height=0;
  3196. overcast=0.85000002;
  3197. sunAngle=6;
  3198. sunOrMoon=1;
  3199. diffuse[]=
  3200. {
  3201. {0.29800001,0.36500001,0.45100001},
  3202. 2.55
  3203. };
  3204. diffuseCloud[]=
  3205. {
  3206. {0.074500002,0.091250002,0.11275},
  3207. 1.785
  3208. };
  3209. ambient[]=
  3210. {
  3211. {0.29800001,0.36500001,0.45100001},
  3212. 9.6000004
  3213. };
  3214. ambientCloud[]=
  3215. {
  3216. {0.29800001,0.36500001,0.45100001},
  3217. 9.6000004
  3218. };
  3219. ambientMid[]=
  3220. {
  3221. {0.30199999,0.34900001,0.41600001},
  3222. 8.2790403
  3223. };
  3224. ambientMidCloud[]=
  3225. {
  3226. {0.30199999,0.34900001,0.41600001},
  3227. 8.2790403
  3228. };
  3229. groundReflection[]=
  3230. {
  3231. {0.27500001,0.31799999,0.384},
  3232. 8.1134596
  3233. };
  3234. groundReflectionCloud[]=
  3235. {
  3236. {0.27500001,0.31799999,0.384},
  3237. 8.1134596
  3238. };
  3239. bidirect[]={0.0117,0.0117,0.0117};
  3240. bidirectCloud[]={0.0117,0.0117,0.0117};
  3241. sky[]=
  3242. {
  3243. {0.145,0.26300001,0.68599999},
  3244. 9.6000004
  3245. };
  3246. skyAroundSun[]=
  3247. {
  3248. {0.40000001,0.31999999,0.60000002},
  3249. 13.38876
  3250. };
  3251. fogColor[]=
  3252. {
  3253. {0.243,0.30599999,0.40799999},
  3254. 8.2790403
  3255. };
  3256. apertureMin=8;
  3257. apertureStandard=14;
  3258. apertureMax=26;
  3259. standardAvgLum=100;
  3260. desiredLuminanceCoef=1;
  3261. desiredLuminanceCoefCloud=1;
  3262. luminanceRectCoef=1;
  3263. luminanceRectCoefCloud=0.5;
  3264. rayleigh[]={0.0070000002,0.027000001,0.045000002};
  3265. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3266. cloudsColor[]=
  3267. {
  3268. {1,1,1},
  3269. 11.016
  3270. };
  3271. swBrightness=1;
  3272. };
  3273. class Lighting35
  3274. {
  3275. height=0;
  3276. overcast=0.85000002;
  3277. sunAngle=12;
  3278. sunOrMoon=1;
  3279. diffuse[]=
  3280. {
  3281. {0.37599999,0.43099999,0.50599998},
  3282. 3.075
  3283. };
  3284. diffuseCloud[]=
  3285. {
  3286. {0.093999997,0.10775,0.1265},
  3287. 2.1524999
  3288. };
  3289. ambient[]=
  3290. {
  3291. {0.37599999,0.43099999,0.50599998},
  3292. 10.9
  3293. };
  3294. ambientCloud[]=
  3295. {
  3296. {0.37599999,0.43099999,0.50599998},
  3297. 10.9
  3298. };
  3299. ambientMid[]=
  3300. {
  3301. {0.38,0.40799999,0.447},
  3302. 9.6138
  3303. };
  3304. ambientMidCloud[]=
  3305. {
  3306. {0.38,0.40799999,0.447},
  3307. 9.6138
  3308. };
  3309. groundReflection[]=
  3310. {
  3311. {0.329,0.361,0.396},
  3312. 9.421524
  3313. };
  3314. groundReflectionCloud[]=
  3315. {
  3316. {0.329,0.361,0.396},
  3317. 9.421524
  3318. };
  3319. bidirect[]={0.0117,0.0117,0.0117};
  3320. bidirectCloud[]={0.0117,0.0117,0.0117};
  3321. sky[]=
  3322. {
  3323. {0.12899999,0.259,0.722},
  3324. 10.9
  3325. };
  3326. skyAroundSun[]=
  3327. {
  3328. {0.13,0.25,0.80000001},
  3329. 13.524
  3330. };
  3331. fogColor[]=
  3332. {
  3333. {0.28600001,0.35299999,0.463},
  3334. 9.6138
  3335. };
  3336. apertureMin=20;
  3337. apertureStandard=22;
  3338. apertureMax=35;
  3339. standardAvgLum=250;
  3340. desiredLuminanceCoef=1;
  3341. desiredLuminanceCoefCloud=1;
  3342. luminanceRectCoef=1;
  3343. luminanceRectCoefCloud=0.5;
  3344. rayleigh[]={0.0070000002,0.017999999,0.039999999};
  3345. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3346. cloudsColor[]=
  3347. {
  3348. {1,1,1},
  3349. 12.24
  3350. };
  3351. swBrightness=1;
  3352. };
  3353. class Lighting36
  3354. {
  3355. height=0;
  3356. overcast=0.85000002;
  3357. sunAngle=24;
  3358. sunOrMoon=1;
  3359. diffuse[]=
  3360. {
  3361. {0.447,0.49399999,0.55699998},
  3362. 3.95
  3363. };
  3364. diffuseCloud[]=
  3365. {
  3366. {0,0,0},
  3367. 2.7650001
  3368. };
  3369. ambient[]=
  3370. {
  3371. {0.447,0.49399999,0.55699998},
  3372. 13.8
  3373. };
  3374. ambientCloud[]=
  3375. {
  3376. {0.447,0.49399999,0.55699998},
  3377. 13.8
  3378. };
  3379. ambientMid[]=
  3380. {
  3381. {0.45500001,0.46700001,0.47499999},
  3382. 12.44208
  3383. };
  3384. ambientMidCloud[]=
  3385. {
  3386. {0.45500001,0.46700001,0.47499999},
  3387. 12.44208
  3388. };
  3389. groundReflection[]=
  3390. {
  3391. {0.38800001,0.396,0.40799999},
  3392. 12.19324
  3393. };
  3394. groundReflectionCloud[]=
  3395. {
  3396. {0.38800001,0.396,0.40799999},
  3397. 12.19324
  3398. };
  3399. bidirect[]={0.0117,0.0117,0.0117};
  3400. bidirectCloud[]={0.0117,0.0117,0.0117};
  3401. sky[]=
  3402. {
  3403. {0.118,0.25099999,0.75300002},
  3404. 13.8
  3405. };
  3406. skyAroundSun[]=
  3407. {
  3408. {0.115,0.245,0.80000001},
  3409. 13.662
  3410. };
  3411. fogColor[]=
  3412. {
  3413. {0.333,0.40400001,0.51800001},
  3414. 12.44208
  3415. };
  3416. apertureMin=45;
  3417. apertureStandard=50;
  3418. apertureMax=80;
  3419. standardAvgLum=800;
  3420. desiredLuminanceCoef=1;
  3421. desiredLuminanceCoefCloud=1;
  3422. luminanceRectCoef=1;
  3423. luminanceRectCoefCloud=0.5;
  3424. rayleigh[]={0.0070000002,0.01388,0.035};
  3425. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3426. cloudsColor[]=
  3427. {
  3428. {1,1,1},
  3429. 14.4
  3430. };
  3431. swBrightness=1;
  3432. };
  3433. class Lighting37
  3434. {
  3435. height=0;
  3436. overcast=0.85000002;
  3437. sunAngle=45;
  3438. sunOrMoon=1;
  3439. diffuse[]=
  3440. {
  3441. {0.50599998,0.55299997,0.60799998},
  3442. 4.25
  3443. };
  3444. diffuseCloud[]={0.1265,0.13824999,0.152};
  3445. ambient[]=
  3446. {
  3447. {0.50599998,0.55299997,0.60799998},
  3448. 14.8
  3449. };
  3450. ambientCloud[]=
  3451. {
  3452. {0.50599998,0.55299997,0.60799998},
  3453. 14.8
  3454. };
  3455. ambientMid[]=
  3456. {
  3457. {0.514,0.51800001,0.514},
  3458. 13.34368
  3459. };
  3460. ambientMidCloud[]=
  3461. {
  3462. {0.514,0.51800001,0.514},
  3463. 13.34368
  3464. };
  3465. groundReflection[]=
  3466. {
  3467. {0.435,0.43900001,0.43900001},
  3468. 13.07681
  3469. };
  3470. groundReflectionCloud[]=
  3471. {
  3472. {0.435,0.43900001,0.43900001},
  3473. 13.07681
  3474. };
  3475. bidirect[]={0.0117,0.0117,0.0117};
  3476. bidirectCloud[]={0.0117,0.0117,0.0117};
  3477. sky[]=
  3478. {
  3479. {0.02,0.12,0.80000001},
  3480. 13.8
  3481. };
  3482. skyAroundSun[]=
  3483. {
  3484. {0.02,0.12,0.80000001},
  3485. 13.8
  3486. };
  3487. fogColor[]=
  3488. {
  3489. {0.36899999,0.447,0.565},
  3490. 13.34368
  3491. };
  3492. apertureMin=70;
  3493. apertureStandard=100;
  3494. apertureMax=120;
  3495. standardAvgLum=8000;
  3496. desiredLuminanceCoef=1;
  3497. desiredLuminanceCoefCloud=1;
  3498. luminanceRectCoef=1;
  3499. luminanceRectCoefCloud=0.5;
  3500. rayleigh[]={0.0070000002,0.01388,0.035};
  3501. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3502. cloudsColor[]=
  3503. {
  3504. {1,1,1},
  3505. 14.8
  3506. };
  3507. swBrightness=1;
  3508. };
  3509. class Lighting38
  3510. {
  3511. height=0;
  3512. overcast=0.85000002;
  3513. sunAngle=90;
  3514. sunOrMoon=1;
  3515. diffuse[]=
  3516. {
  3517. {0.54900002,0.59600002,0.65100002},
  3518. 4.25
  3519. };
  3520. diffuseCloud[]={0.13725001,0.149,0.16275001};
  3521. ambient[]=
  3522. {
  3523. {0.54900002,0.59600002,0.65100002},
  3524. 14.8
  3525. };
  3526. ambientCloud[]=
  3527. {
  3528. {0.54900002,0.59600002,0.65100002},
  3529. 14.8
  3530. };
  3531. ambientMid[]=
  3532. {
  3533. {0.55699998,0.55699998,0.58499998},
  3534. 14.21392
  3535. };
  3536. ambientMidCloud[]=
  3537. {
  3538. {0.55699998,0.55699998,0.58499998},
  3539. 14.21392
  3540. };
  3541. groundReflection[]=
  3542. {
  3543. {0.47099999,0.47099999,0.463},
  3544. 13.92964
  3545. };
  3546. groundReflectionCloud[]=
  3547. {
  3548. {0.47099999,0.47099999,0.463},
  3549. 13.92964
  3550. };
  3551. bidirect[]={0.0117,0.0117,0.0117};
  3552. bidirectCloud[]={0.0117,0.0117,0.0117};
  3553. sky[]=
  3554. {
  3555. {0.02,0.12,0.80000001},
  3556. 13.8
  3557. };
  3558. skyAroundSun[]=
  3559. {
  3560. {0.02,0.12,0.80000001},
  3561. 13.8
  3562. };
  3563. fogColor[]=
  3564. {
  3565. {0.40000001,0.47999999,0.60000002},
  3566. 15
  3567. };
  3568. apertureMin=70;
  3569. apertureStandard=110;
  3570. apertureMax=120;
  3571. standardAvgLum=8000;
  3572. desiredLuminanceCoef=1;
  3573. desiredLuminanceCoefCloud=1;
  3574. luminanceRectCoef=1;
  3575. luminanceRectCoefCloud=0.5;
  3576. rayleigh[]={0.0070000002,0.01388,0.035};
  3577. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3578. cloudsColor[]=
  3579. {
  3580. {1,1,1},
  3581. 14.8
  3582. };
  3583. swBrightness=1;
  3584. };
  3585. class Lighting39
  3586. {
  3587. height=-0.1;
  3588. overcast=0.80000001;
  3589. sunAngle=-24;
  3590. sunOrMoon=0;
  3591. diffuse[]=
  3592. {
  3593. {0.60000002,0.80000001,1},
  3594. 2.8
  3595. };
  3596. diffuseCloud[]=
  3597. {
  3598. {0.60000002,0.80000001,1},
  3599. 2.8
  3600. };
  3601. ambient[]=
  3602. {
  3603. {0.40000001,0.89999998,1},
  3604. 0.83999997
  3605. };
  3606. ambientCloud[]=
  3607. {
  3608. {0.40000001,0.89999998,1},
  3609. 0.83999997
  3610. };
  3611. ambientMid[]=
  3612. {
  3613. {0.23999999,0.63,1},
  3614. 0.90719998
  3615. };
  3616. ambientMidCloud[]=
  3617. {
  3618. {0.23999999,0.63,1},
  3619. 0.90719998
  3620. };
  3621. groundReflection[]=
  3622. {
  3623. {0.23999999,0.63,1},
  3624. 0.87091202
  3625. };
  3626. groundReflectionCloud[]=
  3627. {
  3628. {0.23999999,0.63,1},
  3629. 0.87091202
  3630. };
  3631. bidirect[]={0,0,0};
  3632. bidirectCloud[]={0,0,0};
  3633. sky[]={0,0.23549999,0.2335};
  3634. skyAroundSun[]={0,0.23549999,0.2335};
  3635. fogColor[]=
  3636. {
  3637. {0.090000004,0.13699999,0.22},
  3638. 0.0275
  3639. };
  3640. apertureMin=4;
  3641. apertureStandard=4;
  3642. apertureMax=8;
  3643. standardAvgLum=4;
  3644. desiredLuminanceCoef=0;
  3645. desiredLuminanceCoefCloud=0;
  3646. luminanceRectCoef=1;
  3647. luminanceRectCoefCloud=1;
  3648. rayleigh[]={0.0070000002,0.01388,0.035};
  3649. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3650. cloudsColor[]=
  3651. {
  3652. {1,1,1},
  3653. 11.016
  3654. };
  3655. swBrightness=1;
  3656. };
  3657. class Lighting40
  3658. {
  3659. height=-0.1;
  3660. overcast=0.80000001;
  3661. sunAngle=-5;
  3662. sunOrMoon=1;
  3663. diffuse[]=
  3664. {
  3665. {0.60000002,0.80000001,1},
  3666. 2.0999999
  3667. };
  3668. diffuseCloud[]=
  3669. {
  3670. {0.60000002,0.80000001,1},
  3671. 2.0999999
  3672. };
  3673. ambient[]=
  3674. {
  3675. {0.40000001,0.89999998,1},
  3676. 3.6800001
  3677. };
  3678. ambientCloud[]=
  3679. {
  3680. {0.40000001,0.89999998,1},
  3681. 3.6800001
  3682. };
  3683. ambientMid[]=
  3684. {
  3685. {0.23999999,0.63,1},
  3686. 3.9744
  3687. };
  3688. ambientMidCloud[]=
  3689. {
  3690. {0.23999999,0.63,1},
  3691. 3.9744
  3692. };
  3693. groundReflection[]=
  3694. {
  3695. {0.23999999,0.63,1},
  3696. 3.815424
  3697. };
  3698. groundReflectionCloud[]=
  3699. {
  3700. {0.23999999,0.63,1},
  3701. 3.815424
  3702. };
  3703. bidirect[]={0,0,0};
  3704. bidirectCloud[]={0,0,0};
  3705. sky[]=
  3706. {
  3707. {0,0.2235,0.2705},
  3708. 4.2319999
  3709. };
  3710. skyAroundSun[]=
  3711. {
  3712. {0,0.2235,0.2705},
  3713. 7.6369491
  3714. };
  3715. fogColor[]=
  3716. {
  3717. {0.106,0.161,0.26699999},
  3718. 4.7150002
  3719. };
  3720. apertureMin=5;
  3721. apertureStandard=6;
  3722. apertureMax=18;
  3723. standardAvgLum=4;
  3724. desiredLuminanceCoef=0;
  3725. desiredLuminanceCoefCloud=0;
  3726. luminanceRectCoef=1;
  3727. luminanceRectCoefCloud=1;
  3728. rayleigh[]={0.0070000002,0.01388,0.035};
  3729. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3730. cloudsColor[]=
  3731. {
  3732. {1,1,1},
  3733. 11.016
  3734. };
  3735. swBrightness=1;
  3736. };
  3737. class Lighting41
  3738. {
  3739. height=-0.1;
  3740. overcast=0.80000001;
  3741. sunAngle=-2;
  3742. sunOrMoon=1;
  3743. diffuse[]=
  3744. {
  3745. {0.60000002,0.80000001,1},
  3746. 3.5
  3747. };
  3748. diffuseCloud[]=
  3749. {
  3750. {0.60000002,0.80000001,1},
  3751. 3.5
  3752. };
  3753. ambient[]=
  3754. {
  3755. {0.40000001,0.89999998,1},
  3756. 5.52
  3757. };
  3758. ambientCloud[]=
  3759. {
  3760. {0.40000001,0.89999998,1},
  3761. 5.52
  3762. };
  3763. ambientMid[]=
  3764. {
  3765. {0.23999999,0.63,1},
  3766. 5.9615998
  3767. };
  3768. ambientMidCloud[]=
  3769. {
  3770. {0.23999999,0.63,1},
  3771. 5.9615998
  3772. };
  3773. groundReflection[]=
  3774. {
  3775. {0.23999999,0.63,1},
  3776. 5.7231359
  3777. };
  3778. groundReflectionCloud[]=
  3779. {
  3780. {0.23999999,0.63,1},
  3781. 5.7231359
  3782. };
  3783. bidirect[]={0,0,0};
  3784. bidirectCloud[]={0,0,0};
  3785. sky[]=
  3786. {
  3787. {0,0.2175,0.28799999},
  3788. 6.348
  3789. };
  3790. skyAroundSun[]=
  3791. {
  3792. {0,0.2175,0.28799999},
  3793. 12.31766
  3794. };
  3795. fogColor[]=
  3796. {
  3797. {0.11,0.169,0.28600001},
  3798. 7.0725002
  3799. };
  3800. apertureMin=6;
  3801. apertureStandard=8;
  3802. apertureMax=20;
  3803. standardAvgLum=20;
  3804. desiredLuminanceCoef=0;
  3805. desiredLuminanceCoefCloud=0;
  3806. luminanceRectCoef=1;
  3807. luminanceRectCoefCloud=1;
  3808. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  3809. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3810. cloudsColor[]=
  3811. {
  3812. {1,1,1},
  3813. 11.016
  3814. };
  3815. swBrightness=1;
  3816. };
  3817. class Lighting42
  3818. {
  3819. height=-0.1;
  3820. overcast=0.80000001;
  3821. sunAngle=0;
  3822. sunOrMoon=1;
  3823. diffuse[]=
  3824. {
  3825. {0.60000002,0.80000001,1},
  3826. 4.1999998
  3827. };
  3828. diffuseCloud[]=
  3829. {
  3830. {0.60000002,0.80000001,1},
  3831. 4.1999998
  3832. };
  3833. ambient[]=
  3834. {
  3835. {0.40000001,0.89999998,1},
  3836. 6.2399998
  3837. };
  3838. ambientCloud[]=
  3839. {
  3840. {0.40000001,0.89999998,1},
  3841. 6.2399998
  3842. };
  3843. ambientMid[]=
  3844. {
  3845. {0.23999999,0.63,1},
  3846. 6.7392001
  3847. };
  3848. ambientMidCloud[]=
  3849. {
  3850. {0.23999999,0.63,1},
  3851. 6.7392001
  3852. };
  3853. groundReflection[]=
  3854. {
  3855. {0.23999999,0.63,1},
  3856. 6.4696321
  3857. };
  3858. groundReflectionCloud[]=
  3859. {
  3860. {0.23999999,0.63,1},
  3861. 6.4696321
  3862. };
  3863. bidirect[]={0,0,0};
  3864. bidirectCloud[]={0,0,0};
  3865. sky[]=
  3866. {
  3867. {0,0.2115,0.30599999},
  3868. 7.1760001
  3869. };
  3870. skyAroundSun[]=
  3871. {
  3872. {0,0.2115,0.30599999},
  3873. 13.38876
  3874. };
  3875. fogColor[]=
  3876. {
  3877. {0.118,0.18000001,0.31},
  3878. 7.9949999
  3879. };
  3880. apertureMin=7;
  3881. apertureStandard=9;
  3882. apertureMax=22;
  3883. standardAvgLum=45;
  3884. desiredLuminanceCoef=0;
  3885. desiredLuminanceCoefCloud=0;
  3886. luminanceRectCoef=1;
  3887. luminanceRectCoefCloud=1;
  3888. rayleigh[]={0.0070000002,0.037999999,0.067500003};
  3889. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3890. cloudsColor[]=
  3891. {
  3892. {1,1,1},
  3893. 11.016
  3894. };
  3895. swBrightness=1;
  3896. };
  3897. class Lighting43
  3898. {
  3899. height=-0.1;
  3900. overcast=0.80000001;
  3901. sunAngle=45;
  3902. sunOrMoon=1;
  3903. diffuse[]=
  3904. {
  3905. {0.60000002,0.80000001,1},
  3906. 12.04
  3907. };
  3908. diffuseCloud[]=
  3909. {
  3910. {0.60000002,0.80000001,1},
  3911. 12.04
  3912. };
  3913. ambient[]=
  3914. {
  3915. {0.40000001,0.89999998,1},
  3916. 11.84
  3917. };
  3918. ambientCloud[]=
  3919. {
  3920. {0.40000001,0.89999998,1},
  3921. 11.84
  3922. };
  3923. ambientMid[]=
  3924. {
  3925. {0.36000001,0.72000003,1},
  3926. 11.4848
  3927. };
  3928. ambientMidCloud[]=
  3929. {
  3930. {0.36000001,0.72000003,1},
  3931. 11.4848
  3932. };
  3933. groundReflection[]=
  3934. {
  3935. {0.36000001,0.72000003,1},
  3936. 11.02541
  3937. };
  3938. groundReflectionCloud[]=
  3939. {
  3940. {0.36000001,0.72000003,1},
  3941. 11.02541
  3942. };
  3943. bidirect[]={0,0,0};
  3944. bidirectCloud[]={0,0,0};
  3945. sky[]=
  3946. {
  3947. {0,0.090000004,0.40000001},
  3948. 13.8
  3949. };
  3950. skyAroundSun[]=
  3951. {
  3952. {0,0.090000004,0.40000001},
  3953. 13.8
  3954. };
  3955. fogColor[]=
  3956. {
  3957. {0.30000001,0.44,0.74000001},
  3958. 16.5
  3959. };
  3960. apertureMin=12;
  3961. apertureStandard=18;
  3962. apertureMax=25;
  3963. standardAvgLum=150;
  3964. desiredLuminanceCoef=0;
  3965. desiredLuminanceCoefCloud=0;
  3966. luminanceRectCoef=1;
  3967. luminanceRectCoefCloud=1;
  3968. rayleigh[]={0.0070000002,0.01388,0.035};
  3969. mie[]={0.0049999999,0.0049999999,0.0049999999};
  3970. cloudsColor[]=
  3971. {
  3972. {1,1,1},
  3973. 14.8
  3974. };
  3975. swBrightness=1;
  3976. };
  3977. class Lighting44
  3978. {
  3979. height=-0.1;
  3980. overcast=0.80000001;
  3981. sunAngle=90;
  3982. sunOrMoon=1;
  3983. diffuse[]=
  3984. {
  3985. {0.60000002,0.80000001,1},
  3986. 12.04
  3987. };
  3988. diffuseCloud[]=
  3989. {
  3990. {0.60000002,0.80000001,1},
  3991. 12.04
  3992. };
  3993. ambient[]=
  3994. {
  3995. {0.40000001,0.89999998,1},
  3996. 11.84
  3997. };
  3998. ambientCloud[]=
  3999. {
  4000. {0.40000001,0.89999998,1},
  4001. 11.84
  4002. };
  4003. ambientMid[]=
  4004. {
  4005. {0.36000001,0.72000003,1},
  4006. 11.4848
  4007. };
  4008. ambientMidCloud[]=
  4009. {
  4010. {0.36000001,0.72000003,1},
  4011. 11.4848
  4012. };
  4013. groundReflection[]=
  4014. {
  4015. {0.36000001,0.72000003,1},
  4016. 11.02541
  4017. };
  4018. groundReflectionCloud[]=
  4019. {
  4020. {0.36000001,0.72000003,1},
  4021. 11.02541
  4022. };
  4023. bidirect[]={0,0,0};
  4024. bidirectCloud[]={0,0,0};
  4025. sky[]=
  4026. {
  4027. {0,0.090000004,0.40000001},
  4028. 13.8
  4029. };
  4030. skyAroundSun[]=
  4031. {
  4032. {0,0.090000004,0.40000001},
  4033. 13.8
  4034. };
  4035. fogColor[]=
  4036. {
  4037. {0.30000001,0.44,0.74000001},
  4038. 16.5
  4039. };
  4040. apertureMin=12;
  4041. apertureStandard=18;
  4042. apertureMax=25;
  4043. standardAvgLum=150;
  4044. desiredLuminanceCoef=0;
  4045. desiredLuminanceCoefCloud=0;
  4046. luminanceRectCoef=1;
  4047. luminanceRectCoefCloud=1;
  4048. rayleigh[]={0.0070000002,0.01388,0.035};
  4049. mie[]={0.0049999999,0.0049999999,0.0049999999};
  4050. cloudsColor[]=
  4051. {
  4052. {1,1,1},
  4053. 14.8
  4054. };
  4055. swBrightness=1;
  4056. };
  4057. };
  4058. class Lighting: Lighting
  4059. {
  4060. class BrightAlmost: DayLightingBrightAlmost
  4061. {
  4062. overcast=0;
  4063. };
  4064. class Rainy: DayLightingRainy
  4065. {
  4066. overcast=1;
  4067. };
  4068. };
  4069. class Overcast: Overcast
  4070. {
  4071. class Weather1: Weather1
  4072. {
  4073. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4074. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4075. skyR="A3\Map_Stratis\Data\sky_clear_lco.paa";
  4076. };
  4077. class Weather7: Weather1
  4078. {
  4079. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4080. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4081. skyR="A3\Map_Stratis\Data\sky_clear_lco.paa";
  4082. };
  4083. class Weather2: Weather2
  4084. {
  4085. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4086. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4087. skyR="A3\Map_Stratis\Data\sky_almostclear_lco.paa";
  4088. };
  4089. class Weather3: Weather3
  4090. {
  4091. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4092. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4093. skyR="A3\Map_Stratis\Data\sky_cloudy_lco.paa";
  4094. };
  4095. class Weather4: Weather4
  4096. {
  4097. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4098. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4099. skyR="A3\Map_Stratis\Data\sky_cloudy_lco.paa";
  4100. };
  4101. class Weather5: Weather5
  4102. {
  4103. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4104. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4105. skyR="A3\Map_Stratis\Data\sky_overcast_lco.paa";
  4106. };
  4107. class Weather6: Weather6
  4108. {
  4109. sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
  4110. horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  4111. skyR="A3\Map_Stratis\Data\sky_overcast_lco.paa";
  4112. };
  4113. };
  4114. };
  4115. humidityUpCoef=0.1;
  4116. humidityDownCoef=0.050000001;
  4117. class SimulWeather
  4118. {
  4119. noiseTexture="a3\data_f\noise_raw.paa";
  4120. numKeyframesPerDay=48;
  4121. windSpeedCoef="10.0f";
  4122. moonIrradianceCoef="10.0f";
  4123. fadeMaxDistanceKm=1000;
  4124. fadeMaxAltitudeKm=15;
  4125. fadeNumAltitudes=8;
  4126. fadeNumElevations=8;
  4127. fadeNumDistances=8;
  4128. fadeEarthTest=1;
  4129. autoBrightness=0;
  4130. autoBrightnessStrength=0.1;
  4131. cloudGridWidth=64;
  4132. cloudGridLength=64;
  4133. cloudGridHeight=16;
  4134. helperGridElevationSteps=24;
  4135. helperGridAzimuthSteps=15;
  4136. helperEffectiveEarthRadius=1000000;
  4137. helperCurvedEarth=1;
  4138. helperAdjustCurvature=0;
  4139. helperNumLayers=120;
  4140. helperMaxDistance=160000;
  4141. helperNearCloudFade=0.1;
  4142. helperChurn=10;
  4143. cloudWidth=40000;
  4144. cloudLength=40000;
  4145. wrapClouds=1;
  4146. noiseResolution=8;
  4147. noisePeriod=4;
  4148. opticalDensity=0.5;
  4149. alphaSharpness=0.85000002;
  4150. selfShadowScale=0.90499997;
  4151. mieAsymmetry=0.50870001;
  4152. minimumLightElevationDegrees=6;
  4153. directLightCoef=1;
  4154. indirectLightCoef=0.039999999;
  4155. fogStart=0;
  4156. fogEnd=50000;
  4157. fogHeight=2000;
  4158. class DefaultKeyframe
  4159. {
  4160. rayleigh[]={0.0074900002,0.01388,0.02878};
  4161. mie[]={0.0046000001,0.0046000001,0.0046000001};
  4162. haze=30;
  4163. hazeBaseKm=5;
  4164. hazeScaleKm=1;
  4165. hazeEccentricity=1;
  4166. brightnessAdjustment=1;
  4167. cloudiness=0.60000002;
  4168. cloudBaseKm=2.8499999;
  4169. cloudHeightKm=6;
  4170. directLight=1;
  4171. indirectLight=1;
  4172. ambientLight=0.2;
  4173. noiseOctaves=4.3000002;
  4174. noisePersistence=0.53500003;
  4175. fractalAmplitude=2.3;
  4176. fractalWavelength=240;
  4177. extinction=4.6999998;
  4178. diffusivity=0.001;
  4179. };
  4180. class Overcast
  4181. {
  4182. class Weather1: DefaultKeyframe
  4183. {
  4184. overcast=0;
  4185. cloudiness=0;
  4186. diffusivity=0.001;
  4187. seqFileKeyframe=0;
  4188. };
  4189. class Weather2: DefaultKeyframe
  4190. {
  4191. overcast=0.2;
  4192. cloudiness=0.25;
  4193. diffusivity=0.001;
  4194. seqFileKeyframe=0;
  4195. };
  4196. class Weather3: DefaultKeyframe
  4197. {
  4198. overcast=0.40000001;
  4199. cloudiness=0.44999999;
  4200. diffusivity=0.001;
  4201. seqFileKeyframe=3;
  4202. };
  4203. class Weather4: DefaultKeyframe
  4204. {
  4205. overcast=0.5;
  4206. cloudiness=0.46000001;
  4207. diffusivity=0.0099999998;
  4208. seqFileKeyframe=4;
  4209. };
  4210. class Weather5: DefaultKeyframe
  4211. {
  4212. overcast=0.80000001;
  4213. cloudiness=0.80000001;
  4214. diffusivity=0.0099999998;
  4215. extinction=4.3000002;
  4216. cloudBaseKm=1.9;
  4217. cloudHeightKm=8;
  4218. seqFileKeyframe=4;
  4219. };
  4220. class Weather6: DefaultKeyframe
  4221. {
  4222. overcast=1;
  4223. cloudiness=1;
  4224. diffusivity=0.001;
  4225. extinction=4;
  4226. cloudBaseKm=1.7;
  4227. cloudHeightKm=10;
  4228. seqFileKeyframe=4;
  4229. };
  4230. };
  4231. };
  4232. hazeDistCoef=0.1;
  4233. hazeFogCoef=0.98000002;
  4234. hazeBaseHeight=0;
  4235. hazeBaseBeta0=7.9999998e-005;
  4236. hazeDensityDecay=0.00036000001;
  4237. horizonParallaxCoef=0;
  4238. horizonFogColorationStart="0.8f";
  4239. skyFogColorationStart="0.7f";
  4240. horizonSunColorationIntensity=0.001;
  4241. aroundSunCoefMultiplier="1.4f";
  4242. aroundSunCoefExponent="12f";
  4243. soundMapSizeCoef=4;
  4244. satelliteNormalBlendStart=10;
  4245. satelliteNormalBlendEnd=100;
  4246. skyObject="A3\Map_Stratis\data\obloha.p3d";
  4247. horizontObject="A3\Map_Stratis\data\horizont.p3d";
  4248. skyTexture="A3\Map_Stratis\data\sky_semicloudy_sky.paa";
  4249. skyTextureR="A3\Map_Stratis\data\sky_semicloudy_lco.paa";
  4250. terrainBlendMaxDarkenCoef="0.85f";
  4251. terrainBlendMaxBrightenCoef="0.15f";
  4252. access=3;
  4253. worldId=1337;
  4254. cutscenes[]=
  4255. {
  4256. "Altis_intro1"
  4257. };
  4258. description= "Hashima Island";
  4259. icon="";
  4260. worldName="\HashimaIsland2\starbrix_HashimaIsland";
  4261. previewVideo="A3\Map_Altis_Scenes_F\Video\previewVideo.ogv";
  4262. pictureMap="A3\map_Altis\data\pictureMap_ca.png";
  4263. pictureShot="A3\map_Altis\data\ui_Altis_ca.paa";
  4264. plateFormat="A#$-####";
  4265. plateLetters="ABCDEGHIKLMNOPRSTVXZ";
  4266. author="StarBrix";
  4267. mapSize=2048;
  4268. mapZone=35;
  4269. mapArea[]={25.011957,39.718452,25.481527,40.094578};
  4270. longitude=32.627971;
  4271. latitude=129.738531;
  4272. elevationOffset=0;
  4273. minHillsAltitude=80;
  4274. maxHillsAltitude=200;
  4275. mapDrawingBrightnessModifier=1.5;
  4276. class EnvMaps
  4277. {
  4278. class EnvMap1
  4279. {
  4280. texture="A3\Map_Stratis\data\env_land_ClearSky_ca.paa";
  4281. overcast=0;
  4282. };
  4283. class EnvMap2
  4284. {
  4285. texture="A3\Map_Stratis\data\env_land_SemiCloudySky_ca.paa";
  4286. overcast=0.30000001;
  4287. };
  4288. class EnvMap3
  4289. {
  4290. texture="A3\Map_Stratis\data\env_land_OvercastSky_ca.paa";
  4291. overcast=0.60000002;
  4292. };
  4293.  
  4294.  
  4295. };
  4296. class Grid: Grid
  4297. {
  4298. offsetX=0;
  4299. offsetY=30720;
  4300. class Zoom1
  4301. {
  4302. zoomMax=0.050000001;
  4303. format="XY";
  4304. formatX="000";
  4305. formatY="000";
  4306. stepX=100;
  4307. stepY=-100;
  4308. };
  4309. class Zoom2
  4310. {
  4311. zoomMax=0.5;
  4312. format="XY";
  4313. formatX="00";
  4314. formatY="00";
  4315. stepX=1000;
  4316. stepY=-1000;
  4317. };
  4318. class Zoom3
  4319. {
  4320. zoomMax=1e+030;
  4321. format="XY";
  4322. formatX="0";
  4323. formatY="0";
  4324. stepX=10000;
  4325. stepY=-10000;
  4326. };
  4327. };
  4328. startTime="12:00";
  4329. startDate="24/6/2035";
  4330. centerPosition[]={10801.9,10589.6,100};
  4331. seagullPos[]={15360,150,15360};
  4332. ilsPosition[]={14382.4,15924.6};
  4333. ilsDirection[]={-0.6947,0.079999998,-0.71929997};
  4334. ilsTaxiOff[]={14611.5,16161.2,15186.9,16747.6,15189.6,16769.4,15185.2,16794.801,15168.7,16829.6,15148,16841.699,15124.7,16835.199,14513.5,16207.6};
  4335. ilsTaxiIn[]={14513.5,16207.6,14212,15898.5,14204.6,15877.1,14217.1,15860.3,14255.8,15838,14283.8,15834.9,14307.4,15845,14359.5,15900};
  4336. class SecondaryAirports
  4337. {
  4338. class Airstrip_1
  4339. {
  4340. ilsPosition[]={11358.5,11441.2};
  4341. ilsDirection[]={-0.55049998,0.079999998,-0.83490002};
  4342. ilsTaxiOff[]={11663,11913.4,11680.1,11920.8,11699.7,11917.5,11717,11906,11721.9,11893.1,11721.1,11880.1,11703.3,11856.5};
  4343. ilsTaxiIn[]={11703.3,11856.5,11671.8,11788,11466,11467.2,11446.5,11458.5,11427.9,11465.3,11400.7,11482.1,11398,11493,11400.4,11505};
  4344. drawTaxiway=0;
  4345. };
  4346. class Airstrip_2
  4347. {
  4348. ilsPosition[]={9268.1602,21575.1};
  4349. ilsDirection[]={0.80269998,0.079999998,0.59640002};
  4350. ilsTaxiOff[]={9034.0703,21396.699,9022.1201,21398.9,9012.96,21410.5,9008.71,21433.9,9017.8701,21463.699,9126.8398,21580.199,9168.4404,21610.6};
  4351. ilsTaxiIn[]={9168.4404,21610.6,9191.79,21623,9207.6904,21620.301,9219.2305,21617.4,9251.4102,21588.801,9256.7305,21578.9,9255.2197,21567};
  4352. drawTaxiway=0;
  4353. };
  4354. class Airstrip_3
  4355. {
  4356. ilsPosition[]={21074.301,7098.5801};
  4357. ilsDirection[]={-0.1908,0.079999998,-0.98159999};
  4358. ilsTaxiOff[]={21157.199,7511.6899,21158.301,7526.3198,21146.699,7531.2598,21132.301,7529.4102,20863.699,7300.6099,20825.6,7275.6899};
  4359. ilsTaxiIn[]={20825.6,7275.6899,20801.9,7260.9399,20798.5,7251.9302,20802.699,7244.7202,20815.699,7245.3701,20847.4,7275.8701,20862.199,7280.7598,20879.301,7278.8301,21068.9,7161.23,21082.9,7163.5801,21091.9,7176.1499};
  4360. drawTaxiway=0;
  4361. };
  4362. class Airstrip_4
  4363. {
  4364. ilsPosition[]={27153.5,24904.1};
  4365. ilsDirection[]={0.65460002,0.079999998,0.75599998};
  4366. ilsTaxiOff[]={26849.6,24558,26832.5,24542.9,26812.699,24539.699,26789.9,24547.801,26772.801,24560.6,26765.301,24581.199,26769.4,24604,26801.699,24637.301};
  4367. ilsTaxiIn[]={26801.699,24637.301,26831.5,24668.199,26897.301,24705.801,27097.199,24917.6,27113.199,24922.5,27131.301,24916,27142.699,24908.1,27143.801,24899.199,27140,24889.9,27132.9,24881.301};
  4368. drawTaxiway=0;
  4369. };
  4370. class Airstrip_5
  4371. {
  4372. ilsPosition[]={23149.6,18400};
  4373. ilsDirection[]={0,0.079999998,-1};
  4374. ilsTaxiOff[]={23149.801,18795.699,23148.9,18899.699,23137.199,18937.9,23100.4,18946.5,23063.1,18930.5,23046.1,18896.699,23031.6,18845.301};
  4375. ilsTaxiIn[]={23031.6,18845.301,23052,18396.4,23074.4,18367.801,23099.699,18356.6,23132.801,18364.5,23149,18398.5,23149.4,18432.5};
  4376. drawTaxiway=0;
  4377. };
  4378. };
  4379. class ReplaceObjects
  4380. {
  4381. };
  4382. class Sounds
  4383. {
  4384. sounds[]={};
  4385. };
  4386. class Animation
  4387. {
  4388. vehicles[]={};
  4389. };
  4390. clutterGrid=1.2;
  4391. clutterDist=90;
  4392. noDetailDist=65;
  4393. fullDetailDist=10;
  4394. midDetailTexture="A3\Map_Data\middle_mco.paa";
  4395. minTreesInForestSquare=3;
  4396. minRocksInRockSquare=3;
  4397. class Subdivision
  4398. {
  4399. class Fractal
  4400. {
  4401. rougness=5;
  4402. maxRoad=0.02;
  4403. maxTrack=0.5;
  4404. maxSlopeFactor=0.050000001;
  4405. };
  4406. class WhiteNoise
  4407. {
  4408. rougness=2;
  4409. maxRoad=0.0099999998;
  4410. maxTrack=0.050000001;
  4411. maxSlopeFactor=0.0024999999;
  4412. };
  4413. minY=-0;
  4414. minSlope=0.02;
  4415. };
  4416. class Ambient
  4417. {
  4418. };
  4419. class AmbientA3
  4420. {
  4421. maxCost=500;
  4422. class Radius440_500
  4423. {
  4424. areaSpawnRadius=70;
  4425. areaMaxRadius=200;
  4426. spawnCircleRadius=30;
  4427. spawnInterval=4.6999998;
  4428. class Species
  4429. {
  4430. class Kestrel_random_F
  4431. {
  4432. maxCircleCount="((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)";
  4433. maxWorldCount=5;
  4434. cost=3;
  4435. spawnCount=1;
  4436. groupSpawnRadius=10;
  4437. maxAlt=200;
  4438. minAlt=-10;
  4439. };
  4440. class Seagull
  4441. {
  4442. maxCircleCount="((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)";
  4443. maxWorldCount=40;
  4444. cost=3;
  4445. spawnCount=1;
  4446. groupSpawnRadius=10;
  4447. maxAlt=200;
  4448. minAlt=-10;
  4449. };
  4450. class Rabbit_F
  4451. {
  4452. maxCircleCount="(20 * (0.1 - houses)) * (1 - sea)";
  4453. maxWorldCount=5;
  4454. cost=5;
  4455. spawnCount=1;
  4456. groupSpawnRadius=10;
  4457. maxAlt=80;
  4458. minAlt=-5;
  4459. };
  4460. };
  4461. };
  4462. class Radius40_60
  4463. {
  4464. areaSpawnRadius=50;
  4465. areaMaxRadius=83;
  4466. spawnCircleRadius=10;
  4467. spawnInterval=1.5;
  4468. class Species
  4469. {
  4470. class CatShark_F
  4471. {
  4472. maxCircleCount="(4 * (WaterDepth interpolate [1,30,0,1]))";
  4473. maxWorldCount=10;
  4474. cost=6;
  4475. spawnCount=1;
  4476. groupSpawnRadius=10;
  4477. maxAlt=10;
  4478. minAlt=-80;
  4479. };
  4480. class Turtle_F
  4481. {
  4482. maxCircleCount="(2 * (waterDepth interpolate [1,16,0,1]) * ((1-houses) * (1-houses)))";
  4483. maxWorldCount=6;
  4484. cost=5;
  4485. spawnCount=1;
  4486. groupSpawnRadius=10;
  4487. maxAlt=10;
  4488. minAlt=-80;
  4489. };
  4490. class Snake_random_F
  4491. {
  4492. maxCircleCount="(1 - houses) * ((2 * (1 - sea)) + (2 * (meadow)))";
  4493. maxWorldCount=3;
  4494. cost=5;
  4495. spawnCount=1;
  4496. groupSpawnRadius=5;
  4497. maxAlt=40;
  4498. minAlt=-5;
  4499. };
  4500. class Salema_F
  4501. {
  4502. maxCircleCount="(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  4503. maxWorldCount=40;
  4504. cost=5;
  4505. spawnCount=2;
  4506. groupSpawnRadius=5;
  4507. maxAlt=10;
  4508. minAlt=-80;
  4509. };
  4510. class Ornate_random_F
  4511. {
  4512. maxCircleCount="(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))";
  4513. maxWorldCount=30;
  4514. cost=5;
  4515. spawnCount=3;
  4516. groupSpawnRadius=5;
  4517. maxAlt=10;
  4518. minAlt=-80;
  4519. };
  4520. class Mackerel_F
  4521. {
  4522. maxCircleCount="(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  4523. maxWorldCount=14;
  4524. cost=5;
  4525. spawnCount=2;
  4526. groupSpawnRadius=5;
  4527. maxAlt=10;
  4528. minAlt=-80;
  4529. };
  4530. class Mullet_F
  4531. {
  4532. maxCircleCount="(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  4533. maxWorldCount=14;
  4534. cost=5;
  4535. spawnCount=2;
  4536. groupSpawnRadius=5;
  4537. maxAlt=10;
  4538. minAlt=-80;
  4539. };
  4540. class Tuna_F
  4541. {
  4542. maxCircleCount="(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))";
  4543. maxWorldCount=10;
  4544. cost=5;
  4545. spawnCount=2;
  4546. groupSpawnRadius=5;
  4547. maxAlt=10;
  4548. minAlt=-80;
  4549. };
  4550. };
  4551. };
  4552. class Radius30_40
  4553. {
  4554. areaSpawnRadius=30;
  4555. areaMaxRadius=40;
  4556. spawnCircleRadius=3;
  4557. spawnInterval=3.75;
  4558. class Species
  4559. {
  4560. class DragonFly
  4561. {
  4562. maxCircleCount="4 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * sea * (1 - windy)";
  4563. maxWorldCount=4;
  4564. cost=1;
  4565. spawnCount=1;
  4566. groupSpawnRadius=1;
  4567. maxAlt=30;
  4568. minAlt=-5;
  4569. };
  4570. class ButterFly_random
  4571. {
  4572. maxCircleCount="3 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  4573. maxWorldCount=6;
  4574. cost=1;
  4575. spawnCount=3;
  4576. groupSpawnRadius=1;
  4577. maxAlt=30;
  4578. minAlt=-5;
  4579. };
  4580. class FireFly
  4581. {
  4582. maxCircleCount="(6 * night) * (1 - sea) * (1 - houses) * (1 - windy)";
  4583. maxWorldCount=20;
  4584. cost=1;
  4585. spawnCount=3;
  4586. groupSpawnRadius=3;
  4587. maxAlt=30;
  4588. minAlt=-5;
  4589. };
  4590. class Cicada
  4591. {
  4592. maxCircleCount="(4 * night) * (1 - sea) * (1 - windy)";
  4593. maxWorldCount=6;
  4594. cost=1;
  4595. spawnCount=3;
  4596. groupSpawnRadius=3;
  4597. maxAlt=30;
  4598. minAlt=-5;
  4599. };
  4600. };
  4601. };
  4602. class Radius15_20
  4603. {
  4604. areaSpawnRadius=15;
  4605. areaMaxRadius=20;
  4606. spawnCircleRadius=2;
  4607. spawnInterval=2.8499999;
  4608. class Species
  4609. {
  4610. class FxWindGrass1
  4611. {
  4612. maxCircleCount="2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  4613. maxWorldCount=3;
  4614. cost=1;
  4615. spawnCount=3;
  4616. groupSpawnRadius=2.5;
  4617. maxAlt=30;
  4618. minAlt=-5;
  4619. };
  4620. class FxWindGrass2
  4621. {
  4622. maxCircleCount="2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  4623. maxWorldCount=3;
  4624. cost=1;
  4625. spawnCount=3;
  4626. groupSpawnRadius=2.5;
  4627. maxAlt=30;
  4628. minAlt=-5;
  4629. };
  4630. class FxWindLeaf1
  4631. {
  4632. maxCircleCount="2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  4633. maxWorldCount=3;
  4634. cost=1;
  4635. spawnCount=3;
  4636. groupSpawnRadius=2.5;
  4637. maxAlt=30;
  4638. minAlt=-5;
  4639. };
  4640. class FxWindLeaf2
  4641. {
  4642. maxCircleCount="2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  4643. maxWorldCount=3;
  4644. cost=1;
  4645. spawnCount=3;
  4646. groupSpawnRadius=2.5;
  4647. maxAlt=30;
  4648. minAlt=-5;
  4649. };
  4650. class FxWindLeaf3
  4651. {
  4652. maxCircleCount="2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  4653. maxWorldCount=3;
  4654. cost=1;
  4655. spawnCount=3;
  4656. groupSpawnRadius=2.5;
  4657. maxAlt=30;
  4658. minAlt=-5;
  4659. };
  4660. class FxWindPollen1
  4661. {
  4662. maxCircleCount="(3 * (1 - (WaterDepth interpolate [1,30,0,1]))) * (windy interpolate [0.05,0.15,0,1])";
  4663. maxWorldCount=6;
  4664. cost=1;
  4665. spawnCount=1;
  4666. groupSpawnRadius=1;
  4667. maxAlt=30;
  4668. minAlt=-5;
  4669. };
  4670. class FxWindPaper1
  4671. {
  4672. maxCircleCount="(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  4673. maxWorldCount=2;
  4674. cost=1;
  4675. spawnCount=1;
  4676. groupSpawnRadius=1;
  4677. maxAlt=30;
  4678. minAlt=-5;
  4679. };
  4680. class FxWindPlastic1
  4681. {
  4682. maxCircleCount="(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  4683. maxWorldCount=2;
  4684. cost=1;
  4685. spawnCount=1;
  4686. groupSpawnRadius=1;
  4687. maxAlt=30;
  4688. minAlt=-5;
  4689. };
  4690. };
  4691. };
  4692. class Radius6_10
  4693. {
  4694. areaSpawnRadius=6;
  4695. areaMaxRadius=10;
  4696. spawnCircleRadius=1;
  4697. spawnInterval=0.1;
  4698. class Species
  4699. {
  4700. class HoneyBee
  4701. {
  4702. maxCircleCount="4 * (1 - night) * (1 - sea) * (1 - houses) * (1 - windy)";
  4703. maxWorldCount=8;
  4704. cost=1;
  4705. spawnCount=1;
  4706. groupSpawnRadius=1;
  4707. maxAlt=30;
  4708. minAlt=-5;
  4709. };
  4710. class HouseFly
  4711. {
  4712. maxCircleCount="(3 + 3 * (houses)) * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  4713. maxWorldCount=10;
  4714. cost=1;
  4715. spawnCount=3;
  4716. groupSpawnRadius=1;
  4717. maxAlt=30;
  4718. minAlt=-5;
  4719. };
  4720. class Mosquito
  4721. {
  4722. maxCircleCount="3 * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  4723. maxWorldCount=2;
  4724. cost=1;
  4725. spawnCount=1;
  4726. groupSpawnRadius=1;
  4727. maxAlt=30;
  4728. minAlt=-5;
  4729. };
  4730. };
  4731. };
  4732. };
  4733. class Names
  4734. {
  4735. class Mine01
  4736. {
  4737. name="$STR_A3_Mine010";
  4738. position[]={18435.119,14301.76};
  4739. type="NameLocal";
  4740. radiusA=200;
  4741. radiusB=100;
  4742. angle=0;
  4743. };
  4744. };
  4745. safePositionAnchor[]={15667,15791.3};
  4746. safePositionRadius=7000;
  4747. loadingTexts[]=
  4748. {
  4749.  
  4750. };
  4751. };
  4752. };
  4753. class CfgWorldList
  4754. {
  4755. class HashimaIsland
  4756. {
  4757. };
  4758. };
  4759. class CfgLensFlare
  4760. {
  4761. flarePos[]={0,0,0.37,0.47,0.5,0.54000002,0.62,0.72000003,0.75,0.91000003,1,1.084,1.13,1.29,1.62,1.6799999};
  4762. flareSizeCam[]={0.2,0.40000001,0.025,0.050000001,0.041999999,0.043000001,0.039999999,0.75,0.60000002,0.69999999,0.15000001,0.85000002,0.44,0.44999999,0.55000001,0.1};
  4763. flareBright[]={1,0.30000001,0.30000001,0.30000001,0.30000001,0.40000001,0.40000001,0.050000001,0.029999999,0.12,0.050000001,0.079999998,0.050000001,0.2,0.2,1};
  4764. flareSizeEye[]={0.039999999};
  4765. flareSizeEyeSun[]={0.039999999};
  4766. };
  4767. class include
  4768. {
  4769. #include "cfgSurfaces.h"
  4770. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement