Advertisement
Guest User

Untitled

a guest
Jan 14th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. class Layers
  2. {
  3.  
  4.  
  5. class tk_hlina
  6. {
  7. texture = "jackson_county\data\tk_hlina_mco.paa";
  8. material="jackson_county\data\tk_hlina.rvmat";
  9. };
  10.  
  11. class zr_skala
  12. {
  13. texture = "jackson_county\data\zr_skala_mco.paa";
  14. material="jackson_county\data\zr_skala.rvmat";
  15. };
  16.  
  17. class cr_sterk
  18. {
  19. texture = "jackson_county\data\cr_sterk_mco.paa";
  20. material="jackson_county\data\cr_sterk.rvmat";
  21. };
  22.  
  23. class al_gras
  24. {
  25. texture = "jackson_county\data\al_gras_mco.paa";
  26. material="jackson_county\data\al_gras.rvmat";
  27. };
  28.  
  29.  
  30. class cr_les1
  31. {
  32. texture = "jackson_county\data\cr_les1_mco.paa";
  33. material="jackson_county\data\cr_les1.rvmat";
  34. };
  35.  
  36. class AL_asphalt
  37. {
  38. texture = "jackson_county\data\al_asphalt_mco.paa";
  39. material="jackson_county\data\al_asphalt.rvmat";
  40. };
  41.  
  42. class AL_runway
  43. {
  44. texture = "Jackson_county\data\al_runway_mco.paa";
  45. material="Jackson_county\data\al_runway.rvmat";
  46. };
  47.  
  48. class AL_rock
  49. {
  50. texture = "Jackson_county\data\al_rock_mco.paa";
  51. material="Jackson_county\data\al_rock.rvmat";
  52. };
  53.  
  54. class AL_redpebbles
  55. {
  56. texture = "Jackson_county\data\al_redpebbles_mco.paa";
  57. material="Jackson_county\data\al_redpebbles.rvmat";
  58. };
  59.  
  60. class jc_farmingfield
  61. {
  62. texture = "Jackson_county\data\jc_farmingfield_mco.paa";
  63. material="Jackson_county\data\jc_farmingfield.rvmat";
  64. };
  65.  
  66. class jc_racing_sand
  67. {
  68. texture = "Jackson_county\data\jc_racing_sand_mco.paa";
  69. material="Jackson_county\data\jc_racing_sand.rvmat";
  70. };
  71.  
  72. class jc_lakebottom
  73. {
  74. texture = "Jackson_county\data\tk_hlina_mco.paa";
  75. material="Jackson_county\data\tk_hlina.rvmat";
  76. };
  77.  
  78.  
  79. };
  80.  
  81. class Legend
  82. {
  83. picture="Jackson_county\Source\mapLegend.png";
  84. class Colors
  85. {
  86. /// color names should correspond to surface layer names
  87. AL_rock[]={{255,0,255}};
  88. AL_redpebbles[]={{255,255,255}};
  89. cr_sterk[]={{255,0,0}};
  90. AL_asphalt[]={{0,0,255}};
  91. AL_runway[]={{127,161,253}};
  92. al_gras[]={{0,255,0}};
  93. tk_hlina[]={{255,255,0}};
  94. cr_les1[]={{0,0,0}};
  95. jc_farmingfield[]={{112,79,36}};
  96. jc_racing_sand[]={{114,12,12}};
  97. jc_lakebottom[]={{0,186,255}};
  98.  
  99. };
  100. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement