tutorial.txt 660 B

123456789101112131415161718192021222324252627
  1. Create YourMod\RandomSkin\Unique Name.txt file. File consists of groups, separated by '*' character. Each item occupies one line:
  2. file 1
  3. file 1 alt 1
  4. file 1 alt 2
  5. file 1 alt 3
  6. *
  7. file 2
  8. file 2 alt 1
  9. file 2 alt 2
  10. Each time you start/load game/saved game/battle a random file is selected from each group and is used as contents for group first item. Example:
  11. zpic1005.pcx
  12. some pic 1.pcx
  13. some pic 2.pcx
  14. This is a group of 3 images, one of them is selected randomly and is used as "zpic1005.pcx" resource (main menu background).
  15. Another example:
  16. zpic1005.pcx
  17. some pic 1.pcx
  18. some pic 2.pcx
  19. *
  20. zpic1000.pcx
  21. some pic 3.pcx
  22. some pic 4.pcx