home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 July / PCPL0797.iso / DEMOS / VERMEER / _SETUP.1 / PLAYER.DSC < prev    next >
Encoding:
Text File  |  1997-01-23  |  1.1 KB  |  51 lines

  1. # Animation description file for 'pilot'
  2. # first comes a line describing the number of directions and the initial direction
  3.  
  4. 8 4
  5.  
  6. # Now we list the directions with all they're start and stop animations
  7. # (NOTE: after the first line, order is NOT significant!!)
  8.  
  9. # format:
  10. # TYPE  DIR  FILENAME
  11. # TYPE can be any of 'Walk', 'Start', or 'Stop'. One 'Walk' anim per DIR is required!
  12. # DIR is the direction index. For correct function of pathfinding, the DIR's *MUST* count clockwise!!
  13.  
  14. Walk  0 fake.anm
  15.     
  16. Walk  1 fake.anm
  17.     
  18. Walk  2 fake.anm
  19.     
  20. Walk  3 fake.anm
  21.     
  22. Walk  4 fake.anm
  23.     
  24. Walk  5 fake.anm
  25.     
  26. Walk  6 fake.anm
  27.     
  28. Walk  7 fake.anm
  29.  
  30. # And now, we list all available turn animations
  31. # Note: available turns are used. If no turns are available for a transition and the transition
  32. # can't be generated from subturns, none are used. Turnanims are used in reverse, when there is
  33. # a reverse turn matching the transition.
  34.  
  35. # format:
  36. # 'Turn' FROMDIR TODIR FILENAME
  37.  
  38. Turn 0 2 fake.anm
  39. Turn 2 0 fake.anm
  40.      
  41. Turn 0 6 fake.anm
  42. Turn 6 0 fake.anm
  43.      
  44. Turn 4 2 fake.anm
  45. Turn 2 4 fake.anm
  46.      
  47. Turn 4 6 fake.anm
  48. Turn 6 4 fake.anm
  49.  
  50.  
  51.