Guest User

karia

a guest
Apr 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.90 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////
  2. //DeRap: Produced from mikero's Dos Tools Dll version 5.24
  3. //Produced on Thu Mar 10 07:00:59 2016 : Created on Thu Mar 10 07:00:59 2016
  4. //http://dev-heaven.net/projects/list_files/mikero-pbodll
  5. ////////////////////////////////////////////////////////////////////
  6.  
  7. #define _ARMA_
  8.  
  9. //Class map_altis : config.bin{
  10. class CfgPatches
  11. {
  12. class APH_Karia
  13. {
  14. units[] = {};
  15. weapons[] = {};
  16. requiredVersion = 0.1;
  17. requiredAddons[] = {"A3_Data_F","A3_Roads_F","A3_Structures_F","A3_Map_Data"};
  18. };
  19. };
  20. class CfgVehicles{};
  21. class CfgWorlds
  22. {
  23. mapSize = 2048;
  24. mapZone = 35;
  25. mapArea[] = {25.011957,39.718452,25.481527,40.094578};
  26. class DefaultWorld
  27. {
  28. class Weather
  29. {
  30. class Overcast;
  31. };
  32. };
  33. class CAWorld: DefaultWorld
  34. {
  35. class Grid{};
  36. class DayLightingBrightAlmost;
  37. class DayLightingRainy;
  38. class DefaultClutter;
  39. class Weather: Weather
  40. {
  41. class Lighting;
  42. class Overcast: Overcast
  43. {
  44. class Weather1;
  45. class Weather2;
  46. class Weather3;
  47. class Weather4;
  48. class Weather5;
  49. class Weather6;
  50. };
  51. };
  52. };
  53. class DefaultLighting;
  54. class Karia: CAWorld
  55. {
  56.  
  57. #include "cfgClutter.h"
  58.  
  59. dynLightMinBrightnessAmbientCoef = 0.5;
  60. dynLightMinBrightnessAbsolute = 0.05;
  61. class Sea
  62. {
  63. seaTexture = "a3\data_f\seatexture_co.paa";
  64. seaMaterial = "#water";
  65. shoreMaterial = "#shore";
  66. shoreFoamMaterial = "#shorefoam";
  67. shoreWetMaterial = "#shorewet";
  68. WaterMapScale = 20;
  69. WaterGrid = 50;
  70. MaxTide = 0;
  71. MaxWave = 0.25;
  72. SeaWaveXScale = "2.0/50";
  73. SeaWaveZScale = "1.0/50";
  74. SeaWaveHScale = 1.0;
  75. SeaWaveXDuration = 5000;
  76. SeaWaveZDuration = 10000;
  77. };
  78. class Underwater
  79. {
  80. noWaterFog = -0.001;
  81. fullWaterFog = 0.001;
  82. deepWaterFog = 200;
  83. waterFogDistanceNear = 10;
  84. waterFogDistance = 40;
  85. waterColor[] = {0.04,0.16,0.22};
  86. deepWaterColor[] = {0.0,0.001,0.009};
  87. surfaceColor[] = {0.04,0.16,0.22};
  88. deepSurfaceColor[] = {0.0,0.001,0.009};
  89. };
  90. class SeaWaterShaderPars
  91. {
  92. refractionMoveCoef = 0.03;
  93. minWaterOpacity = 0.0;
  94. waterOpacityDistCoef = 0.4;
  95. underwaterOpacity = 0.5;
  96. waterOpacityFadeStart = 60;
  97. waterOpacityFadeLength = 120;
  98. };
  99. startWeather = 0.3;
  100. startFog = 0.0;
  101. forecastWeather = 0.3;
  102. forecastFog = 0.0;
  103. startFogBase = 0.0;
  104. forecastFogBase = 0.0;
  105. startFogDecay = 0.013;
  106. forecastFogDecay = 0.013;
  107. fogBeta0Min = 0.0;
  108. fogBeta0Max = 0.05;
  109. class Lighting: DefaultLighting
  110. {
  111. groundReflection[] = {0.132,0.133,0.122};
  112. moonObjectColorFull[] = {550,500,450,1.0};
  113. moonHaloObjectColorFull[] = {20,20,20,0.5};
  114. moonsetObjectColor[] = {275,250,225,1.0};
  115. moonsetHaloObjectColor[] = {10,10,10,0.25};
  116. class ThunderBoltLight
  117. {
  118. diffuse[] = {2120,2170,8550};
  119. ambient[] = {0.001,0.001,0.001};
  120. intensity = 120000;
  121. class Attenuation
  122. {
  123. start = 0.0;
  124. constant = 0.0;
  125. linear = 0.0;
  126. quadratic = 1.0;
  127. };
  128. };
  129. starEmissivity = 30.0;
  130. };
  131. class DayLightingBrightAlmost: DayLightingBrightAlmost
  132. {
  133. deepNight[] = {-15,{0.005,0.01,0.01},{0.0,0.002,0.003},{0.0,0.0,0.0},{0.0,0.0,0.0},{0.0,0.002,0.003},{0.0,0.002,0.003},0};
  134. fullNight[] = {-5,{0.182,0.213,0.25},{0.05,0.111,0.221},{0.04,0.034,0.004},{0.039,0.049,0.072},{0.082,0.128,0.185},{0.283,0.35,0.431},0};
  135. sunMoon[] = {-3.75,{0.377,0.441,0.518},{0.103,0.227,0.453},{0.04,0.034,0.004},{0.039,0.049,0.072},{0.174,0.274,0.395},{0.582,0.72,0.887},0.5};
  136. earlySun[] = {-2.5,{0.675,0.69,0.784},{0.22,0.322,0.471},{0.04,0.034,0.004},{0.039,0.049,0.072},{0.424,0.549,0.745},{0.698,0.753,0.894},1};
  137. sunrise[] = {0,{0.675,0.69,0.784},{0.478,0.51,0.659},{0.2,0.19,0.07},{0.124,0.161,0.236},{{0.847,0.855,0.965},0.2},{{0.933,0.949,0.996},2},1};
  138. earlyMorning[] = {3,{{0.844,0.61,0.469},0.8},{0.424,0.557,0.651},{{1,0.45,0.2},1},{0.12,0.26,0.38},{{0.428,0.579,0.743},2},{{0.844,0.61,0.469},2.7},1};
  139. midMorning[] = {8,{{0.822,0.75,0.646},3.8},{{0.383,0.58,0.858},1.3},{{1.3,0.9,0.61},2.8},{{0.12,0.18,0.28},0.5},{{0.322,0.478,0.675},3.5},{{1.0,0.929,0.815},4.7},1};
  140. morning[] = {16,{{1,0.95,0.91},12.2},{{0.12,0.18,0.28},9.2},{{1,0.95,0.91},11.2},{{0.12,0.18,0.28},8.5},{{0.14,0.18,0.24},11.0},{{0.5,0.6,0.9},13.2},1};
  141. noon[] = {45,{{0.98,0.94,0.94},13.8},{{0.2,0.27,0.35},10.8},{{0.98,0.94,0.94},13.8},{{0.2,0.27,0.35},10.8},{{0.5,0.64,1.0},12.0},{{0.5,0.5,0.5},14.8},1,0.5,0.4,0.5,0.4};
  142. };
  143. class DayLightingRainy: DayLightingRainy
  144. {
  145. deepNight[] = {-15,{0.005,0.01,0.01},{0.0,0.002,0.003},{0.0,0.0,0.0},{0.0,0.0,0.0},{0.0,0.002,0.003},{0.0,0.002,0.003},0};
  146. fullNight[] = {-5,{0.023,0.023,0.023},{0.02,0.02,0.02},{0.023,0.023,0.023},{0.02,0.02,0.02},{0.01,0.01,0.02},{0.08,0.06,0.06},0};
  147. sunMoon[] = {-3.75,{0.04,0.04,0.05},{0.04,0.04,0.05},{0.04,0.04,0.05},{0.04,0.04,0.05},{0.04,0.035,0.04},{0.11,0.08,0.09},0.5};
  148. earlySun[] = {-2.5,{0.0689,0.0689,0.0804},{0.06,0.06,0.07},{0.0689,0.0689,0.0804},{0.06,0.06,0.07},{0.08,0.07,0.08},{0.14,0.1,0.12},0.5};
  149. earlyMorning[] = {3,{{1,1,1},"(-4)+3.95"},{{1,1,1},"(-4)+3.0"},{{1,1,1},"(-4)+3.95"},{{1,1,1},"(-4)+3.0"},{{1,1,1},"(-4)+4"},{{1,1,1},"(-4)+5.5"},1};
  150. morning[] = {16,{{1,1,1},"(-4)+5.7"},{{1,1,1},"(-4)+4.5"},{{1,1,1},"(-4)+5.7"},{{1,1,1},"(-4)+4.5"},{{1,1,1},"(-4)+7"},{{1,1,1},"(-4)+8"},1};
  151. lateMorning[] = {25,{{1,1,1},"(-4)+10.45"},{{1,1,1},"(-4)+9.75"},{{1,1,1},"(-4)+10.45"},{{1,1,1},"(-4)+9.75"},{{1,1,1},"(-4)+12"},{{1,1,1},"(-4)+12.75"},1};
  152. noon[] = {45,{{1,1,1},10.0},{{1,1,1},9.0},{{1,1,1},9.0},{{1,1,1},8.0},{{0.5,0.64,1},12.0},{{0.5,0.5,0.5},14.8},1};
  153. };
  154. class Weather: Weather
  155. {
  156. class LightingNew
  157. {
  158. class Lighting0
  159. {
  160. height = 0;
  161. overcast = 0.4;
  162. sunAngle = -14;
  163. sunOrMoon = 0;
  164. diffuse[] = {{0.11,0.2744,0.97},3};
  165. diffuseCloud[] = {{0.099,0.24696,0.873},2.7};
  166. ambient[] = {0.02,0.11,0.54};
  167. ambientCloud[] = {0.018,0.099,0.486};
  168. ambientMid[] = {0.018,0.099,0.486};
  169. ambientMidCloud[] = {0.0162,0.0891,0.4374};
  170. groundReflection[] = {0.0162,0.0891,0.4374};
  171. groundReflectionCloud[] = {0.01458,0.08019,0.39366};
  172. bidirect[] = {0.0284,0.02712,0.0254};
  173. bidirectCloud[] = {0.02556,0.024408,0.02286};
  174. sky[] = {{0.001273,0.001838,0.004057},0.001404};
  175. skyAroundSun[] = {4e-006,0.000104,0.000366};
  176. fogColor[] = {0.1,0.2,0.4};
  177. apertureMin = 5.916064;
  178. apertureStandard = 6.859;
  179. apertureMax = 17.1475;
  180. standardAvgLum = 1.08;
  181. desiredLuminanceCoef = 0.118098;
  182. desiredLuminanceCoefCloud = 0.059049;
  183. luminanceRectCoef = 0.4;
  184. luminanceRectCoefCloud = 0.2;
  185. rayleigh[] = {0.00749,0.01388,0.02878};
  186. mie[] = {0.0046,0.0046,0.0046};
  187. cloudsColor[] = {{0.3,0.4,1},13.61492};
  188. swBrightness = 5;
  189. };
  190. class Lighting1
  191. {
  192. height = 0;
  193. overcast = 0.4;
  194. sunAngle = -10;
  195. sunOrMoon = 0;
  196. diffuse[] = {{0.11,0.2744,0.97},2.8};
  197. diffuseCloud[] = {{0.11,0.2744,0.97},2.52};
  198. ambient[] = {0.02,0.11,0.54};
  199. ambientCloud[] = {0.018,0.099,0.486};
  200. ambientMid[] = {0.032,0.176,0.864};
  201. ambientMidCloud[] = {0.0288,0.1584,0.7776};
  202. groundReflection[] = {0.0224,0.1232,0.6048};
  203. groundReflectionCloud[] = {0.02016,0.11088,0.54432};
  204. bidirect[] = {0,0,0};
  205. bidirectCloud[] = {0,0,0};
  206. sky[] = {{0.004316,0.006232,0.013752},0.014036};
  207. skyAroundSun[] = {0.004332,0.005212,0.009138};
  208. fogColor[] = {0.09,0.18,0.32};
  209. apertureMin = 7.39508;
  210. apertureStandard = 7.22;
  211. apertureMax = 18.05;
  212. standardAvgLum = 1.8;
  213. desiredLuminanceCoef = 0.13122;
  214. desiredLuminanceCoefCloud = 0.06561;
  215. luminanceRectCoef = 0.4;
  216. luminanceRectCoefCloud = 0.2;
  217. rayleigh[] = {0.00749,0.01388,0.02878};
  218. mie[] = {0.0046,0.0046,0.0046};
  219. cloudsColor[] = {{0.8,0.81,1},13.61492};
  220. swBrightness = 5;
  221. };
  222. class Lighting2
  223. {
  224. height = 0;
  225. overcast = 0.4;
  226. sunAngle = -9;
  227. sunOrMoon = 0;
  228. diffuse[] = {{0.11,0.2744,0.97},2.4};
  229. diffuseCloud[] = {{0.11,0.2744,0.97},2.16};
  230. ambient[] = {0.02,0.11,0.16};
  231. ambientCloud[] = {0.018,0.099,0.144};
  232. ambientMid[] = {0.028,0.154,0.224};
  233. ambientMidCloud[] = {0.0252,0.1386,0.2016};
  234. groundReflection[] = {0.0168,0.0924,0.1344};
  235. groundReflectionCloud[] = {0.01512,0.08316,0.12096};
  236. bidirect[] = {0,0,0};
  237. bidirectCloud[] = {0,0,0};
  238. sky[] = {{0.014632,0.021125,0.034815},0.14036};
  239. skyAroundSun[] = {{0.00456,0.005486,0.009619},0.4};
  240. fogColor[] = {0.085,0.12,0.15};
  241. apertureMin = 7.546;
  242. apertureStandard = 7.6;
  243. apertureMax = 19;
  244. standardAvgLum = 3;
  245. desiredLuminanceCoef = 0.1458;
  246. desiredLuminanceCoefCloud = 0.0729;
  247. luminanceRectCoef = 0.4;
  248. luminanceRectCoefCloud = 0.2;
  249. rayleigh[] = {0.00749,0.01388,0.02878};
  250. mie[] = {0.0046,0.0046,0.0046};
  251. cloudsColor[] = {{0.8,0.81,1},13.61492};
  252. swBrightness = 5;
  253. };
  254. class Lighting3
  255. {
  256. height = 0;
  257. overcast = 0.4;
  258. sunAngle = -8;
  259. sunOrMoon = 0;
  260. diffuse[] = {{0.11,0.2744,0.97},2};
  261. diffuseCloud[] = {{0.099,0.24696,0.873},1.8};
  262. ambient[] = {0.04,0.077,0.153};
  263. ambientCloud[] = {0.036,0.0693,0.1377};
  264. ambientMid[] = {0.048,0.0924,0.1836};
  265. ambientMidCloud[] = {0.0432,0.08316,0.16524};
  266. groundReflection[] = {0.024,0.0462,0.0918};
  267. groundReflectionCloud[] = {0.0216,0.04158,0.08262};
  268. bidirect[] = {0.000213,0.000203,0.000191};
  269. bidirectCloud[] = {0.000192,0.000183,0.000171};
  270. sky[] = {{0.0496,0.07161,0.118017},1.4036};
  271. skyAroundSun[] = {{0.0048,0.005775,0.010125},1.8183};
  272. fogColor[] = {0.07,0.08,0.12};
  273. apertureMin = 7.7;
  274. apertureStandard = 8;
  275. apertureMax = 20;
  276. standardAvgLum = 5;
  277. desiredLuminanceCoef = 0.13122;
  278. desiredLuminanceCoefCloud = 0.06561;
  279. luminanceRectCoef = 0.4;
  280. luminanceRectCoefCloud = 0.2;
  281. rayleigh[] = {0.00749,0.01388,0.02878};
  282. mie[] = {0.0046,0.0046,0.0046};
  283. cloudsColor[] = {{0.8,0.81,1},12};
  284. swBrightness = 4;
  285. };
  286. class Lighting4
  287. {
  288. height = 0;
  289. overcast = 0.4;
  290. sunAngle = -6;
  291. sunOrMoon = 0;
  292. diffuse[] = {{0.11,0.2744,0.97},1.7};
  293. diffuseCloud[] = {{0.099,0.24696,0.873},1.53};
  294. ambient[] = {{0.06,0.11,0.225},0.48488};
  295. ambientCloud[] = {{0.054,0.099,0.2025},0.436392};
  296. ambientMid[] = {{0.06,0.11,0.225},0.339416};
  297. ambientMidCloud[] = {{0.054,0.099,0.2025},0.305474};
  298. groundReflection[] = {{0.03,0.055,0.1125},0.237591};
  299. groundReflectionCloud[] = {{0.027,0.0495,0.10125},0.213832};
  300. bidirect[] = {0.00213,0.002034,0.001905};
  301. bidirectCloud[] = {0.001917,0.001831,0.001715};
  302. sky[] = {{0.16,0.231,0.3807},4.2108};
  303. skyAroundSun[] = {{0.048,0.05775,0.10125},4.8488};
  304. fogColor[] = {0.0532,0.0639,0.089242};
  305. apertureMin = 7.8;
  306. apertureStandard = 9;
  307. apertureMax = 20;
  308. standardAvgLum = 10;
  309. desiredLuminanceCoef = 0.1458;
  310. desiredLuminanceCoefCloud = 0.0729;
  311. luminanceRectCoef = 0.4;
  312. luminanceRectCoefCloud = 0.2;
  313. rayleigh[] = {0.00749,0.01388,0.02878};
  314. mie[] = {0.00368,0.0046,0.00552};
  315. cloudsColor[] = {{0.8,0.81,1},11};
  316. swBrightness = 3;
  317. };
  318. class Lighting5
  319. {
  320. height = 0;
  321. overcast = 0.4;
  322. sunAngle = -2;
  323. sunOrMoon = 0.5;
  324. diffuse[] = {{0.22,0.1764,0.3007},1.595};
  325. diffuseCloud[] = {{0.198,0.15876,0.27063},1.4355};
  326. ambient[] = {{0.2,0.275,0.54},4.60636};
  327. ambientCloud[] = {{0.18,0.2475,0.486},4.145724};
  328. ambientMid[] = {{0.2,0.275,0.54},3.45477};
  329. ambientMidCloud[] = {{0.18,0.2475,0.486},3.109293};
  330. groundReflection[] = {{0.1,0.1375,0.27},2.418339};
  331. groundReflectionCloud[] = {{0.09,0.12375,0.243},2.176505};
  332. bidirect[] = {0.00497,0.004746,0.004445};
  333. bidirectCloud[] = {0.004473,0.004271,0.004001};
  334. sky[] = {{0.32,0.33,0.423},8.70232};
  335. skyAroundSun[] = {{0.12,0.1155,0.1125},9.0915};
  336. fogColor[] = {0.056,0.071,0.111552};
  337. apertureMin = 8;
  338. apertureStandard = 10;
  339. apertureMax = 20;
  340. standardAvgLum = 20;
  341. desiredLuminanceCoef = 0.162;
  342. desiredLuminanceCoefCloud = 0.081;
  343. luminanceRectCoef = 0.4;
  344. luminanceRectCoefCloud = 0.2;
  345. rayleigh[] = {0.00749,0.01388,0.02878};
  346. mie[] = {0.0023,0.0046,0.0069};
  347. cloudsColor[] = {{0.8,0.81,1},11};
  348. swBrightness = 2;
  349. };
  350. class Lighting6
  351. {
  352. height = 0;
  353. overcast = 0.4;
  354. sunAngle = 0;
  355. sunOrMoon = 1;
  356. diffuse[] = {{0.99,0.2744,0.2134},6.061};
  357. diffuseCloud[] = {{0.891,0.24696,0.19206},5.4549};
  358. ambient[] = {{0.4,0.42735,0.6777},4.8488};
  359. ambientCloud[] = {{0.36,0.384615,0.60993},4.36392};
  360. ambientMid[] = {{0.4512,0.485775,0.7608},3.87904};
  361. ambientMidCloud[] = {{0.40608,0.437198,0.68472},3.491136};
  362. groundReflection[] = {{0.28187,0.2712,0.37973},3.801459};
  363. groundReflectionCloud[] = {{0.253683,0.24408,0.341757},3.421313};
  364. bidirect[] = {0.0142,0.01356,0.0127};
  365. bidirectCloud[] = {0.01278,0.012204,0.01143};
  366. sky[] = {{0.52,0.44,0.4239},9.1234};
  367. skyAroundSun[] = {{0.3,0.1925,0.0999},9.849125};
  368. fogColor[] = {0.1644,0.100485,0.13944};
  369. apertureMin = 9;
  370. apertureStandard = 12;
  371. apertureMax = 20;
  372. standardAvgLum = 60;
  373. desiredLuminanceCoef = 0.18;
  374. desiredLuminanceCoefCloud = 0.09;
  375. luminanceRectCoef = 0.4;
  376. luminanceRectCoefCloud = 0.2;
  377. rayleigh[] = {0.00749,0.01388,0.02878};
  378. mie[] = {0.00046,0.00322,0.0092};
  379. cloudsColor[] = {{0.8,0.81,1},12};
  380. swBrightness = 1;
  381. };
  382. class Lighting7
  383. {
  384. height = 0;
  385. overcast = 0.4;
  386. sunAngle = 2;
  387. sunOrMoon = 1;
  388. diffuse[] = {{1.1,0.4116,0.194},8.7725};
  389. diffuseCloud[] = {{0.99,0.37044,0.1746},7.89525};
  390. ambient[] = {{0.354,0.463,0.746},5.702125};
  391. ambientCloud[] = {{0.3186,0.4167,0.6714},5.131913};
  392. ambientMid[] = {{0.4782,0.52197,0.784},4.5617};
  393. ambientMidCloud[] = {{0.43038,0.469773,0.7056},4.10553};
  394. groundReflection[] = {{0.3692,0.35256,0.438785},4.333615};
  395. groundReflectionCloud[] = {{0.33228,0.317304,0.394907},3.900254};
  396. bidirect[] = {0.0213,0.02034,0.01905};
  397. bidirectCloud[] = {0.01917,0.018306,0.017145};
  398. sky[] = {{0.4312,0.4433,0.5175},10.94808};
  399. skyAroundSun[] = {{0.4392,0.32186,0.3609},12.122};
  400. fogColor[] = {0.137,0.11165,0.1743};
  401. apertureMin = 10;
  402. apertureStandard = 15;
  403. apertureMax = 20;
  404. standardAvgLum = 70;
  405. desiredLuminanceCoef = 0.2;
  406. desiredLuminanceCoefCloud = 0.4;
  407. luminanceRectCoef = 0.4;
  408. luminanceRectCoefCloud = 0.2;
  409. rayleigh[] = {0.00749,0.01388,0.02878};
  410. mie[] = {0.0023,0.00322,0.00552};
  411. cloudsColor[] = {{0.8,0.81,1},13};
  412. swBrightness = 1;
  413. };
  414. class Lighting8
  415. {
  416. height = 0;
  417. overcast = 0.4;
  418. sunAngle = 6;
  419. sunOrMoon = 1;
  420. diffuse[] = {{1.1,0.588,0.291},12.76};
  421. diffuseCloud[] = {{0.99,0.5292,0.2619},11.484};
  422. ambient[] = {{0.38,0.491,0.798},7.975};
  423. ambientCloud[] = {{0.342,0.4419,0.7182},7.1775};
  424. ambientMid[] = {{0.522,0.56134,0.796},6.77875};
  425. ambientMidCloud[] = {{0.4698,0.505206,0.7164},6.100875};
  426. groundReflection[] = {{0.48635,0.467142,0.509905},6.100875};
  427. groundReflectionCloud[] = {{0.437715,0.420428,0.458915},5.490788};
  428. bidirect[] = {0.02485,0.02373,0.022225};
  429. bidirectCloud[] = {0.022365,0.021357,0.020003};
  430. sky[] = {{0.42,0.46255,0.6507},12.6324};
  431. skyAroundSun[] = {{0.424,0.344575,0.396},13.3342};
  432. fogColor[] = {0.275,0.2475,0.315};
  433. apertureMin = 15;
  434. apertureStandard = 28;
  435. apertureMax = 40;
  436. standardAvgLum = 120;
  437. desiredLuminanceCoef = 0.2;
  438. desiredLuminanceCoefCloud = 0.4;
  439. luminanceRectCoef = 0.4;
  440. luminanceRectCoefCloud = 0.2;
  441. rayleigh[] = {0.00749,0.01388,0.02878};
  442. mie[] = {0.0046,0.0046,0.0046};
  443. cloudsColor[] = {{0.8,0.81,1},13};
  444. swBrightness = 1;
  445. };
  446. class Lighting9
  447. {
  448. height = 0;
  449. overcast = 0.4;
  450. sunAngle = 16;
  451. sunOrMoon = 1;
  452. diffuse[] = {{1.1,0.7252,0.485},14.355};
  453. diffuseCloud[] = {{0.99,0.65268,0.4365},12.9195};
  454. ambient[] = {{0.42,0.52195,0.855},8.971875};
  455. ambientCloud[] = {{0.378,0.469755,0.7695},8.074688};
  456. ambientMid[] = {{0.5652,0.600075,0.796},8.074688};
  457. ambientMidCloud[] = {{0.50868,0.540068,0.7164},7.267219};
  458. groundReflection[] = {{0.6035,0.575622,0.575945},6.45975};
  459. groundReflectionCloud[] = {{0.54315,0.51806,0.518351},5.813775};
  460. bidirect[] = {0.0284,0.02712,0.0254};
  461. bidirectCloud[] = {0.02556,0.024408,0.02286};
  462. sky[] = {{0.408,0.48565,0.62163},13.47456};
  463. skyAroundSun[] = {{0.412,0.36498,0.42435},13.9403};
  464. fogColor[] = {0.29,0.319,0.406};
  465. apertureMin = 20;
  466. apertureStandard = 35;
  467. apertureMax = 85;
  468. standardAvgLum = 450;
  469. desiredLuminanceCoef = 0.2;
  470. desiredLuminanceCoefCloud = 0.4;
  471. luminanceRectCoef = 0.4;
  472. luminanceRectCoefCloud = 0.2;
  473. rayleigh[] = {0.00749,0.01388,0.02878};
  474. mie[] = {0.0046,0.0046,0.0046};
  475. cloudsColor[] = {{0.8,0.81,1},13};
  476. swBrightness = 1;
  477. };
  478. class Lighting10
  479. {
  480. height = 0;
  481. overcast = 0.4;
  482. sunAngle = 45;
  483. sunOrMoon = 1;
  484. diffuse[] = {{1.1,0.98,0.97},15.95};
  485. diffuseCloud[] = {{0.99,0.882,0.873},14.355};
  486. ambient[] = {{0.4,0.55,0.9},9.96875};
  487. ambientCloud[] = {{0.36,0.495,0.81},8.971875};
  488. ambientMid[] = {{0.84,0.73025,0.8},10.96562};
  489. ambientMidCloud[] = {{0.756,0.657225,0.72},9.869062};
  490. groundReflection[] = {{0.71,0.678,0.635},8.224218};
  491. groundReflectionCloud[] = {{0.639,0.6102,0.5715},7.401797};
  492. bidirect[] = {0.0284,0.02712,0.0254};
  493. bidirectCloud[] = {0.02556,0.024408,0.02286};
  494. sky[] = {{0.4,0.55,0.9},14.036};
  495. skyAroundSun[] = {{0.4,0.385,0.45},15.1525};
  496. fogColor[] = {0.5,0.55,0.816};
  497. apertureMin = 45;
  498. apertureStandard = 65;
  499. apertureMax = 85;
  500. standardAvgLum = 800;
  501. desiredLuminanceCoef = 0.2;
  502. desiredLuminanceCoefCloud = 0.4;
  503. luminanceRectCoef = 0.4;
  504. luminanceRectCoefCloud = 0.2;
  505. rayleigh[] = {0.00749,0.01388,0.02878};
  506. mie[] = {0.006,0.0046,0.004};
  507. cloudsColor[] = {{0.8,0.81,1},13.61492};
  508. swBrightness = 1;
  509. };
  510. class Lighting11
  511. {
  512. height = 0;
  513. overcast = 0.95;
  514. sunAngle = -14;
  515. sunOrMoon = 0;
  516. diffuse[] = {0,0,0};
  517. diffuseCloud[] = {0,0,0};
  518. ambient[] = {0.0135,0.07425,0.3645};
  519. ambientCloud[] = {0.010125,0.055688,0.273375};
  520. ambientMid[] = {0.0081,0.04455,0.2187};
  521. ambientMidCloud[] = {0.006075,0.033413,0.164025};
  522. groundReflection[] = {0.00486,0.02673,0.13122};
  523. groundReflectionCloud[] = {0.003645,0.020048,0.098415};
  524. bidirect[] = {0.01917,0.018306,0.017145};
  525. bidirectCloud[] = {0.014378,0.01373,0.012859};
  526. sky[] = {{0.001273,0.001838,0.004057},0.001404};
  527. skyAroundSun[] = {4e-006,0.000104,0.000366};
  528. fogColor[] = {5e-005,5e-005,5.1e-005};
  529. apertureMin = 5.916064;
  530. apertureStandard = 6.859;
  531. apertureMax = 17.1475;
  532. standardAvgLum = 1.08;
  533. desiredLuminanceCoef = 0.118098;
  534. desiredLuminanceCoefCloud = 0.059049;
  535. luminanceRectCoef = 0.4;
  536. luminanceRectCoefCloud = 0.2;
  537. rayleigh[] = {0.00749,0.01388,0.02878};
  538. mie[] = {0.0046,0.0046,0.0046};
  539. cloudsColor[] = {{0.3,0.4,1},13.61492};
  540. swBrightness = 5;
  541. };
  542. class Lighting12
  543. {
  544. height = 0;
  545. overcast = 0.95;
  546. sunAngle = -10;
  547. sunOrMoon = 0;
  548. diffuse[] = {0.0825,0.2058,0.7275};
  549. diffuseCloud[] = {0.061875,0.15435,0.545625};
  550. ambient[] = {0.004,0.008,0.018};
  551. ambientCloud[] = {0.003,0.006,0.0135};
  552. ambientMid[] = {0.0024,0.0048,0.0108};
  553. ambientMidCloud[] = {0.0018,0.0036,0.0081};
  554. groundReflection[] = {0.00144,0.00288,0.00648};
  555. groundReflectionCloud[] = {0.00108,0.00216,0.00486};
  556. bidirect[] = {0,0,0};
  557. bidirectCloud[] = {0,0,0};
  558. sky[] = {{0.004316,0.006232,0.013752},0.014036};
  559. skyAroundSun[] = {0.004332,0.005212,0.009138};
  560. fogColor[] = {0.0001,0.0001,0.000102};
  561. apertureMin = 6.517;
  562. apertureStandard = 7.448;
  563. apertureMax = 11.7;
  564. standardAvgLum = 0.001;
  565. desiredLuminanceCoef = 0.13122;
  566. desiredLuminanceCoefCloud = 0.06561;
  567. luminanceRectCoef = 0.4;
  568. luminanceRectCoefCloud = 0.2;
  569. rayleigh[] = {0.00749,0.01388,0.02878};
  570. mie[] = {0.0046,0.0046,0.0046};
  571. cloudsColor[] = {{0.8,0.81,1},13.61492};
  572. swBrightness = 5;
  573. };
  574. class Lighting13
  575. {
  576. height = 0;
  577. overcast = 0.95;
  578. sunAngle = -9;
  579. sunOrMoon = 0;
  580. diffuse[] = {0,0,0};
  581. diffuseCloud[] = {0,0,0};
  582. ambient[] = {0.029,0.028,0.134};
  583. ambientCloud[] = {0.02175,0.021,0.1005};
  584. ambientMid[] = {0.0174,0.0168,0.0804};
  585. ambientMidCloud[] = {0.01305,0.0126,0.0603};
  586. groundReflection[] = {0.01044,0.01008,0.04824};
  587. groundReflectionCloud[] = {0.00783,0.00756,0.03618};
  588. bidirect[] = {0,0,0};
  589. bidirectCloud[] = {0,0,0};
  590. sky[] = {{0.014632,0.021125,0.034815},0.14036};
  591. skyAroundSun[] = {{0.00456,0.005486,0.009619},0.4};
  592. fogColor[] = {0.000199,0.000199,0.000203};
  593. apertureMin = 6.86;
  594. apertureStandard = 7.84;
  595. apertureMax = 13;
  596. standardAvgLum = 0.002;
  597. desiredLuminanceCoef = 0.1458;
  598. desiredLuminanceCoefCloud = 0.0729;
  599. luminanceRectCoef = 0.4;
  600. luminanceRectCoefCloud = 0.2;
  601. rayleigh[] = {0.00749,0.01388,0.02878};
  602. mie[] = {0.0046,0.0046,0.0046};
  603. cloudsColor[] = {{0.8,0.81,1},13.61492};
  604. swBrightness = 5;
  605. };
  606. class Lighting14
  607. {
  608. height = 0;
  609. overcast = 0.95;
  610. sunAngle = -8;
  611. sunOrMoon = 0;
  612. diffuse[] = {0,0,0};
  613. diffuseCloud[] = {0,0,0};
  614. ambient[] = {0.047,0.051,0.183};
  615. ambientCloud[] = {0.03525,0.03825,0.13725};
  616. ambientMid[] = {0.0282,0.0306,0.1098};
  617. ambientMidCloud[] = {0.02115,0.02295,0.08235};
  618. groundReflection[] = {0.01692,0.01836,0.06588};
  619. groundReflectionCloud[] = {0.01269,0.01377,0.04941};
  620. bidirect[] = {0.000144,0.000137,0.000129};
  621. bidirectCloud[] = {0.000108,0.000103,9.6e-005};
  622. sky[] = {{0.0496,0.07161,0.118017},1.4036};
  623. skyAroundSun[] = {{0.0048,0.005775,0.010125},1.8183};
  624. fogColor[] = {0.000398,0.000398,0.000406};
  625. apertureMin = 7;
  626. apertureStandard = 8;
  627. apertureMax = 20;
  628. standardAvgLum = 0.003;
  629. desiredLuminanceCoef = 0.13122;
  630. desiredLuminanceCoefCloud = 0.06561;
  631. luminanceRectCoef = 0.4;
  632. luminanceRectCoefCloud = 0.2;
  633. rayleigh[] = {0.00749,0.01388,0.02878};
  634. mie[] = {0.0046,0.0046,0.0046};
  635. cloudsColor[] = {{0.8,0.81,1},10.8};
  636. swBrightness = 4;
  637. };
  638. class Lighting15
  639. {
  640. height = 0;
  641. overcast = 0.95;
  642. sunAngle = -6;
  643. sunOrMoon = 0;
  644. diffuse[] = {0,0,0};
  645. diffuseCloud[] = {0,0,0};
  646. ambient[] = {{0.047,0.091,0.4},0.460636};
  647. ambientCloud[] = {{0.03525,0.06825,0.3},0.345477};
  648. ambientMid[] = {{0.0282,0.0546,0.24},0.230318};
  649. ambientMidCloud[] = {{0.02115,0.04095,0.18},0.172739};
  650. groundReflection[] = {{0.01692,0.03276,0.144},0.172739};
  651. groundReflectionCloud[] = {{0.01269,0.02457,0.108},0.129554};
  652. bidirect[] = {0.001438,0.001373,0.001286};
  653. bidirectCloud[] = {0.001078,0.00103,0.000964};
  654. sky[] = {{0.16,0.231,0.3807},4.2108};
  655. skyAroundSun[] = {{0.048,0.05775,0.10125},4.8488};
  656. fogColor[] = {0.000797,0.000797,0.000813};
  657. apertureMin = 7;
  658. apertureStandard = 9;
  659. apertureMax = 20;
  660. standardAvgLum = 0.006;
  661. desiredLuminanceCoef = 0.1458;
  662. desiredLuminanceCoefCloud = 0.0729;
  663. luminanceRectCoef = 0.4;
  664. luminanceRectCoefCloud = 0.2;
  665. rayleigh[] = {0.00749,0.01388,0.02878};
  666. mie[] = {0.0046,0.0046,0.0046};
  667. cloudsColor[] = {{0.8,0.81,1},13.2};
  668. swBrightness = 3;
  669. };
  670. class Lighting16
  671. {
  672. height = 0;
  673. overcast = 0.95;
  674. sunAngle = -2;
  675. sunOrMoon = 0.5;
  676. diffuse[] = {0,0,0};
  677. diffuseCloud[] = {0,0,0};
  678. ambient[] = {{0.07,0.155,0.43},4.376042};
  679. ambientCloud[] = {{0.0525,0.11625,0.3225},3.282032};
  680. ambientMid[] = {{0.042,0.093,0.258},2.625625};
  681. ambientMidCloud[] = {{0.0315,0.06975,0.1935},1.969219};
  682. groundReflection[] = {{0.0252,0.0558,0.1548},1.575375};
  683. groundReflectionCloud[] = {{0.0189,0.04185,0.1161},1.181531};
  684. bidirect[] = {0.003355,0.003204,0.003};
  685. bidirectCloud[] = {0.002516,0.002403,0.00225};
  686. sky[] = {{0.32,0.33,0.423},8.70232};
  687. skyAroundSun[] = {{0.12,0.1155,0.1125},9.0915};
  688. fogColor[] = {0.001594,0.001594,0.001625};
  689. apertureMin = 8;
  690. apertureStandard = 10;
  691. apertureMax = 20;
  692. standardAvgLum = 0.01;
  693. desiredLuminanceCoef = 0.162;
  694. desiredLuminanceCoefCloud = 0.081;
  695. luminanceRectCoef = 0.4;
  696. luminanceRectCoefCloud = 0.2;
  697. rayleigh[] = {0.00749,0.01388,0.02878};
  698. mie[] = {0.0046,0.0046,0.0046};
  699. cloudsColor[] = {{0.8,0.81,1},11.437};
  700. swBrightness = 2;
  701. };
  702. class Lighting17
  703. {
  704. height = 0;
  705. overcast = 0.95;
  706. sunAngle = 0;
  707. sunOrMoon = 1;
  708. diffuse[] = {{1,1,1},0.54549};
  709. diffuseCloud[] = {{0.75,0.75,0.75},0.409118};
  710. ambient[] = {{0.207,0.26,0.43},4.60636};
  711. ambientCloud[] = {{0.15525,0.195,0.3225},3.45477};
  712. ambientMid[] = {{0.1242,0.156,0.258},3.224452};
  713. ambientMidCloud[] = {{0.09315,0.117,0.1935},2.418339};
  714. groundReflection[] = {{0.07452,0.0936,0.1548},1.773449};
  715. groundReflectionCloud[] = {{0.05589,0.0702,0.1161},1.330086};
  716. bidirect[] = {0.009585,0.009153,0.008573};
  717. bidirectCloud[] = {0.007189,0.006865,0.006429};
  718. sky[] = {{0.52,0.44,0.4239},9.1234};
  719. skyAroundSun[] = {{0.3,0.1925,0.0999},9.849125};
  720. fogColor[] = {0.003188,0.003188,0.00325};
  721. apertureMin = 9;
  722. apertureStandard = 12;
  723. apertureMax = 20;
  724. standardAvgLum = 1;
  725. desiredLuminanceCoef = 0.18;
  726. desiredLuminanceCoefCloud = 0.09;
  727. luminanceRectCoef = 0.4;
  728. luminanceRectCoefCloud = 0.2;
  729. rayleigh[] = {0.00749,0.01388,0.02878};
  730. mie[] = {0.0046,0.0046,0.0046};
  731. cloudsColor[] = {{0.8,0.81,1},8.612};
  732. swBrightness = 1;
  733. };
  734. class Lighting18
  735. {
  736. height = 0;
  737. overcast = 0.95;
  738. sunAngle = 2;
  739. sunOrMoon = 1;
  740. diffuse[] = {{1,1,1},1.184288};
  741. diffuseCloud[] = {{0.75,0.75,0.75},0.888216};
  742. ambient[] = {{0.297,0.347,0.522},5.417019};
  743. ambientCloud[] = {{0.22275,0.26025,0.3915},4.062764};
  744. ambientMid[] = {{0.2376,0.2776,0.4176},4.333615};
  745. ambientMidCloud[] = {{0.1782,0.2082,0.3132},3.250211};
  746. groundReflection[] = {{0.16632,0.19432,0.29232},2.166807};
  747. groundReflectionCloud[] = {{0.12474,0.14574,0.21924},1.625106};
  748. bidirect[] = {0.014378,0.01373,0.012859};
  749. bidirectCloud[] = {0.010783,0.010297,0.009644};
  750. sky[] = {{0.4312,0.4433,0.5175},10.94808};
  751. skyAroundSun[] = {{0.4392,0.32186,0.3609},12.122};
  752. fogColor[] = {0.006375,0.006375,0.0065};
  753. apertureMin = 10;
  754. apertureStandard = 15;
  755. apertureMax = 20;
  756. standardAvgLum = 5;
  757. desiredLuminanceCoef = 0.2;
  758. desiredLuminanceCoefCloud = 0.4;
  759. luminanceRectCoef = 0.4;
  760. luminanceRectCoefCloud = 0.2;
  761. rayleigh[] = {0.00749,0.01388,0.02878};
  762. mie[] = {0.0046,0.0046,0.0046};
  763. cloudsColor[] = {{0.8,0.81,1},8.78};
  764. swBrightness = 1;
  765. };
  766. class Lighting19
  767. {
  768. height = 0;
  769. overcast = 0.95;
  770. sunAngle = 6;
  771. sunOrMoon = 1;
  772. diffuse[] = {{1,1,1},2.2968};
  773. diffuseCloud[] = {{0.75,0.75,0.75},1.7226};
  774. ambient[] = {{0.396,0.443,0.623},7.57625};
  775. ambientCloud[] = {{0.297,0.33225,0.46725},5.682188};
  776. ambientMid[] = {{0.3168,0.3544,0.4984},6.061};
  777. ambientMidCloud[] = {{0.2376,0.2658,0.3738},4.54575};
  778. groundReflection[] = {{0.22176,0.24808,0.34888},2.72745};
  779. groundReflectionCloud[] = {{0.16632,0.18606,0.26166},2.045588};
  780. bidirect[] = {0.016774,0.016018,0.015002};
  781. bidirectCloud[] = {0.01258,0.012013,0.011251};
  782. sky[] = {{0.42,0.46255,0.6507},12.6324};
  783. skyAroundSun[] = {{0.424,0.344575,0.396},13.3342};
  784. fogColor[] = {0.01275,0.01275,0.013};
  785. apertureMin = 15;
  786. apertureStandard = 20;
  787. apertureMax = 40;
  788. standardAvgLum = 60;
  789. desiredLuminanceCoef = 0.2;
  790. desiredLuminanceCoefCloud = 0.4;
  791. luminanceRectCoef = 0.4;
  792. luminanceRectCoefCloud = 0.2;
  793. rayleigh[] = {0.00749,0.01388,0.02878};
  794. mie[] = {0.0046,0.0046,0.0046};
  795. cloudsColor[] = {{0.8,0.81,1},10.106};
  796. swBrightness = 1;
  797. };
  798. class Lighting20
  799. {
  800. height = 0;
  801. overcast = 0.95;
  802. sunAngle = 16;
  803. sunOrMoon = 1;
  804. diffuse[] = {{1,1,1},3.87585};
  805. diffuseCloud[] = {{0.75,0.75,0.75},2.906888};
  806. ambient[] = {{0.477,0.52,0.706},8.523281};
  807. ambientCloud[] = {{0.35775,0.39,0.5295},6.392461};
  808. ambientMid[] = {{0.3816,0.416,0.5648},6.818625};
  809. ambientMidCloud[] = {{0.2862,0.312,0.4236},5.113969};
  810. groundReflection[] = {{0.26712,0.2912,0.39536},2.72745};
  811. groundReflectionCloud[] = {{0.20034,0.2184,0.29652},2.045588};
  812. bidirect[] = {0.01917,0.018306,0.017145};
  813. bidirectCloud[] = {0.014378,0.01373,0.012859};
  814. sky[] = {{0.408,0.48565,0.62163},13.47456};
  815. skyAroundSun[] = {{0.412,0.36498,0.42435},13.9403};
  816. fogColor[] = {0.0255,0.0255,0.026};
  817. apertureMin = 15;
  818. apertureStandard = 25;
  819. apertureMax = 85;
  820. standardAvgLum = 30;
  821. desiredLuminanceCoef = 0.2;
  822. desiredLuminanceCoefCloud = 0.4;
  823. luminanceRectCoef = 0.4;
  824. luminanceRectCoefCloud = 0.2;
  825. rayleigh[] = {0.00749,0.01388,0.02878};
  826. mie[] = {0.0046,0.0046,0.0046};
  827. cloudsColor[] = {{0.8,0.81,1},10.78};
  828. swBrightness = 1;
  829. };
  830. class Lighting21
  831. {
  832. height = 0;
  833. overcast = 0.95;
  834. sunAngle = 45;
  835. sunOrMoon = 1;
  836. diffuse[] = {{1,1,1},5.742};
  837. diffuseCloud[] = {{0.75,0.75,0.75},4.3065};
  838. ambient[] = {{0.60325,0.594,0.6592},10.96562};
  839. ambientCloud[] = {{0.452438,0.4455,0.4944},8.224218};
  840. ambientMid[] = {{0.4826,0.4752,0.52736},9.869062};
  841. ambientMidCloud[] = {{0.36195,0.3564,0.39552},7.401797};
  842. groundReflection[] = {{0.33782,0.33264,0.369152},8.882156};
  843. groundReflectionCloud[] = {{0.253365,0.24948,0.276864},6.661617};
  844. bidirect[] = {0.0284,0.02712,0.0254};
  845. bidirectCloud[] = {0.0213,0.02034,0.01905};
  846. sky[] = {{0.4,0.55,0.9},14.036};
  847. skyAroundSun[] = {{0.4,0.385,0.45},15.1525};
  848. fogColor[] = {0.051,0.051,0.052};
  849. apertureMin = 15;
  850. apertureStandard = 35;
  851. apertureMax = 85;
  852. standardAvgLum = 150;
  853. desiredLuminanceCoef = 0.2;
  854. desiredLuminanceCoefCloud = 0.4;
  855. luminanceRectCoef = 0.4;
  856. luminanceRectCoefCloud = 0.2;
  857. rayleigh[] = {0.00749,0.01388,0.02878};
  858. mie[] = {0.006,0.0046,0.004};
  859. cloudsColor[] = {{0.8,0.81,1},14.036};
  860. swBrightness = 1;
  861. };
  862. class Lighting22
  863. {
  864. height = -0.001;
  865. overcast = 0.4;
  866. sunAngle = -14;
  867. sunOrMoon = 0;
  868. diffuse[] = {{0.033,0.19208,0.679},2.1};
  869. diffuseCloud[] = {{0.033,0.19208,0.679},2.1};
  870. ambient[] = {0.015,0.121,0.4482};
  871. ambientCloud[] = {0.015,0.121,0.4482};
  872. ambientMid[] = {0.015,0.121,0.4482};
  873. ambientMidCloud[] = {0.015,0.121,0.4482};
  874. groundReflection[] = {0.015,0.1452,0.4482};
  875. groundReflectionCloud[] = {0.015,0.1452,0.4482};
  876. bidirect[] = {0,0,0};
  877. bidirectCloud[] = {0,0,0};
  878. sky[] = {{0.001273,0.000735,0.004057},0.001123};
  879. skyAroundSun[] = {4e-006,0.000104,0.000366};
  880. fogColor[] = {0.005,0.005,0.005};
  881. apertureMin = 5.916064;
  882. apertureStandard = 6.859;
  883. apertureMax = 17.1475;
  884. standardAvgLum = 1.08;
  885. desiredLuminanceCoef = 0;
  886. desiredLuminanceCoefCloud = 0;
  887. luminanceRectCoef = 1;
  888. luminanceRectCoefCloud = 1;
  889. rayleigh[] = {0.00749,0.01388,0.02878};
  890. mie[] = {0.0046,0.0046,0.0046};
  891. cloudsColor[] = {{0.3,0.4,1},13.61492};
  892. swBrightness = 5;
  893. };
  894. class Lighting23
  895. {
  896. height = -0.001;
  897. overcast = 0.4;
  898. sunAngle = -10;
  899. sunOrMoon = 0;
  900. diffuse[] = {{0.077,0.24696,0.97},2.24};
  901. diffuseCloud[] = {{0.077,0.24696,0.97},2.24};
  902. ambient[] = {0.015,0.121,0.4482};
  903. ambientCloud[] = {0.015,0.121,0.4482};
  904. ambientMid[] = {0.015,0.121,0.4482};
  905. ambientMidCloud[] = {0.015,0.121,0.4482};
  906. groundReflection[] = {0.015,0.1452,0.4482};
  907. groundReflectionCloud[] = {0.015,0.1452,0.4482};
  908. bidirect[] = {0,0,0};
  909. bidirectCloud[] = {0,0,0};
  910. sky[] = {{0.004316,0.002493,0.013752},0.011229};
  911. skyAroundSun[] = {0.004332,0.005212,0.009138};
  912. fogColor[] = {0.005,0.005,0.005};
  913. apertureMin = 7.39508;
  914. apertureStandard = 7.22;
  915. apertureMax = 18.05;
  916. standardAvgLum = 1.8;
  917. desiredLuminanceCoef = 0;
  918. desiredLuminanceCoefCloud = 0;
  919. luminanceRectCoef = 1;
  920. luminanceRectCoefCloud = 1;
  921. rayleigh[] = {0.00749,0.01388,0.02878};
  922. mie[] = {0.0046,0.0046,0.0046};
  923. cloudsColor[] = {{0.8,0.81,1},13.61492};
  924. swBrightness = 5;
  925. };
  926. class Lighting24
  927. {
  928. height = -0.001;
  929. overcast = 0.4;
  930. sunAngle = -9;
  931. sunOrMoon = 0;
  932. diffuse[] = {{0.077,0.24696,0.97},1.92};
  933. diffuseCloud[] = {{0.077,0.24696,0.97},1.92};
  934. ambient[] = {{0.015,0.121,0.1328},1.536};
  935. ambientCloud[] = {{0.015,0.121,0.1328},1.536};
  936. ambientMid[] = {{0.015,0.121,0.1328},1.6128};
  937. ambientMidCloud[] = {{0.015,0.121,0.1328},1.6128};
  938. groundReflection[] = {{0.015,0.1452,0.1328},1.29024};
  939. groundReflectionCloud[] = {{0.015,0.1452,0.1328},1.29024};
  940. bidirect[] = {0,0,0};
  941. bidirectCloud[] = {0,0,0};
  942. sky[] = {0.014632,0.00845,0.034815};
  943. skyAroundSun[] = {{0.00456,0.005486,0.009619},0.4};
  944. fogColor[] = {0.005,0.005,0.005};
  945. apertureMin = 7.546;
  946. apertureStandard = 7.6;
  947. apertureMax = 19;
  948. standardAvgLum = 3;
  949. desiredLuminanceCoef = 0;
  950. desiredLuminanceCoefCloud = 0;
  951. luminanceRectCoef = 1;
  952. luminanceRectCoefCloud = 1;
  953. rayleigh[] = {0.00749,0.01388,0.02878};
  954. mie[] = {0.0046,0.0046,0.0046};
  955. cloudsColor[] = {{0.8,0.81,1},13.61492};
  956. swBrightness = 5;
  957. };
  958. class Lighting25
  959. {
  960. height = -0.001;
  961. overcast = 0.4;
  962. sunAngle = -8;
  963. sunOrMoon = 0;
  964. diffuse[] = {{0.077,0.24696,0.97},1.6};
  965. diffuseCloud[] = {{0.077,0.24696,0.97},1.6};
  966. ambient[] = {{0.03,0.0847,0.12699},1.28};
  967. ambientCloud[] = {{0.03,0.0847,0.12699},1.28};
  968. ambientMid[] = {{0.03,0.0847,0.12699},1.344};
  969. ambientMidCloud[] = {{0.03,0.0847,0.12699},1.344};
  970. groundReflection[] = {{0.03,0.10164,0.12699},1.0752};
  971. groundReflectionCloud[] = {{0.03,0.10164,0.12699},1.0752};
  972. bidirect[] = {3.2e-005,5.1e-005,7.2e-005};
  973. bidirectCloud[] = {3.2e-005,5.1e-005,7.2e-005};
  974. sky[] = {{0.0496,0.028644,0.118017},0.014036};
  975. skyAroundSun[] = {{0.0048,0.005775,0.010125},1.8183};
  976. fogColor[] = {0.005,0.005,0.005};
  977. apertureMin = 7.7;
  978. apertureStandard = 8;
  979. apertureMax = 20;
  980. standardAvgLum = 5;
  981. desiredLuminanceCoef = 0;
  982. desiredLuminanceCoefCloud = 0;
  983. luminanceRectCoef = 1;
  984. luminanceRectCoefCloud = 1;
  985. rayleigh[] = {0.00749,0.01388,0.02878};
  986. mie[] = {0.0046,0.0046,0.0046};
  987. cloudsColor[] = {{0.8,0.81,1},12};
  988. swBrightness = 4;
  989. };
  990. class Lighting26
  991. {
  992. height = -0.001;
  993. overcast = 0.4;
  994. sunAngle = -6;
  995. sunOrMoon = 0;
  996. diffuse[] = {{0.077,0.24696,0.97},1.36};
  997. diffuseCloud[] = {{0.077,0.24696,0.97},1.36};
  998. ambient[] = {{0.045,0.121,0.18675},1.088};
  999. ambientCloud[] = {{0.045,0.121,0.18675},1.088};
  1000. ambientMid[] = {{0.045,0.121,0.18675},1.1424};
  1001. ambientMidCloud[] = {{0.045,0.121,0.18675},1.1424};
  1002. groundReflection[] = {{0.045,0.1452,0.18675},0.91392};
  1003. groundReflectionCloud[] = {{0.045,0.1452,0.18675},0.91392};
  1004. bidirect[] = {0.00032,0.000509,0.000724};
  1005. bidirectCloud[] = {0.00032,0.000509,0.000724};
  1006. sky[] = {{0.16,0.0924,0.3807},0.84216};
  1007. skyAroundSun[] = {{0.048,0.05775,0.10125},4.8488};
  1008. fogColor[] = {0.005,0.005,0.005};
  1009. apertureMin = 7.8;
  1010. apertureStandard = 9;
  1011. apertureMax = 20;
  1012. standardAvgLum = 10;
  1013. desiredLuminanceCoef = 0;
  1014. desiredLuminanceCoefCloud = 0;
  1015. luminanceRectCoef = 1;
  1016. luminanceRectCoefCloud = 1;
  1017. rayleigh[] = {0.00749,0.01388,0.02878};
  1018. mie[] = {0.0046,0.0046,0.0046};
  1019. cloudsColor[] = {{0.8,0.81,1},11};
  1020. swBrightness = 3;
  1021. };
  1022. class Lighting27
  1023. {
  1024. height = -0.001;
  1025. overcast = 0.4;
  1026. sunAngle = -2;
  1027. sunOrMoon = 0.5;
  1028. diffuse[] = {{0.154,0.15876,0.3007},1.276};
  1029. diffuseCloud[] = {{0.154,0.15876,0.3007},1.276};
  1030. ambient[] = {{0.15,0.3025,0.4482},1.276};
  1031. ambientCloud[] = {{0.15,0.3025,0.4482},1.276};
  1032. ambientMid[] = {{0.15,0.3025,0.4482},1.3398};
  1033. ambientMidCloud[] = {{0.15,0.3025,0.4482},1.3398};
  1034. groundReflection[] = {{0.15,0.363,0.4482},1.07184};
  1035. groundReflectionCloud[] = {{0.15,0.363,0.4482},1.07184};
  1036. bidirect[] = {0.000746,0.001187,0.001689};
  1037. bidirectCloud[] = {0.000746,0.001187,0.001689};
  1038. sky[] = {{0.16,0.165,0.2115},3.045812};
  1039. skyAroundSun[] = {{0.12,0.10395,0.09},9.0915};
  1040. fogColor[] = {0.005,0.005,0.005};
  1041. apertureMin = 8;
  1042. apertureStandard = 10;
  1043. apertureMax = 20;
  1044. standardAvgLum = 20;
  1045. desiredLuminanceCoef = 0;
  1046. desiredLuminanceCoefCloud = 0;
  1047. luminanceRectCoef = 1;
  1048. luminanceRectCoefCloud = 1;
  1049. rayleigh[] = {0.00749,0.01388,0.02878};
  1050. mie[] = {0.0046,0.0046,0.0046};
  1051. cloudsColor[] = {{0.8,0.81,1},11};
  1052. swBrightness = 2;
  1053. };
  1054. class Lighting28
  1055. {
  1056. height = -0.001;
  1057. overcast = 0.4;
  1058. sunAngle = 0;
  1059. sunOrMoon = 1;
  1060. diffuse[] = {{0.693,0.24696,0.2134},4.8488};
  1061. diffuseCloud[] = {{0.693,0.24696,0.2134},4.8488};
  1062. ambient[] = {{0.3,0.470085,0.562491},4.36392};
  1063. ambientCloud[] = {{0.3,0.470085,0.562491},4.36392};
  1064. ambientMid[] = {{0.3,0.470085,0.562491},4.582116};
  1065. ambientMidCloud[] = {{0.3,0.470085,0.562491},4.582116};
  1066. groundReflection[] = {{0.3,0.564102,0.562491},3.665693};
  1067. groundReflectionCloud[] = {{0.3,0.564102,0.562491},3.665693};
  1068. bidirect[] = {0.00213,0.00339,0.004826};
  1069. bidirectCloud[] = {0.00213,0.00339,0.004826};
  1070. sky[] = {{0.52,0.264,0.4239},4.10553};
  1071. skyAroundSun[] = {{0.3,0.09625,0.02997},9.849125};
  1072. fogColor[] = {0.005,0.005,0.005};
  1073. apertureMin = 9;
  1074. apertureStandard = 12;
  1075. apertureMax = 20;
  1076. standardAvgLum = 60;
  1077. desiredLuminanceCoef = 0;
  1078. desiredLuminanceCoefCloud = 0;
  1079. luminanceRectCoef = 1;
  1080. luminanceRectCoefCloud = 1;
  1081. rayleigh[] = {0.00749,0.01388,0.02878};
  1082. mie[] = {0.0046,0.0046,0.0046};
  1083. cloudsColor[] = {{0.8,0.81,1},12};
  1084. swBrightness = 1;
  1085. };
  1086. class Lighting29
  1087. {
  1088. height = -0.001;
  1089. overcast = 0.4;
  1090. sunAngle = 2;
  1091. sunOrMoon = 1;
  1092. diffuse[] = {{0.77,0.37044,0.194},7.018};
  1093. diffuseCloud[] = {{0.77,0.37044,0.194},7.018};
  1094. ambient[] = {{0.2655,0.5093,0.61918},5.6144};
  1095. ambientCloud[] = {{0.2655,0.5093,0.61918},5.6144};
  1096. ambientMid[] = {{0.2655,0.5093,0.61918},5.89512};
  1097. ambientMidCloud[] = {{0.2655,0.5093,0.61918},5.89512};
  1098. groundReflection[] = {{0.2655,0.61116,0.61918},4.716096};
  1099. groundReflectionCloud[] = {{0.2655,0.61116,0.61918},4.716096};
  1100. bidirect[] = {0.003195,0.005085,0.007239};
  1101. bidirectCloud[] = {0.003195,0.005085,0.007239};
  1102. sky[] = {{0.4312,0.31031,0.5175},6.568848};
  1103. skyAroundSun[] = {{0.4392,0.128744,0.03609},13.3342};
  1104. fogColor[] = {0.005,0.005,0.005};
  1105. apertureMin = 10;
  1106. apertureStandard = 15;
  1107. apertureMax = 20;
  1108. standardAvgLum = 70;
  1109. desiredLuminanceCoef = 0;
  1110. desiredLuminanceCoefCloud = 0;
  1111. luminanceRectCoef = 1;
  1112. luminanceRectCoefCloud = 1;
  1113. rayleigh[] = {0.00749,0.01388,0.02878};
  1114. mie[] = {0.0046,0.0046,0.0046};
  1115. cloudsColor[] = {{0.8,0.81,1},13};
  1116. swBrightness = 1;
  1117. };
  1118. class Lighting30
  1119. {
  1120. height = -0.001;
  1121. overcast = 0.4;
  1122. sunAngle = 6;
  1123. sunOrMoon = 1;
  1124. diffuse[] = {{0.77,0.5292,0.291},10.208};
  1125. diffuseCloud[] = {{0.77,0.5292,0.291},10.208};
  1126. ambient[] = {{0.285,0.5401,0.66234},8.1664};
  1127. ambientCloud[] = {{0.285,0.5401,0.66234},8.1664};
  1128. ambientMid[] = {{0.285,0.5401,0.66234},8.57472};
  1129. ambientMidCloud[] = {{0.285,0.5401,0.66234},8.57472};
  1130. groundReflection[] = {{0.285,0.64812,0.66234},6.859776};
  1131. groundReflectionCloud[] = {{0.285,0.64812,0.66234},6.859776};
  1132. bidirect[] = {0.003728,0.005933,0.008446};
  1133. bidirectCloud[] = {0.003728,0.005933,0.008446};
  1134. sky[] = {{0.42,0.37004,0.6507},8.84268};
  1135. skyAroundSun[] = {{0.424,0.206745,0.1188},13.3342};
  1136. fogColor[] = {0.005,0.005,0.005};
  1137. apertureMin = 15;
  1138. apertureStandard = 20;
  1139. apertureMax = 40;
  1140. standardAvgLum = 120;
  1141. desiredLuminanceCoef = 0;
  1142. desiredLuminanceCoefCloud = 0;
  1143. luminanceRectCoef = 1;
  1144. luminanceRectCoefCloud = 1;
  1145. rayleigh[] = {0.00749,0.01388,0.02878};
  1146. mie[] = {0.0046,0.0046,0.0046};
  1147. cloudsColor[] = {{0.8,0.81,1},13};
  1148. swBrightness = 1;
  1149. };
  1150. class Lighting31
  1151. {
  1152. height = -0.001;
  1153. overcast = 0.4;
  1154. sunAngle = 16;
  1155. sunOrMoon = 1;
  1156. diffuse[] = {{0.77,0.65268,0.485},11.484};
  1157. diffuseCloud[] = {{0.77,0.65268,0.485},11.484};
  1158. ambient[] = {{0.315,0.574145,0.70965},9.1872};
  1159. ambientCloud[] = {{0.315,0.574145,0.70965},9.1872};
  1160. ambientMid[] = {{0.315,0.574145,0.70965},9.64656};
  1161. ambientMidCloud[] = {{0.315,0.574145,0.70965},9.64656};
  1162. groundReflection[] = {{0.315,0.688974,0.70965},7.717248};
  1163. groundReflectionCloud[] = {{0.315,0.688974,0.70965},7.717248};
  1164. bidirect[] = {0.00426,0.00678,0.009652};
  1165. bidirectCloud[] = {0.00426,0.00678,0.009652};
  1166. sky[] = {{0.408,0.437085,0.62163},10.77965};
  1167. skyAroundSun[] = {{0.412,0.437976,0.42435},13.9403};
  1168. fogColor[] = {0.005,0.005,0.005};
  1169. apertureMin = 15;
  1170. apertureStandard = 25;
  1171. apertureMax = 85;
  1172. standardAvgLum = 450;
  1173. desiredLuminanceCoef = 0;
  1174. desiredLuminanceCoefCloud = 0;
  1175. luminanceRectCoef = 1;
  1176. luminanceRectCoefCloud = 1;
  1177. rayleigh[] = {0.00749,0.01388,0.02878};
  1178. mie[] = {0.0046,0.0046,0.0046};
  1179. cloudsColor[] = {{0.8,0.81,1},13};
  1180. swBrightness = 1;
  1181. };
  1182. class Lighting32
  1183. {
  1184. height = -0.001;
  1185. overcast = 0.4;
  1186. sunAngle = 45;
  1187. sunOrMoon = 1;
  1188. diffuse[] = {{0.77,0.882,0.97},12.76};
  1189. diffuseCloud[] = {{0.77,0.882,0.97},12.76};
  1190. ambient[] = {{0.3,0.605,0.747},10.208};
  1191. ambientCloud[] = {{0.3,0.605,0.747},10.208};
  1192. ambientMid[] = {{0.3,0.605,0.747},10.7184};
  1193. ambientMidCloud[] = {{0.3,0.605,0.747},10.7184};
  1194. groundReflection[] = {{0.3,0.726,0.747},8.57472};
  1195. groundReflectionCloud[] = {{0.3,0.726,0.747},8.57472};
  1196. bidirect[] = {0.00426,0.00678,0.009652};
  1197. bidirectCloud[] = {0.00426,0.00678,0.009652};
  1198. sky[] = {{0.4,0.55,0.9},11.2288};
  1199. skyAroundSun[] = {{0.4,0.385,0.45},15.1525};
  1200. fogColor[] = {0.005,0.005,0.005};
  1201. apertureMin = 22.5;
  1202. apertureStandard = 65;
  1203. apertureMax = 85;
  1204. standardAvgLum = 800;
  1205. desiredLuminanceCoef = 0;
  1206. desiredLuminanceCoefCloud = 0;
  1207. luminanceRectCoef = 1;
  1208. luminanceRectCoefCloud = 1;
  1209. rayleigh[] = {0.00749,0.01388,0.02878};
  1210. mie[] = {0.006,0.0046,0.004};
  1211. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1212. swBrightness = 1;
  1213. };
  1214. class Lighting33
  1215. {
  1216. height = -60;
  1217. overcast = 0.4;
  1218. sunAngle = -14;
  1219. sunOrMoon = 0;
  1220. diffuse[] = {0.0165,0.19208,0.679};
  1221. diffuseCloud[] = {0.0165,0.19208,0.679};
  1222. ambient[] = {0.0075,0.0968,0.4482};
  1223. ambientCloud[] = {0.0075,0.0968,0.4482};
  1224. ambientMid[] = {0.0075,0.0968,0.4482};
  1225. ambientMidCloud[] = {0.0075,0.0968,0.4482};
  1226. groundReflection[] = {0.0075,0.0968,0.4482};
  1227. groundReflectionCloud[] = {0.0075,0.0968,0.4482};
  1228. bidirect[] = {0,0,0};
  1229. bidirectCloud[] = {0,0,0};
  1230. sky[] = {0.001273,0.001838,0.004057};
  1231. skyAroundSun[] = {4e-006,0.000104,0.000366};
  1232. fogColor[] = {0.005,0.005,0.005};
  1233. apertureMin = 5.916064;
  1234. apertureStandard = 6.859;
  1235. apertureMax = 17.1475;
  1236. standardAvgLum = 1.08;
  1237. desiredLuminanceCoef = 0;
  1238. desiredLuminanceCoefCloud = 0;
  1239. luminanceRectCoef = 1;
  1240. luminanceRectCoefCloud = 1;
  1241. rayleigh[] = {0.00749,0.01388,0.02878};
  1242. mie[] = {0.0046,0.0046,0.0046};
  1243. cloudsColor[] = {{0.3,0.4,1},13.61492};
  1244. swBrightness = 5;
  1245. };
  1246. class Lighting34
  1247. {
  1248. height = -60;
  1249. overcast = 0.4;
  1250. sunAngle = -10;
  1251. sunOrMoon = 0;
  1252. diffuse[] = {{0.0385,0.24696,0.97},1.12};
  1253. diffuseCloud[] = {{0.0385,0.24696,0.97},1.12};
  1254. ambient[] = {0.0075,0.0968,0.4482};
  1255. ambientCloud[] = {0.0075,0.0968,0.4482};
  1256. ambientMid[] = {0.0075,0.0968,0.4482};
  1257. ambientMidCloud[] = {0.0075,0.0968,0.4482};
  1258. groundReflection[] = {0.0075,0.0968,0.4482};
  1259. groundReflectionCloud[] = {0.0075,0.0968,0.4482};
  1260. bidirect[] = {0,0,0};
  1261. bidirectCloud[] = {0,0,0};
  1262. sky[] = {{0.004316,0.006232,0.013752},0.011229};
  1263. skyAroundSun[] = {0.004332,0.005212,0.009138};
  1264. fogColor[] = {0.005,0.005,0.005};
  1265. apertureMin = 7.39508;
  1266. apertureStandard = 7.22;
  1267. apertureMax = 18.05;
  1268. standardAvgLum = 1.8;
  1269. desiredLuminanceCoef = 0;
  1270. desiredLuminanceCoefCloud = 0;
  1271. luminanceRectCoef = 1;
  1272. luminanceRectCoefCloud = 1;
  1273. rayleigh[] = {0.00749,0.01388,0.02878};
  1274. mie[] = {0.0046,0.0046,0.0046};
  1275. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1276. swBrightness = 5;
  1277. };
  1278. class Lighting35
  1279. {
  1280. height = -60;
  1281. overcast = 0.4;
  1282. sunAngle = -9;
  1283. sunOrMoon = 0;
  1284. diffuse[] = {{0.0385,0.24696,0.97},0.96};
  1285. diffuseCloud[] = {{0.0385,0.24696,0.97},0.96};
  1286. ambient[] = {{0.0075,0.0968,0.1328},1.3824};
  1287. ambientCloud[] = {{0.0075,0.0968,0.1328},1.3824};
  1288. ambientMid[] = {{0.0075,0.0968,0.1328},1.10592};
  1289. ambientMidCloud[] = {{0.0075,0.0968,0.1328},1.10592};
  1290. groundReflection[] = {{0.0075,0.0968,0.1328},0.884736};
  1291. groundReflectionCloud[] = {{0.0075,0.0968,0.1328},0.884736};
  1292. bidirect[] = {0,0,0};
  1293. bidirectCloud[] = {0,0,0};
  1294. sky[] = {0.014632,0.021125,0.034815};
  1295. skyAroundSun[] = {{0.00456,0.005486,0.009619},0.392};
  1296. fogColor[] = {0.005,0.005,0.005};
  1297. apertureMin = 7.546;
  1298. apertureStandard = 7.6;
  1299. apertureMax = 19;
  1300. standardAvgLum = 3;
  1301. desiredLuminanceCoef = 0;
  1302. desiredLuminanceCoefCloud = 0;
  1303. luminanceRectCoef = 1;
  1304. luminanceRectCoefCloud = 1;
  1305. rayleigh[] = {0.00749,0.01388,0.02878};
  1306. mie[] = {0.0046,0.0046,0.0046};
  1307. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1308. swBrightness = 5;
  1309. };
  1310. class Lighting36
  1311. {
  1312. height = -60;
  1313. overcast = 0.4;
  1314. sunAngle = -8;
  1315. sunOrMoon = 0;
  1316. diffuse[] = {{0.0385,0.24696,0.97},0.8};
  1317. diffuseCloud[] = {{0.0385,0.24696,0.97},0.8};
  1318. ambient[] = {{0.015,0.06776,0.12699},1.152};
  1319. ambientCloud[] = {{0.015,0.06776,0.12699},1.152};
  1320. ambientMid[] = {{0.015,0.06776,0.12699},0.9216};
  1321. ambientMidCloud[] = {{0.015,0.06776,0.12699},0.9216};
  1322. groundReflection[] = {{0.015,0.06776,0.12699},0.73728};
  1323. groundReflectionCloud[] = {{0.015,0.06776,0.12699},0.73728};
  1324. bidirect[] = {1.6e-005,2.5e-005,3.6e-005};
  1325. bidirectCloud[] = {1.6e-005,2.5e-005,3.6e-005};
  1326. sky[] = {{0.0496,0.07161,0.118017},0.014036};
  1327. skyAroundSun[] = {{0.0048,0.005775,0.010125},1.781934};
  1328. fogColor[] = {0.005,0.005,0.005};
  1329. apertureMin = 7.7;
  1330. apertureStandard = 8;
  1331. apertureMax = 20;
  1332. standardAvgLum = 5;
  1333. desiredLuminanceCoef = 0;
  1334. desiredLuminanceCoefCloud = 0;
  1335. luminanceRectCoef = 1;
  1336. luminanceRectCoefCloud = 1;
  1337. rayleigh[] = {0.00749,0.01388,0.02878};
  1338. mie[] = {0.0046,0.0046,0.0046};
  1339. cloudsColor[] = {{0.8,0.81,1},12};
  1340. swBrightness = 4;
  1341. };
  1342. class Lighting37
  1343. {
  1344. height = -60;
  1345. overcast = 0.4;
  1346. sunAngle = -6;
  1347. sunOrMoon = 0;
  1348. diffuse[] = {{0.0385,0.24696,0.97},0.68};
  1349. diffuseCloud[] = {{0.0385,0.24696,0.97},0.68};
  1350. ambient[] = {{0.0225,0.0968,0.18675},0.9792};
  1351. ambientCloud[] = {{0.0225,0.0968,0.18675},0.9792};
  1352. ambientMid[] = {{0.0225,0.0968,0.18675},0.78336};
  1353. ambientMidCloud[] = {{0.0225,0.0968,0.18675},0.78336};
  1354. groundReflection[] = {{0.0225,0.0968,0.18675},0.626688};
  1355. groundReflectionCloud[] = {{0.0225,0.0968,0.18675},0.626688};
  1356. bidirect[] = {0.00016,0.000254,0.000362};
  1357. bidirectCloud[] = {0.00016,0.000254,0.000362};
  1358. sky[] = {{0.16,0.231,0.3807},0.84216};
  1359. skyAroundSun[] = {{0.048,0.05775,0.10125},4.751824};
  1360. fogColor[] = {0.005,0.005,0.005};
  1361. apertureMin = 7.8;
  1362. apertureStandard = 9;
  1363. apertureMax = 20;
  1364. standardAvgLum = 10;
  1365. desiredLuminanceCoef = 0;
  1366. desiredLuminanceCoefCloud = 0;
  1367. luminanceRectCoef = 1;
  1368. luminanceRectCoefCloud = 1;
  1369. rayleigh[] = {0.00749,0.01388,0.02878};
  1370. mie[] = {0.0046,0.0046,0.0046};
  1371. cloudsColor[] = {{0.8,0.81,1},11};
  1372. swBrightness = 3;
  1373. };
  1374. class Lighting38
  1375. {
  1376. height = -60;
  1377. overcast = 0.4;
  1378. sunAngle = -2;
  1379. sunOrMoon = 0.5;
  1380. diffuse[] = {{0.077,0.15876,0.3007},0.638};
  1381. diffuseCloud[] = {{0.077,0.15876,0.3007},0.638};
  1382. ambient[] = {{0.075,0.242,0.4482},1.1484};
  1383. ambientCloud[] = {{0.075,0.242,0.4482},1.1484};
  1384. ambientMid[] = {{0.075,0.242,0.4482},0.91872};
  1385. ambientMidCloud[] = {{0.075,0.242,0.4482},0.91872};
  1386. groundReflection[] = {{0.075,0.242,0.4482},0.734976};
  1387. groundReflectionCloud[] = {{0.075,0.242,0.4482},0.734976};
  1388. bidirect[] = {0.000373,0.000593,0.000845};
  1389. bidirectCloud[] = {0.000373,0.000593,0.000845};
  1390. sky[] = {{0.32,0.33,0.423},3.045812};
  1391. skyAroundSun[] = {{0.12,0.10395,0.09},8.90967};
  1392. fogColor[] = {0.005,0.005,0.005};
  1393. apertureMin = 8;
  1394. apertureStandard = 10;
  1395. apertureMax = 20;
  1396. standardAvgLum = 20;
  1397. desiredLuminanceCoef = 0;
  1398. desiredLuminanceCoefCloud = 0;
  1399. luminanceRectCoef = 1;
  1400. luminanceRectCoefCloud = 1;
  1401. rayleigh[] = {0.00749,0.01388,0.02878};
  1402. mie[] = {0.0046,0.0046,0.0046};
  1403. cloudsColor[] = {{0.8,0.81,1},11};
  1404. swBrightness = 2;
  1405. };
  1406. class Lighting39
  1407. {
  1408. height = -60;
  1409. overcast = 0.4;
  1410. sunAngle = 0;
  1411. sunOrMoon = 1;
  1412. diffuse[] = {{0.3465,0.24696,0.2134},2.4244};
  1413. diffuseCloud[] = {{0.3465,0.24696,0.2134},2.4244};
  1414. ambient[] = {{0.15,0.376068,0.562491},3.927528};
  1415. ambientCloud[] = {{0.15,0.376068,0.562491},3.927528};
  1416. ambientMid[] = {{0.15,0.376068,0.562491},3.142022};
  1417. ambientMidCloud[] = {{0.15,0.376068,0.562491},3.142022};
  1418. groundReflection[] = {{0.15,0.376068,0.562491},2.513618};
  1419. groundReflectionCloud[] = {{0.15,0.376068,0.562491},2.513618};
  1420. bidirect[] = {0.001065,0.001695,0.002413};
  1421. bidirectCloud[] = {0.001065,0.001695,0.002413};
  1422. sky[] = {{0.52,0.44,0.4239},4.10553};
  1423. skyAroundSun[] = {{0.3,0.09625,0.02997},9.652143};
  1424. fogColor[] = {0.005,0.005,0.005};
  1425. apertureMin = 9;
  1426. apertureStandard = 12;
  1427. apertureMax = 20;
  1428. standardAvgLum = 60;
  1429. desiredLuminanceCoef = 0;
  1430. desiredLuminanceCoefCloud = 0;
  1431. luminanceRectCoef = 1;
  1432. luminanceRectCoefCloud = 1;
  1433. rayleigh[] = {0.00749,0.01388,0.02878};
  1434. mie[] = {0.0046,0.0046,0.0046};
  1435. cloudsColor[] = {{0.8,0.81,1},12};
  1436. swBrightness = 1;
  1437. };
  1438. class Lighting40
  1439. {
  1440. height = -60;
  1441. overcast = 0.4;
  1442. sunAngle = 2;
  1443. sunOrMoon = 1;
  1444. diffuse[] = {{0.385,0.37044,0.194},3.509};
  1445. diffuseCloud[] = {{0.385,0.37044,0.194},3.509};
  1446. ambient[] = {{0.13275,0.40744,0.61918},5.05296};
  1447. ambientCloud[] = {{0.13275,0.40744,0.61918},5.05296};
  1448. ambientMid[] = {{0.13275,0.40744,0.61918},4.042368};
  1449. ambientMidCloud[] = {{0.13275,0.40744,0.61918},4.042368};
  1450. groundReflection[] = {{0.13275,0.40744,0.61918},3.233894};
  1451. groundReflectionCloud[] = {{0.13275,0.40744,0.61918},3.233894};
  1452. bidirect[] = {0.001598,0.002543,0.00362};
  1453. bidirectCloud[] = {0.001598,0.002543,0.00362};
  1454. sky[] = {{0.4312,0.4433,0.5175},6.568848};
  1455. skyAroundSun[] = {{0.4392,0.128744,0.03609},11.87956};
  1456. fogColor[] = {0.005,0.005,0.005};
  1457. apertureMin = 10;
  1458. apertureStandard = 15;
  1459. apertureMax = 20;
  1460. standardAvgLum = 70;
  1461. desiredLuminanceCoef = 0;
  1462. desiredLuminanceCoefCloud = 0;
  1463. luminanceRectCoef = 1;
  1464. luminanceRectCoefCloud = 1;
  1465. rayleigh[] = {0.00749,0.01388,0.02878};
  1466. mie[] = {0.0046,0.0046,0.0046};
  1467. cloudsColor[] = {{0.8,0.81,1},13};
  1468. swBrightness = 1;
  1469. };
  1470. class Lighting41
  1471. {
  1472. height = -60;
  1473. overcast = 0.4;
  1474. sunAngle = 6;
  1475. sunOrMoon = 1;
  1476. diffuse[] = {{0.385,0.5292,0.291},5.104};
  1477. diffuseCloud[] = {{0.385,0.5292,0.291},5.104};
  1478. ambient[] = {{0.1425,0.43208,0.66234},7.34976};
  1479. ambientCloud[] = {{0.1425,0.43208,0.66234},7.34976};
  1480. ambientMid[] = {{0.1425,0.43208,0.66234},5.879808};
  1481. ambientMidCloud[] = {{0.1425,0.43208,0.66234},5.879808};
  1482. groundReflection[] = {{0.1425,0.43208,0.66234},4.703846};
  1483. groundReflectionCloud[] = {{0.1425,0.43208,0.66234},4.703846};
  1484. bidirect[] = {0.001864,0.002966,0.004223};
  1485. bidirectCloud[] = {0.001864,0.002966,0.004223};
  1486. sky[] = {{0.42,0.46255,0.6507},8.84268};
  1487. skyAroundSun[] = {{0.424,0.206745,0.1188},13.06752};
  1488. fogColor[] = {0.005,0.005,0.005};
  1489. apertureMin = 15;
  1490. apertureStandard = 20;
  1491. apertureMax = 40;
  1492. standardAvgLum = 120;
  1493. desiredLuminanceCoef = 0;
  1494. desiredLuminanceCoefCloud = 0;
  1495. luminanceRectCoef = 1;
  1496. luminanceRectCoefCloud = 1;
  1497. rayleigh[] = {0.00749,0.01388,0.02878};
  1498. mie[] = {0.0046,0.0046,0.0046};
  1499. cloudsColor[] = {{0.8,0.81,1},13};
  1500. swBrightness = 1;
  1501. };
  1502. class Lighting42
  1503. {
  1504. height = -60;
  1505. overcast = 0.4;
  1506. sunAngle = 16;
  1507. sunOrMoon = 1;
  1508. diffuse[] = {{0.385,0.65268,0.485},5.742};
  1509. diffuseCloud[] = {{0.385,0.65268,0.485},5.742};
  1510. ambient[] = {{0.1575,0.459316,0.70965},8.26848};
  1511. ambientCloud[] = {{0.1575,0.459316,0.70965},8.26848};
  1512. ambientMid[] = {{0.1575,0.459316,0.70965},6.614784};
  1513. ambientMidCloud[] = {{0.1575,0.459316,0.70965},6.614784};
  1514. groundReflection[] = {{0.1575,0.459316,0.70965},5.291827};
  1515. groundReflectionCloud[] = {{0.1575,0.459316,0.70965},5.291827};
  1516. bidirect[] = {0.00213,0.00339,0.004826};
  1517. bidirectCloud[] = {0.00213,0.00339,0.004826};
  1518. sky[] = {{0.408,0.48565,0.62163},10.77965};
  1519. skyAroundSun[] = {{0.412,0.437976,0.42435},13.66149};
  1520. fogColor[] = {0.005,0.005,0.005};
  1521. apertureMin = 15;
  1522. apertureStandard = 25;
  1523. apertureMax = 85;
  1524. standardAvgLum = 450;
  1525. desiredLuminanceCoef = 0;
  1526. desiredLuminanceCoefCloud = 0;
  1527. luminanceRectCoef = 1;
  1528. luminanceRectCoefCloud = 1;
  1529. rayleigh[] = {0.00749,0.01388,0.02878};
  1530. mie[] = {0.0046,0.0046,0.0046};
  1531. cloudsColor[] = {{0.8,0.81,1},13};
  1532. swBrightness = 1;
  1533. };
  1534. class Lighting43
  1535. {
  1536. height = -60;
  1537. overcast = 0.4;
  1538. sunAngle = 45;
  1539. sunOrMoon = 1;
  1540. diffuse[] = {{0.385,0.882,0.97},6.38};
  1541. diffuseCloud[] = {{0.385,0.882,0.97},6.38};
  1542. ambient[] = {{0.15,0.484,0.747},9.1872};
  1543. ambientCloud[] = {{0.15,0.484,0.747},9.1872};
  1544. ambientMid[] = {{0.15,0.484,0.747},7.34976};
  1545. ambientMidCloud[] = {{0.15,0.484,0.747},7.34976};
  1546. groundReflection[] = {{0.15,0.484,0.747},5.879808};
  1547. groundReflectionCloud[] = {{0.15,0.484,0.747},5.879808};
  1548. bidirect[] = {0.00213,0.00339,0.004826};
  1549. bidirectCloud[] = {0.00213,0.00339,0.004826};
  1550. sky[] = {{0.4,0.55,0.9},11.2288};
  1551. skyAroundSun[] = {{0.4,0.385,0.45},14.84945};
  1552. fogColor[] = {0.005,0.005,0.005};
  1553. apertureMin = 22.5;
  1554. apertureStandard = 65;
  1555. apertureMax = 85;
  1556. standardAvgLum = 800;
  1557. desiredLuminanceCoef = 0;
  1558. desiredLuminanceCoefCloud = 0;
  1559. luminanceRectCoef = 1;
  1560. luminanceRectCoefCloud = 1;
  1561. rayleigh[] = {0.00749,0.01388,0.02878};
  1562. mie[] = {0.006,0.0046,0.004};
  1563. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1564. swBrightness = 1;
  1565. };
  1566. class Lighting44
  1567. {
  1568. height = -160;
  1569. overcast = 0.4;
  1570. sunAngle = -14;
  1571. sunOrMoon = 0;
  1572. diffuse[] = {0.00825,0.19208,0.679};
  1573. diffuseCloud[] = {0.00825,0.19208,0.679};
  1574. ambient[] = {0.00375,0.07744,0.4482};
  1575. ambientCloud[] = {0.00375,0.07744,0.4482};
  1576. ambientMid[] = {0.00375,0.07744,0.4482};
  1577. ambientMidCloud[] = {0.00375,0.07744,0.4482};
  1578. groundReflection[] = {0.00375,0.07744,0.4482};
  1579. groundReflectionCloud[] = {0.00375,0.07744,0.4482};
  1580. bidirect[] = {0,0,0};
  1581. bidirectCloud[] = {0,0,0};
  1582. sky[] = {0.001273,0.001838,0.004057};
  1583. skyAroundSun[] = {4e-006,0.000104,0.000366};
  1584. fogColor[] = {0.005,0.005,0.005};
  1585. apertureMin = 5.916064;
  1586. apertureStandard = 6.859;
  1587. apertureMax = 17.1475;
  1588. standardAvgLum = 1.08;
  1589. desiredLuminanceCoef = 0;
  1590. desiredLuminanceCoefCloud = 0;
  1591. luminanceRectCoef = 1;
  1592. luminanceRectCoefCloud = 1;
  1593. rayleigh[] = {0.00749,0.01388,0.02878};
  1594. mie[] = {0.0046,0.0046,0.0046};
  1595. cloudsColor[] = {{0.3,0.4,1},13.61492};
  1596. swBrightness = 5;
  1597. };
  1598. class Lighting45
  1599. {
  1600. height = -160;
  1601. overcast = 0.4;
  1602. sunAngle = 0;
  1603. sunOrMoon = 1;
  1604. diffuse[] = {{0.03465,0.148176,0.2134},0.72732};
  1605. diffuseCloud[] = {{0.03465,0.148176,0.2134},0.72732};
  1606. ambient[] = {{0.01,0.300854,0.562491},2.552893};
  1607. ambientCloud[] = {{0.01,0.300854,0.562491},2.552893};
  1608. ambientMid[] = {{0.01,0.300854,0.562491},2.042315};
  1609. ambientMidCloud[] = {{0.01,0.300854,0.562491},2.042315};
  1610. groundReflection[] = {{0.01,0.300854,0.562491},1.633852};
  1611. groundReflectionCloud[] = {{0.01,0.300854,0.562491},1.633852};
  1612. bidirect[] = {0,0.05,0.07};
  1613. bidirectCloud[] = {0,0.05,0.07};
  1614. sky[] = {{0.52,0.44,0.4239},1.642212};
  1615. skyAroundSun[] = {{0.3,0.09625,0.02997},9.652143};
  1616. fogColor[] = {0.005,0.005,0.005};
  1617. apertureMin = 9;
  1618. apertureStandard = 12;
  1619. apertureMax = 20;
  1620. standardAvgLum = 60;
  1621. desiredLuminanceCoef = 0;
  1622. desiredLuminanceCoefCloud = 0;
  1623. luminanceRectCoef = 1;
  1624. luminanceRectCoefCloud = 1;
  1625. rayleigh[] = {0.00749,0.01388,0.02878};
  1626. mie[] = {0.0046,0.0046,0.0046};
  1627. cloudsColor[] = {{0.8,0.81,1},12};
  1628. swBrightness = 1;
  1629. };
  1630. class Lighting46
  1631. {
  1632. height = -160;
  1633. overcast = 0.4;
  1634. sunAngle = 45;
  1635. sunOrMoon = 1;
  1636. diffuse[] = {{0.0385,0.5292,0.97},1.914};
  1637. diffuseCloud[] = {{0.0385,0.5292,0.97},1.914};
  1638. ambient[] = {{0.01,0.3872,0.747},5.97168};
  1639. ambientCloud[] = {{0.01,0.3872,0.747},5.97168};
  1640. ambientMid[] = {{0.01,0.3872,0.747},4.777344};
  1641. ambientMidCloud[] = {{0.01,0.3872,0.747},4.777344};
  1642. groundReflection[] = {{0.01,0.3872,0.747},3.821875};
  1643. groundReflectionCloud[] = {{0.01,0.3872,0.747},3.821875};
  1644. bidirect[] = {0,0.05,0.07};
  1645. bidirectCloud[] = {0,0.05,0.07};
  1646. sky[] = {{0.4,0.55,0.9},7.29872};
  1647. skyAroundSun[] = {{0.4,0.385,0.45},14.84945};
  1648. fogColor[] = {0.005,0.005,0.005};
  1649. apertureMin = 22.5;
  1650. apertureStandard = 65;
  1651. apertureMax = 85;
  1652. standardAvgLum = 800;
  1653. desiredLuminanceCoef = 0;
  1654. desiredLuminanceCoefCloud = 0;
  1655. luminanceRectCoef = 1;
  1656. luminanceRectCoefCloud = 1;
  1657. rayleigh[] = {0.00749,0.01388,0.02878};
  1658. mie[] = {0.006,0.0046,0.004};
  1659. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1660. swBrightness = 1;
  1661. };
  1662. class Lighting47
  1663. {
  1664. height = -250;
  1665. overcast = 0.4;
  1666. sunAngle = -14;
  1667. sunOrMoon = 0;
  1668. diffuse[] = {0.0005,0.001,0.001};
  1669. diffuseCloud[] = {0,0,0};
  1670. ambient[] = {0.0004,0.0008,0.0008};
  1671. ambientCloud[] = {0,0,0};
  1672. ambientMid[] = {0.000375,0.00075,0.00075};
  1673. ambientMidCloud[] = {0,0,0};
  1674. groundReflection[] = {0,0,0};
  1675. groundReflectionCloud[] = {0,0,0};
  1676. bidirect[] = {0,0,0};
  1677. bidirectCloud[] = {0,0,0};
  1678. sky[] = {0,0.002,0.003};
  1679. skyAroundSun[] = {0,0.002,0.003};
  1680. fogColor[] = {0,0,0};
  1681. apertureMin = 5.916064;
  1682. apertureStandard = 6.859;
  1683. apertureMax = 17.1475;
  1684. standardAvgLum = 1.08;
  1685. desiredLuminanceCoef = 0;
  1686. desiredLuminanceCoefCloud = 0;
  1687. luminanceRectCoef = 1;
  1688. luminanceRectCoefCloud = 1;
  1689. rayleigh[] = {0.00749,0.01388,0.02878};
  1690. mie[] = {0.0046,0.0046,0.0046};
  1691. cloudsColor[] = {{0.3,0.4,1},13.61492};
  1692. swBrightness = 5;
  1693. };
  1694. class Lighting48
  1695. {
  1696. height = -250;
  1697. overcast = 0.4;
  1698. sunAngle = 0;
  1699. sunOrMoon = 1;
  1700. diffuse[] = {0.4,0.5,0.5};
  1701. diffuseCloud[] = {0.2,0.5,0.5};
  1702. ambient[] = {0.1,0.2,0.2};
  1703. ambientCloud[] = {0,0.5,1};
  1704. ambientMid[] = {0.1,0.2,0.2};
  1705. ambientMidCloud[] = {0,0.5,1};
  1706. groundReflection[] = {0,0.45,0.4};
  1707. groundReflectionCloud[] = {0.3,0.3,0.3};
  1708. bidirect[] = {0,0.05,0.07};
  1709. bidirectCloud[] = {0.03,0.03,0.03};
  1710. sky[] = {{0.1,0.64,1},0.164221};
  1711. skyAroundSun[] = {{0.5,0.64,1},0.965214};
  1712. fogColor[] = {0.05,0.05,0.05};
  1713. apertureMin = 9;
  1714. apertureStandard = 12;
  1715. apertureMax = 20;
  1716. standardAvgLum = 60;
  1717. desiredLuminanceCoef = 0.02;
  1718. desiredLuminanceCoefCloud = 0.02;
  1719. luminanceRectCoef = 1;
  1720. luminanceRectCoefCloud = 1;
  1721. rayleigh[] = {0.00749,0.01388,0.02878};
  1722. mie[] = {0.0046,0.0046,0.0046};
  1723. cloudsColor[] = {{0.8,0.81,1},12};
  1724. swBrightness = 1;
  1725. };
  1726. class Lighting49
  1727. {
  1728. height = -250;
  1729. overcast = 0.4;
  1730. sunAngle = 45;
  1731. sunOrMoon = 1;
  1732. diffuse[] = {0,1,1};
  1733. diffuseCloud[] = {0,0,0};
  1734. ambient[] = {0,0,0};
  1735. ambientCloud[] = {0,0,0};
  1736. ambientMid[] = {0,0,0};
  1737. ambientMidCloud[] = {0,0,0};
  1738. groundReflection[] = {0,0,0};
  1739. groundReflectionCloud[] = {0,0,0};
  1740. bidirect[] = {0,0,0};
  1741. bidirectCloud[] = {0,0,0};
  1742. sky[] = {{0.4,0.55,0.9},7.29872};
  1743. skyAroundSun[] = {{0.4,0.385,0.45},18.94062};
  1744. fogColor[] = {0.005,0.005,0.005};
  1745. apertureMin = 22.5;
  1746. apertureStandard = 65;
  1747. apertureMax = 85;
  1748. standardAvgLum = 800;
  1749. desiredLuminanceCoef = 0;
  1750. desiredLuminanceCoefCloud = 0;
  1751. luminanceRectCoef = 1;
  1752. luminanceRectCoefCloud = 1;
  1753. rayleigh[] = {0.00749,0.01388,0.02878};
  1754. mie[] = {0.006,0.0046,0.004};
  1755. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1756. swBrightness = 1;
  1757. };
  1758. class Lighting50
  1759. {
  1760. height = -0.001;
  1761. overcast = 0.95;
  1762. sunAngle = -14;
  1763. sunOrMoon = 0;
  1764. diffuse[] = {0,0,0};
  1765. diffuseCloud[] = {0,0,0};
  1766. ambient[] = {0.006372,0.056282,0.354294};
  1767. ambientCloud[] = {0.005735,0.050653,0.318865};
  1768. ambientMid[] = {0.005098,0.045025,0.283435};
  1769. ambientMidCloud[] = {0.005098,0.045025,0.283435};
  1770. groundReflection[] = {0.003008,0.041873,0.283435};
  1771. groundReflectionCloud[] = {0.003008,0.041873,0.283435};
  1772. bidirect[] = {0,0,0};
  1773. bidirectCloud[] = {0,0,0};
  1774. sky[] = {{0.32,0.2,0.25},0.000898};
  1775. skyAroundSun[] = {4e-006,0.000104,0.000366};
  1776. fogColor[] = {0.005,0.005,0.005};
  1777. apertureMin = 5.916064;
  1778. apertureStandard = 6.859;
  1779. apertureMax = 17.1475;
  1780. standardAvgLum = 1.08;
  1781. desiredLuminanceCoef = 0;
  1782. desiredLuminanceCoefCloud = 0;
  1783. luminanceRectCoef = 1;
  1784. luminanceRectCoefCloud = 1;
  1785. rayleigh[] = {0.00749,0.01388,0.02878};
  1786. mie[] = {0.0046,0.0046,0.0046};
  1787. cloudsColor[] = {{0.3,0.4,1},13.61492};
  1788. swBrightness = 5;
  1789. };
  1790. class Lighting51
  1791. {
  1792. height = -0.001;
  1793. overcast = 0.95;
  1794. sunAngle = -10;
  1795. sunOrMoon = 0;
  1796. diffuse[] = {0.05775,0.18522,0.7275};
  1797. diffuseCloud[] = {0.051975,0.166698,0.65475};
  1798. ambient[] = {0.001888,0.006064,0.017496};
  1799. ambientCloud[] = {0.001699,0.005458,0.015746};
  1800. ambientMid[] = {0.00151,0.004851,0.013997};
  1801. ambientMidCloud[] = {0.00151,0.004851,0.013997};
  1802. groundReflection[] = {0.000891,0.004512,0.013997};
  1803. groundReflectionCloud[] = {0.000891,0.004512,0.013997};
  1804. bidirect[] = {0,0,0};
  1805. bidirectCloud[] = {0,0,0};
  1806. sky[] = {{0.32,0.2,0.25},0.008983};
  1807. skyAroundSun[] = {0.004332,0.005212,0.009138};
  1808. fogColor[] = {0.005,0.005,0.005};
  1809. apertureMin = 7.39508;
  1810. apertureStandard = 7.22;
  1811. apertureMax = 18.05;
  1812. standardAvgLum = 1.8;
  1813. desiredLuminanceCoef = 0;
  1814. desiredLuminanceCoefCloud = 0;
  1815. luminanceRectCoef = 1;
  1816. luminanceRectCoefCloud = 1;
  1817. rayleigh[] = {0.00749,0.01388,0.02878};
  1818. mie[] = {0.0046,0.0046,0.0046};
  1819. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1820. swBrightness = 0;
  1821. };
  1822. class Lighting52
  1823. {
  1824. height = -0.001;
  1825. overcast = 0.95;
  1826. sunAngle = -9;
  1827. sunOrMoon = 0;
  1828. diffuse[] = {0,0,0};
  1829. diffuseCloud[] = {0,0,0};
  1830. ambient[] = {0.013688,0.021224,0.130248};
  1831. ambientCloud[] = {0.012319,0.019102,0.117223};
  1832. ambientMid[] = {0.01095,0.016979,0.104198};
  1833. ambientMidCloud[] = {0.01095,0.016979,0.104198};
  1834. groundReflection[] = {0.006461,0.015791,0.104198};
  1835. groundReflectionCloud[] = {0.006461,0.015791,0.104198};
  1836. bidirect[] = {0,0,0};
  1837. bidirectCloud[] = {0,0,0};
  1838. sky[] = {0.32,0.2,0.25};
  1839. skyAroundSun[] = {{0.00456,0.005486,0.009619},0.4};
  1840. fogColor[] = {0.005,0.005,0.005};
  1841. apertureMin = 7.546;
  1842. apertureStandard = 7.6;
  1843. apertureMax = 19;
  1844. standardAvgLum = 3;
  1845. desiredLuminanceCoef = 0;
  1846. desiredLuminanceCoefCloud = 0;
  1847. luminanceRectCoef = 1;
  1848. luminanceRectCoefCloud = 1;
  1849. rayleigh[] = {0.00749,0.01388,0.02878};
  1850. mie[] = {0.0046,0.0046,0.0046};
  1851. cloudsColor[] = {{0.8,0.81,1},13.61492};
  1852. swBrightness = 0;
  1853. };
  1854. class Lighting53
  1855. {
  1856. height = -0.001;
  1857. overcast = 0.95;
  1858. sunAngle = -8;
  1859. sunOrMoon = 0;
  1860. diffuse[] = {0,0,0};
  1861. diffuseCloud[] = {0,0,0};
  1862. ambient[] = {0.022184,0.0306,0.0549};
  1863. ambientCloud[] = {0.019966,0.02754,0.04941};
  1864. ambientMid[] = {0.017747,0.02448,0.04392};
  1865. ambientMidCloud[] = {0.017747,0.02448,0.04392};
  1866. groundReflection[] = {0.010471,0.022766,0.04392};
  1867. groundReflectionCloud[] = {0.010471,0.022766,0.04392};
  1868. bidirect[] = {0,0,0};
  1869. bidirectCloud[] = {0,0,0};
  1870. sky[] = {{0.32,0.2,0.25},0.011229};
  1871. skyAroundSun[] = {{0.0048,0.005775,0.010125},1.8183};
  1872. fogColor[] = {0.005,0.005,0.005};
  1873. apertureMin = 7.7;
  1874. apertureStandard = 8;
  1875. apertureMax = 20;
  1876. standardAvgLum = 5;
  1877. desiredLuminanceCoef = 0;
  1878. desiredLuminanceCoefCloud = 0;
  1879. luminanceRectCoef = 1;
  1880. luminanceRectCoefCloud = 1;
  1881. rayleigh[] = {0.00749,0.01388,0.02878};
  1882. mie[] = {0.0046,0.0046,0.0046};
  1883. cloudsColor[] = {{0.8,0.81,1},12};
  1884. swBrightness = 0;
  1885. };
  1886. class Lighting54
  1887. {
  1888. height = -0.001;
  1889. overcast = 0.95;
  1890. sunAngle = -6;
  1891. sunOrMoon = 0;
  1892. diffuse[] = {0,0,0};
  1893. diffuseCloud[] = {0,0,0};
  1894. ambient[] = {{0.022184,0.0455,0.08},0.368509};
  1895. ambientCloud[] = {{0.019966,0.04095,0.072},0.331658};
  1896. ambientMid[] = {{0.017747,0.0364,0.064},0.331658};
  1897. ambientMidCloud[] = {{0.017747,0.0364,0.064},0.331658};
  1898. groundReflection[] = {{0.010471,0.033852,0.064},0.265326};
  1899. groundReflectionCloud[] = {{0.010471,0.033852,0.064},0.265326};
  1900. bidirect[] = {0,0,0};
  1901. bidirectCloud[] = {0,0,0};
  1902. sky[] = {{0.32,0.2,0.25},0.757944};
  1903. skyAroundSun[] = {{0.048,0.05775,0.10125},4.8488};
  1904. fogColor[] = {0.005,0.005,0.005};
  1905. apertureMin = 7.8;
  1906. apertureStandard = 9;
  1907. apertureMax = 20;
  1908. standardAvgLum = 10;
  1909. desiredLuminanceCoef = 0;
  1910. desiredLuminanceCoefCloud = 0;
  1911. luminanceRectCoef = 1;
  1912. luminanceRectCoefCloud = 1;
  1913. rayleigh[] = {0.00749,0.01388,0.02878};
  1914. mie[] = {0.0046,0.0046,0.0046};
  1915. cloudsColor[] = {{0.8,0.81,1},11};
  1916. swBrightness = 0;
  1917. };
  1918. class Lighting55
  1919. {
  1920. height = -0.001;
  1921. overcast = 0.95;
  1922. sunAngle = -2;
  1923. sunOrMoon = 0.5;
  1924. diffuse[] = {0,0,0};
  1925. diffuseCloud[] = {0,0,0};
  1926. ambient[] = {{0.07,0.0775,0.086},3.938438};
  1927. ambientCloud[] = {{0.063,0.06975,0.0774},3.544594};
  1928. ambientMid[] = {{0.056,0.062,0.0688},3.544594};
  1929. ambientMidCloud[] = {{0.056,0.062,0.0688},3.544594};
  1930. groundReflection[] = {{0.03304,0.05766,0.0688},2.835675};
  1931. groundReflectionCloud[] = {{0.03304,0.05766,0.0688},2.835675};
  1932. bidirect[] = {0,0,0};
  1933. bidirectCloud[] = {0,0,0};
  1934. sky[] = {{0.32,0.2,0.25},2.893521};
  1935. skyAroundSun[] = {{0.12,0.10395,0.09},9.0915};
  1936. fogColor[] = {0.005,0.005,0.005};
  1937. apertureMin = 8;
  1938. apertureStandard = 10;
  1939. apertureMax = 20;
  1940. standardAvgLum = 20;
  1941. desiredLuminanceCoef = 0;
  1942. desiredLuminanceCoefCloud = 0;
  1943. luminanceRectCoef = 1;
  1944. luminanceRectCoefCloud = 1;
  1945. rayleigh[] = {0.00749,0.01388,0.02878};
  1946. mie[] = {0.0046,0.0046,0.0046};
  1947. cloudsColor[] = {{0.8,0.81,1},11};
  1948. swBrightness = 0;
  1949. };
  1950. class Lighting56
  1951. {
  1952. height = -0.001;
  1953. overcast = 0.95;
  1954. sunAngle = 0;
  1955. sunOrMoon = 1;
  1956. diffuse[] = {{0,0,0},0.436392};
  1957. diffuseCloud[] = {{0,0,0},0.392753};
  1958. ambient[] = {{0.097704,0.13,0.215},4.145724};
  1959. ambientCloud[] = {{0.087934,0.117,0.1935},3.731152};
  1960. ambientMid[] = {{0.078163,0.104,0.172},3.731152};
  1961. ambientMidCloud[] = {{0.078163,0.104,0.172},3.731152};
  1962. groundReflection[] = {{0.046116,0.09672,0.172},2.984921};
  1963. groundReflectionCloud[] = {{0.046116,0.09672,0.172},2.984921};
  1964. bidirect[] = {0,0,0};
  1965. bidirectCloud[] = {0,0,0};
  1966. sky[] = {{0.32,0.2,0.25},4.10553};
  1967. skyAroundSun[] = {{0.3,0.09625,0.02997},9.849125};
  1968. fogColor[] = {0.005,0.005,0.005};
  1969. apertureMin = 9;
  1970. apertureStandard = 12;
  1971. apertureMax = 20;
  1972. standardAvgLum = 60;
  1973. desiredLuminanceCoef = 0;
  1974. desiredLuminanceCoefCloud = 0;
  1975. luminanceRectCoef = 1;
  1976. luminanceRectCoefCloud = 1;
  1977. rayleigh[] = {0.00749,0.01388,0.02878};
  1978. mie[] = {0.0046,0.0046,0.0046};
  1979. cloudsColor[] = {{0.8,0.81,1},12};
  1980. swBrightness = 1;
  1981. };
  1982. class Lighting57
  1983. {
  1984. height = -0.001;
  1985. overcast = 0.95;
  1986. sunAngle = 2;
  1987. sunOrMoon = 1;
  1988. diffuse[] = {{0.7,0.9,1},0.94743};
  1989. diffuseCloud[] = {{0.63,0.81,0.9},0.852687};
  1990. ambient[] = {{0.140184,0.2082,0.3654},4.875317};
  1991. ambientCloud[] = {{0.126166,0.18738,0.32886},4.387785};
  1992. ambientMid[] = {{0.112147,0.16656,0.29232},4.387785};
  1993. ambientMidCloud[] = {{0.112147,0.16656,0.29232},4.387785};
  1994. groundReflection[] = {{0.066167,0.154901,0.29232},3.510228};
  1995. groundReflectionCloud[] = {{0.066167,0.154901,0.29232},3.510228};
  1996. bidirect[] = {0,0,0};
  1997. bidirectCloud[] = {0,0,0};
  1998. sky[] = {{0.32,0.2,0.25},6.240406};
  1999. skyAroundSun[] = {{0.4392,0.128744,0.03609},13.3342};
  2000. fogColor[] = {0.005,0.005,0.005};
  2001. apertureMin = 10;
  2002. apertureStandard = 15;
  2003. apertureMax = 20;
  2004. standardAvgLum = 70;
  2005. desiredLuminanceCoef = 0;
  2006. desiredLuminanceCoefCloud = 0;
  2007. luminanceRectCoef = 1;
  2008. luminanceRectCoefCloud = 1;
  2009. rayleigh[] = {0.00749,0.01388,0.02878};
  2010. mie[] = {0.0046,0.0046,0.0046};
  2011. cloudsColor[] = {{0.8,0.81,1},13};
  2012. swBrightness = 0;
  2013. };
  2014. class Lighting58
  2015. {
  2016. height = -0.001;
  2017. overcast = 0.95;
  2018. sunAngle = 6;
  2019. sunOrMoon = 1;
  2020. diffuse[] = {{0.7,0.9,1},1.83744};
  2021. diffuseCloud[] = {{0.63,0.81,0.9},1.653696};
  2022. ambient[] = {{0.186912,0.28795,0.4361},6.818625};
  2023. ambientCloud[] = {{0.168221,0.259155,0.39249},6.136763};
  2024. ambientMid[] = {{0.14953,0.23036,0.34888},6.136763};
  2025. ambientMidCloud[] = {{0.14953,0.23036,0.34888},6.136763};
  2026. groundReflection[] = {{0.088222,0.214235,0.34888},4.90941};
  2027. groundReflectionCloud[] = {{0.088222,0.214235,0.34888},4.90941};
  2028. bidirect[] = {0,0,0};
  2029. bidirectCloud[] = {0,0,0};
  2030. sky[] = {{0.32,0.2,0.25},7.958412};
  2031. skyAroundSun[] = {{0.424,0.206745,0.1188},13.3342};
  2032. fogColor[] = {0.005,0.005,0.005};
  2033. apertureMin = 15;
  2034. apertureStandard = 20;
  2035. apertureMax = 40;
  2036. standardAvgLum = 120;
  2037. desiredLuminanceCoef = 0;
  2038. desiredLuminanceCoefCloud = 0;
  2039. luminanceRectCoef = 1;
  2040. luminanceRectCoefCloud = 1;
  2041. rayleigh[] = {0.00749,0.01388,0.02878};
  2042. mie[] = {0.0046,0.0046,0.0046};
  2043. cloudsColor[] = {{0.8,0.81,1},13};
  2044. swBrightness = 0;
  2045. };
  2046. class Lighting59
  2047. {
  2048. height = -0.001;
  2049. overcast = 0.95;
  2050. sunAngle = 16;
  2051. sunOrMoon = 1;
  2052. diffuse[] = {{0.7,0.9,1},3.10068};
  2053. diffuseCloud[] = {{0.63,0.81,0.9},2.790612};
  2054. ambient[] = {{0.225144,0.364,0.4942},6.818625};
  2055. ambientCloud[] = {{0.20263,0.3276,0.44478},6.136763};
  2056. ambientMid[] = {{0.180115,0.2912,0.39536},6.136763};
  2057. ambientMidCloud[] = {{0.180115,0.2912,0.39536},6.136763};
  2058. groundReflection[] = {{0.106268,0.270816,0.39536},4.90941};
  2059. groundReflectionCloud[] = {{0.106268,0.270816,0.39536},4.90941};
  2060. bidirect[] = {0,0,0};
  2061. bidirectCloud[] = {0,0,0};
  2062. sky[] = {{0.32,0.2,0.25},9.162701};
  2063. skyAroundSun[] = {{0.412,0.437976,0.42435},13.9403};
  2064. fogColor[] = {0.005,0.005,0.005};
  2065. apertureMin = 15;
  2066. apertureStandard = 25;
  2067. apertureMax = 85;
  2068. standardAvgLum = 450;
  2069. desiredLuminanceCoef = 0;
  2070. desiredLuminanceCoefCloud = 0;
  2071. luminanceRectCoef = 1;
  2072. luminanceRectCoefCloud = 1;
  2073. rayleigh[] = {0.00749,0.01388,0.02878};
  2074. mie[] = {0.0046,0.0046,0.0046};
  2075. cloudsColor[] = {{0.8,0.81,1},13};
  2076. swBrightness = 0;
  2077. };
  2078. class Lighting60
  2079. {
  2080. height = -0.001;
  2081. overcast = 0.95;
  2082. sunAngle = 45;
  2083. sunOrMoon = 1;
  2084. diffuse[] = {{0.7,0.9,1},4.5936};
  2085. diffuseCloud[] = {{0.63,0.81,0.9},4.13424};
  2086. ambient[] = {{0.284734,0.4158,0.46144},8.7725};
  2087. ambientCloud[] = {{0.256261,0.37422,0.415296},7.89525};
  2088. ambientMid[] = {{0.227787,0.33264,0.369152},7.89525};
  2089. ambientMidCloud[] = {{0.227787,0.33264,0.369152},7.89525};
  2090. groundReflection[] = {{0.134395,0.309355,0.369152},6.3162};
  2091. groundReflectionCloud[] = {{0.134395,0.309355,0.369152},6.3162};
  2092. bidirect[] = {0,0,0};
  2093. bidirectCloud[] = {0,0,0};
  2094. sky[] = {{0.32,0.2,0.25},8.98304};
  2095. skyAroundSun[] = {{0.4,0.385,0.45},15.1525};
  2096. fogColor[] = {0.005,0.005,0.005};
  2097. apertureMin = 22.5;
  2098. apertureStandard = 65;
  2099. apertureMax = 85;
  2100. standardAvgLum = 800;
  2101. desiredLuminanceCoef = 0;
  2102. desiredLuminanceCoefCloud = 0;
  2103. luminanceRectCoef = 1;
  2104. luminanceRectCoefCloud = 1;
  2105. rayleigh[] = {0.00749,0.01388,0.02878};
  2106. mie[] = {0.006,0.0046,0.004};
  2107. cloudsColor[] = {{0.8,0.81,1},13.61492};
  2108. swBrightness = 1;
  2109. };
  2110. class Lighting61
  2111. {
  2112. height = -60;
  2113. overcast = 0.95;
  2114. sunAngle = -14;
  2115. sunOrMoon = 0;
  2116. diffuse[] = {0,0,0};
  2117. diffuseCloud[] = {0,0,0};
  2118. ambient[] = {0.003186,0.028141,0.177147};
  2119. ambientCloud[] = {0.003186,0.028141,0.177147};
  2120. ambientMid[] = {0.002549,0.022513,0.141718};
  2121. ambientMidCloud[] = {0.002549,0.022513,0.141718};
  2122. groundReflection[] = {0.001504,0.020937,0.141718};
  2123. groundReflectionCloud[] = {0.001504,0.020937,0.141718};
  2124. bidirect[] = {0,0,0};
  2125. bidirectCloud[] = {0,0,0};
  2126. sky[] = {{0.32,0.2,0.25},0.000629};
  2127. skyAroundSun[] = {4e-006,0.000104,0.000366};
  2128. fogColor[] = {0.005,0.005,0.005};
  2129. apertureMin = 5.916064;
  2130. apertureStandard = 6.859;
  2131. apertureMax = 17.1475;
  2132. standardAvgLum = 1.08;
  2133. desiredLuminanceCoef = 0;
  2134. desiredLuminanceCoefCloud = 0;
  2135. luminanceRectCoef = 1;
  2136. luminanceRectCoefCloud = 1;
  2137. rayleigh[] = {0.00749,0.01388,0.02878};
  2138. mie[] = {0.0046,0.0046,0.0046};
  2139. cloudsColor[] = {{0.3,0.4,1},13.61492};
  2140. swBrightness = 5;
  2141. };
  2142. class Lighting62
  2143. {
  2144. height = -60;
  2145. overcast = 0.95;
  2146. sunAngle = -10;
  2147. sunOrMoon = 0;
  2148. diffuse[] = {0.028875,0.18522,0.7275};
  2149. diffuseCloud[] = {0.028875,0.18522,0.7275};
  2150. ambient[] = {0.000944,0.003032,0.008748};
  2151. ambientCloud[] = {0.000944,0.003032,0.008748};
  2152. ambientMid[] = {0.000755,0.002426,0.006998};
  2153. ambientMidCloud[] = {0.000755,0.002426,0.006998};
  2154. groundReflection[] = {0.000446,0.002256,0.006998};
  2155. groundReflectionCloud[] = {0.000446,0.002256,0.006998};
  2156. bidirect[] = {0,0,0};
  2157. bidirectCloud[] = {0,0,0};
  2158. sky[] = {{0.32,0.2,0.25},0.006288};
  2159. skyAroundSun[] = {0.004332,0.005212,0.009138};
  2160. fogColor[] = {0.005,0.005,0.005};
  2161. apertureMin = 7.39508;
  2162. apertureStandard = 7.22;
  2163. apertureMax = 18.05;
  2164. standardAvgLum = 1.8;
  2165. desiredLuminanceCoef = 0;
  2166. desiredLuminanceCoefCloud = 0;
  2167. luminanceRectCoef = 1;
  2168. luminanceRectCoefCloud = 1;
  2169. rayleigh[] = {0.00749,0.01388,0.02878};
  2170. mie[] = {0.0046,0.0046,0.0046};
  2171. cloudsColor[] = {{0.8,0.81,1},13.61492};
  2172. swBrightness = 0;
  2173. };
  2174. class Lighting63
  2175. {
  2176. height = -60;
  2177. overcast = 0.95;
  2178. sunAngle = -9;
  2179. sunOrMoon = 0;
  2180. diffuse[] = {0,0,0};
  2181. diffuseCloud[] = {0,0,0};
  2182. ambient[] = {0.006844,0.010612,0.065124};
  2183. ambientCloud[] = {0.006844,0.010612,0.065124};
  2184. ambientMid[] = {0.005475,0.00849,0.052099};
  2185. ambientMidCloud[] = {0.005475,0.00849,0.052099};
  2186. groundReflection[] = {0.00323,0.007895,0.052099};
  2187. groundReflectionCloud[] = {0.00323,0.007895,0.052099};
  2188. bidirect[] = {0,0,0};
  2189. bidirectCloud[] = {0,0,0};
  2190. sky[] = {0.32,0.2,0.25};
  2191. skyAroundSun[] = {{0.00456,0.005486,0.009619},0.392};
  2192. fogColor[] = {0.005,0.005,0.005};
  2193. apertureMin = 7.546;
  2194. apertureStandard = 7.6;
  2195. apertureMax = 19;
  2196. standardAvgLum = 3;
  2197. desiredLuminanceCoef = 0;
  2198. desiredLuminanceCoefCloud = 0;
  2199. luminanceRectCoef = 1;
  2200. luminanceRectCoefCloud = 1;
  2201. rayleigh[] = {0.00749,0.01388,0.02878};
  2202. mie[] = {0.0046,0.0046,0.0046};
  2203. cloudsColor[] = {{0.8,0.81,1},13.61492};
  2204. swBrightness = 0;
  2205. };
  2206. class Lighting64
  2207. {
  2208. height = -60;
  2209. overcast = 0.95;
  2210. sunAngle = -8;
  2211. sunOrMoon = 0;
  2212. diffuse[] = {0,0,0};
  2213. diffuseCloud[] = {0,0,0};
  2214. ambient[] = {0.011092,0.0153,0.02745};
  2215. ambientCloud[] = {0.011092,0.0153,0.02745};
  2216. ambientMid[] = {0.008874,0.01224,0.02196};
  2217. ambientMidCloud[] = {0.008874,0.01224,0.02196};
  2218. groundReflection[] = {0.005235,0.011383,0.02196};
  2219. groundReflectionCloud[] = {0.005235,0.011383,0.02196};
  2220. bidirect[] = {0,0,0};
  2221. bidirectCloud[] = {0,0,0};
  2222. sky[] = {{0.32,0.2,0.25},0.00786};
  2223. skyAroundSun[] = {{0.0048,0.005775,0.010125},1.781934};
  2224. fogColor[] = {0.005,0.005,0.005};
  2225. apertureMin = 7.7;
  2226. apertureStandard = 8;
  2227. apertureMax = 20;
  2228. standardAvgLum = 5;
  2229. desiredLuminanceCoef = 0;
  2230. desiredLuminanceCoefCloud = 0;
  2231. luminanceRectCoef = 1;
  2232. luminanceRectCoefCloud = 1;
  2233. rayleigh[] = {0.00749,0.01388,0.02878};
  2234. mie[] = {0.0046,0.0046,0.0046};
  2235. cloudsColor[] = {{0.8,0.81,1},12};
  2236. swBrightness = 0;
  2237. };
  2238. class Lighting65
  2239. {
  2240. height = -60;
  2241. overcast = 0.95;
  2242. sunAngle = -6;
  2243. sunOrMoon = 0;
  2244. diffuse[] = {0,0,0};
  2245. diffuseCloud[] = {0,0,0};
  2246. ambient[] = {{0.011092,0.02275,0.04},0.294807};
  2247. ambientCloud[] = {{0.011092,0.02275,0.04},0.294807};
  2248. ambientMid[] = {{0.008874,0.0182,0.032},0.265326};
  2249. ambientMidCloud[] = {{0.008874,0.0182,0.032},0.265326};
  2250. groundReflection[] = {{0.005235,0.016926,0.032},0.159196};
  2251. groundReflectionCloud[] = {{0.005235,0.016926,0.032},0.159196};
  2252. bidirect[] = {0,0,0};
  2253. bidirectCloud[] = {0,0,0};
  2254. sky[] = {{0.32,0.2,0.25},0.530561};
  2255. skyAroundSun[] = {{0.048,0.05775,0.10125},4.751824};
  2256. fogColor[] = {0.005,0.005,0.005};
  2257. apertureMin = 7.8;
  2258. apertureStandard = 9;
  2259. apertureMax = 20;
  2260. standardAvgLum = 10;
  2261. desiredLuminanceCoef = 0;
  2262. desiredLuminanceCoefCloud = 0;
  2263. luminanceRectCoef = 1;
  2264. luminanceRectCoefCloud = 1;
  2265. rayleigh[] = {0.00749,0.01388,0.02878};
  2266. mie[] = {0.0046,0.0046,0.0046};
  2267. cloudsColor[] = {{0.8,0.81,1},11};
  2268. swBrightness = 0;
  2269. };
  2270. class Lighting66
  2271. {
  2272. height = -60;
  2273. overcast = 0.95;
  2274. sunAngle = -2;
  2275. sunOrMoon = 0.5;
  2276. diffuse[] = {0,0,0};
  2277. diffuseCloud[] = {0,0,0};
  2278. ambient[] = {{0.035,0.03875,0.043},3.15075};
  2279. ambientCloud[] = {{0.035,0.03875,0.043},3.15075};
  2280. ambientMid[] = {{0.028,0.031,0.0344},2.835675};
  2281. ambientMidCloud[] = {{0.028,0.031,0.0344},2.835675};
  2282. groundReflection[] = {{0.01652,0.02883,0.0344},1.701405};
  2283. groundReflectionCloud[] = {{0.01652,0.02883,0.0344},1.701405};
  2284. bidirect[] = {0,0,0};
  2285. bidirectCloud[] = {0,0,0};
  2286. sky[] = {{0.32,0.2,0.25},2.025465};
  2287. skyAroundSun[] = {{0.12,0.10395,0.09},8.90967};
  2288. fogColor[] = {0.005,0.005,0.005};
  2289. apertureMin = 8;
  2290. apertureStandard = 10;
  2291. apertureMax = 20;
  2292. standardAvgLum = 20;
  2293. desiredLuminanceCoef = 0;
  2294. desiredLuminanceCoefCloud = 0;
  2295. luminanceRectCoef = 1;
  2296. luminanceRectCoefCloud = 1;
  2297. rayleigh[] = {0.00749,0.01388,0.02878};
  2298. mie[] = {0.0046,0.0046,0.0046};
  2299. cloudsColor[] = {{0.8,0.81,1},11};
  2300. swBrightness = 0;
  2301. };
  2302. class Lighting67
  2303. {
  2304. height = -60;
  2305. overcast = 0.95;
  2306. sunAngle = 0;
  2307. sunOrMoon = 1;
  2308. diffuse[] = {{0,0,0},0.218196};
  2309. diffuseCloud[] = {{0,0,0},0.218196};
  2310. ambient[] = {{0.048852,0.065,0.1075},3.316579};
  2311. ambientCloud[] = {{0.048852,0.065,0.1075},3.316579};
  2312. ambientMid[] = {{0.039082,0.052,0.086},2.984921};
  2313. ambientMidCloud[] = {{0.039082,0.052,0.086},2.984921};
  2314. groundReflection[] = {{0.023058,0.04836,0.086},1.790953};
  2315. groundReflectionCloud[] = {{0.023058,0.04836,0.086},1.790953};
  2316. bidirect[] = {0,0,0};
  2317. bidirectCloud[] = {0,0,0};
  2318. sky[] = {{0.32,0.2,0.25},2.873871};
  2319. skyAroundSun[] = {{0.3,0.09625,0.02997},9.652143};
  2320. fogColor[] = {0.005,0.005,0.005};
  2321. apertureMin = 9;
  2322. apertureStandard = 12;
  2323. apertureMax = 20;
  2324. standardAvgLum = 60;
  2325. desiredLuminanceCoef = 0;
  2326. desiredLuminanceCoefCloud = 0;
  2327. luminanceRectCoef = 1;
  2328. luminanceRectCoefCloud = 1;
  2329. rayleigh[] = {0.00749,0.01388,0.02878};
  2330. mie[] = {0.0046,0.0046,0.0046};
  2331. cloudsColor[] = {{0.8,0.81,1},12};
  2332. swBrightness = 1;
  2333. };
  2334. class Lighting68
  2335. {
  2336. height = -60;
  2337. overcast = 0.95;
  2338. sunAngle = 2;
  2339. sunOrMoon = 1;
  2340. diffuse[] = {{0.35,0.9,1},0.473715};
  2341. diffuseCloud[] = {{0.35,0.9,1},0.473715};
  2342. ambient[] = {{0.070092,0.1041,0.1827},3.900254};
  2343. ambientCloud[] = {{0.070092,0.1041,0.1827},3.900254};
  2344. ambientMid[] = {{0.056074,0.08328,0.14616},3.510228};
  2345. ambientMidCloud[] = {{0.056074,0.08328,0.14616},3.510228};
  2346. groundReflection[] = {{0.033083,0.07745,0.14616},2.106137};
  2347. groundReflectionCloud[] = {{0.033083,0.07745,0.14616},2.106137};
  2348. bidirect[] = {0,0,0};
  2349. bidirectCloud[] = {0,0,0};
  2350. sky[] = {{0.32,0.2,0.25},4.368284};
  2351. skyAroundSun[] = {{0.4392,0.128744,0.03609},11.87956};
  2352. fogColor[] = {0.005,0.005,0.005};
  2353. apertureMin = 10;
  2354. apertureStandard = 15;
  2355. apertureMax = 20;
  2356. standardAvgLum = 70;
  2357. desiredLuminanceCoef = 0;
  2358. desiredLuminanceCoefCloud = 0;
  2359. luminanceRectCoef = 1;
  2360. luminanceRectCoefCloud = 1;
  2361. rayleigh[] = {0.00749,0.01388,0.02878};
  2362. mie[] = {0.0046,0.0046,0.0046};
  2363. cloudsColor[] = {{0.8,0.81,1},13};
  2364. swBrightness = 0;
  2365. };
  2366. class Lighting69
  2367. {
  2368. height = -60;
  2369. overcast = 0.95;
  2370. sunAngle = 6;
  2371. sunOrMoon = 1;
  2372. diffuse[] = {{0.35,0.9,1},0.91872};
  2373. diffuseCloud[] = {{0.35,0.9,1},0.91872};
  2374. ambient[] = {{0.093456,0.143975,0.21805},5.4549};
  2375. ambientCloud[] = {{0.093456,0.143975,0.21805},5.4549};
  2376. ambientMid[] = {{0.074765,0.11518,0.17444},4.90941};
  2377. ambientMidCloud[] = {{0.074765,0.11518,0.17444},4.90941};
  2378. groundReflection[] = {{0.044111,0.107117,0.17444},2.945646};
  2379. groundReflectionCloud[] = {{0.044111,0.107117,0.17444},2.945646};
  2380. bidirect[] = {0,0,0};
  2381. bidirectCloud[] = {0,0,0};
  2382. sky[] = {{0.32,0.2,0.25},5.570889};
  2383. skyAroundSun[] = {{0.424,0.206745,0.1188},13.06752};
  2384. fogColor[] = {0.005,0.005,0.005};
  2385. apertureMin = 15;
  2386. apertureStandard = 20;
  2387. apertureMax = 40;
  2388. standardAvgLum = 120;
  2389. desiredLuminanceCoef = 0;
  2390. desiredLuminanceCoefCloud = 0;
  2391. luminanceRectCoef = 1;
  2392. luminanceRectCoefCloud = 1;
  2393. rayleigh[] = {0.00749,0.01388,0.02878};
  2394. mie[] = {0.0046,0.0046,0.0046};
  2395. cloudsColor[] = {{0.8,0.81,1},13};
  2396. swBrightness = 0;
  2397. };
  2398. class Lighting70
  2399. {
  2400. height = -60;
  2401. overcast = 0.95;
  2402. sunAngle = 16;
  2403. sunOrMoon = 1;
  2404. diffuse[] = {{0.35,0.9,1},1.55034};
  2405. diffuseCloud[] = {{0.35,0.9,1},1.55034};
  2406. ambient[] = {{0.112572,0.182,0.2471},5.4549};
  2407. ambientCloud[] = {{0.112572,0.182,0.2471},5.4549};
  2408. ambientMid[] = {{0.090058,0.1456,0.19768},4.90941};
  2409. ambientMidCloud[] = {{0.090058,0.1456,0.19768},4.90941};
  2410. groundReflection[] = {{0.053134,0.135408,0.19768},2.945646};
  2411. groundReflectionCloud[] = {{0.053134,0.135408,0.19768},2.945646};
  2412. bidirect[] = {0,0,0};
  2413. bidirectCloud[] = {0,0,0};
  2414. sky[] = {{0.32,0.2,0.25},6.41389};
  2415. skyAroundSun[] = {{0.412,0.437976,0.42435},13.66149};
  2416. fogColor[] = {0.005,0.005,0.005};
  2417. apertureMin = 15;
  2418. apertureStandard = 25;
  2419. apertureMax = 85;
  2420. standardAvgLum = 450;
  2421. desiredLuminanceCoef = 0;
  2422. desiredLuminanceCoefCloud = 0;
  2423. luminanceRectCoef = 1;
  2424. luminanceRectCoefCloud = 1;
  2425. rayleigh[] = {0.00749,0.01388,0.02878};
  2426. mie[] = {0.0046,0.0046,0.0046};
  2427. cloudsColor[] = {{0.8,0.81,1},13};
  2428. swBrightness = 0;
  2429. };
  2430. class Lighting71
  2431. {
  2432. height = -60;
  2433. overcast = 0.95;
  2434. sunAngle = 45;
  2435. sunOrMoon = 1;
  2436. diffuse[] = {{0.35,0.9,1},2.2968};
  2437. diffuseCloud[] = {{0.35,0.9,1},2.2968};
  2438. ambient[] = {{0.142367,0.2079,0.23072},7.018};
  2439. ambientCloud[] = {{0.142367,0.2079,0.23072},7.018};
  2440. ambientMid[] = {{0.113894,0.16632,0.184576},6.3162};
  2441. ambientMidCloud[] = {{0.113894,0.16632,0.184576},6.3162};
  2442. groundReflection[] = {{0.067197,0.154678,0.184576},3.78972};
  2443. groundReflectionCloud[] = {{0.067197,0.154678,0.184576},3.78972};
  2444. bidirect[] = {0,0,0};
  2445. bidirectCloud[] = {0,0,0};
  2446. sky[] = {{0.32,0.2,0.25},6.288128};
  2447. skyAroundSun[] = {{0.4,0.385,0.45},14.84945};
  2448. fogColor[] = {0.005,0.005,0.005};
  2449. apertureMin = 22.5;
  2450. apertureStandard = 65;
  2451. apertureMax = 85;
  2452. standardAvgLum = 800;
  2453. desiredLuminanceCoef = 0;
  2454. desiredLuminanceCoefCloud = 0;
  2455. luminanceRectCoef = 1;
  2456. luminanceRectCoefCloud = 1;
  2457. rayleigh[] = {0.00749,0.01388,0.02878};
  2458. mie[] = {0.006,0.0046,0.004};
  2459. cloudsColor[] = {{0.8,0.81,1},13.61492};
  2460. swBrightness = 1;
  2461. };
  2462. };
  2463. class Lighting: Lighting
  2464. {
  2465. class BrightAlmost: DayLightingBrightAlmost
  2466. {
  2467. overcast = 0.0;
  2468. };
  2469. class Rainy: DayLightingRainy
  2470. {
  2471. overcast = 1.0;
  2472. };
  2473. };
  2474. class Overcast: Overcast
  2475. {
  2476. class Weather1: Weather1
  2477. {
  2478. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2479. skyR = "A3\Map_Stratis\Data\sky_veryclear_lco.paa";
  2480. horizon = "A3\Map_Stratis\Data\sky_veryclear_horizont_sky.paa";
  2481. };
  2482. class Weather7: Weather1
  2483. {
  2484. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2485. skyR = "A3\Map_Stratis\Data\sky_clear_lco.paa";
  2486. horizon = "A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  2487. };
  2488. class Weather2: Weather2
  2489. {
  2490. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2491. skyR = "A3\Map_Stratis\Data\sky_almostclear_lco.paa";
  2492. horizon = "A3\Map_Stratis\Data\sky_almostclear_horizont_sky.paa";
  2493. };
  2494. class Weather3: Weather3
  2495. {
  2496. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2497. skyR = "A3\Map_Stratis\Data\sky_semicloudy_lco.paa";
  2498. horizon = "A3\Map_Stratis\Data\sky_semicloudy_horizont_sky.paa";
  2499. };
  2500. class Weather4: Weather4
  2501. {
  2502. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2503. skyR = "A3\Map_Stratis\Data\sky_cloudy_lco.paa";
  2504. horizon = "A3\Map_Stratis\Data\sky_cloudy_horizont_sky.paa";
  2505. };
  2506. class Weather5: Weather5
  2507. {
  2508. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2509. skyR = "A3\Map_Stratis\Data\sky_mostlycloudy_lco.paa";
  2510. horizon = "A3\Map_Stratis\Data\sky_mostlycloudy_horizont_sky.paa";
  2511. };
  2512. class Weather6: Weather6
  2513. {
  2514. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  2515. skyR = "A3\Map_Stratis\Data\sky_overcast_lco.paa";
  2516. horizon = "A3\Map_Stratis\Data\sky_overcast_horizont_sky.paa";
  2517. };
  2518. };
  2519. };
  2520. humidityUpCoef = 0.1;
  2521. humidityDownCoef = 0.05;
  2522. class SimulWeather
  2523. {
  2524. noiseTexture = "a3\data_f\noise_raw.paa";
  2525. numKeyframesPerDay = 48;
  2526. windSpeedCoef = "10.0f";
  2527. moonIrradianceCoef = "10.0f";
  2528. fadeMaxDistanceKm = 1000.0;
  2529. fadeMaxAltitudeKm = 15.0;
  2530. fadeNumAltitudes = 8;
  2531. fadeNumElevations = 8;
  2532. fadeNumDistances = 8;
  2533. fadeEarthTest = 1;
  2534. autoBrightness = 0;
  2535. autoBrightnessStrength = 0.1;
  2536. cloudGridWidth = 64;
  2537. cloudGridLength = 64;
  2538. cloudGridHeight = 16;
  2539. helperGridElevationSteps = 24;
  2540. helperGridAzimuthSteps = 15;
  2541. helperEffectiveEarthRadius = 160000;
  2542. helperCurvedEarth = 1;
  2543. helperAdjustCurvature = 0;
  2544. helperNumLayers = 120;
  2545. helperMaxDistance = 160000;
  2546. helperNearCloudFade = 0.1;
  2547. helperChurn = 10;
  2548. cloudWidth = 40000;
  2549. cloudLength = 40000;
  2550. wrapClouds = 1;
  2551. noiseResolution = 8;
  2552. noisePeriod = 4.0;
  2553. opticalDensity = 1.5;
  2554. alphaSharpness = 0.5;
  2555. selfShadowScale = 0.05;
  2556. mieAsymmetry = 0.87;
  2557. minimumLightElevationDegrees = 1.0;
  2558. directLightCoef = 0.25;
  2559. indirectLightCoef = 0.025;
  2560. fogStart = 10000;
  2561. fogEnd = 50000;
  2562. fogHeight = 2000;
  2563. class DefaultKeyframe
  2564. {
  2565. rayleigh[] = {0.00749,0.01388,0.02878};
  2566. mie[] = {0.0046,0.0046,0.0046};
  2567. haze = 30;
  2568. hazeBaseKm = 5.0;
  2569. hazeScaleKm = 1.0;
  2570. hazeEccentricity = 1;
  2571. brightnessAdjustment = 1.0;
  2572. cloudiness = 0.6;
  2573. cloudBaseKm = 0.85;
  2574. cloudHeightKm = 8.0;
  2575. directLight = 0.4;
  2576. indirectLight = 1.0;
  2577. ambientLight = 3.0;
  2578. noiseOctaves = 5;
  2579. noisePersistence = 1.0;
  2580. fractalAmplitude = 2.8;
  2581. fractalWavelength = 190.0;
  2582. extinction = 5.0;
  2583. diffusivity = 0.001;
  2584. };
  2585. class Overcast
  2586. {
  2587. class Weather1: DefaultKeyframe
  2588. {
  2589. overcast = 0.0;
  2590. cloudiness = 0.0;
  2591. seqFileKeyframe = 0;
  2592. };
  2593. class Weather2: DefaultKeyframe
  2594. {
  2595. overcast = 0.2;
  2596. cloudiness = 0.3;
  2597. diffusivity = 0.5;
  2598. seqFileKeyframe = 0;
  2599. };
  2600. class Weather3: DefaultKeyframe
  2601. {
  2602. overcast = 0.4;
  2603. cloudiness = 0.3;
  2604. seqFileKeyframe = 3;
  2605. };
  2606. class Weather4: DefaultKeyframe
  2607. {
  2608. overcast = 0.5;
  2609. cloudiness = 0.4;
  2610. seqFileKeyframe = 4;
  2611. };
  2612. class Weather5: DefaultKeyframe
  2613. {
  2614. overcast = 0.8;
  2615. cloudiness = 0.9;
  2616. seqFileKeyframe = 5;
  2617. };
  2618. class Weather6: DefaultKeyframe
  2619. {
  2620. overcast = 1.0;
  2621. cloudiness = 1.0;
  2622. seqFileKeyframe = 7;
  2623. };
  2624. };
  2625. };
  2626. hazeDistCoef = 0.1;
  2627. hazeFogCoef = 0.98;
  2628. hazeBaseHeight = 150;
  2629. hazeBaseBeta0 = 6e-005;
  2630. hazeDensityDecay = 0.0006;
  2631. horizonParallaxCoef = 0.045;
  2632. horizonFogColorationStart = "0.8f";
  2633. skyFogColorationStart = "0.7f";
  2634. soundMapSizeCoef = 4;
  2635. satelliteNormalBlendStart = 10;
  2636. satelliteNormalBlendEnd = 100;
  2637. skyObject = "A3\Map_Stratis\data\obloha.p3d";
  2638. horizontObject = "A3\Map_Stratis\data\horizont.p3d";
  2639. skyTexture = "A3\Map_Stratis\data\sky_semicloudy_sky.paa";
  2640. skyTextureR = "A3\Map_Stratis\data\sky_semicloudy_lco.paa";
  2641. access = 3;
  2642. worldId = 2467;
  2643. cutscenes[] = {""};
  2644. description = "Karia";
  2645. icon = "";
  2646. worldName = "\Karia\Karia.wrp";
  2647. pictureMap = "A3\map_Altis\data\pictureMap_ca.paa";
  2648. pictureShot = "A3\map_Altis\data\ui_Altis_ca.paa";
  2649. plateFormat = "A#$-####";
  2650. plateLetters = "ABCDEGHIKLMNOPRSTVXZ";
  2651. author = "Aphex";
  2652. mapSize = 2048;
  2653. mapZone = 35;
  2654. mapArea[] = {25.011957,39.718452,25.481527,40.094578};
  2655. longitude = 16.661;
  2656. latitude = -35.152;
  2657. elevationOffset = 0;
  2658. minHillsAltitude = 80;
  2659. maxHillsAltitude = 200;
  2660. envTexture = "A3\data_f\env_land_ca.paa";
  2661. newRoadsShape = "\A3\Map_Altis\data\roads\roads.shp";
  2662. class OutsideTerrain
  2663. {
  2664. satellite = "A3\map_Altis\data\s_satout_co.paa";
  2665. enableTerrainSynth = 0;
  2666. class Layers
  2667. {
  2668. class Layer0
  2669. {
  2670. nopx = "A3\Map_Data\gdt_seabed_nopx.paa";
  2671. texture = "A3\Map_Data\gdt_seabed_co.paa";
  2672. };
  2673. };
  2674. colorOutside[] = {0.227451,0.27451,0.384314,1};
  2675. };
  2676. class Grid: Grid
  2677. {
  2678. offsetX = 0;
  2679. offsetY = 30720;
  2680. class Zoom1
  2681. {
  2682. zoomMax = 0.05;
  2683. format = "XY";
  2684. formatX = "000";
  2685. formatY = "000";
  2686. stepX = 100;
  2687. stepY = -100;
  2688. };
  2689. class Zoom2
  2690. {
  2691. zoomMax = 0.5;
  2692. format = "XY";
  2693. formatX = "00";
  2694. formatY = "00";
  2695. stepX = 1000;
  2696. stepY = -1000;
  2697. };
  2698. class Zoom3
  2699. {
  2700. zoomMax = 1e+030;
  2701. format = "XY";
  2702. formatX = "0";
  2703. formatY = "0";
  2704. stepX = 10000;
  2705. stepY = -10000;
  2706. };
  2707. };
  2708. startTime = "12:00";
  2709. startDate = "24/6/2035";
  2710. centerPosition[] = {10801.9,10589.6,100};
  2711. seagullPos[] = {15360,150.0,15360};
  2712. ilsPosition[] = {14382.4,15924.6};
  2713. ilsDirection[] = {-0.6947,0.08,-0.7193};
  2714. ilsTaxiOff[] = {14611.5,16161.2,15186.9,16747.6,15189.6,16769.4,15185.2,16794.8,15168.7,16829.6,15148,16841.7,15124.7,16835.2,14513.5,16207.6};
  2715. 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};
  2716. class SecondaryAirports
  2717. {
  2718. class Airstrip_1
  2719. {
  2720. ilsPosition[] = {11358.5,11441.2};
  2721. ilsDirection[] = {-0.5505,0.08,-0.8349};
  2722. 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};
  2723. 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};
  2724. drawTaxiway = 0;
  2725. };
  2726. class Airstrip_2
  2727. {
  2728. ilsPosition[] = {9268.16,21575.1};
  2729. ilsDirection[] = {0.8027,0.08,0.5964};
  2730. ilsTaxiOff[] = {9034.07,21396.7,9022.12,21398.9,9012.96,21410.5,9008.71,21433.9,9017.87,21463.7,9126.84,21580.2,9168.44,21610.6};
  2731. ilsTaxiIn[] = {9168.44,21610.6,9191.79,21623,9207.69,21620.3,9219.23,21617.4,9251.41,21588.8,9256.73,21578.9,9255.22,21567};
  2732. drawTaxiway = 0;
  2733. };
  2734. class Airstrip_3
  2735. {
  2736. ilsPosition[] = {21074.3,7098.58};
  2737. ilsDirection[] = {-0.1908,0.08,-0.9816};
  2738. ilsTaxiOff[] = {21157.2,7511.69,21158.3,7526.32,21146.7,7531.26,21132.3,7529.41,20863.7,7300.61,20825.6,7275.69};
  2739. ilsTaxiIn[] = {20825.6,7275.69,20801.9,7260.94,20798.5,7251.93,20802.7,7244.72,20815.7,7245.37,20847.4,7275.87,20862.2,7280.76,20879.3,7278.83,21068.9,7161.23,21082.9,7163.58,21091.9,7176.15};
  2740. drawTaxiway = 0;
  2741. };
  2742. class Airstrip_4
  2743. {
  2744. ilsPosition[] = {27153.5,24904.1};
  2745. ilsDirection[] = {0.6546,0.08,0.756};
  2746. ilsTaxiOff[] = {26849.6,24558,26832.5,24542.9,26812.7,24539.7,26789.9,24547.8,26772.8,24560.6,26765.3,24581.2,26769.4,24604,26801.7,24637.3};
  2747. ilsTaxiIn[] = {26801.7,24637.3,26831.5,24668.2,26897.3,24705.8,27097.2,24917.6,27113.2,24922.5,27131.3,24916,27142.7,24908.1,27143.8,24899.2,27140,24889.9,27132.9,24881.3};
  2748. drawTaxiway = 0;
  2749. };
  2750. class Airstrip_5
  2751. {
  2752. ilsPosition[] = {23149.6,18400};
  2753. ilsDirection[] = {0,0.08,-1};
  2754. ilsTaxiOff[] = {23149.8,18795.7,23148.9,18899.7,23137.2,18937.9,23100.4,18946.5,23063.1,18930.5,23046.1,18896.7,23031.6,18845.3};
  2755. ilsTaxiIn[] = {23031.6,18845.3,23052,18396.4,23074.4,18367.8,23099.7,18356.6,23132.8,18364.5,23149,18398.5,23149.4,18432.5};
  2756. drawTaxiway = 0;
  2757. };
  2758. };
  2759. class ReplaceObjects{};
  2760. class Sounds
  2761. {
  2762. sounds[] = {};
  2763. };
  2764. class Animation
  2765. {
  2766. vehicles[] = {};
  2767. };
  2768. clutterGrid = 1.2;
  2769. clutterDist = 90;
  2770. noDetailDist = 65;
  2771. fullDetailDist = 10;
  2772. midDetailTexture = "A3\Map_Data\middle_mco.paa";
  2773. minTreesInForestSquare = 3;
  2774. minRocksInRockSquare = 3;
  2775. class Subdivision
  2776. {
  2777. class Fractal
  2778. {
  2779. rougness = 5;
  2780. maxRoad = 0.02;
  2781. maxTrack = 0.5;
  2782. maxSlopeFactor = 0.05;
  2783. };
  2784. class WhiteNoise
  2785. {
  2786. rougness = 2;
  2787. maxRoad = 0.01;
  2788. maxTrack = 0.05;
  2789. maxSlopeFactor = 0.0025;
  2790. };
  2791. minY = -0.0;
  2792. minSlope = 0.02;
  2793. };
  2794. class Ambient{};
  2795. class AmbientA3
  2796. {
  2797. maxCost = 500;
  2798. class Radius440_500
  2799. {
  2800. areaSpawnRadius = 70.0;
  2801. areaMaxRadius = 200.0;
  2802. spawnCircleRadius = 30.0;
  2803. spawnInterval = 4.7;
  2804. class Species
  2805. {
  2806. class Kestrel_random_F
  2807. {
  2808. maxCircleCount = "((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)";
  2809. maxWorldCount = 5;
  2810. cost = 3;
  2811. spawnCount = 1;
  2812. groupSpawnRadius = 10;
  2813. maxAlt = 200;
  2814. minAlt = -10;
  2815. };
  2816. class Seagull
  2817. {
  2818. maxCircleCount = "((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)";
  2819. maxWorldCount = 40;
  2820. cost = 3;
  2821. spawnCount = 1;
  2822. groupSpawnRadius = 10;
  2823. maxAlt = 200;
  2824. minAlt = -10;
  2825. };
  2826. class Rabbit_F
  2827. {
  2828. maxCircleCount = "(20 * (0.1 - houses)) * (1 - sea)";
  2829. maxWorldCount = 5;
  2830. cost = 5;
  2831. spawnCount = 1;
  2832. groupSpawnRadius = 10;
  2833. maxAlt = 80;
  2834. minAlt = -5;
  2835. };
  2836. };
  2837. };
  2838. class Radius40_60
  2839. {
  2840. areaSpawnRadius = 50.0;
  2841. areaMaxRadius = 83.0;
  2842. spawnCircleRadius = 10.0;
  2843. spawnInterval = 1.5;
  2844. class Species
  2845. {
  2846. class CatShark_F
  2847. {
  2848. maxCircleCount = "(4 * (WaterDepth interpolate [1,30,0,1]))";
  2849. maxWorldCount = 10;
  2850. cost = 6;
  2851. spawnCount = 1;
  2852. groupSpawnRadius = 10;
  2853. maxAlt = 10;
  2854. minAlt = -80;
  2855. };
  2856. class Turtle_F
  2857. {
  2858. maxCircleCount = "(2 * (waterDepth interpolate [1,16,0,1]) * ((1-houses) * (1-houses)))";
  2859. maxWorldCount = 6;
  2860. cost = 5;
  2861. spawnCount = 1;
  2862. groupSpawnRadius = 10;
  2863. maxAlt = 10;
  2864. minAlt = -80;
  2865. };
  2866. class Snake_random_F
  2867. {
  2868. maxCircleCount = "(1 - houses) * ((2 * (1 - sea)) + (2 * (meadow)))";
  2869. maxWorldCount = 3;
  2870. cost = 5;
  2871. spawnCount = 1;
  2872. groupSpawnRadius = 5;
  2873. maxAlt = 40;
  2874. minAlt = -5;
  2875. };
  2876. class Salema_F
  2877. {
  2878. maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  2879. maxWorldCount = 40;
  2880. cost = 5;
  2881. spawnCount = 2;
  2882. groupSpawnRadius = 5;
  2883. maxAlt = 10;
  2884. minAlt = -80;
  2885. };
  2886. class Ornate_random_F
  2887. {
  2888. maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))";
  2889. maxWorldCount = 30;
  2890. cost = 5;
  2891. spawnCount = 3;
  2892. groupSpawnRadius = 5;
  2893. maxAlt = 10;
  2894. minAlt = -80;
  2895. };
  2896. class Mackerel_F
  2897. {
  2898. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  2899. maxWorldCount = 14;
  2900. cost = 5;
  2901. spawnCount = 2;
  2902. groupSpawnRadius = 5;
  2903. maxAlt = 10;
  2904. minAlt = -80;
  2905. };
  2906. class Mullet_F
  2907. {
  2908. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  2909. maxWorldCount = 14;
  2910. cost = 5;
  2911. spawnCount = 2;
  2912. groupSpawnRadius = 5;
  2913. maxAlt = 10;
  2914. minAlt = -80;
  2915. };
  2916. class Tuna_F
  2917. {
  2918. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))";
  2919. maxWorldCount = 10;
  2920. cost = 5;
  2921. spawnCount = 2;
  2922. groupSpawnRadius = 5;
  2923. maxAlt = 10;
  2924. minAlt = -80;
  2925. };
  2926. };
  2927. };
  2928. class Radius30_40
  2929. {
  2930. areaSpawnRadius = 30.0;
  2931. areaMaxRadius = 40.0;
  2932. spawnCircleRadius = 3.0;
  2933. spawnInterval = 3.75;
  2934. class Species
  2935. {
  2936. class DragonFly
  2937. {
  2938. maxCircleCount = "4 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * sea * (1 - windy)";
  2939. maxWorldCount = 4;
  2940. cost = 1;
  2941. spawnCount = 1;
  2942. groupSpawnRadius = 1;
  2943. maxAlt = 30;
  2944. minAlt = -5;
  2945. };
  2946. class ButterFly_random
  2947. {
  2948. maxCircleCount = "3 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  2949. maxWorldCount = 6;
  2950. cost = 1;
  2951. spawnCount = 3;
  2952. groupSpawnRadius = 1;
  2953. maxAlt = 30;
  2954. minAlt = -5;
  2955. };
  2956. class FireFly
  2957. {
  2958. maxCircleCount = "(6 * night) * (1 - sea) * (1 - houses) * (1 - windy)";
  2959. maxWorldCount = 20;
  2960. cost = 1;
  2961. spawnCount = 3;
  2962. groupSpawnRadius = 3;
  2963. maxAlt = 30;
  2964. minAlt = -5;
  2965. };
  2966. class Cicada
  2967. {
  2968. maxCircleCount = "(4 * night) * (1 - sea) * (1 - windy)";
  2969. maxWorldCount = 6;
  2970. cost = 1;
  2971. spawnCount = 3;
  2972. groupSpawnRadius = 3;
  2973. maxAlt = 30;
  2974. minAlt = -5;
  2975. };
  2976. };
  2977. };
  2978. class Radius15_20
  2979. {
  2980. areaSpawnRadius = 15.0;
  2981. areaMaxRadius = 20.0;
  2982. spawnCircleRadius = 2.0;
  2983. spawnInterval = 2.85;
  2984. class Species
  2985. {
  2986. class FxWindGrass1
  2987. {
  2988. maxCircleCount = "2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  2989. maxWorldCount = 3;
  2990. cost = 1;
  2991. spawnCount = 3;
  2992. groupSpawnRadius = 2.5;
  2993. maxAlt = 30;
  2994. minAlt = -5;
  2995. };
  2996. class FxWindGrass2
  2997. {
  2998. maxCircleCount = "2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  2999. maxWorldCount = 3;
  3000. cost = 1;
  3001. spawnCount = 3;
  3002. groupSpawnRadius = 2.5;
  3003. maxAlt = 30;
  3004. minAlt = -5;
  3005. };
  3006. class FxWindLeaf1
  3007. {
  3008. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  3009. maxWorldCount = 3;
  3010. cost = 1;
  3011. spawnCount = 3;
  3012. groupSpawnRadius = 2.5;
  3013. maxAlt = 30;
  3014. minAlt = -5;
  3015. };
  3016. class FxWindLeaf2
  3017. {
  3018. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  3019. maxWorldCount = 3;
  3020. cost = 1;
  3021. spawnCount = 3;
  3022. groupSpawnRadius = 2.5;
  3023. maxAlt = 30;
  3024. minAlt = -5;
  3025. };
  3026. class FxWindLeaf3
  3027. {
  3028. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  3029. maxWorldCount = 3;
  3030. cost = 1;
  3031. spawnCount = 3;
  3032. groupSpawnRadius = 2.5;
  3033. maxAlt = 30;
  3034. minAlt = -5;
  3035. };
  3036. class FxWindPollen1
  3037. {
  3038. maxCircleCount = "(3 * (1 - (WaterDepth interpolate [1,30,0,1]))) * (windy interpolate [0.05,0.15,0,1])";
  3039. maxWorldCount = 6;
  3040. cost = 1;
  3041. spawnCount = 1;
  3042. groupSpawnRadius = 1;
  3043. maxAlt = 30;
  3044. minAlt = -5;
  3045. };
  3046. class FxWindPaper1
  3047. {
  3048. maxCircleCount = "(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  3049. maxWorldCount = 2;
  3050. cost = 1;
  3051. spawnCount = 1;
  3052. groupSpawnRadius = 1;
  3053. maxAlt = 30;
  3054. minAlt = -5;
  3055. };
  3056. class FxWindPlastic1
  3057. {
  3058. maxCircleCount = "(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  3059. maxWorldCount = 2;
  3060. cost = 1;
  3061. spawnCount = 1;
  3062. groupSpawnRadius = 1;
  3063. maxAlt = 30;
  3064. minAlt = -5;
  3065. };
  3066. };
  3067. };
  3068. class Radius6_10
  3069. {
  3070. areaSpawnRadius = 6.0;
  3071. areaMaxRadius = 10.0;
  3072. spawnCircleRadius = 1.0;
  3073. spawnInterval = 0.1;
  3074. class Species
  3075. {
  3076. class HoneyBee
  3077. {
  3078. maxCircleCount = "4 * (1 - night) * (1 - sea) * (1 - houses) * (1 - windy)";
  3079. maxWorldCount = 8;
  3080. cost = 1;
  3081. spawnCount = 1;
  3082. groupSpawnRadius = 1;
  3083. maxAlt = 30;
  3084. minAlt = -5;
  3085. };
  3086. class HouseFly
  3087. {
  3088. maxCircleCount = "(3 + 3 * (houses)) * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  3089. maxWorldCount = 10;
  3090. cost = 1;
  3091. spawnCount = 3;
  3092. groupSpawnRadius = 1;
  3093. maxAlt = 30;
  3094. minAlt = -5;
  3095. };
  3096. class Mosquito
  3097. {
  3098. maxCircleCount = "3 * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  3099. maxWorldCount = 2;
  3100. cost = 1;
  3101. spawnCount = 1;
  3102. groupSpawnRadius = 1;
  3103. maxAlt = 30;
  3104. minAlt = -5;
  3105. };
  3106. };
  3107. };
  3108. };
  3109. class Names
  3110. {
  3111. #include "Karia.hpp"
  3112. };
  3113. safePositionAnchor[] = {15667,15791.3};
  3114. safePositionRadius = 7000;
  3115. loadingTexts[] = {"$STR_A3_CfgWorlds_Altis_loadingText1","$STR_A3_CfgWorlds_Altis_loadingText2","$STR_A3_CfgWorlds_Altis_loadingText3","$STR_A3_CfgWorlds_Altis_loadingText4","$STR_A3_CfgWorlds_Altis_loadingText5","$STR_A3_CfgWorlds_Altis_loadingText6","$STR_A3_CfgWorlds_Altis_loadingText7","$STR_A3_CfgWorlds_Altis_loadingText8","$STR_A3_CfgWorlds_Altis_loadingText9","$STR_A3_CfgWorlds_Altis_loadingText10","$STR_A3_CfgWorlds_Altis_loadingText11","$STR_A3_CfgWorlds_Altis_loadingText12","$STR_A3_CfgWorlds_Altis_loadingText13","$STR_A3_CfgWorlds_Altis_loadingText14","$STR_A3_CfgWorlds_Altis_loadingText15","$STR_A3_CfgWorlds_Altis_loadingText16","$STR_A3_CfgWorlds_Altis_loadingText17","$STR_A3_CfgWorlds_Altis_loadingText18","$STR_A3_CfgWorlds_Altis_loadingText19","$STR_A3_CfgWorlds_Altis_loadingText21","$STR_A3_CfgWorlds_Altis_loadingText20","$STR_A3_CfgWorlds_Altis_loadingText22","$STR_A3_CfgWorlds_Altis_loadingText23","$STR_A3_CfgWorlds_Altis_loadingText24","$STR_A3_CfgWorlds_Altis_loadingText25","$STR_A3_CfgWorlds_Altis_loadingText26","$STR_A3_CfgWorlds_Altis_loadingText27","$STR_A3_CfgWorlds_Altis_loadingText28","$STR_A3_CfgWorlds_Altis_loadingText29","$STR_A3_CfgWorlds_Altis_loadingText30"};
  3116. };
  3117. };
  3118. class CfgWorldList
  3119. {
  3120. class Karia{};
  3121. };
  3122. //};
  3123. #include "cfgsurfaces.h"
Add Comment
Please, Sign In to add comment