home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / splatmagazinerenegadepaintball_demo.exe / AllGroundParameters.ini < prev    next >
INI File  |  2005-10-13  |  6KB  |  253 lines

  1. [General]
  2. NumSets = 9
  3.  
  4.  
  5. [TextureSet01]
  6. // The material type (Not needed if loading the terrain types from a texture map)
  7. MaterialType=Dirt
  8. // The color of the terrain type entry.  (neccisary if loading from a texture or using the bitmap editor)
  9. MapColor=255,128,128
  10. // The name that appears in the bitmap editor.  (If not here, it defaults to the MaterialType)
  11. Name=Dirt
  12.  
  13. // Causes the ground textures to be rotated randomly. (On if set to 1, (default: off - 0))
  14. RotateGroundTextures=0
  15. // Uses four ground textures per patch instead of one if this is set to on (On - 1, Off = 0, default = off)
  16. FourTexturesPerPatch=0
  17. // Uses the UV mapping from the patch terrain.  Can be used for orienting and mapping specific textures
  18. // over larger areas.  (On - 1, Off - 0, default = off)
  19. UseSpecificMapping=0
  20.  
  21. // How many different ground textures we have, with the weight that they'll be used in.
  22. NumGroundTextures=1
  23. GroundTextureWeight01=1.7
  24. GroundTexture01=data/terrain/textures/Dirt.tga
  25.  
  26. NumCornerBlends=1
  27. CornerBlendWeight01=1.6
  28. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  29.  
  30. NumInvCornerBlends=1
  31. InvCornerBlendWeight01=1.5
  32. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  33.  
  34. NumDoubleCornerBlends=1
  35. DoubleCornerBlendWeight01=1.4
  36. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  37.  
  38. NumDoubleInvCornerBlends=1
  39. DoubleInvCornerWeight01=1.3
  40. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  41.  
  42. NumEdgeBlends=1
  43. EdgeBlendWeight01=1.2
  44. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  45.  
  46. NumFullMasks=1
  47. FullMaskWeight01=1.1
  48. FullMask01=Data/Textures/BLENDTEXTURES/full.tga
  49.  
  50.  
  51. [TextureSet02]
  52. MaterialType=Grass
  53. RotateGroundTextures=1
  54.  
  55. NumGroundTextures=6
  56. GroundTexture01=data/terrain/textures/Grass.tga
  57. GroundTexture02=data/terrain/textures/Grass02.tga
  58. GroundTexture03=data/terrain/textures/Grass03.tga
  59. GroundTexture04=data/terrain/textures/Grass04.tga
  60. GroundTexture05=data/terrain/textures/Grass05.tga
  61. GroundTexture06=data/terrain/textures/Grass06.tga
  62.  
  63. NumCornerBlends=1
  64. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  65.  
  66. NumInvCornerBlends=1
  67. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  68.  
  69. NumDoubleCornerBlends=1
  70. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  71.  
  72. NumDoubleInvCornerBlends=1
  73. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  74.  
  75. NumEdgeBlends=1
  76. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  77.  
  78.  
  79.  
  80.  
  81. [TextureSet03]
  82. MaterialType=Leaves
  83.  
  84. NumGroundTextures=1
  85. GroundTexture01=data/terrain/textures/Undergrowth.tga
  86.  
  87. NumCornerBlends=1
  88. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  89.  
  90. NumInvCornerBlends=1
  91. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  92.  
  93. NumDoubleCornerBlends=1
  94. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  95.  
  96. NumDoubleInvCornerBlends=1
  97. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  98.  
  99. NumEdgeBlends=1
  100. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  101.  
  102.  
  103.  
  104.  
  105. [TextureSet04]
  106. MaterialType=Sand
  107.  
  108. NumGroundTextures=1
  109. GroundTexture01=data/terrain/textures/Sand.tga
  110.  
  111. NumCornerBlends=1
  112. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  113.  
  114. NumInvCornerBlends=1
  115. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  116.  
  117. NumDoubleCornerBlends=1
  118. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  119.  
  120. NumDoubleInvCornerBlends=1
  121. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  122.  
  123. NumEdgeBlends=1
  124. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  125.  
  126.  
  127.  
  128.  
  129. [TextureSet05]
  130. MaterialType=Mud
  131.  
  132. NumGroundTextures=1
  133. GroundTexture01=data/terrain/textures/Bog.tga
  134.  
  135. NumCornerBlends=1
  136. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  137.  
  138. NumInvCornerBlends=1
  139. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  140.  
  141. NumDoubleCornerBlends=1
  142. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  143.  
  144. NumDoubleInvCornerBlends=1
  145. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  146.  
  147. NumEdgeBlends=1
  148. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  149.  
  150.  
  151.  
  152.  
  153. [TextureSet06]
  154. MaterialType=Loose_Rock
  155.  
  156. RotateGroundTextures=0
  157. NumGroundTextures=1
  158. GroundTexture01=data/terrain/textures/Skree.tga
  159.  
  160. NumCornerBlends=1
  161. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  162.  
  163. NumInvCornerBlends=1
  164. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  165.  
  166. NumDoubleCornerBlends=1
  167. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  168.  
  169. NumDoubleInvCornerBlends=1
  170. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  171.  
  172. NumEdgeBlends=1
  173. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  174.  
  175.  
  176.  
  177.  
  178. [TextureSet07]
  179. MaterialType=Granite
  180.  
  181. NumGroundTextures=5
  182. GroundTexture01=data/terrain/textures/Rock.tga
  183. GroundTexture02=data/terrain/textures/Rock02.tga
  184. GroundTexture03=data/terrain/textures/Rock03.tga
  185. GroundTexture04=data/terrain/textures/Rock04.tga
  186. GroundTexture05=data/terrain/textures/Rock05.tga
  187.  
  188.  
  189. NumCornerBlends=1
  190. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  191.  
  192. NumInvCornerBlends=1
  193. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  194.  
  195. NumDoubleCornerBlends=1
  196. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  197.  
  198. NumDoubleInvCornerBlends=1
  199. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  200.  
  201. NumEdgeBlends=1
  202. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  203.  
  204.  
  205.  
  206.  
  207. [TextureSet08]
  208. MaterialType=Water
  209.  
  210. NumGroundTextures=1
  211. GroundTexture01=data/terrain/textures/Water.tga
  212.  
  213. NumCornerBlends=1
  214. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  215.  
  216. NumInvCornerBlends=1
  217. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  218.  
  219. NumDoubleCornerBlends=1
  220. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  221.  
  222. NumDoubleInvCornerBlends=1
  223. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  224.  
  225. NumEdgeBlends=1
  226. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  227.  
  228.  
  229.  
  230.  
  231. [TextureSet09]
  232. MaterialType=Snow
  233.  
  234. NumGroundTextures=1
  235. GroundTexture01=data/terrain/textures/Snow.tga
  236.  
  237. NumCornerBlends=1
  238. CornerBlend01=Data/Textures/BLENDTEXTURES/inside.tga
  239.  
  240. NumInvCornerBlends=1
  241. InvCornerBlend01=Data/Textures/BLENDTEXTURES/outside.tga
  242.  
  243. NumDoubleCornerBlends=1
  244. DoubleCornerBlend01=Data/Textures/BLENDTEXTURES/double.tga
  245.  
  246. NumDoubleInvCornerBlends=1
  247. DoubleInvCorner01=Data/Textures/BLENDTEXTURES/I_Double.tga
  248.  
  249. NumEdgeBlends=1
  250. EdgeBlend01=Data/Textures/BLENDTEXTURES/edge.tga
  251.  
  252.  
  253.