home *** CD-ROM | disk | FTP | other *** search
- # Animation description file for 'pilot'
- # first comes a line describing the number of directions and the initial direction
-
- 8 4
-
- # Now we list the directions with all they're start and stop animations
- # (NOTE: after the first line, order is NOT significant!!)
-
- # format:
- # TYPE DIR FILENAME
- # TYPE can be any of 'Walk', 'Start', or 'Stop'. One 'Walk' anim per DIR is required!
- # DIR is the direction index. For correct function of pathfinding, the DIR's *MUST* count clockwise!!
-
- Walk 0 fake.anm
-
- Walk 1 fake.anm
-
- Walk 2 fake.anm
-
- Walk 3 fake.anm
-
- Walk 4 fake.anm
-
- Walk 5 fake.anm
-
- Walk 6 fake.anm
-
- Walk 7 fake.anm
-
- # And now, we list all available turn animations
- # Note: available turns are used. If no turns are available for a transition and the transition
- # can't be generated from subturns, none are used. Turnanims are used in reverse, when there is
- # a reverse turn matching the transition.
-
- # format:
- # 'Turn' FROMDIR TODIR FILENAME
-
- Turn 0 2 fake.anm
- Turn 2 0 fake.anm
-
- Turn 0 6 fake.anm
- Turn 6 0 fake.anm
-
- Turn 4 2 fake.anm
- Turn 2 4 fake.anm
-
- Turn 4 6 fake.anm
- Turn 6 4 fake.anm
-
-
-