Advertisement
jewalky

Untitled

Feb 4th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. maps
  2. {
  3.  
  4. MAP06
  5. {
  6. scriptcompiler = "zdoom_acs.cfg";
  7. defaultfloortexture = "F_SKY1";
  8. overrideceilheight = false;
  9.  
  10. resources
  11. {
  12.  
  13. resource0
  14. {
  15. type = 1;
  16. location = "W:\\dev\\Doom4DoomResources";
  17. option1 = 0;
  18. option2 = 0;
  19. notfortesting = 0;
  20. }
  21.  
  22. resource1
  23. {
  24. type = 1;
  25. location = "W:\\dev\\Doom4Doom";
  26. option1 = 0;
  27. option2 = 0;
  28. notfortesting = 0;
  29. }
  30.  
  31. resource2
  32. {
  33. type = 1;
  34. location = "W:\\dev\\Doom4DoomMaps";
  35. option1 = 0;
  36. option2 = 0;
  37. notfortesting = 0;
  38. }
  39. }
  40. defaulttoptexture = "HROCK07";
  41. overridemiddletexture = false;
  42. viewpositionx = 4092.677f;
  43. viewpositiony = -931.6088f;
  44. viewscale = 0.1198293f;
  45. overridefloortexture = false;
  46. customceilheight = 128;
  47. customfloorheight = 0;
  48.  
  49. grid
  50. {
  51. backoffsety = 0;
  52. backoffsetx = 0;
  53. backscalex = 100;
  54. gridsize = 32f;
  55. background = "";
  56. backsource = 0;
  57. backscaley = 100;
  58. }
  59. defaultceiltexture = "F_SKY1";
  60. overridebrightness = false;
  61. uselongtexturenames = true;
  62. useresourcesinreadonlymode = false;
  63. overridebottomtexture = false;
  64. overridefloorheight = false;
  65. overridetoptexture = false;
  66. custombrightness = 196;
  67. overrideceiltexture = false;
  68. defaultwalltexture = "HROCK07";
  69. defaultbottomtexture = "HROCK07";
  70.  
  71. fieldtypes
  72. {
  73.  
  74. linedef
  75. {
  76. arg0str = 2;
  77. }
  78.  
  79. sidedef
  80. {
  81. offsetx_mid = 1;
  82. offsety_mid = 1;
  83. offsetx_bottom = 1;
  84. offsety_bottom = 1;
  85. scaley_bottom = 1;
  86. scalex_bottom = 1;
  87. scaley_mid = 1;
  88. light = 0;
  89. scaley_top = 1;
  90. offsetx_top = 1;
  91. offsety_top = 1;
  92. scalex_mid = 1;
  93. }
  94.  
  95. sector
  96. {
  97. lightcolor = 0;
  98. xpanningceiling = 1;
  99. ypanningceiling = 1;
  100. xscaleceiling = 1;
  101. yscaleceiling = 1;
  102. xpanningfloor = 1;
  103. ypanningfloor = 1;
  104. rotationfloor = 1;
  105. xscalefloor = 1;
  106. yscalefloor = 1;
  107. soundsequence = 2;
  108. rotationceiling = 1;
  109. lightceiling = 0;
  110. lightfloor = 0;
  111. }
  112. }
  113.  
  114. scriptdocuments
  115. {
  116.  
  117. document0
  118. {
  119. filename = "DIALOGUE";
  120. hash = 3588187714;
  121. resource;
  122. tabtype = 0;
  123. scripttype = 18;
  124. }
  125.  
  126. document1
  127. {
  128. filename = "SCRIPTS";
  129. hash = 3469170009;
  130. resource;
  131. tabtype = 0;
  132. scripttype = 1;
  133. caretposition = 8839;
  134. firstvisibleline = 245;
  135. }
  136.  
  137. document2
  138. {
  139. filename = "W:\\dev\\Doom4DoomMaps\\decorate\\decorations.txt";
  140. hash = 392163513;
  141. resource = "W:\\dev\\Doom4DoomMaps";
  142. tabtype = 1;
  143. scripttype = 3;
  144. caretposition = 299;
  145. firstvisibleline = 10;
  146. activetab = true;
  147. }
  148. }
  149. }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement