Advertisement
Guest User

Untitled

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