Skip to content

Tool: ac.exe

Robert Jordan edited this page Oct 4, 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

CatSystem 2 Animation Script compiler
usage: ac [file] [file] ...

arguments:
  file      file name(s) to convert (with extension)

Notes

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

Examples

Convert "anm_01.txt" file

ac anm_01.txt

Convert files with ".txt" extension

ac *.txt

See Also

External links


Todo:

  • List locale requirements
  • List different directory support
  • \ path slashes required?
Clone this wiki locally