https://github.com/ZDoom/acc
ACC is an ACS script compiler for use with ZDoom and Hexen.
https://github.com/ZDoom/acc
Last synced: 5 months ago
JSON representation
ACC is an ACS script compiler for use with ZDoom and Hexen.
- Host: GitHub
- URL: https://github.com/ZDoom/acc
- Owner: ZDoom
- Created: 2013-06-23T18:16:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T02:49:42.000Z (6 months ago)
- Last Synced: 2024-10-31T03:27:26.514Z (6 months ago)
- Language: C
- Size: 450 KB
- Stars: 55
- Watchers: 20
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- AwesomeCompiler - acc
README
# ACC
ACC is an ACS script compiler for use with ZDoom and Hexen.
http://zdoom.org/wiki/ACC## Usage
Usage: ACC [options] source[.acs] [object[.o]]
-i [path] Add include path to find include files
-d[file] Output debugging information
-h Create pcode compatible with Hexen and old ZDooms
-hh Like -h, but use of new features is only a warning