Tool: ac.exe - trigger-segfault/TriggersTools.CatSystem2 GitHub Wiki
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?