Advertisement
Guest User

Untitled

a guest
Feb 17th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. #define _ARMA_
  2.  
  3. //Class config.bin{
  4. class CfgPatches
  5. {
  6. class snorkis_kiwimap
  7. {
  8. units[] = {"snorkis_kiwimap"};
  9. weapons[] = {};
  10. requiredVersion = 1.0;
  11. requiredAddons[] = {"A3_Data_F","A3_Roads_F","A3_Structures_F","A3_Map_Data"};
  12. version = "30/07/2011";
  13. fileName = "snorkis_kiwimap.pbo";
  14. author = "Snorkis1";
  15. };
  16. };
  17. class CfgWorlds
  18. {
  19. class CAWorld;
  20. class Stratis: CAWorld
  21. {
  22. class Grid;
  23. class DefaultClutter;
  24. };
  25. class snorkis_kiwimap: Stratis
  26. {
  27. cutscenes[] = {};
  28. description = "Kiwimap";
  29. worldName = "snorkis_kiwimap\snorkis_kiwimap.wrp";
  30. startTime = "11:00";
  31. startDate = "05/03/2001";
  32. startWeather = 0.2;
  33. startFog = 0.0;
  34. forecastWeather = 0.6;
  35. forecastFog = 0.0;
  36. centerPosition[] = {2560,2560,500};
  37. seagullPos[] = {2560,2560,500};
  38. longitude = 65;
  39. latitude = -34;
  40. elevationOffset = 2000;
  41. envTexture = "A3\Data_f\env_land_ca.tga";
  42. minTreesInForestSquare = 2;
  43. minRocksInRockSquare = 2;
  44. newRoadsShape = "";
  45. ilsPosition[] = {1024,1024};
  46. ilsDirection[] = {0.5075,0.08,-0.8616};
  47. ilsTaxiIn[] = {};
  48. ilsTaxiOff[] = {};
  49. drawTaxiway = 0;
  50. class SecondaryAirports {};
  51.  
  52. class Sea
  53. {
  54. seaTexture = "a3\data_f\seatexture_co.paa";
  55. seaMaterial = "#water";
  56. shoreMaterial = "#shore";
  57. shoreFoamMaterial = "#shorefoam";
  58. shoreWetMaterial = "#shorewet";
  59. WaterMapScale = 20;
  60. WaterGrid = 50;
  61. MaxTide = 0;
  62. MaxWave = 0;
  63. SeaWaveXScale = "2.0/50";
  64. SeaWaveZScale = "1.0/50";
  65. SeaWaveHScale = 2.0;
  66. SeaWaveXDuration = 5000;
  67. SeaWaveZDuration = 10000;
  68. };
  69.  
  70. /*
  71. class OutsideTerrain
  72. {
  73. satellite = "jsp\abc_sample\Data\s_satout_co.paa";
  74. enableTerrainSynth = 1;
  75. class Layers
  76. {
  77. class Layer0
  78. {
  79. nopx = "jsp\abc_sample\data\abc_sample_grass_green_nopx.paa";
  80. texture = "jsp\abc_sample\data\abc_sample_grass_green_co.paa";
  81. };
  82. };
  83. };
  84. */
  85.  
  86. class Grid: Grid
  87. {
  88. offsetX = 0;
  89. offsetY = 5120;
  90. class Zoom1
  91. {
  92. zoomMax = 0.15;
  93. format = "XY";
  94. formatX = "000";
  95. formatY = "000";
  96. stepX = 100;
  97. stepY = -100;
  98. };
  99. class Zoom2
  100. {
  101. zoomMax = 0.85;
  102. format = "XY";
  103. formatX = "00";
  104. formatY = "00";
  105. stepX = 1000;
  106. stepY = -1000;
  107. };
  108. class Zoom3
  109. {
  110. zoomMax = 1e+030.0;
  111. format = "XY";
  112. formatX = "0";
  113. formatY = "0";
  114. stepX = 10000;
  115. stepY = -10000;
  116. };
  117. };
  118. #include "cfgClutter.hpp"
  119. class Names
  120. {
  121. #include "snorkis_kiwimap.hpp"
  122. };
  123. };
  124. };
  125. class CfgWorldList
  126. {
  127. class snorkis_kiwimap{};
  128. };
  129. class CfgMissions
  130. {
  131. class Cutscenes
  132. {
  133.  
  134. };
  135. };
  136.  
  137.  
  138. //SURFACES
  139. #include "cfgSurfaces.hpp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement