Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.30 KB | None | 0 0
  1. #define _ARMA_
  2.  
  3. class CfgPatches
  4. {
  5. class VRD_Vordes
  6. {
  7. units[] = {};
  8. weapons[] = {};
  9. requiredVersion = 0.1;
  10. requiredAddons[] = {"A3_Data_F","A3_Roads_F","A3_Structures_F","A3_Map_Data","VRD_Roads"};
  11. };
  12. };
  13. class CfgVehicles{};
  14. class CfgWorlds
  15. {
  16. mapSize = 20480;
  17. mapZone = 35;
  18. mapArea[] = {25.011957,39.718452,25.481527,40.094578};
  19. class DefaultWorld
  20. {
  21. class Weather
  22. {
  23. class Overcast;
  24. };
  25. };
  26. class CAWorld: DefaultWorld
  27. {
  28. class Grid{};
  29. class DayLightingBrightAlmost;
  30. class DayLightingRainy;
  31. class DefaultClutter;
  32. class Weather: Weather
  33. {
  34. class Lighting;
  35. class Overcast: Overcast
  36. {
  37. class Weather1;
  38. class Weather2;
  39. class Weather3;
  40. class Weather4;
  41. class Weather5;
  42. class Weather6;
  43. };
  44. };
  45. };
  46. class DefaultLighting;
  47. class Vordes: CAWorld
  48. {
  49.  
  50. #include "cfgClutter.h"
  51.  
  52. dynLightMinBrightnessAmbientCoef = 0.5;
  53. dynLightMinBrightnessAbsolute=0.050000001;
  54. class Sea
  55. {
  56. seaTexture = "a3\data_f\seatexture_co.paa";
  57. seaMaterial = "#water";
  58. shoreMaterial = "#shore";
  59. shoreFoamMaterial = "#shorefoam";
  60. shoreWetMaterial = "#shorewet";
  61. WaterMapScale = 20;
  62. WaterGrid = 50;
  63. MaxTide = 0;
  64. MaxWave = 0.25;
  65. SeaWaveXScale = "2.0/50";
  66. SeaWaveZScale = "1.0/50";
  67. SeaWaveHScale = 1.0;
  68. SeaWaveXDuration = 5000;
  69. SeaWaveZDuration = 10000;
  70. };
  71. class Underwater
  72. {
  73. noWaterFog = -0.001;
  74. fullWaterFog = 0.001;
  75. deepWaterFog = 60;
  76. waterFogDistanceNear = -10;
  77. waterFogDistance = 90;
  78. waterColor[] = {0.0,0.04,0.03};
  79. deepWaterColor[] = {0.0,0.001,0.009};
  80. surfaceColor[] = {0.0,0.04,0.03};
  81. deepSurfaceColor[] = {0.0,0.001,0.009};
  82. };
  83. class SeaWaterShaderPars
  84. {
  85. refractionMoveCoef = 0.03;
  86. minWaterOpacity = 0.0;
  87. waterOpacityDistCoef = 0.4;
  88. underwaterOpacity = 0.5;
  89. waterOpacityFadeStart = 60;
  90. waterOpacityFadeLength = 120;
  91. };
  92. startWeather = 0.3;
  93. startFog = 0.0;
  94. forecastWeather = 0.3;
  95. forecastFog = 0.0;
  96. startFogBase = 0.0;
  97. forecastFogBase = 0.0;
  98. startFogDecay = 0.013;
  99. forecastFogDecay = 0.013;
  100. fogBeta0Min = 0.0;
  101. fogBeta0Max = 0.05;
  102. class HDRNewPars
  103. {
  104. minAperture = 1e-005;
  105. maxAperture = 256;
  106. apertureRatioMax = 4;
  107. apertureRatioMin = 10;
  108. bloomImageScale = 1.0;
  109. bloomScale = 0.09;
  110. bloomExponent = 0.75;
  111. bloomLuminanceOffset = 0.4;
  112. bloomLuminanceScale = 0.15;
  113. bloomLuminanceExponent = 0.25;
  114. tonemapMethod = 2;
  115. tonemapShoulderStrength = 0.22;
  116. tonemapLinearStrength = 0.12;
  117. tonemapLinearAngle = 0.1;
  118. tonemapToeStrength = 0.2;
  119. tonemapToeNumerator = 0.022;
  120. tonemapToeDenominator = 0.2;
  121. tonemapLinearWhite = 11.2;
  122. tonemapExposureBias = 1.0;
  123. tonemapLinearWhiteReinhard = "2.5f";
  124. eyeAdaptFactorLight = 3.3;
  125. eyeAdaptFactorDark = 0.75;
  126. nvgApertureMin = 10.0;
  127. nvgApertureStandard = 12.5;
  128. nvgApertureMax = 16.5;
  129. nvgStandardAvgLum = 10;
  130. nvgLightGain = 320;
  131. nvgTransition = 1;
  132. nvgTransitionCoefOn = "40.0f";
  133. nvgTransitionCoefOff = "0.01f";
  134. nightShiftMinAperture = 0;
  135. nightShiftMaxAperture = 0.002;
  136. nightShiftMaxEffect = 0.6;
  137. nightShiftLuminanceScale = 600;
  138. };
  139. skyColorInfluencesFogColor = 0;
  140. class Lighting: DefaultLighting
  141. {
  142. groundReflection[] = {0.032,0.033,0.022};
  143. moonObjectColorFull[] = {460,440,400,1.0};
  144. moonHaloObjectColorFull[] = {465,477,475,1.0};
  145. moonsetObjectColor[] = {375,350,325,1.0};
  146. moonsetHaloObjectColor[] = {515,517,525,1.0};
  147. class ThunderBoltLight
  148. {
  149. diffuse[] = {2120,3170,5550};
  150. ambient[] = {0.001,0.001,0.001};
  151. intensity = 120000;
  152. class Attenuation
  153. {
  154. start = 0.0;
  155. constant = 0.0;
  156. linear = 0.0;
  157. quadratic = 1.0;
  158. };
  159. };
  160. starEmissivity = 25;
  161. };
  162. class DayLightingBrightAlmost: DayLightingBrightAlmost
  163. {
  164. 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};
  165. 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};
  166. 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};
  167. 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};
  168. 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};
  169. 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};
  170. 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};
  171. 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};
  172. 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};
  173. };
  174. class DayLightingRainy: DayLightingRainy
  175. {
  176. 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};
  177. 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};
  178. 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};
  179. 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};
  180. 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};
  181. 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};
  182. 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};
  183. 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};
  184. };
  185. class Weather: Weather
  186. {
  187. class LightingNew
  188. {
  189. class Lighting0
  190. {
  191. height = 0;
  192. overcast = 0.25;
  193. sunAngle = -24;
  194. sunOrMoon = 0;
  195. diffuse[] = {{ 0.14,0.19,0.3 },4};
  196. diffuseCloud[] = {{ 0.14,0.19,0.3 },0.2};
  197. ambient[] = {{ 0.173,0.239,0.373 },1};
  198. ambientCloud[] = {{ 0.173,0.239,0.373 },0.05};
  199. ambientMid[] = {{ 0.1384,0.1912,0.2984 },0.88};
  200. ambientMidCloud[] = {{ 0.1384,0.1912,0.2984 },0.044};
  201. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  202. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.04224};
  203. bidirect[] = {0.025,0.025,0.023};
  204. bidirectCloud[] = {0.0125,0.0125,0.0115};
  205. sky[] = {0.231,0.314,0.467};
  206. skyAroundSun[] = {0.2,0.25,0.45};
  207. fogColor[] = {{ 0.09,0.137,0.22 },0.025};
  208. apertureMin = 6;
  209. apertureStandard = 6;
  210. apertureMax = 18;
  211. standardAvgLum = 4;
  212. desiredLuminanceCoef = 1;
  213. desiredLuminanceCoefCloud = 1;
  214. luminanceRectCoef = 1;
  215. luminanceRectCoefCloud = 0.5;
  216. rayleigh[] = {0.007,0.01388,0.035};
  217. mie[] = {0.005,0.005,0.005};
  218. cloudsColor[] = {{ 0.5,0.65,1 },11.016};
  219. swBrightness = 1;
  220. };
  221. class Lighting1
  222. {
  223. height = 0;
  224. overcast = 0.25;
  225. sunAngle = -12;
  226. sunOrMoon = 0;
  227. diffuse[] = {0.1,0.18,0.3};
  228. diffuseCloud[] = {0.1,0.18,0.3};
  229. ambient[] = {{ 0.173,0.239,0.373 },1};
  230. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  231. ambientMid[] = {{ 0.173,0.239,0.373 },0.88};
  232. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.88};
  233. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  234. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  235. bidirect[] = {0,0,0};
  236. bidirectCloud[] = {0,0,0};
  237. sky[] = {{ 0.212,0.302,0.51 },1};
  238. skyAroundSun[] = {0.2,0.25,0.45};
  239. fogColor[] = {{ 0.094,0.141,0.231 },0.025};
  240. apertureMin = 6;
  241. apertureStandard = 6;
  242. apertureMax = 18;
  243. standardAvgLum = 4;
  244. desiredLuminanceCoef = 1;
  245. desiredLuminanceCoefCloud = 1;
  246. luminanceRectCoef = 1;
  247. luminanceRectCoefCloud = 0.5;
  248. rayleigh[] = {0.007,0.01388,0.035};
  249. mie[] = {0.005,0.005,0.005};
  250. cloudsColor[] = {{ 1,1,1 },11.016};
  251. swBrightness = 1;
  252. };
  253. class Lighting2
  254. {
  255. height = 0;
  256. overcast = 0.25;
  257. sunAngle = -11;
  258. sunOrMoon = 0.5;
  259. diffuse[] = {0.1,0.18,0.3};
  260. diffuseCloud[] = {0.1,0.18,0.3};
  261. ambient[] = {{ 0.173,0.239,0.373 },1};
  262. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  263. ambientMid[] = {{ 0.173,0.239,0.373 },0.88};
  264. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.88};
  265. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  266. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  267. bidirect[] = {0,0,0};
  268. bidirectCloud[] = {0,0,0};
  269. sky[] = {{ 0.212,0.302,0.51 },1};
  270. skyAroundSun[] = {0.2,0.25,0.45};
  271. fogColor[] = {{ 0.094,0.141,0.231 },0.025};
  272. apertureMin = 6;
  273. apertureStandard = 6;
  274. apertureMax = 18;
  275. standardAvgLum = 4;
  276. desiredLuminanceCoef = 1;
  277. desiredLuminanceCoefCloud = 1;
  278. luminanceRectCoef = 1;
  279. luminanceRectCoefCloud = 0.5;
  280. rayleigh[] = {0.007,0.01388,0.035};
  281. mie[] = {0.005,0.005,0.005};
  282. cloudsColor[] = {{ 1,1,1 },11.016};
  283. swBrightness = 1;
  284. };
  285. class Lighting3
  286. {
  287. height = 0;
  288. overcast = 0.25;
  289. sunAngle = -10;
  290. sunOrMoon = 1;
  291. diffuse[] = {0.1,0.18,0.3};
  292. diffuseCloud[] = {0.1,0.18,0.3};
  293. ambient[] = {{ 0.173,0.239,0.373 },1};
  294. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  295. ambientMid[] = {{ 0.173,0.239,0.373 },0.88};
  296. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.88};
  297. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  298. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  299. bidirect[] = {0,0,0};
  300. bidirectCloud[] = {0,0,0};
  301. sky[] = {{ 0.212,0.302,0.51 },1};
  302. skyAroundSun[] = {{ 0.2,0.25,0.45 },4.734908};
  303. fogColor[] = {{ 0.094,0.141,0.231 },0.025};
  304. apertureMin = 6;
  305. apertureStandard = 6;
  306. apertureMax = 18;
  307. standardAvgLum = 4;
  308. desiredLuminanceCoef = 1;
  309. desiredLuminanceCoefCloud = 1;
  310. luminanceRectCoef = 1;
  311. luminanceRectCoefCloud = 0.5;
  312. rayleigh[] = {0.007,0.01388,0.035};
  313. mie[] = {0.005,0.005,0.005};
  314. cloudsColor[] = {{ 1,1,1 },11.016};
  315. swBrightness = 1;
  316. };
  317. class Lighting4
  318. {
  319. height = 0;
  320. overcast = 0.25;
  321. sunAngle = -5;
  322. sunOrMoon = 1;
  323. diffuse[] = {{ 0.16,0.18,0.28 },3};
  324. diffuseCloud[] = {{ 0.16,0.18,0.28 },3};
  325. ambient[] = {{ 0.173,0.239,0.373 },4.6};
  326. ambientCloud[] = {{ 0.173,0.239,0.373 },4.6};
  327. ambientMid[] = {{ 0.173,0.239,0.373 },4.048};
  328. ambientMidCloud[] = {{ 0.173,0.239,0.373 },4.048};
  329. groundReflection[] = {{ 0.173,0.239,0.373 },3.88608};
  330. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },3.88608};
  331. bidirect[] = {0.0115,0.012,0.0125};
  332. bidirectCloud[] = {0.0115,0.012,0.0125};
  333. sky[] = {{ 0.2,0.298,0.541 },4.6};
  334. skyAroundSun[] = {{ 0.7,0.35,0.28 },7.636949};
  335. fogColor[] = {{ 0.106,0.161,0.267 },4.715};
  336. apertureMin = 6;
  337. apertureStandard = 6;
  338. apertureMax = 18;
  339. standardAvgLum = 4;
  340. desiredLuminanceCoef = 1;
  341. desiredLuminanceCoefCloud = 1;
  342. luminanceRectCoef = 1;
  343. luminanceRectCoefCloud = 0.5;
  344. rayleigh[] = {0.007,0.01388,0.035};
  345. mie[] = {0.005,0.005,0.005};
  346. cloudsColor[] = {{ 1,1,1 },11.016};
  347. swBrightness = 1;
  348. };
  349. class Lighting5
  350. {
  351. height = 0;
  352. overcast = 0.25;
  353. sunAngle = -2;
  354. sunOrMoon = 1;
  355. diffuse[] = {{ 0.25,0.21,0.2 },5};
  356. diffuseCloud[] = {{ 0.25,0.21,0.2 },5};
  357. ambient[] = {{ 0.196,0.275,0.42 },6.9};
  358. ambientCloud[] = {{ 0.196,0.275,0.42 },6.9};
  359. ambientMid[] = {{ 0.196,0.275,0.42 },6.072};
  360. ambientMidCloud[] = {{ 0.196,0.275,0.42 },6.072};
  361. groundReflection[] = {{ 0.196,0.275,0.42 },5.82912};
  362. groundReflectionCloud[] = {{ 0.196,0.275,0.42 },5.82912};
  363. bidirect[] = {0.023,0.024,0.025};
  364. bidirectCloud[] = {0.023,0.024,0.025};
  365. sky[] = {{ 0.188,0.29,0.576 },6.9};
  366. skyAroundSun[] = {{ 1.8,0.42,0.2 },12.31766};
  367. fogColor[] = {{ 0.11,0.169,0.286 },7.0725};
  368. apertureMin = 7;
  369. apertureStandard = 8;
  370. apertureMax = 20;
  371. standardAvgLum = 20;
  372. desiredLuminanceCoef = 1;
  373. desiredLuminanceCoefCloud = 1;
  374. luminanceRectCoef = 1;
  375. luminanceRectCoefCloud = 0.5;
  376. rayleigh[] = {0.007,0.038,0.0675};
  377. mie[] = {0.005,0.005,0.005};
  378. cloudsColor[] = {{ 1,1,1 },11.016};
  379. swBrightness = 1;
  380. };
  381. class Lighting6
  382. {
  383. height = 0;
  384. overcast = 0.25;
  385. sunAngle = 0;
  386. sunOrMoon = 1;
  387. diffuse[] = {{ 0.75,0.38,0.22 },6};
  388. diffuseCloud[] = {{ 0.75,0.38,0.22 },6};
  389. ambient[] = {{ 0.2497,0.31,0.467 },7.8};
  390. ambientCloud[] = {{ 0.2497,0.31,0.467 },7.8};
  391. ambientMid[] = {{ 0.2541,0.314,0.467 },6.864};
  392. ambientMidCloud[] = {{ 0.2541,0.314,0.467 },6.864};
  393. groundReflection[] = {{ 0.235,0.318,0.467 },6.58944};
  394. groundReflectionCloud[] = {{ 0.235,0.318,0.467 },6.58944};
  395. bidirect[] = {0.023,0.024,0.025};
  396. bidirectCloud[] = {0.023,0.024,0.025};
  397. sky[] = {{ 0.173,0.282,0.612 },7.8};
  398. skyAroundSun[] = {{ 2,0.42,0.2 },13.38876};
  399. fogColor[] = {{ 0.118,0.18,0.31 },7.995};
  400. apertureMin = 8;
  401. apertureStandard = 9;
  402. apertureMax = 22;
  403. standardAvgLum = 45;
  404. desiredLuminanceCoef = 1;
  405. desiredLuminanceCoefCloud = 1;
  406. luminanceRectCoef = 1;
  407. luminanceRectCoefCloud = 0.5;
  408. rayleigh[] = {0.007,0.038,0.0675};
  409. mie[] = {0.005,0.005,0.005};
  410. cloudsColor[] = {{ 1,1,1 },11.016};
  411. swBrightness = 1;
  412. };
  413. class Lighting7
  414. {
  415. height = 0;
  416. overcast = 0.25;
  417. sunAngle = 2;
  418. sunOrMoon = 1;
  419. diffuse[] = {{ 0.95,0.42,0.22 },8.4};
  420. diffuseCloud[] = {{ 0.95,0.42,0.22 },8.4};
  421. ambient[] = {{ 0.306,0.357,0.463 },8.4};
  422. ambientCloud[] = {{ 0.306,0.357,0.463 },8.4};
  423. ambientMid[] = {{ 0.365,0.361,0.396 },7.392};
  424. ambientMidCloud[] = {{ 0.365,0.361,0.396 },7.392};
  425. groundReflection[] = {{ 0.416,0.38,0.388 },7.09632};
  426. groundReflectionCloud[] = {{ 0.416,0.38,0.388 },7.09632};
  427. bidirect[] = {0.023,0.024,0.025};
  428. bidirectCloud[] = {0.023,0.024,0.025};
  429. sky[] = {{ 0.157,0.275,0.651 },8.4};
  430. skyAroundSun[] = {{ 2.2,0.8,0.2 },13.38876};
  431. fogColor[] = {{ 0.125,0.192,0.329 },8.61};
  432. apertureMin = 8;
  433. apertureStandard = 10;
  434. apertureMax = 24;
  435. standardAvgLum = 50;
  436. desiredLuminanceCoef = 1;
  437. desiredLuminanceCoefCloud = 1;
  438. luminanceRectCoef = 1;
  439. luminanceRectCoefCloud = 0.5;
  440. rayleigh[] = {0.007,0.038,0.0675};
  441. mie[] = {0.005,0.005,0.005};
  442. cloudsColor[] = {{ 1,1,1 },11.016};
  443. swBrightness = 1;
  444. };
  445. class Lighting8
  446. {
  447. height = 0;
  448. overcast = 0.25;
  449. sunAngle = 6;
  450. sunOrMoon = 1;
  451. diffuse[] = {{ 0.95,0.55,0.35 },10.2};
  452. diffuseCloud[] = {{ 0.95,0.55,0.35 },10.2};
  453. ambient[] = {{ 0.337,0.404,0.525 },9.6};
  454. ambientCloud[] = {{ 0.337,0.404,0.525 },9.6};
  455. ambientMid[] = {{ 0.412,0.408,0.443 },8.448};
  456. ambientMidCloud[] = {{ 0.412,0.408,0.443 },8.448};
  457. groundReflection[] = {{ 0.475,0.435,0.431 },8.11008};
  458. groundReflectionCloud[] = {{ 0.475,0.435,0.431 },8.11008};
  459. bidirect[] = {0.01375,0.0132,0.01265};
  460. bidirectCloud[] = {0.01375,0.0132,0.01265};
  461. sky[] = {{ 0.145,0.263,0.686 },9.6};
  462. skyAroundSun[] = {{ 0.4,0.32,0.6 },13.38876};
  463. fogColor[] = {{ 0.133,0.204,0.357 },9.84};
  464. apertureMin = 8;
  465. apertureStandard = 16;
  466. apertureMax = 26;
  467. standardAvgLum = 100;
  468. desiredLuminanceCoef = 1;
  469. desiredLuminanceCoefCloud = 1;
  470. luminanceRectCoef = 1;
  471. luminanceRectCoefCloud = 0.5;
  472. rayleigh[] = {0.007,0.027,0.045};
  473. mie[] = {0.005,0.005,0.005};
  474. cloudsColor[] = {{ 1,1,1 },11.016};
  475. swBrightness = 1;
  476. };
  477. class Lighting9
  478. {
  479. height = 0;
  480. overcast = 0.25;
  481. sunAngle = 12;
  482. sunOrMoon = 1;
  483. diffuse[] = {{ 1,0.65,0.45 },12.3};
  484. diffuseCloud[] = {{ 1,0.65,0.45 },12.3};
  485. ambient[] = {{ 0.388,0.471,0.612 },9.9};
  486. ambientCloud[] = {{ 0.388,0.471,0.612 },9.9};
  487. ambientMid[] = {{ 0.482,0.475,0.506 },9.81};
  488. ambientMidCloud[] = {{ 0.482,0.475,0.506 },9.81};
  489. groundReflection[] = {{ 0.557,0.51,0.494 },9.4176};
  490. groundReflectionCloud[] = {{ 0.557,0.51,0.494 },9.4176};
  491. bidirect[] = {0.01875,0.018,0.01725};
  492. bidirectCloud[] = {0.01875,0.018,0.01725};
  493. sky[] = {{ 0.129,0.259,0.722 },10.9};
  494. skyAroundSun[] = {{ 0.13,0.25,0.8 },13.524};
  495. fogColor[] = {{ 0.145,0.224,0.396 },11.1725};
  496. apertureMin = 20;
  497. apertureStandard = 25;
  498. apertureMax = 35;
  499. standardAvgLum = 250;
  500. desiredLuminanceCoef = 1;
  501. desiredLuminanceCoefCloud = 1;
  502. luminanceRectCoef = 1;
  503. luminanceRectCoefCloud = 0.5;
  504. rayleigh[] = {0.007,0.018,0.04};
  505. mie[] = {0.005,0.005,0.005};
  506. cloudsColor[] = {{ 1,1,1 },12.24};
  507. swBrightness = 1;
  508. };
  509. class Lighting10
  510. {
  511. height = 0;
  512. overcast = 0.25;
  513. sunAngle = 24;
  514. sunOrMoon = 1;
  515. diffuse[] = {{ 1,0.75,0.62 },14.8};
  516. diffuseCloud[] = {{ 1,0.75,0.62 },14.8};
  517. ambient[] = {{ 0.435,0.533,0.698 },10.8};
  518. ambientCloud[] = {{ 0.435,0.533,0.698 },10.8};
  519. ambientMid[] = {{ 0.545,0.541,0.569 },11.696};
  520. ambientMidCloud[] = {{ 0.545,0.541,0.569 },11.696};
  521. groundReflection[] = {{ 0.635,0.58,0.557 },12.18816};
  522. groundReflectionCloud[] = {{ 0.635,0.58,0.557 },12.18816};
  523. bidirect[] = {0.025,0.024,0.018};
  524. bidirectCloud[] = {0.025,0.024,0.018};
  525. sky[] = {{ 0.118,0.251,0.753 },13.8};
  526. skyAroundSun[] = {{ 0.115,0.245,0.8 },13.662};
  527. fogColor[] = {{ 0.15,0.251,0.488 },14.145};
  528. apertureMin = 45;
  529. apertureStandard = 60;
  530. apertureMax = 80;
  531. standardAvgLum = 800;
  532. desiredLuminanceCoef = 1;
  533. desiredLuminanceCoefCloud = 1;
  534. luminanceRectCoef = 1;
  535. luminanceRectCoefCloud = 0.5;
  536. rayleigh[] = {0.007,0.01388,0.035};
  537. mie[] = {0.005,0.005,0.005};
  538. cloudsColor[] = {{ 1,1,1 },14.4};
  539. swBrightness = 1;
  540. };
  541. class Lighting11
  542. {
  543. height = 0;
  544. overcast = 0.25;
  545. sunAngle = 45;
  546. sunOrMoon = 1;
  547. diffuse[] = {{ 1,0.9,0.75 },17.2};
  548. diffuseCloud[] = {{ 1,0.9,0.75 },17.2};
  549. ambient[] = {{ 0.498,0.602,0.77 },12.8};
  550. ambientCloud[] = {{ 0.498,0.602,0.77 },11.8};
  551. ambientMid[] = {{ 0.635,0.635,0.663 },11.504};
  552. ambientMidCloud[] = {{ 0.635,0.635,0.663 },12.504};
  553. groundReflection[] = {{ 0.745,0.671,0.643 },14.21392};
  554. groundReflectionCloud[] = {{ 0.745,0.671,0.643 },14.21392};
  555. bidirect[] = {0.025,0.024,0.018};
  556. bidirectCloud[] = {0.025,0.024,0.018};
  557. sky[] = {{ 0.02,0.12,0.8 },13.8};
  558. skyAroundSun[] = {{ 0.02,0.12,0.8 },13.8};
  559. fogColor[] = {{ 0.3,0.44,0.74 },15};
  560. apertureMin = 70;
  561. apertureStandard = 120;
  562. apertureMax = 120;
  563. standardAvgLum = 8000;
  564. desiredLuminanceCoef = 1;
  565. desiredLuminanceCoefCloud = 1;
  566. luminanceRectCoef = 1;
  567. luminanceRectCoefCloud = 0.5;
  568. rayleigh[] = {0.007,0.01388,0.035};
  569. mie[] = {0.005,0.005,0.005};
  570. cloudsColor[] = {{ 1,1,1 },14.8};
  571. swBrightness = 1;
  572. };
  573. class Lighting12
  574. {
  575. height = 0;
  576. overcast = 0.25;
  577. sunAngle = 90;
  578. sunOrMoon = 1;
  579. diffuse[] = {{ 1,0.9,0.75 },17.2};
  580. diffuseCloud[] = {{ 1,0.9,0.75 },17.2};
  581. ambient[] = {{ 0.498,0.602,0.77 },12.8};
  582. ambientCloud[] = {{ 0.498,0.602,0.77 },12.8};
  583. ambientMid[] = {{ 0.635,0.635,0.663 },11.504};
  584. ambientMidCloud[] = {{ 0.635,0.635,0.663 },11.504};
  585. groundReflection[] = {{ 0.745,0.671,0.643 },14.21392};
  586. groundReflectionCloud[] = {{ 0.745,0.671,0.643 },14.21392};
  587. bidirect[] = {0.025,0.024,0.018};
  588. bidirectCloud[] = {0.025,0.024,0.018};
  589. sky[] = {{ 0.02,0.12,0.8 },13.8};
  590. skyAroundSun[] = {{ 0.02,0.12,0.8 },13.8};
  591. fogColor[] = {{ 0.3,0.44,0.74 },15};
  592. apertureMin = 70;
  593. apertureStandard = 120;
  594. apertureMax = 120;
  595. standardAvgLum = 8000;
  596. desiredLuminanceCoef = 1;
  597. desiredLuminanceCoefCloud = 1;
  598. luminanceRectCoef = 1;
  599. luminanceRectCoefCloud = 0.5;
  600. rayleigh[] = {0.007,0.01388,0.035};
  601. mie[] = {0.005,0.005,0.005};
  602. cloudsColor[] = {{ 1,1,1 },14.8};
  603. swBrightness = 1;
  604. };
  605. class Lighting13
  606. {
  607. height = 0;
  608. overcast = 0.6;
  609. sunAngle = -24;
  610. sunOrMoon = 0;
  611. diffuse[] = {{ 0.14,0.19,0.3 },4};
  612. diffuseCloud[] = {{ 0.14,0.19,0.3 },3};
  613. ambient[] = {{ 0.173,0.239,0.373 },1};
  614. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  615. ambientMid[] = {{ 0.1384,0.1912,0.2984 },0.88};
  616. ambientMidCloud[] = {{ 0.1384,0.1912,0.2984 },0.88};
  617. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  618. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  619. bidirect[] = {0.025,0.025,0.023};
  620. bidirectCloud[] = {0.0245,0.0245,0.02254};
  621. sky[] = {0.231,0.314,0.467};
  622. skyAroundSun[] = {0.2,0.25,0.45};
  623. fogColor[] = {{ 0.09,0.137,0.22 },0.025};
  624. apertureMin = 4;
  625. apertureStandard = 4;
  626. apertureMax = 18;
  627. standardAvgLum = 4;
  628. desiredLuminanceCoef = 1;
  629. desiredLuminanceCoefCloud = 1;
  630. luminanceRectCoef = 1;
  631. luminanceRectCoefCloud = 0.5;
  632. rayleigh[] = {0.007,0.01388,0.035};
  633. mie[] = {0.005,0.005,0.005};
  634. cloudsColor[] = {{ 0.5,0.65,1 },11.016};
  635. swBrightness = 1;
  636. };
  637. class Lighting14
  638. {
  639. height = 0;
  640. overcast = 0.6;
  641. sunAngle = -12;
  642. sunOrMoon = 0;
  643. diffuse[] = {0.1,0.18,0.3};
  644. diffuseCloud[] = {0.1,0.18,0.3};
  645. ambient[] = {{ 0.173,0.239,0.373 },1};
  646. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  647. ambientMid[] = {{ 0.173,0.239,0.373 },0.88};
  648. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.88};
  649. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  650. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  651. bidirect[] = {0,0,0};
  652. bidirectCloud[] = {0,0,0};
  653. sky[] = {{ 0.212,0.302,0.51 },1};
  654. skyAroundSun[] = {0.2,0.25,0.45};
  655. fogColor[] = {{ 0.094,0.141,0.231 },0.025};
  656. apertureMin = 6;
  657. apertureStandard = 6;
  658. apertureMax = 18;
  659. standardAvgLum = 4;
  660. desiredLuminanceCoef = 1;
  661. desiredLuminanceCoefCloud = 1;
  662. luminanceRectCoef = 1;
  663. luminanceRectCoefCloud = 0.5;
  664. rayleigh[] = {0.007,0.01388,0.035};
  665. mie[] = {0.005,0.005,0.005};
  666. cloudsColor[] = {{ 1,1,1 },11.016};
  667. swBrightness = 1;
  668. };
  669. class Lighting15
  670. {
  671. height = 0;
  672. overcast = 0.6;
  673. sunAngle = -11;
  674. sunOrMoon = 0.5;
  675. diffuse[] = {0.1,0.18,0.3};
  676. diffuseCloud[] = {0.1,0.18,0.3};
  677. ambient[] = {{ 0.173,0.239,0.373 },1};
  678. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  679. ambientMid[] = {{ 0.173,0.239,0.373 },0.88};
  680. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.88};
  681. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  682. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  683. bidirect[] = {0,0,0};
  684. bidirectCloud[] = {0,0,0};
  685. sky[] = {{ 0.212,0.302,0.51 },1};
  686. skyAroundSun[] = {0.2,0.25,0.45};
  687. fogColor[] = {{ 0.094,0.141,0.231 },0.025};
  688. apertureMin = 6;
  689. apertureStandard = 6;
  690. apertureMax = 18;
  691. standardAvgLum = 4;
  692. desiredLuminanceCoef = 1;
  693. desiredLuminanceCoefCloud = 1;
  694. luminanceRectCoef = 1;
  695. luminanceRectCoefCloud = 0.5;
  696. rayleigh[] = {0.007,0.01388,0.035};
  697. mie[] = {0.005,0.005,0.005};
  698. cloudsColor[] = {{ 1,1,1 },11.016};
  699. swBrightness = 1;
  700. };
  701. class Lighting16
  702. {
  703. height = 0;
  704. overcast = 0.6;
  705. sunAngle = -10;
  706. sunOrMoon = 1;
  707. diffuse[] = {0.1,0.18,0.3};
  708. diffuseCloud[] = {0.1,0.18,0.3};
  709. ambient[] = {{ 0.173,0.239,0.373 },1};
  710. ambientCloud[] = {{ 0.173,0.239,0.373 },1};
  711. ambientMid[] = {{ 0.173,0.239,0.373 },0.88};
  712. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.88};
  713. groundReflection[] = {{ 0.173,0.239,0.373 },0.8448};
  714. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },0.8448};
  715. bidirect[] = {0,0,0};
  716. bidirectCloud[] = {0,0,0};
  717. sky[] = {{ 0.212,0.302,0.51 },1};
  718. skyAroundSun[] = {{ 0.2,0.25,0.45 },4.734908};
  719. fogColor[] = {{ 0.094,0.141,0.231 },0.025};
  720. apertureMin = 6;
  721. apertureStandard = 6;
  722. apertureMax = 18;
  723. standardAvgLum = 4;
  724. desiredLuminanceCoef = 1;
  725. desiredLuminanceCoefCloud = 1;
  726. luminanceRectCoef = 1;
  727. luminanceRectCoefCloud = 0.5;
  728. rayleigh[] = {0.007,0.01388,0.035};
  729. mie[] = {0.005,0.005,0.005};
  730. cloudsColor[] = {{ 1,1,1 },11.016};
  731. swBrightness = 1;
  732. };
  733. class Lighting17
  734. {
  735. height = 0;
  736. overcast = 0.6;
  737. sunAngle = -5;
  738. sunOrMoon = 1;
  739. diffuse[] = {{ 0.16,0.18,0.28 },2.25};
  740. diffuseCloud[] = {{ 0.16,0.18,0.28 },1.6875};
  741. ambient[] = {{ 0.173,0.239,0.373 },4.6};
  742. ambientCloud[] = {{ 0.173,0.239,0.373 },4.6};
  743. ambientMid[] = {{ 0.173,0.239,0.373 },4.048};
  744. ambientMidCloud[] = {{ 0.173,0.239,0.373 },4.048};
  745. groundReflection[] = {{ 0.173,0.239,0.373 },3.88608};
  746. groundReflectionCloud[] = {{ 0.173,0.239,0.373 },3.88608};
  747. bidirect[] = {0.0115,0.012,0.0125};
  748. bidirectCloud[] = {0.01127,0.01176,0.01225};
  749. sky[] = {{ 0.2,0.298,0.541 },4.6};
  750. skyAroundSun[] = {{ 0.7,0.35,0.28 },7.636949};
  751. fogColor[] = {{ 0.106,0.161,0.267 },4.715};
  752. apertureMin = 6;
  753. apertureStandard = 6;
  754. apertureMax = 18;
  755. standardAvgLum = 4;
  756. desiredLuminanceCoef = 1;
  757. desiredLuminanceCoefCloud = 1;
  758. luminanceRectCoef = 1;
  759. luminanceRectCoefCloud = 0.5;
  760. rayleigh[] = {0.007,0.01388,0.035};
  761. mie[] = {0.005,0.005,0.005};
  762. cloudsColor[] = {{ 1,1,1 },11.016};
  763. swBrightness = 1;
  764. };
  765. class Lighting18
  766. {
  767. height = 0;
  768. overcast = 0.6;
  769. sunAngle = -2;
  770. sunOrMoon = 1;
  771. diffuse[] = {{ 0.25,0.21,0.2 },3.75};
  772. diffuseCloud[] = {{ 0.25,0.21,0.2 },2.8125};
  773. ambient[] = {{ 0.196,0.275,0.42 },6.9};
  774. ambientCloud[] = {{ 0.196,0.275,0.42 },6.9};
  775. ambientMid[] = {{ 0.196,0.275,0.42 },6.072};
  776. ambientMidCloud[] = {{ 0.196,0.275,0.42 },6.072};
  777. groundReflection[] = {{ 0.196,0.275,0.42 },5.82912};
  778. groundReflectionCloud[] = {{ 0.196,0.275,0.42 },5.82912};
  779. bidirect[] = {0.023,0.024,0.025};
  780. bidirectCloud[] = {0.023,0.024,0.025};
  781. sky[] = {{ 0.188,0.29,0.576 },6.9};
  782. skyAroundSun[] = {{ 1.8,0.42,0.2 },12.31766};
  783. fogColor[] = {{ 0.11,0.169,0.286 },7.0725};
  784. apertureMin = 7;
  785. apertureStandard = 8;
  786. apertureMax = 20;
  787. standardAvgLum = 20;
  788. desiredLuminanceCoef = 1;
  789. desiredLuminanceCoefCloud = 1;
  790. luminanceRectCoef = 1;
  791. luminanceRectCoefCloud = 0.5;
  792. rayleigh[] = {0.007,0.038,0.0675};
  793. mie[] = {0.005,0.005,0.005};
  794. cloudsColor[] = {{ 1,1,1 },11.016};
  795. swBrightness = 1;
  796. };
  797. class Lighting19
  798. {
  799. height = 0;
  800. overcast = 0.6;
  801. sunAngle = 0;
  802. sunOrMoon = 1;
  803. diffuse[] = {{ 0.75,0.38,0.22 },4.5};
  804. diffuseCloud[] = {{ 0.75,0.38,0.22 },3.375};
  805. ambient[] = {{ 0.2497,0.31,0.467 },7.8};
  806. ambientCloud[] = {{ 0.2497,0.31,0.467 },7.8};
  807. ambientMid[] = {{ 0.2541,0.314,0.467 },6.864};
  808. ambientMidCloud[] = {{ 0.2541,0.314,0.467 },6.864};
  809. groundReflection[] = {{ 0.235,0.318,0.467 },6.58944};
  810. groundReflectionCloud[] = {{ 0.235,0.318,0.467 },6.58944};
  811. bidirect[] = {0.023,0.024,0.025};
  812. bidirectCloud[] = {0.023,0.024,0.025};
  813. sky[] = {{ 0.173,0.282,0.612 },7.8};
  814. skyAroundSun[] = {{ 2,0.42,0.2 },13.38876};
  815. fogColor[] = {{ 0.118,0.18,0.31 },7.995};
  816. apertureMin = 8;
  817. apertureStandard = 9;
  818. apertureMax = 22;
  819. standardAvgLum = 45;
  820. desiredLuminanceCoef = 1;
  821. desiredLuminanceCoefCloud = 1;
  822. luminanceRectCoef = 1;
  823. luminanceRectCoefCloud = 0.5;
  824. rayleigh[] = {0.007,0.038,0.0675};
  825. mie[] = {0.005,0.005,0.005};
  826. cloudsColor[] = {{ 1,1,1 },11.016};
  827. swBrightness = 1;
  828. };
  829. class Lighting20
  830. {
  831. height = 0;
  832. overcast = 0.6;
  833. sunAngle = 2;
  834. sunOrMoon = 1;
  835. diffuse[] = {{ 0.95,0.42,0.22 },6.72};
  836. diffuseCloud[] = {{ 0.95,0.42,0.22 },5.04};
  837. ambient[] = {{ 0.306,0.357,0.463 },8.4};
  838. ambientCloud[] = {{ 0.306,0.357,0.463 },8.4};
  839. ambientMid[] = {{ 0.365,0.361,0.396 },7.392};
  840. ambientMidCloud[] = {{ 0.365,0.361,0.396 },7.392};
  841. groundReflection[] = {{ 0.416,0.38,0.388 },7.09632};
  842. groundReflectionCloud[] = {{ 0.416,0.38,0.388 },7.09632};
  843. bidirect[] = {0.023,0.024,0.025};
  844. bidirectCloud[] = {0.023,0.024,0.025};
  845. sky[] = {{ 0.157,0.275,0.651 },8.4};
  846. skyAroundSun[] = {{ 2.2,0.8,0.2 },13.38876};
  847. fogColor[] = {{ 0.125,0.192,0.329 },8.61};
  848. apertureMin = 8;
  849. apertureStandard = 10;
  850. apertureMax = 24;
  851. standardAvgLum = 50;
  852. desiredLuminanceCoef = 1;
  853. desiredLuminanceCoefCloud = 1;
  854. luminanceRectCoef = 1;
  855. luminanceRectCoefCloud = 0.5;
  856. rayleigh[] = {0.007,0.038,0.0675};
  857. mie[] = {0.005,0.005,0.005};
  858. cloudsColor[] = {{ 1,1,1 },11.016};
  859. swBrightness = 1;
  860. };
  861. class Lighting21
  862. {
  863. height = 0;
  864. overcast = 0.6;
  865. sunAngle = 6;
  866. sunOrMoon = 1;
  867. diffuse[] = {{ 0.95,0.55,0.35 },10.2};
  868. diffuseCloud[] = {{ 0.95,0.55,0.35 },7.65};
  869. ambient[] = {{ 0.337,0.404,0.525 },9.6};
  870. ambientCloud[] = {{ 0.337,0.404,0.525 },9.6};
  871. ambientMid[] = {{ 0.412,0.408,0.443 },8.448};
  872. ambientMidCloud[] = {{ 0.412,0.408,0.443 },8.448};
  873. groundReflection[] = {{ 0.475,0.435,0.431 },8.11008};
  874. groundReflectionCloud[] = {{ 0.475,0.435,0.431 },8.11008};
  875. bidirect[] = {0.01375,0.0132,0.01265};
  876. bidirectCloud[] = {0.01375,0.0132,0.01265};
  877. sky[] = {{ 0.145,0.263,0.686 },9.6};
  878. skyAroundSun[] = {{ 0.4,0.32,0.6 },13.38876};
  879. fogColor[] = {{ 0.133,0.204,0.357 },9.84};
  880. apertureMin = 8;
  881. apertureStandard = 16;
  882. apertureMax = 26;
  883. standardAvgLum = 100;
  884. desiredLuminanceCoef = 1;
  885. desiredLuminanceCoefCloud = 1;
  886. luminanceRectCoef = 1;
  887. luminanceRectCoefCloud = 0.5;
  888. rayleigh[] = {0.007,0.027,0.045};
  889. mie[] = {0.005,0.005,0.005};
  890. cloudsColor[] = {{ 1,1,1 },11.016};
  891. swBrightness = 1;
  892. };
  893. class Lighting22
  894. {
  895. height = 0;
  896. overcast = 0.6;
  897. sunAngle = 12;
  898. sunOrMoon = 1;
  899. diffuse[] = {{ 1,0.65,0.45 },12.3};
  900. diffuseCloud[] = {{ 1,0.65,0.45 },9.225};
  901. ambient[] = {{ 0.388,0.471,0.612 },10.9};
  902. ambientCloud[] = {{ 0.388,0.471,0.612 },10.9};
  903. ambientMid[] = {{ 0.482,0.475,0.506 },9.81};
  904. ambientMidCloud[] = {{ 0.482,0.475,0.506 },9.81};
  905. groundReflection[] = {{ 0.557,0.51,0.494 },9.4176};
  906. groundReflectionCloud[] = {{ 0.557,0.51,0.494 },9.4176};
  907. bidirect[] = {0.01875,0.018,0.01725};
  908. bidirectCloud[] = {0.01875,0.018,0.01725};
  909. sky[] = {{ 0.129,0.259,0.722 },10.9};
  910. skyAroundSun[] = {{ 0.13,0.25,0.8 },13.524};
  911. fogColor[] = {{ 0.145,0.224,0.396 },11.1725};
  912. apertureMin = 20;
  913. apertureStandard = 25;
  914. apertureMax = 35;
  915. standardAvgLum = 250;
  916. desiredLuminanceCoef = 1;
  917. desiredLuminanceCoefCloud = 1;
  918. luminanceRectCoef = 1;
  919. luminanceRectCoefCloud = 0.5;
  920. rayleigh[] = {0.007,0.018,0.04};
  921. mie[] = {0.005,0.005,0.005};
  922. cloudsColor[] = {{ 1,1,1 },12.24};
  923. swBrightness = 1;
  924. };
  925. class Lighting23
  926. {
  927. height = 0;
  928. overcast = 0.6;
  929. sunAngle = 24;
  930. sunOrMoon = 1;
  931. diffuse[] = {{ 1,0.9,0.75 },17.2};
  932. diffuseCloud[] = {{ 1,0.9,0.75 },17.2};
  933. ambient[] = {{ 0.498,0.602,0.77 },12.8};
  934. ambientCloud[] = {{ 0.498,0.602,0.77 },11.8};
  935. ambientMid[] = {{ 0.635,0.635,0.663 },11.504};
  936. ambientMidCloud[] = {{ 0.635,0.635,0.663 },12.504};
  937. groundReflection[] = {{ 0.635,0.58,0.557 },12.18816};
  938. groundReflectionCloud[] = {{ 0.635,0.58,0.557 },12.18816};
  939. bidirect[] = {0.025,0.024,0.018};
  940. bidirectCloud[] = {0.025,0.024,0.018};
  941. sky[] = {{ 0.118,0.251,0.753 },13.8};
  942. skyAroundSun[] = {{ 0.115,0.245,0.8 },13.662};
  943. fogColor[] = {{ 0.15,0.251,0.488 },14.145};
  944. apertureMin = 45;
  945. apertureStandard = 60;
  946. apertureMax = 80;
  947. standardAvgLum = 800;
  948. desiredLuminanceCoef = 1;
  949. desiredLuminanceCoefCloud = 1;
  950. luminanceRectCoef = 1;
  951. luminanceRectCoefCloud = 0.5;
  952. rayleigh[] = {0.007,0.01388,0.035};
  953. mie[] = {0.005,0.005,0.005};
  954. cloudsColor[] = {{ 1,1,1 },14.4};
  955. swBrightness = 1;
  956. };
  957. class Lighting24
  958. {
  959. height = 0;
  960. overcast = 0.6;
  961. sunAngle = 45;
  962. sunOrMoon = 1;
  963. diffuse[] = {{ 1,0.87,0.85 },17};
  964. diffuseCloud[] = {{ 1,0.87,0.85 },12.75};
  965. ambient[] = {{ 0.498,0.602,0.77 },14.8};
  966. ambientCloud[] = {{ 0.498,0.602,0.77 },14.8};
  967. ambientMid[] = {{ 0.635,0.635,0.663 },13.616};
  968. ambientMidCloud[] = {{ 0.635,0.635,0.663 },13.616};
  969. groundReflection[] = {{ 0.745,0.671,0.643 },14.21392};
  970. groundReflectionCloud[] = {{ 0.745,0.671,0.643 },14.21392};
  971. bidirect[] = {0.025,0.024,0.018};
  972. bidirectCloud[] = {0.025,0.024,0.018};
  973. sky[] = {{ 0.02,0.12,0.8 },13.8};
  974. skyAroundSun[] = {{ 0.02,0.12,0.8 },13.8};
  975. fogColor[] = {{ 0.3,0.44,0.74 },13.9564};
  976. apertureMin = 70;
  977. apertureStandard = 120;
  978. apertureMax = 120;
  979. standardAvgLum = 8000;
  980. desiredLuminanceCoef = 1;
  981. desiredLuminanceCoefCloud = 1;
  982. luminanceRectCoef = 1;
  983. luminanceRectCoefCloud = 0.5;
  984. rayleigh[] = {0.007,0.01388,0.035};
  985. mie[] = {0.005,0.005,0.005};
  986. cloudsColor[] = {{ 1,1,1 },14.8};
  987. swBrightness = 1;
  988. };
  989. class Lighting25
  990. {
  991. height = 0;
  992. overcast = 0.6;
  993. sunAngle = 90;
  994. sunOrMoon = 1;
  995. diffuse[] = {{ 1,0.9,0.75 },17.2};
  996. diffuseCloud[] = {{ 1,0.9,0.75 },13.2};
  997. ambient[] = {{ 0.498,0.602,0.77 },12.8};
  998. ambientCloud[] = {{ 0.498,0.602,0.77 },12.8};
  999. ambientMid[] = {{ 0.635,0.635,0.663 },11.504};
  1000. ambientMidCloud[] = {{ 0.635,0.635,0.663 },11.504};
  1001. groundReflection[] = {{ 0.745,0.671,0.643 },14.21392};
  1002. groundReflectionCloud[] = {{ 0.745,0.671,0.643 },14.21392};
  1003. bidirect[] = {0.025,0.024,0.018};
  1004. bidirectCloud[] = {0.025,0.024,0.018};
  1005. sky[] = {{ 0.02,0.12,0.8 },13.8};
  1006. skyAroundSun[] = {{ 0.02,0.12,0.8 },13.8};
  1007. fogColor[] = {{ 0.3,0.44,0.74 },15};
  1008. apertureMin = 70;
  1009. apertureStandard = 120;
  1010. apertureMax = 120;
  1011. standardAvgLum = 8000;
  1012. desiredLuminanceCoef = 1;
  1013. desiredLuminanceCoefCloud = 1;
  1014. luminanceRectCoef = 1;
  1015. luminanceRectCoefCloud = 0.5;
  1016. rayleigh[] = {0.007,0.01388,0.035};
  1017. mie[] = {0.005,0.005,0.005};
  1018. cloudsColor[] = {{ 1,1,1 },14.8};
  1019. swBrightness = 1;
  1020. };
  1021. class Lighting26
  1022. {
  1023. height = 0;
  1024. overcast = 0.85;
  1025. sunAngle = -24;
  1026. sunOrMoon = 0;
  1027. diffuse[] = {{ 0.09,0.137,0.22 },1};
  1028. diffuseCloud[] = {{ 0,0,0 },0.75};
  1029. ambient[] = {{ 0.09,0.137,0.22 },1};
  1030. ambientCloud[] = {{ 0.09,0.137,0.22 },1};
  1031. ambientMid[] = {{ 0.09,0.137,0.22 },0.8624};
  1032. ambientMidCloud[] = {{ 0.09,0.137,0.22 },0.8624};
  1033. groundReflection[] = {{ 0.09,0.137,0.22 },0.758912};
  1034. groundReflectionCloud[] = {{ 0.09,0.137,0.22 },0.758912};
  1035. bidirect[] = {0.0117,0.0117,0.0117};
  1036. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1037. sky[] = {0.231,0.314,0.467};
  1038. skyAroundSun[] = {0.2,0.25,0.45};
  1039. fogColor[] = {0.09,0.137,0.22};
  1040. apertureMin = 6;
  1041. apertureStandard = 6;
  1042. apertureMax = 18;
  1043. standardAvgLum = 4;
  1044. desiredLuminanceCoef = 1;
  1045. desiredLuminanceCoefCloud = 1;
  1046. luminanceRectCoef = 1;
  1047. luminanceRectCoefCloud = 0.5;
  1048. rayleigh[] = {0.007,0.01388,0.035};
  1049. mie[] = {0.005,0.005,0.005};
  1050. cloudsColor[] = {{ 1,1,1 },11.016};
  1051. swBrightness = 1;
  1052. };
  1053. class Lighting27
  1054. {
  1055. height = 0;
  1056. overcast = 0.85;
  1057. sunAngle = -12;
  1058. sunOrMoon = 0;
  1059. diffuse[] = {0.16954,0.239,0.37673};
  1060. diffuseCloud[] = {0.042385,0.05975,0.094183};
  1061. ambient[] = {{ 0.16954,0.239,0.37673 },1};
  1062. ambientCloud[] = {{ 0.16954,0.239,0.37673 },1};
  1063. ambientMid[] = {{ 0.173,0.239,0.373 },0.8624};
  1064. ambientMidCloud[] = {{ 0.173,0.239,0.373 },0.8624};
  1065. groundReflection[] = {{ 0.14705,0.20315,0.31705 },0.758912};
  1066. groundReflectionCloud[] = {{ 0.14705,0.20315,0.31705 },0.758912};
  1067. bidirect[] = {0.0117,0.0117,0.0117};
  1068. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1069. sky[] = {{ 0.212,0.302,0.51 },1};
  1070. skyAroundSun[] = {0.2,0.25,0.45};
  1071. fogColor[] = {0.122,0.169,0.255};
  1072. apertureMin = 6;
  1073. apertureStandard = 6;
  1074. apertureMax = 18;
  1075. standardAvgLum = 4;
  1076. desiredLuminanceCoef = 1;
  1077. desiredLuminanceCoefCloud = 1;
  1078. luminanceRectCoef = 1;
  1079. luminanceRectCoefCloud = 0.5;
  1080. rayleigh[] = {0.007,0.01388,0.035};
  1081. mie[] = {0.005,0.005,0.005};
  1082. cloudsColor[] = {{ 1,1,1 },11.016};
  1083. swBrightness = 1;
  1084. };
  1085. class Lighting28
  1086. {
  1087. height = 0;
  1088. overcast = 0.85;
  1089. sunAngle = -11;
  1090. sunOrMoon = 0.5;
  1091. diffuse[] = {0.129,0.18,0.271};
  1092. diffuseCloud[] = {0.03225,0.045,0.06775};
  1093. ambient[] = {{ 0.129,0.18,0.271 },1};
  1094. ambientCloud[] = {{ 0.129,0.18,0.271 },1};
  1095. ambientMid[] = {{ 0.129,0.184,0.267 },0.8624};
  1096. ambientMidCloud[] = {{ 0.129,0.184,0.267 },0.8624};
  1097. groundReflection[] = {{ 0.125,0.176,0.263 },0.758912};
  1098. groundReflectionCloud[] = {{ 0.125,0.176,0.263 },0.758912};
  1099. bidirect[] = {0.0117,0.0117,0.0117};
  1100. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1101. sky[] = {{ 0.212,0.302,0.51 },1};
  1102. skyAroundSun[] = {0.2,0.25,0.45};
  1103. fogColor[] = {0.122,0.169,0.255};
  1104. apertureMin = 6;
  1105. apertureStandard = 6;
  1106. apertureMax = 18;
  1107. standardAvgLum = 4;
  1108. desiredLuminanceCoef = 1;
  1109. desiredLuminanceCoefCloud = 1;
  1110. luminanceRectCoef = 1;
  1111. luminanceRectCoefCloud = 0.5;
  1112. rayleigh[] = {0.007,0.01388,0.035};
  1113. mie[] = {0.005,0.005,0.005};
  1114. cloudsColor[] = {{ 1,1,1 },11.016};
  1115. swBrightness = 1;
  1116. };
  1117. class Lighting29
  1118. {
  1119. height = 0;
  1120. overcast = 0.85;
  1121. sunAngle = -10;
  1122. sunOrMoon = 1;
  1123. diffuse[] = {0.129,0.18,0.271};
  1124. diffuseCloud[] = {0.03225,0.045,0.06775};
  1125. ambient[] = {{ 0.129,0.18,0.271 },1};
  1126. ambientCloud[] = {{ 0.129,0.18,0.271 },1};
  1127. ambientMid[] = {{ 0.129,0.184,0.267 },0.8624};
  1128. ambientMidCloud[] = {{ 0.129,0.184,0.267 },0.8624};
  1129. groundReflection[] = {{ 0.125,0.176,0.263 },0.758912};
  1130. groundReflectionCloud[] = {{ 0.125,0.176,0.263 },0.758912};
  1131. bidirect[] = {0.0117,0.0117,0.0117};
  1132. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1133. sky[] = {{ 0.212,0.302,0.51 },1};
  1134. skyAroundSun[] = {{ 0.2,0.25,0.45 },4.734908};
  1135. fogColor[] = {0.122,0.169,0.255};
  1136. apertureMin = 6;
  1137. apertureStandard = 6;
  1138. apertureMax = 18;
  1139. standardAvgLum = 4;
  1140. desiredLuminanceCoef = 1;
  1141. desiredLuminanceCoefCloud = 1;
  1142. luminanceRectCoef = 1;
  1143. luminanceRectCoefCloud = 0.5;
  1144. rayleigh[] = {0.007,0.01388,0.035};
  1145. mie[] = {0.005,0.005,0.005};
  1146. cloudsColor[] = {{ 1,1,1 },11.016};
  1147. swBrightness = 1;
  1148. };
  1149. class Lighting30
  1150. {
  1151. height = 0;
  1152. overcast = 0.85;
  1153. sunAngle = -5;
  1154. sunOrMoon = 1;
  1155. diffuse[] = {{ 0.157,0.212,0.306 },0.5625};
  1156. diffuseCloud[] = {{ 0.03925,0.053,0.0765 },0.39375};
  1157. ambient[] = {{ 0.157,0.212,0.306 },3.22};
  1158. ambientCloud[] = {{ 0.157,0.212,0.306 },3.22};
  1159. ambientMid[] = {{ 0.157,0.208,0.298 },3.96704};
  1160. ambientMidCloud[] = {{ 0.157,0.208,0.298 },3.96704};
  1161. groundReflection[] = {{ 0.149,0.204,0.29 },3.649677};
  1162. groundReflectionCloud[] = {{ 0.149,0.204,0.29 },3.649677};
  1163. bidirect[] = {0.0117,0.0117,0.0117};
  1164. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1165. sky[] = {{ 0.2,0.298,0.541 },4.6};
  1166. skyAroundSun[] = {{ 0.7,0.35,0.28 },7.636949};
  1167. fogColor[] = {{ 0.141,0.192,0.282 },3.96704};
  1168. apertureMin = 6;
  1169. apertureStandard = 6;
  1170. apertureMax = 18;
  1171. standardAvgLum = 4;
  1172. desiredLuminanceCoef = 1;
  1173. desiredLuminanceCoefCloud = 1;
  1174. luminanceRectCoef = 1;
  1175. luminanceRectCoefCloud = 0.5;
  1176. rayleigh[] = {0.007,0.01388,0.035};
  1177. mie[] = {0.005,0.005,0.005};
  1178. cloudsColor[] = {{ 1,1,1 },11.016};
  1179. swBrightness = 1;
  1180. };
  1181. class Lighting31
  1182. {
  1183. height = 0;
  1184. overcast = 0.85;
  1185. sunAngle = -2;
  1186. sunOrMoon = 1;
  1187. diffuse[] = {{ 0.184,0.247,0.341 },0.9375};
  1188. diffuseCloud[] = {{ 0.046,0.06175,0.08525 },0.65625};
  1189. ambient[] = {{ 0.184,0.247,0.341 },6.9};
  1190. ambientCloud[] = {{ 0.184,0.247,0.341 },6.9};
  1191. ambientMid[] = {{ 0.184,0.243,0.329 },5.95056};
  1192. ambientMidCloud[] = {{ 0.184,0.243,0.329 },5.95056};
  1193. groundReflection[] = {{ 0.176,0.231,0.322 },5.593526};
  1194. groundReflectionCloud[] = {{ 0.176,0.231,0.322 },5.593526};
  1195. bidirect[] = {0.0117,0.0117,0.0117};
  1196. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1197. sky[] = {{ 0.188,0.29,0.576 },6.9};
  1198. skyAroundSun[] = {{ 1.8,0.42,0.2 },12.31766};
  1199. fogColor[] = {{ 0.165,0.22,0.31 },5.95056};
  1200. apertureMin = 7;
  1201. apertureStandard = 7;
  1202. apertureMax = 20;
  1203. standardAvgLum = 20;
  1204. desiredLuminanceCoef = 1;
  1205. desiredLuminanceCoefCloud = 1;
  1206. luminanceRectCoef = 1;
  1207. luminanceRectCoefCloud = 0.5;
  1208. rayleigh[] = {0.007,0.038,0.0675};
  1209. mie[] = {0.005,0.005,0.005};
  1210. cloudsColor[] = {{ 1,1,1 },11.016};
  1211. swBrightness = 1;
  1212. };
  1213. class Lighting32
  1214. {
  1215. height = 0;
  1216. overcast = 0.85;
  1217. sunAngle = 0;
  1218. sunOrMoon = 1;
  1219. diffuse[] = {{ 0.216,0.286,0.384 },1.125};
  1220. diffuseCloud[] = {{ 0.054,0.0715,0.096 },0.7875};
  1221. ambient[] = {{ 0.216,0.286,0.384 },7.8};
  1222. ambientCloud[] = {{ 0.216,0.286,0.384 },7.8};
  1223. ambientMid[] = {{ 0.22,0.278,0.365 },6.72672};
  1224. ambientMidCloud[] = {{ 0.22,0.278,0.365 },6.72672};
  1225. groundReflection[] = {{ 0.204,0.267,0.353 },6.457651};
  1226. groundReflectionCloud[] = {{ 0.204,0.267,0.353 },6.457651};
  1227. bidirect[] = {0.0117,0.0117,0.0117};
  1228. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1229. sky[] = {{ 0.173,0.282,0.612 },7.8};
  1230. skyAroundSun[] = {{ 2,0.42,0.2 },13.38876};
  1231. fogColor[] = {{ 0.188,0.247,0.341 },6.72672};
  1232. apertureMin = 8;
  1233. apertureStandard = 8;
  1234. apertureMax = 22;
  1235. standardAvgLum = 45;
  1236. desiredLuminanceCoef = 1;
  1237. desiredLuminanceCoefCloud = 1;
  1238. luminanceRectCoef = 1;
  1239. luminanceRectCoefCloud = 0.5;
  1240. rayleigh[] = {0.007,0.038,0.0675};
  1241. mie[] = {0.005,0.005,0.005};
  1242. cloudsColor[] = {{ 1,1,1 },11.016};
  1243. swBrightness = 1;
  1244. };
  1245. class Lighting33
  1246. {
  1247. height = 0;
  1248. overcast = 0.85;
  1249. sunAngle = 2;
  1250. sunOrMoon = 1;
  1251. diffuse[] = {{ 0.255,0.325,0.42 },1.68};
  1252. diffuseCloud[] = {{ 0.06375,0.08125,0.105 },1.176};
  1253. ambient[] = {{ 0.255,0.325,0.42 },8.4};
  1254. ambientCloud[] = {{ 0.255,0.325,0.42 },8.4};
  1255. ambientMid[] = {{ 0.259,0.314,0.396 },7.24416};
  1256. ambientMidCloud[] = {{ 0.259,0.314,0.396 },7.24416};
  1257. groundReflection[] = {{ 0.239,0.294,0.376 },7.099277};
  1258. groundReflectionCloud[] = {{ 0.239,0.294,0.376 },7.099277};
  1259. bidirect[] = {0.0117,0.0117,0.0117};
  1260. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1261. sky[] = {{ 0.157,0.275,0.651 },8.4};
  1262. skyAroundSun[] = {{ 2.2,0.8,0.2 },13.38876};
  1263. fogColor[] = {{ 0.216,0.275,0.373 },7.24416};
  1264. apertureMin = 8;
  1265. apertureStandard = 8;
  1266. apertureMax = 24;
  1267. standardAvgLum = 50;
  1268. desiredLuminanceCoef = 1;
  1269. desiredLuminanceCoefCloud = 1;
  1270. luminanceRectCoef = 1;
  1271. luminanceRectCoefCloud = 0.5;
  1272. rayleigh[] = {0.007,0.038,0.0675};
  1273. mie[] = {0.005,0.005,0.005};
  1274. cloudsColor[] = {{ 1,1,1 },11.016};
  1275. swBrightness = 1;
  1276. };
  1277. class Lighting34
  1278. {
  1279. height = 0;
  1280. overcast = 0.85;
  1281. sunAngle = 6;
  1282. sunOrMoon = 1;
  1283. diffuse[] = {{ 0.298,0.365,0.451 },2.55};
  1284. diffuseCloud[] = {{ 0.0745,0.09125,0.11275 },1.785};
  1285. ambient[] = {{ 0.298,0.365,0.451 },9.6};
  1286. ambientCloud[] = {{ 0.298,0.365,0.451 },9.6};
  1287. ambientMid[] = {{ 0.302,0.349,0.416 },8.27904};
  1288. ambientMidCloud[] = {{ 0.302,0.349,0.416 },8.27904};
  1289. groundReflection[] = {{ 0.275,0.318,0.384 },8.11346};
  1290. groundReflectionCloud[] = {{ 0.275,0.318,0.384 },8.11346};
  1291. bidirect[] = {0.0117,0.0117,0.0117};
  1292. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1293. sky[] = {{ 0.145,0.263,0.686 },9.6};
  1294. skyAroundSun[] = {{ 0.4,0.32,0.6 },13.38876};
  1295. fogColor[] = {{ 0.243,0.306,0.408 },8.27904};
  1296. apertureMin = 8;
  1297. apertureStandard = 14;
  1298. apertureMax = 26;
  1299. standardAvgLum = 100;
  1300. desiredLuminanceCoef = 1;
  1301. desiredLuminanceCoefCloud = 1;
  1302. luminanceRectCoef = 1;
  1303. luminanceRectCoefCloud = 0.5;
  1304. rayleigh[] = {0.007,0.027,0.045};
  1305. mie[] = {0.005,0.005,0.005};
  1306. cloudsColor[] = {{ 1,1,1 },11.016};
  1307. swBrightness = 1;
  1308. };
  1309. class Lighting35
  1310. {
  1311. height = 0;
  1312. overcast = 0.85;
  1313. sunAngle = 12;
  1314. sunOrMoon = 1;
  1315. diffuse[] = {{ 0.376,0.431,0.506 },3.075};
  1316. diffuseCloud[] = {{ 0.094,0.10775,0.1265 },2.1525};
  1317. ambient[] = {{ 0.376,0.431,0.506 },10.9};
  1318. ambientCloud[] = {{ 0.376,0.431,0.506 },10.9};
  1319. ambientMid[] = {{ 0.38,0.408,0.447 },9.6138};
  1320. ambientMidCloud[] = {{ 0.38,0.408,0.447 },9.6138};
  1321. groundReflection[] = {{ 0.329,0.361,0.396 },9.421524};
  1322. groundReflectionCloud[] = {{ 0.329,0.361,0.396 },9.421524};
  1323. bidirect[] = {0.0117,0.0117,0.0117};
  1324. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1325. sky[] = {{ 0.129,0.259,0.722 },10.9};
  1326. skyAroundSun[] = {{ 0.13,0.25,0.8 },13.524};
  1327. fogColor[] = {{ 0.286,0.353,0.463 },9.6138};
  1328. apertureMin = 20;
  1329. apertureStandard = 22;
  1330. apertureMax = 35;
  1331. standardAvgLum = 250;
  1332. desiredLuminanceCoef = 1;
  1333. desiredLuminanceCoefCloud = 1;
  1334. luminanceRectCoef = 1;
  1335. luminanceRectCoefCloud = 0.5;
  1336. rayleigh[] = {0.007,0.018,0.04};
  1337. mie[] = {0.005,0.005,0.005};
  1338. cloudsColor[] = {{ 1,1,1 },12.24};
  1339. swBrightness = 1;
  1340. };
  1341. class Lighting36
  1342. {
  1343. height = 0;
  1344. overcast = 0.85;
  1345. sunAngle = 24;
  1346. sunOrMoon = 1;
  1347. diffuse[] = {{ 0.447,0.494,0.557 },3.95};
  1348. diffuseCloud[] = {{ 0,0,0 },2.765};
  1349. ambient[] = {{ 0.447,0.494,0.557 },13.8};
  1350. ambientCloud[] = {{ 0.447,0.494,0.557 },13.8};
  1351. ambientMid[] = {{ 0.455,0.467,0.475 },12.44208};
  1352. ambientMidCloud[] = {{ 0.455,0.467,0.475 },12.44208};
  1353. groundReflection[] = {{ 0.388,0.396,0.408 },12.19324};
  1354. groundReflectionCloud[] = {{ 0.388,0.396,0.408 },12.19324};
  1355. bidirect[] = {0.0117,0.0117,0.0117};
  1356. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1357. sky[] = {{ 0.118,0.251,0.753 },13.8};
  1358. skyAroundSun[] = {{ 0.115,0.245,0.8 },13.662};
  1359. fogColor[] = {{ 0.333,0.404,0.518 },12.44208};
  1360. apertureMin = 45;
  1361. apertureStandard = 50;
  1362. apertureMax = 80;
  1363. standardAvgLum = 800;
  1364. desiredLuminanceCoef = 1;
  1365. desiredLuminanceCoefCloud = 1;
  1366. luminanceRectCoef = 1;
  1367. luminanceRectCoefCloud = 0.5;
  1368. rayleigh[] = {0.007,0.01388,0.035};
  1369. mie[] = {0.005,0.005,0.005};
  1370. cloudsColor[] = {{ 1,1,1 },14.4};
  1371. swBrightness = 1;
  1372. };
  1373. class Lighting37
  1374. {
  1375. height = 0;
  1376. overcast = 0.85;
  1377. sunAngle = 45;
  1378. sunOrMoon = 1;
  1379. diffuse[] = {{ 0.506,0.553,0.608 },4.25};
  1380. diffuseCloud[] = {0.1265,0.13825,0.152};
  1381. ambient[] = {{ 0.506,0.553,0.608 },14.8};
  1382. ambientCloud[] = {{ 0.506,0.553,0.608 },14.8};
  1383. ambientMid[] = {{ 0.514,0.518,0.514 },13.34368};
  1384. ambientMidCloud[] = {{ 0.514,0.518,0.514 },13.34368};
  1385. groundReflection[] = {{ 0.435,0.439,0.439 },13.07681};
  1386. groundReflectionCloud[] = {{ 0.435,0.439,0.439 },13.07681};
  1387. bidirect[] = {0.0117,0.0117,0.0117};
  1388. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1389. sky[] = {{ 0.02,0.12,0.8 },13.8};
  1390. skyAroundSun[] = {{ 0.02,0.12,0.8 },13.8};
  1391. fogColor[] = {{ 0.369,0.447,0.565 },13.34368};
  1392. apertureMin = 70;
  1393. apertureStandard = 100;
  1394. apertureMax = 120;
  1395. standardAvgLum = 8000;
  1396. desiredLuminanceCoef = 1;
  1397. desiredLuminanceCoefCloud = 1;
  1398. luminanceRectCoef = 1;
  1399. luminanceRectCoefCloud = 0.5;
  1400. rayleigh[] = {0.007,0.01388,0.035};
  1401. mie[] = {0.005,0.005,0.005};
  1402. cloudsColor[] = {{ 1,1,1 },14.8};
  1403. swBrightness = 1;
  1404. };
  1405. class Lighting38
  1406. {
  1407. height = 0;
  1408. overcast = 0.85;
  1409. sunAngle = 90;
  1410. sunOrMoon = 1;
  1411. diffuse[] = {{ 0.549,0.596,0.651 },4.25};
  1412. diffuseCloud[] = {0.13725,0.149,0.16275};
  1413. ambient[] = {{ 0.549,0.596,0.651 },14.8};
  1414. ambientCloud[] = {{ 0.549,0.596,0.651 },14.8};
  1415. ambientMid[] = {{ 0.557,0.557,0.585 },14.21392};
  1416. ambientMidCloud[] = {{ 0.557,0.557,0.585 },14.21392};
  1417. groundReflection[] = {{ 0.471,0.471,0.463 },13.92964};
  1418. groundReflectionCloud[] = {{ 0.471,0.471,0.463 },13.92964};
  1419. bidirect[] = {0.0117,0.0117,0.0117};
  1420. bidirectCloud[] = {0.0117,0.0117,0.0117};
  1421. sky[] = {{ 0.02,0.12,0.8 },13.8};
  1422. skyAroundSun[] = {{ 0.02,0.12,0.8 },13.8};
  1423. fogColor[] = {{ 0.4,0.48,0.6 },15};
  1424. apertureMin = 70;
  1425. apertureStandard = 110;
  1426. apertureMax = 120;
  1427. standardAvgLum = 8000;
  1428. desiredLuminanceCoef = 1;
  1429. desiredLuminanceCoefCloud = 1;
  1430. luminanceRectCoef = 1;
  1431. luminanceRectCoefCloud = 0.5;
  1432. rayleigh[] = {0.007,0.01388,0.035};
  1433. mie[] = {0.005,0.005,0.005};
  1434. cloudsColor[] = {{ 1,1,1 },14.8};
  1435. swBrightness = 1;
  1436. };
  1437. class Lighting39
  1438. {
  1439. height = -0.1;
  1440. overcast = 0.8;
  1441. sunAngle = -24;
  1442. sunOrMoon = 0;
  1443. diffuse[] = {{ 0.6,0.8,1 },2.8};
  1444. diffuseCloud[] = {{ 0.6,0.8,1 },2.8};
  1445. ambient[] = {{ 0.4,0.9,1 },0.84};
  1446. ambientCloud[] = {{ 0.4,0.9,1 },0.84};
  1447. ambientMid[] = {{ 0.24,0.63,1 },0.9072};
  1448. ambientMidCloud[] = {{ 0.24,0.63,1 },0.9072};
  1449. groundReflection[] = {{ 0.24,0.63,1 },0.870912};
  1450. groundReflectionCloud[] = {{ 0.24,0.63,1 },0.870912};
  1451. bidirect[] = {0,0,0};
  1452. bidirectCloud[] = {0,0,0};
  1453. sky[] = {0,0.2355,0.2335};
  1454. skyAroundSun[] = {0,0.2355,0.2335};
  1455. fogColor[] = {{ 0.09,0.137,0.22 },0.0275};
  1456. apertureMin = 6;
  1457. apertureStandard = 6;
  1458. apertureMax = 18;
  1459. standardAvgLum = 4;
  1460. desiredLuminanceCoef = 0;
  1461. desiredLuminanceCoefCloud = 0;
  1462. luminanceRectCoef = 1;
  1463. luminanceRectCoefCloud = 1;
  1464. rayleigh[] = {0.007,0.01388,0.035};
  1465. mie[] = {0.005,0.005,0.005};
  1466. cloudsColor[] = {{ 1,1,1 },11.016};
  1467. swBrightness = 1;
  1468. };
  1469. class Lighting40
  1470. {
  1471. height = -0.1;
  1472. overcast = 0.8;
  1473. sunAngle = -5;
  1474. sunOrMoon = 1;
  1475. diffuse[] = {{ 0.6,0.8,1 },2.1};
  1476. diffuseCloud[] = {{ 0.6,0.8,1 },2.1};
  1477. ambient[] = {{ 0.4,0.9,1 },3.68};
  1478. ambientCloud[] = {{ 0.4,0.9,1 },3.68};
  1479. ambientMid[] = {{ 0.24,0.63,1 },3.9744};
  1480. ambientMidCloud[] = {{ 0.24,0.63,1 },3.9744};
  1481. groundReflection[] = {{ 0.24,0.63,1 },3.815424};
  1482. groundReflectionCloud[] = {{ 0.24,0.63,1 },3.815424};
  1483. bidirect[] = {0,0,0};
  1484. bidirectCloud[] = {0,0,0};
  1485. sky[] = {{ 0,0.2235,0.2705 },4.232};
  1486. skyAroundSun[] = {{ 0,0.2235,0.2705 },7.636949};
  1487. fogColor[] = {{ 0.106,0.161,0.267 },4.715};
  1488. apertureMin = 6;
  1489. apertureStandard = 6;
  1490. apertureMax = 18;
  1491. standardAvgLum = 4;
  1492. desiredLuminanceCoef = 0;
  1493. desiredLuminanceCoefCloud = 0;
  1494. luminanceRectCoef = 1;
  1495. luminanceRectCoefCloud = 1;
  1496. rayleigh[] = {0.007,0.01388,0.035};
  1497. mie[] = {0.005,0.005,0.005};
  1498. cloudsColor[] = {{ 1,1,1 },11.016};
  1499. swBrightness = 1;
  1500. };
  1501. class Lighting41
  1502. {
  1503. height = -0.1;
  1504. overcast = 0.8;
  1505. sunAngle = -2;
  1506. sunOrMoon = 1;
  1507. diffuse[] = {{ 0.6,0.8,1 },3.5};
  1508. diffuseCloud[] = {{ 0.6,0.8,1 },3.5};
  1509. ambient[] = {{ 0.4,0.9,1 },5.52};
  1510. ambientCloud[] = {{ 0.4,0.9,1 },5.52};
  1511. ambientMid[] = {{ 0.24,0.63,1 },5.9616};
  1512. ambientMidCloud[] = {{ 0.24,0.63,1 },5.9616};
  1513. groundReflection[] = {{ 0.24,0.63,1 },5.723136};
  1514. groundReflectionCloud[] = {{ 0.24,0.63,1 },5.723136};
  1515. bidirect[] = {0,0,0};
  1516. bidirectCloud[] = {0,0,0};
  1517. sky[] = {{ 0,0.2175,0.288 },6.348};
  1518. skyAroundSun[] = {{ 0,0.2175,0.288 },12.31766};
  1519. fogColor[] = {{ 0.11,0.169,0.286 },7.0725};
  1520. apertureMin = 7;
  1521. apertureStandard = 8;
  1522. apertureMax = 20;
  1523. standardAvgLum = 20;
  1524. desiredLuminanceCoef = 0;
  1525. desiredLuminanceCoefCloud = 0;
  1526. luminanceRectCoef = 1;
  1527. luminanceRectCoefCloud = 1;
  1528. rayleigh[] = {0.007,0.038,0.0675};
  1529. mie[] = {0.005,0.005,0.005};
  1530. cloudsColor[] = {{ 1,1,1 },11.016};
  1531. swBrightness = 1;
  1532. };
  1533. class Lighting42
  1534. {
  1535. height = -0.1;
  1536. overcast = 0.8;
  1537. sunAngle = 0;
  1538. sunOrMoon = 1;
  1539. diffuse[] = {{ 0.6,0.8,1 },4.2};
  1540. diffuseCloud[] = {{ 0.6,0.8,1 },4.2};
  1541. ambient[] = {{ 0.4,0.9,1 },6.24};
  1542. ambientCloud[] = {{ 0.4,0.9,1 },6.24};
  1543. ambientMid[] = {{ 0.24,0.63,1 },6.7392};
  1544. ambientMidCloud[] = {{ 0.24,0.63,1 },6.7392};
  1545. groundReflection[] = {{ 0.24,0.63,1 },6.469632};
  1546. groundReflectionCloud[] = {{ 0.24,0.63,1 },6.469632};
  1547. bidirect[] = {0,0,0};
  1548. bidirectCloud[] = {0,0,0};
  1549. sky[] = {{ 0,0.2115,0.306 },7.176};
  1550. skyAroundSun[] = {{ 0,0.2115,0.306 },13.38876};
  1551. fogColor[] = {{ 0.118,0.18,0.31 },7.995};
  1552. apertureMin = 8;
  1553. apertureStandard = 9;
  1554. apertureMax = 22;
  1555. standardAvgLum = 45;
  1556. desiredLuminanceCoef = 0;
  1557. desiredLuminanceCoefCloud = 0;
  1558. luminanceRectCoef = 1;
  1559. luminanceRectCoefCloud = 1;
  1560. rayleigh[] = {0.007,0.038,0.0675};
  1561. mie[] = {0.005,0.005,0.005};
  1562. cloudsColor[] = {{ 1,1,1 },11.016};
  1563. swBrightness = 1;
  1564. };
  1565. class Lighting43
  1566. {
  1567. height = -0.1;
  1568. overcast = 0.8;
  1569. sunAngle = 45;
  1570. sunOrMoon = 1;
  1571. diffuse[] = {{ 0.6,0.8,1 },12.04};
  1572. diffuseCloud[] = {{ 0.6,0.8,1 },12.04};
  1573. ambient[] = {{ 0.4,0.9,1 },11.84};
  1574. ambientCloud[] = {{ 0.4,0.9,1 },11.84};
  1575. ambientMid[] = {{ 0.36,0.72,1 },11.4848};
  1576. ambientMidCloud[] = {{ 0.36,0.72,1 },11.4848};
  1577. groundReflection[] = {{ 0.36,0.72,1 },11.02541};
  1578. groundReflectionCloud[] = {{ 0.36,0.72,1 },11.02541};
  1579. bidirect[] = {0,0,0};
  1580. bidirectCloud[] = {0,0,0};
  1581. sky[] = {{ 0,0.09,0.4 },13.8};
  1582. skyAroundSun[] = {{ 0,0.09,0.4 },13.8};
  1583. fogColor[] = {{ 0.3,0.44,0.74 },16.5};
  1584. apertureMin = 12;
  1585. apertureStandard = 18;
  1586. apertureMax = 25;
  1587. standardAvgLum = 150;
  1588. desiredLuminanceCoef = 0;
  1589. desiredLuminanceCoefCloud = 0;
  1590. luminanceRectCoef = 1;
  1591. luminanceRectCoefCloud = 1;
  1592. rayleigh[] = {0.007,0.01388,0.035};
  1593. mie[] = {0.005,0.005,0.005};
  1594. cloudsColor[] = {{ 1,1,1 },14.8};
  1595. swBrightness = 1;
  1596. };
  1597. class Lighting44
  1598. {
  1599. height = -0.1;
  1600. overcast = 0.8;
  1601. sunAngle = 90;
  1602. sunOrMoon = 1;
  1603. diffuse[] = {{ 0.6,0.8,1 },12.04};
  1604. diffuseCloud[] = {{ 0.6,0.8,1 },12.04};
  1605. ambient[] = {{ 0.4,0.9,1 },11.84};
  1606. ambientCloud[] = {{ 0.4,0.9,1 },11.84};
  1607. ambientMid[] = {{ 0.36,0.72,1 },11.4848};
  1608. ambientMidCloud[] = {{ 0.36,0.72,1 },11.4848};
  1609. groundReflection[] = {{ 0.36,0.72,1 },11.02541};
  1610. groundReflectionCloud[] = {{ 0.36,0.72,1 },11.02541};
  1611. bidirect[] = {0,0,0};
  1612. bidirectCloud[] = {0,0,0};
  1613. sky[] = {{ 0,0.09,0.4 },13.8};
  1614. skyAroundSun[] = {{ 0,0.09,0.4 },13.8};
  1615. fogColor[] = {{ 0.3,0.44,0.74 },16.5};
  1616. apertureMin = 12;
  1617. apertureStandard = 18;
  1618. apertureMax = 25;
  1619. standardAvgLum = 150;
  1620. desiredLuminanceCoef = 0;
  1621. desiredLuminanceCoefCloud = 0;
  1622. luminanceRectCoef = 1;
  1623. luminanceRectCoefCloud = 1;
  1624. rayleigh[] = {0.007,0.01388,0.035};
  1625. mie[] = {0.005,0.005,0.005};
  1626. cloudsColor[] = {{ 1,1,1 },14.8};
  1627. swBrightness = 1;
  1628. };
  1629. };
  1630. class Lighting: Lighting
  1631. {
  1632. class BrightAlmost: DayLightingBrightAlmost
  1633. {
  1634. overcast = 0.0;
  1635. };
  1636. class Rainy: DayLightingRainy
  1637. {
  1638. overcast = 1.0;
  1639. };
  1640. };
  1641. class Overcast: Overcast
  1642. {
  1643. class Weather1: Weather1
  1644. {
  1645. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1646. skyR = "A3\Map_Stratis\Data\sky_veryclear_lco.paa";
  1647. horizon = "A3\Map_Stratis\Data\sky_veryclear_horizont_sky.paa";
  1648. };
  1649. class Weather7: Weather1
  1650. {
  1651. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1652. skyR = "A3\Map_Stratis\Data\sky_clear_lco.paa";
  1653. horizon = "A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
  1654. };
  1655. class Weather2: Weather2
  1656. {
  1657. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1658. skyR = "A3\Map_Stratis\Data\sky_almostclear_lco.paa";
  1659. horizon = "A3\Map_Stratis\Data\sky_almostclear_horizont_sky.paa";
  1660. };
  1661. class Weather3: Weather3
  1662. {
  1663. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1664. skyR = "A3\Map_Stratis\Data\sky_semicloudy_lco.paa";
  1665. horizon = "A3\Map_Stratis\Data\sky_semicloudy_horizont_sky.paa";
  1666. };
  1667. class Weather4: Weather4
  1668. {
  1669. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1670. skyR = "A3\Map_Stratis\Data\sky_cloudy_lco.paa";
  1671. horizon = "A3\Map_Stratis\Data\sky_cloudy_horizont_sky.paa";
  1672. };
  1673. class Weather5: Weather5
  1674. {
  1675. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1676. skyR = "A3\Map_Stratis\Data\sky_mostlycloudy_lco.paa";
  1677. horizon = "A3\Map_Stratis\Data\sky_mostlycloudy_horizont_sky.paa";
  1678. };
  1679. class Weather6: Weather6
  1680. {
  1681. sky = "A3\Map_Stratis\Data\sky_veryclear_sky.paa";
  1682. skyR = "A3\Map_Stratis\Data\sky_overcast_lco.paa";
  1683. horizon = "A3\Map_Stratis\Data\sky_overcast_horizont_sky.paa";
  1684. };
  1685. };
  1686. };
  1687. humidityUpCoef = 0.1;
  1688. humidityDownCoef = 0.05;
  1689. class SimulWeather
  1690. {
  1691. noiseTexture = "a3\data_f\noise_raw.paa";
  1692. numKeyframesPerDay = 48;
  1693. windSpeedCoef = "10.0f";
  1694. moonIrradianceCoef = "10.0f";
  1695. fadeMaxDistanceKm = 1000.0;
  1696. fadeMaxAltitudeKm = 15.0;
  1697. fadeNumAltitudes = 8;
  1698. fadeNumElevations = 8;
  1699. fadeNumDistances = 8;
  1700. fadeEarthTest = 1;
  1701. autoBrightness = 0;
  1702. autoBrightnessStrength = 0.1;
  1703. cloudGridWidth = 64;
  1704. cloudGridLength = 64;
  1705. cloudGridHeight = 16;
  1706. helperGridElevationSteps = 24;
  1707. helperGridAzimuthSteps = 15;
  1708. helperEffectiveEarthRadius = 160000;
  1709. helperCurvedEarth = 1;
  1710. helperAdjustCurvature = 0;
  1711. helperNumLayers = 120;
  1712. helperMaxDistance = 160000;
  1713. helperNearCloudFade = 0.1;
  1714. helperChurn = 10;
  1715. cloudWidth = 40000;
  1716. cloudLength = 40000;
  1717. wrapClouds = 1;
  1718. noiseResolution = 8;
  1719. noisePeriod = 4.0;
  1720. opticalDensity = 1.5;
  1721. alphaSharpness = 0.5;
  1722. selfShadowScale = 0.05;
  1723. mieAsymmetry = 0.87;
  1724. minimumLightElevationDegrees = 1.0;
  1725. directLightCoef = 0.25;
  1726. indirectLightCoef = 0.025;
  1727. fogStart = 0;
  1728. fogEnd = 2000;
  1729. fogHeight = 2000;
  1730. class DefaultKeyframe
  1731. {
  1732. rayleigh[] = {0.00749,0.01388,0.02878};
  1733. mie[] = {0.0046,0.0046,0.0046};
  1734. haze = 30;
  1735. hazeBaseKm = 5.0;
  1736. hazeScaleKm = 1.0;
  1737. hazeEccentricity = 1;
  1738. brightnessAdjustment = 1.0;
  1739. cloudiness = 0.6;
  1740. cloudBaseKm = 0.85;
  1741. cloudHeightKm = 8.0;
  1742. directLight = 0.4;
  1743. indirectLight = 1.0;
  1744. ambientLight = 3.0;
  1745. noiseOctaves = 5;
  1746. noisePersistence = 1.0;
  1747. fractalAmplitude = 2.8;
  1748. fractalWavelength = 190.0;
  1749. extinction = 5.0;
  1750. diffusivity = 0.001;
  1751. };
  1752. class Overcast
  1753. {
  1754. class Weather1: DefaultKeyframe
  1755. {
  1756. overcast = 0.0;
  1757. cloudiness = 0.0;
  1758. seqFileKeyframe = 0;
  1759. };
  1760. class Weather2: DefaultKeyframe
  1761. {
  1762. overcast = 0.2;
  1763. cloudiness = 0.3;
  1764. diffusivity = 0.5;
  1765. seqFileKeyframe = 0;
  1766. };
  1767. class Weather3: DefaultKeyframe
  1768. {
  1769. overcast = 0.4;
  1770. cloudiness = 0.3;
  1771. seqFileKeyframe = 3;
  1772. };
  1773. class Weather4: DefaultKeyframe
  1774. {
  1775. overcast = 0.5;
  1776. cloudiness = 0.4;
  1777. seqFileKeyframe = 4;
  1778. };
  1779. class Weather5: DefaultKeyframe
  1780. {
  1781. overcast = 0.8;
  1782. cloudiness = 0.9;
  1783. seqFileKeyframe = 5;
  1784. };
  1785. class Weather6: DefaultKeyframe
  1786. {
  1787. overcast = 1.0;
  1788. cloudiness = 1.0;
  1789. seqFileKeyframe = 7;
  1790. };
  1791. };
  1792. };
  1793. hazeDistCoef = 0.1;
  1794. hazeFogCoef = 0.98;
  1795. hazeBaseHeight = 150;
  1796. hazeBaseBeta0 = 6e-005;
  1797. hazeDensityDecay = 0.0006;
  1798. horizonParallaxCoef = 0.045;
  1799. horizonFogColorationStart = "0.8f";
  1800. skyFogColorationStart = "0.7f";
  1801. soundMapSizeCoef = 4;
  1802. satelliteNormalBlendStart = 10;
  1803. satelliteNormalBlendEnd = 100;
  1804. skyObject = "A3\Map_Stratis\data\obloha.p3d";
  1805. horizontObject = "A3\Map_Stratis\data\horizont.p3d";
  1806. skyTexture = "A3\Map_Stratis\data\sky_semicloudy_sky.paa";
  1807. skyTextureR = "A3\Map_Stratis\data\sky_semicloudy_lco.paa";
  1808. access = 3;
  1809. worldId = 1337;
  1810. cutscenes[] = {""};
  1811. description = "Vordes";
  1812. icon = "";
  1813. worldName = "\Vordes\Vordes.wrp";
  1814. pictureMap = "Vordes\data\VordesMap_ca.paa";
  1815. pictureShot = "Vordes\data\ui_Altis_ca.paa";
  1816. plateFormat = "A#$-####";
  1817. plateLetters = "ABCDEGHIKLMNOPRSTVXZ";
  1818. author = "Spook";
  1819. mapSize = 20480;
  1820. mapZone = 35;
  1821. mapArea[] = {25.011957,39.718452,25.481527,40.094578};
  1822. longitude = 16.661;
  1823. latitude = -35.152;
  1824. elevationOffset = 0;
  1825. minHillsAltitude = 80;
  1826. maxHillsAltitude = 200;
  1827. envTexture = "A3\data_f\env_land_ca.paa";
  1828. newRoadsShape = "\Vordes\data\roads\roads.shp";
  1829. class OutsideTerrain
  1830. {
  1831. satellite = "A3\map_Altis\data\s_satout_co.paa";
  1832. enableTerrainSynth = 0;
  1833. class Layers
  1834. {
  1835. class Layer0
  1836. {
  1837. nopx = "A3\Map_Data\gdt_seabed_nopx.paa";
  1838. texture = "A3\Map_Data\gdt_seabed_co.paa";
  1839. };
  1840. };
  1841. colorOutside[] = {0.227451,0.27451,0.384314,1};
  1842. };
  1843. class Grid: Grid
  1844. {
  1845. offsetX = 0;
  1846. offsetY = 30720;
  1847. class Zoom1
  1848. {
  1849. zoomMax = 0.05;
  1850. format = "XY";
  1851. formatX = "000";
  1852. formatY = "000";
  1853. stepX = 100;
  1854. stepY = -100;
  1855. };
  1856. class Zoom2
  1857. {
  1858. zoomMax = 0.5;
  1859. format = "XY";
  1860. formatX = "00";
  1861. formatY = "00";
  1862. stepX = 1000;
  1863. stepY = -1000;
  1864. };
  1865. class Zoom3
  1866. {
  1867. zoomMax = 1e+030;
  1868. format = "XY";
  1869. formatX = "0";
  1870. formatY = "0";
  1871. stepX = 10000;
  1872. stepY = -10000;
  1873. };
  1874. };
  1875. startTime = "12:00";
  1876. startDate = "24/6/2035";
  1877. centerPosition[] = {10801.9,10589.6,100};
  1878. seagullPos[] = {15360,150.0,15360};
  1879. ilsPosition[] = {9580,12102};
  1880. ilsDirection[] = {-0.6947,0.08,-0.7193};
  1881. ilsTaxiOff[] = {9580,12102, 10446,13036, 10449,13067, 10429,13106, 10391,13113, 10354,13097, 10221,12944};
  1882. ilsTaxiIn[] = {10221,12944, 9597,12266, 9571,12215, 9588,12180, 9580,12102};
  1883.  
  1884. class ReplaceObjects{};
  1885. class Sounds
  1886. {
  1887. sounds[] = {};
  1888. };
  1889. class Animation
  1890. {
  1891. vehicles[] = {};
  1892. };
  1893. clutterGrid = 1.2;
  1894. clutterDist = 90;
  1895. noDetailDist = 65;
  1896. fullDetailDist = 10;
  1897. midDetailTexture = "A3\Map_Data\middle_mco.paa";
  1898. minTreesInForestSquare = 3;
  1899. minRocksInRockSquare = 3;
  1900. class Subdivision
  1901. {
  1902. class Fractal
  1903. {
  1904. rougness = 5;
  1905. maxRoad = 0.02;
  1906. maxTrack = 0.5;
  1907. maxSlopeFactor = 0.05;
  1908. };
  1909. class WhiteNoise
  1910. {
  1911. rougness = 2;
  1912. maxRoad = 0.01;
  1913. maxTrack = 0.05;
  1914. maxSlopeFactor = 0.0025;
  1915. };
  1916. minY = -0.0;
  1917. minSlope = 0.02;
  1918. };
  1919. class Ambient{};
  1920. class AmbientA3
  1921. {
  1922. maxCost = 500;
  1923. class Radius440_500
  1924. {
  1925. areaSpawnRadius = 70.0;
  1926. areaMaxRadius = 200.0;
  1927. spawnCircleRadius = 30.0;
  1928. spawnInterval = 4.7;
  1929. class Species
  1930. {
  1931. class Kestrel_random_F
  1932. {
  1933. maxCircleCount = "((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)";
  1934. maxWorldCount = 5;
  1935. cost = 3;
  1936. spawnCount = 1;
  1937. groupSpawnRadius = 10;
  1938. maxAlt = 200;
  1939. minAlt = -10;
  1940. };
  1941. class Seagull
  1942. {
  1943. maxCircleCount = "((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)";
  1944. maxWorldCount = 40;
  1945. cost = 3;
  1946. spawnCount = 1;
  1947. groupSpawnRadius = 10;
  1948. maxAlt = 200;
  1949. minAlt = -10;
  1950. };
  1951. class Rabbit_F
  1952. {
  1953. maxCircleCount = "(20 * (0.1 - houses)) * (1 - sea)";
  1954. maxWorldCount = 5;
  1955. cost = 5;
  1956. spawnCount = 1;
  1957. groupSpawnRadius = 10;
  1958. maxAlt = 80;
  1959. minAlt = -5;
  1960. };
  1961. };
  1962. };
  1963. class Radius40_60
  1964. {
  1965. areaSpawnRadius = 50.0;
  1966. areaMaxRadius = 83.0;
  1967. spawnCircleRadius = 10.0;
  1968. spawnInterval = 1.5;
  1969. class Species
  1970. {
  1971. class CatShark_F
  1972. {
  1973. maxCircleCount = "(4 * (WaterDepth interpolate [1,30,0,1]))";
  1974. maxWorldCount = 10;
  1975. cost = 6;
  1976. spawnCount = 1;
  1977. groupSpawnRadius = 10;
  1978. maxAlt = 10;
  1979. minAlt = -80;
  1980. };
  1981. class Turtle_F
  1982. {
  1983. maxCircleCount = "(2 * (waterDepth interpolate [1,16,0,1]) * ((1-houses) * (1-houses)))";
  1984. maxWorldCount = 6;
  1985. cost = 5;
  1986. spawnCount = 1;
  1987. groupSpawnRadius = 10;
  1988. maxAlt = 10;
  1989. minAlt = -80;
  1990. };
  1991. class Snake_random_F
  1992. {
  1993. maxCircleCount = "(1 - houses) * ((2 * (1 - sea)) + (2 * (meadow)))";
  1994. maxWorldCount = 3;
  1995. cost = 5;
  1996. spawnCount = 1;
  1997. groupSpawnRadius = 5;
  1998. maxAlt = 40;
  1999. minAlt = -5;
  2000. };
  2001. class Salema_F
  2002. {
  2003. maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  2004. maxWorldCount = 40;
  2005. cost = 5;
  2006. spawnCount = 2;
  2007. groupSpawnRadius = 5;
  2008. maxAlt = 10;
  2009. minAlt = -80;
  2010. };
  2011. class Ornate_random_F
  2012. {
  2013. maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))";
  2014. maxWorldCount = 30;
  2015. cost = 5;
  2016. spawnCount = 3;
  2017. groupSpawnRadius = 5;
  2018. maxAlt = 10;
  2019. minAlt = -80;
  2020. };
  2021. class Mackerel_F
  2022. {
  2023. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  2024. maxWorldCount = 14;
  2025. cost = 5;
  2026. spawnCount = 2;
  2027. groupSpawnRadius = 5;
  2028. maxAlt = 10;
  2029. minAlt = -80;
  2030. };
  2031. class Mullet_F
  2032. {
  2033. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
  2034. maxWorldCount = 14;
  2035. cost = 5;
  2036. spawnCount = 2;
  2037. groupSpawnRadius = 5;
  2038. maxAlt = 10;
  2039. minAlt = -80;
  2040. };
  2041. class Tuna_F
  2042. {
  2043. maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))";
  2044. maxWorldCount = 10;
  2045. cost = 5;
  2046. spawnCount = 2;
  2047. groupSpawnRadius = 5;
  2048. maxAlt = 10;
  2049. minAlt = -80;
  2050. };
  2051. };
  2052. };
  2053. class Radius30_40
  2054. {
  2055. areaSpawnRadius = 30.0;
  2056. areaMaxRadius = 40.0;
  2057. spawnCircleRadius = 3.0;
  2058. spawnInterval = 3.75;
  2059. class Species
  2060. {
  2061. class DragonFly
  2062. {
  2063. maxCircleCount = "4 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * sea * (1 - windy)";
  2064. maxWorldCount = 4;
  2065. cost = 1;
  2066. spawnCount = 1;
  2067. groupSpawnRadius = 1;
  2068. maxAlt = 30;
  2069. minAlt = -5;
  2070. };
  2071. class ButterFly_random
  2072. {
  2073. maxCircleCount = "3 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  2074. maxWorldCount = 6;
  2075. cost = 1;
  2076. spawnCount = 3;
  2077. groupSpawnRadius = 1;
  2078. maxAlt = 30;
  2079. minAlt = -5;
  2080. };
  2081. class FireFly
  2082. {
  2083. maxCircleCount = "(6 * night) * (1 - sea) * (1 - houses) * (1 - windy)";
  2084. maxWorldCount = 20;
  2085. cost = 1;
  2086. spawnCount = 3;
  2087. groupSpawnRadius = 3;
  2088. maxAlt = 30;
  2089. minAlt = -5;
  2090. };
  2091. class Cicada
  2092. {
  2093. maxCircleCount = "(4 * night) * (1 - sea) * (1 - windy)";
  2094. maxWorldCount = 6;
  2095. cost = 1;
  2096. spawnCount = 3;
  2097. groupSpawnRadius = 3;
  2098. maxAlt = 30;
  2099. minAlt = -5;
  2100. };
  2101. };
  2102. };
  2103. class Radius15_20
  2104. {
  2105. areaSpawnRadius = 15.0;
  2106. areaMaxRadius = 20.0;
  2107. spawnCircleRadius = 2.0;
  2108. spawnInterval = 2.85;
  2109. class Species
  2110. {
  2111. class FxWindGrass1
  2112. {
  2113. maxCircleCount = "2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  2114. maxWorldCount = 3;
  2115. cost = 1;
  2116. spawnCount = 3;
  2117. groupSpawnRadius = 2.5;
  2118. maxAlt = 30;
  2119. minAlt = -5;
  2120. };
  2121. class FxWindGrass2
  2122. {
  2123. maxCircleCount = "2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
  2124. maxWorldCount = 3;
  2125. cost = 1;
  2126. spawnCount = 3;
  2127. groupSpawnRadius = 2.5;
  2128. maxAlt = 30;
  2129. minAlt = -5;
  2130. };
  2131. class FxWindLeaf1
  2132. {
  2133. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  2134. maxWorldCount = 3;
  2135. cost = 1;
  2136. spawnCount = 3;
  2137. groupSpawnRadius = 2.5;
  2138. maxAlt = 30;
  2139. minAlt = -5;
  2140. };
  2141. class FxWindLeaf2
  2142. {
  2143. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  2144. maxWorldCount = 3;
  2145. cost = 1;
  2146. spawnCount = 3;
  2147. groupSpawnRadius = 2.5;
  2148. maxAlt = 30;
  2149. minAlt = -5;
  2150. };
  2151. class FxWindLeaf3
  2152. {
  2153. maxCircleCount = "2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
  2154. maxWorldCount = 3;
  2155. cost = 1;
  2156. spawnCount = 3;
  2157. groupSpawnRadius = 2.5;
  2158. maxAlt = 30;
  2159. minAlt = -5;
  2160. };
  2161. class FxWindPollen1
  2162. {
  2163. maxCircleCount = "(3 * (1 - (WaterDepth interpolate [1,30,0,1]))) * (windy interpolate [0.05,0.15,0,1])";
  2164. maxWorldCount = 6;
  2165. cost = 1;
  2166. spawnCount = 1;
  2167. groupSpawnRadius = 1;
  2168. maxAlt = 30;
  2169. minAlt = -5;
  2170. };
  2171. class FxWindPaper1
  2172. {
  2173. maxCircleCount = "(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  2174. maxWorldCount = 2;
  2175. cost = 1;
  2176. spawnCount = 1;
  2177. groupSpawnRadius = 1;
  2178. maxAlt = 30;
  2179. minAlt = -5;
  2180. };
  2181. class FxWindPlastic1
  2182. {
  2183. maxCircleCount = "(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
  2184. maxWorldCount = 2;
  2185. cost = 1;
  2186. spawnCount = 1;
  2187. groupSpawnRadius = 1;
  2188. maxAlt = 30;
  2189. minAlt = -5;
  2190. };
  2191. };
  2192. };
  2193. class Radius6_10
  2194. {
  2195. areaSpawnRadius = 6.0;
  2196. areaMaxRadius = 10.0;
  2197. spawnCircleRadius = 1.0;
  2198. spawnInterval = 0.1;
  2199. class Species
  2200. {
  2201. class HoneyBee
  2202. {
  2203. maxCircleCount = "4 * (1 - night) * (1 - sea) * (1 - houses) * (1 - windy)";
  2204. maxWorldCount = 8;
  2205. cost = 1;
  2206. spawnCount = 1;
  2207. groupSpawnRadius = 1;
  2208. maxAlt = 30;
  2209. minAlt = -5;
  2210. };
  2211. class HouseFly
  2212. {
  2213. maxCircleCount = "(3 + 3 * (houses)) * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  2214. maxWorldCount = 10;
  2215. cost = 1;
  2216. spawnCount = 3;
  2217. groupSpawnRadius = 1;
  2218. maxAlt = 30;
  2219. minAlt = -5;
  2220. };
  2221. class Mosquito
  2222. {
  2223. maxCircleCount = "3 * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
  2224. maxWorldCount = 2;
  2225. cost = 1;
  2226. spawnCount = 1;
  2227. groupSpawnRadius = 1;
  2228. maxAlt = 30;
  2229. minAlt = -5;
  2230. };
  2231. };
  2232. };
  2233. };
  2234. class Names
  2235. {
  2236. #include "Vordes.hpp"
  2237. };
  2238. safePositionAnchor[] = {15667,15791.3};
  2239. safePositionRadius = 7000;
  2240. loadingTexts[] = {"New Island"};
  2241. };
  2242. };
  2243. class CfgWorldList
  2244. {
  2245. class Vordes{};
  2246. };
  2247. #include "cfgSurfaces.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement