https://github.com/ZDoom/acc
ACC is an ACS script compiler for use with ZDoom and Hexen.
https://github.com/ZDoom/acc
Last synced: about 2 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: 2025-03-26T09:24:23.000Z (3 months ago)
- Last Synced: 2025-04-05T22:06:22.960Z (2 months ago)
- Language: C
- Size: 458 KB
- Stars: 58
- Watchers: 19
- Forks: 38
- Open Issues: 2
-
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