Skip to content

Tool: ac.exe

Robert Jordan edited this page Sep 23, 2020 · 5 revisions

Tool: ac.exe

The command line tool ac is used to compile ANM Animation (.anm) scripts. It is available in many of the publicly released CatSystem2 toolsets.

Usage

usage: ac [filename]

arguments:
  filename  file name to convert (requires ".txt" extension)

Notes

  • ac outputs files using the input file name and .anm extension.

Examples

Convert "anm_01.txt" file

ac anm_01.txt

See Also

External links


Todo:

  • List full usage
  • List wildcard support
  • List locale requirements
  • List different directory support
  • \ path slashes required?
  • .txt script extensions required?
Clone this wiki locally