Advertisement
Guest User

config.cpp

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