name_scheme.txt 734 B

1234567891011121314151617181920
  1. I got sick of overwriting the wrong files, here's the breakdown of the file names.
  2. mylandscaping = name of mod, duh
  3. *_block1 = block style
  4. *_*_L = L, R, M, C, F [Left, Right, Middle, OCorner, ICorner, Full]
  5. *_*_*_T = T, B [Top, Bottom]
  6. Left block is leftmost in a wall
  7. Right block is rightmost in a wall
  8. Middle block is two full blocks, offset on top
  9. OCorner block is outside corner
  10. ICorner block is inside corner
  11. Full block is full on bottom, and two halves on top, only takes up one node. [not used much]
  12. Columns don't follow same scheme, rather they use this.
  13. mylandscaping = name of mod
  14. *_column = can be extended in future to colum style
  15. *_*_IC = IC, OC, M [Inside Corner, Outside Corner, Middle]
  16. *_*_*_T = T, B [Top, Bottom]