Advertisement
Guest User

Untitled

a guest
Feb 14th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. class CfgWorlds
  2. {
  3. class CAWorld;
  4. class Chernarus: CAWorld
  5. {
  6. class Grid;
  7. class DefaultClutter;
  8. };
  9.  
  10. class Village: Chernarus
  11. {
  12. cutscenes[] = {};
  13. description = "Vybo, Czech Coast.";
  14. worldName = "GRMRL\Village\village.wrp";
  15. pictureShot = "GRMRL\Village\Data\vl_ui_ca.paa";
  16. startTime = "07:00";
  17. startDate = "05/03/2001";
  18. startWeather = 0.2;
  19. startFog = 0.0;
  20. forecastWeather = 0.6;
  21. forecastFog = 0.0;
  22. centerPosition[] = {1280,1280,100};
  23. seagullPos[] = {1280,1280,100};
  24. longitude = 15;
  25. latitude = 49;
  26. elevationOffset = 0;
  27. midDetailTexture = "GRMRL\Village\Data\vl_grass_mco.paa";
  28. minTreesInForestSquare = 4;
  29. minRocksInRockSquare = 2;
  30. ilsPosition[] = {1024,1024};
  31. ilsDirection[] = {0.5075,0.08,-0.8616};
  32. ilsTaxiIn[] = {};
  33. ilsTaxiOff[] = {};
  34. drawTaxiway = 0;
  35. class SecondaryAirports {};
  36.  
  37.  
  38. class OutsideTerrain
  39. {
  40. satellite = "GRMRL\Village\Data\vl_satout_co.paa";
  41. enableTerrainSynth = 1;
  42. class Layers
  43. {
  44. class Layer0
  45. {
  46. nopx = "GRMRL\Village\Data\vl_grass_nopx.paa";
  47. texture = "GRMRL\Village\Data\vl_grass_co.paa";
  48. };
  49. };
  50. };
  51.  
  52. class Grid: Grid
  53. {
  54. offsetX = 0;
  55. offsetY = 2560;
  56. class Zoom1
  57. {
  58. zoomMax = 0.15;
  59. format = "XY";
  60. formatX = "000";
  61. formatY = "000";
  62. stepX = 100;
  63. stepY = -100;
  64. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement