Advertisement
Guest User

Untitled

a guest
Feb 21st, 2015
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. ;
  2. ; Title : Plants.dat
  3. ; Author : Andrzej Madajczyk
  4. ; Date : 02/05/2003
  5. ;
  6. ;
  7. ;----------------------------------------------------------------------------------
  8. ;
  9. ; Note: "X" + "Select" on Pad1 will reload this file while game is running;
  10. ;
  11. ;----------------------------------------------------------------------------------
  12. ;
  13. ;
  14. ;
  15. ; Name - Surface Name (it must correspond to names in "ColPoint.h",
  16. ; e.g. "TARMAC" -> "COLPOINT_SURFACETYPE_TARMAC");
  17. ;
  18. ;
  19. ; PCDid - Plant Cover Definition Index for SurfaceType (0-2)
  20. ; Notes: 1. There must be at least 1 PCDid specified per SurfaceType
  21. ; 2. Each plant definition have own options for plants, but all definitions
  22. ; must share the same constant SlotID (see below)
  23. ;
  24. ; SlotID - Plant Slot ID (defines main geometry set and "big" texture ID)
  25. ; Note: SlotID must be CONSTANT for all plant cover definitions in SurfaceType
  26. ;
  27. ;
  28. ; ModelID - subModel ID (0-3)
  29. ; UVoff - local UV offset in "big" texture (64x1024), described by ID (0-15):
  30. ;
  31. ; ******
  32. ; * 0 *
  33. ; ******
  34. ; * 1 *
  35. ; ******
  36. ; * 2 *
  37. ; ******
  38. ; * .. *
  39. ; ******
  40. ; * .. *
  41. ; ******
  42. ; * .. *
  43. ; ******
  44. ; * 13 *
  45. ; ******
  46. ; * 14 *
  47. ; ******
  48. ; * 15 *
  49. ; ******
  50. ;
  51. ;
  52. ; R,G,B - Color RGB (0-255) (default=(255,255,255))
  53. ;
  54. ; I - Color Intensity (0-255) (default=255)
  55. ; VarI - Color intensity Variation (default=0 (no variation))
  56. ; Intensity should be <255 to see any effect of this (final_I = I + VarI*rand01())
  57. ;
  58. ; A - Color Alpha (129-255) (default=255)
  59. ;
  60. ;
  61. ; SclXY - Plant Size Scale XY (default=1.0)
  62. ; SclZ - Plant Size Scale Z (height) (default=1.0)
  63. ; SclVarXY - Plant Size Scale Variation XY (default=0.0 (no variation)) (final_SclXY = SclXY + SclVarXY*rand01())
  64. ; SclVarZ - Plant Size Scale Variation Z (like SclVarXY)
  65. ;
  66. ;
  67. ; WBendScl - Wind bending scale (default=0.0 (no wind bending))
  68. ; Notes: 1. This scale may be negative (s<0) - then you will get "opposite to the wind" movement
  69. ; 2. This should be off (=0.0) for very small plants (with low ScaleZ), as bending looks unnatural for them
  70. ;
  71. ; WBendVar - Wind bending variation (0 <= var <= 10)
  72. ; (>1.0 = big differences in bending among plants in set, 0.5 = medium differences,
  73. ; 0.0 = every plant is bended in the same way)
  74. ;
  75. ; final_bend = [ 1.0 + (bend_var*rand(-1,1)) ] * [ global_wind * bend_scale ]
  76. ;
  77. ; Notes: 1. when WBendScl is small (~1.0) and WBendVar is big (>3.0), then bending differences will be very visible
  78. ; 2. when WBendScl is big (~3.0) and WBendVar is small (<1.0), then bending differences will be very small
  79. ;
  80. ;
  81. ; Density - Density (num of plants per 1 sq/m)
  82. ; (1.0=dense, 0.2=average, 0.1=sparse, 0.0 = no plants generated)
  83. ;
  84. ;
  85. ;
  86. ;
  87. ;
  88. ;
  89. ;Name PCDid SlotID ModelID UVoff R G B I VarI A SclXY SclZ SclVarXY SclVarZ WBendScl WBendVar Density
  90. ;
  91. ;Name PCDid SlotID ModelID UVoff R G B I VarI A SclXY SclZ SclVarXY SclVarZ WBendScl WBendVar Density
  92. TARMAC_REALLYFUCKED 0 0 3 1 180 250 128 255 22 255 1 0.55 1.5 0.55 1.0 5.0 0.0
  93. ;
  94. GRASS_SHORT_LUSH 0 0 3 1 255 255 255 255 225 255 1.0 0.81 1.5 0.15 1.0 3.0 0.8
  95. GRASS_SHORT_LUSH 1 0 0 2 255 255 255 255 255 255 2 1.15 1.5 0.10 1.0 1.0 0.4
  96. ;
  97. GRASS_MEDIUM_LUSH 0 0 3 1 255 255 255 255 225 255 1.0 0.81 1.5 0.15 1.0 3.0 0.8
  98. GRASS_MEDIUM_LUSH 1 0 0 2 255 255 255 255 255 255 2 1.15 1.5 0.10 1.0 1.0 0.3
  99. ;
  100. GRASS_LONG_LUSH 0 0 3 1 255 255 255 255 225 255 1.0 0.81 1.5 0.15 1.0 3.0 0.8
  101. GRASS_LONG_LUSH 1 0 0 2 255 255 255 255 255 255 2 1.15 1.5 0.10 1.0 1.0 0.3
  102. ;
  103. GRASS_SHORT_DRY 1 1 0 1 255 255 255 255 255 255 0.5 0.8 1.0 0.3 1.0 1.0 0.2
  104. ;
  105. GRASS_MEDIUM_DRY 0 1 1 2 255 255 255 255 225 255 1.8 1.10 1.5 0.15 1.0 3.0 0.8
  106. GRASS_MEDIUM_DRY 1 1 0 1 255 255 255 255 255 255 2.0 1.15 1.5 0.10 1.0 1.0 0.1
  107. ;
  108. GRASS_LONG_DRY 1 1 0 1 210 255 255 100 210 210 2.0 1.15 1.5 0.15 1.0 1.0 0.5
  109. ;
  110. ;Name PCDid SlotID ModelID UVoff R G B I VarI A SclXY SclZ SclVarXY SclVarZ WBendScl WBendVar Density
  111. ;
  112. WOODLANDGROUND 0 0 3 1 210 250 128 255 22 255 1 0.95 2.5 0.25 1.0 5.0 0.0
  113. WOODLANDGROUND 1 1 2 0 210 250 128 255 22 255 3 0.95 2.5 0.25 1.0 5.0 0.0
  114. ;
  115. ;
  116. ;
  117. ;
  118. SAND_DEEP 1 1 2 0 210 250 128 255 22 255 3 0.55 2.5 0.25 1.0 5.0 0.0
  119. SAND_DEEP 1 1 2 0 210 250 128 255 22 255 3 0.55 2.5 0.25 1.0 5.0 0.0
  120. SAND_MEDIUM 1 1 2 0 210 250 128 255 22 255 3 0.55 2.5 0.25 1.0 5.0 0.0
  121. SAND_MEDIUM 1 1 2 0 210 250 128 255 22 255 3 0.55 2.5 0.25 1.0 5.0 0.0
  122. ;
  123. SAND_COMPACT 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.04
  124. SAND_COMPACT 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.04
  125. SAND_COMPACT 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.04
  126. SAND_COMPACT 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.04
  127. ;
  128. SAND_ARID 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.1
  129. ;
  130. SAND_MORE 0 1 3 1 210 250 128 255 22 255 1 0.55 1.5 0.75 1.0 5.0 0.0
  131. SAND_MORE 1 3 2 2 210 250 128 255 22 255 3 0.65 1.5 0.55 1.0 5.0 0.0
  132. ;
  133. P_GRASSMID1 0 0 3 2 255 255 255 255 225 255 1.5 1.0 1.5 0.10 1.0 3.0 0.6
  134. P_GRASSMID1 1 0 0 0 255 255 255 255 255 255 1.5 1.0 1.5 0.10 1.0 3.0 0.8
  135. ;
  136. P_GRASSMID2 0 0 0 0 255 255 182 255 255 255 1.5 0.50 1.5 0.10 5.0 1.0 0.9
  137. P_GRASSMID2 1 0 0 1 210 250 128 255 22 255 1.5 0.60 1.5 0.15 5.0 1.0 0.6
  138. ;
  139. ;
  140. P_BUSHYDRY 1 0 0 0 255 255 255 255 255 255 1.5 1.0 1.0 0.05 1.0 3.0 0.8
  141. P_BUSHYDRY 0 0 3 2 255 255 255 255 225 255 1.5 1.0 1.0 0.05 1.0 3.0 0.6
  142. ;
  143. P_GRASSLIGHTER 1 1 0 1 255 210 190 255 255 255 1.0 0.55 1.0 0.15 1.0 3.0 0.8
  144. ;
  145. P_GRASSLIGHTER2 1 1 2 0 210 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  146. P_GRASSLIGHTER2 1 1 2 0 210 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  147. ;
  148. P_WOODLAND 0 0 3 1 255 255 255 255 255 255 2 1.15 1.5 0.20 1.0 1.0 0.9
  149. P_WOODLAND 1 1 2 0 255 255 255 210 70 210 1.5 0.20 0 0.4 1.0 3.0 0.8
  150. ;
  151. P_FORESTSTUMPS 0 0 3 1 255 255 255 255 150 140 2 1.15 1.5 0.10 1.0 1.0 0.9
  152. P_FORESTSTUMPS 1 1 2 0 255 255 255 210 70 210 1.5 0.20 0 0.4 1.0 3.0 0.8
  153. ;
  154. P_GRASSBRNMIX 0 0 1 1 255 255 255 255 225 255 1.0 0.81 1.5 0.25 1.0 3.0 0.0
  155. P_GRASSBRNMIX 1 0 0 1 252 200 139 190 50 40 1.5 0.61 1.5 0.85 1.0 3.0 0.0
  156. ;
  157. CORNFIELD 1 0 0 3 255 255 255 255 255 255 1.5 1.0 1.5 1.5 1.0 3.0 0.6
  158. ;
  159. P_SAND 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.1
  160. P_SAND_ARID 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.1
  161. P_SAND_DENSE 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.1
  162. P_SAND_COMPACT 1 1 0 1 255 255 255 255 255 255 1.0 1.0 0.5 0.20 1.0 5.0 0.1
  163. P_GRASS_SHORT 1 0 0 0 255 255 255 255 255 255 1.5 1.0 0.5 0.15 1.0 5.0 0.9
  164. P_GRASS_MEADOW 1 1 2 0 210 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  165. P_GRASS_DRY 1 1 2 0 210 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  166. P_WOODDENSE 1 1 2 0 210 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  167. P_ROADSIDEDES 0 0 0 2 202 222 202 180 220 100 1.5 1.2 0.5 0.55 1.0 0.0 0.0
  168. ;
  169. P_GRASSWEEFLOWERS 0 0 3 1 210 250 128 255 22 255 1 0.95 2.5 0.35 1.0 5.0 0.0
  170. P_GRASSWEEFLOWERS 1 1 2 0 210 250 128 255 22 255 3 0.95 2.5 0.35 1.0 5.0 0.0
  171. ;
  172. P_GRASSDRYTALL 1 1 0 2 255 255 255 255 255 255 1.5 1.0 0.5 0.10 1.0 5.0 0.1
  173. P_GRASSDRYTALL 0 0 0 0 255 255 255 255 255 255 1.5 1.0 0.5 0.15 1.0 5.0 0.9
  174. ;
  175. P_GRASSLUSHTALL 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  176. P_GRASSLUSHTALL 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  177. ;
  178. P_GRASSGRNMIX 1 0 0 0 255 255 255 255 255 255 1.5 1.0 0.5 0.15 1.0 5.0 0.9
  179. ;
  180. P_GRASSLOW 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  181. P_GRASSLIGHTER2 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  182. P_GRASSLIGHTER2 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  183. ;
  184. P_GRASSROCKY 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  185. P_GRASSSMALLTREES 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  186. P_GRASSLIGHT 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  187. ;
  188. ;
  189. P_GRASSDARK 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  190. P_GRASSDARK2 1 1 2 0 180 250 128 255 22 255 3 0.65 1.5 0.65 1.0 5.0 0.0
  191. P_GRASSDIRTMIX 1 0 0 0 255 255 255 255 255 255 1.5 1.0 0.5 0.15 1.0 5.0 0.9
  192. ;
  193. P_UNDERWATERBARREN 1 0 0 1 210 250 128 255 50 255 1.5 0.61 1.5 10.0 1.0 3.0 0.1
  194. P_UNDERWATERCORAL 1 0 0 1 210 250 128 255 50 255 1.5 0.61 1.5 10.0 1.0 3.0 0.1
  195. ;
  196. ;
  197. ;the end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement