Difference between revisions of "ACS"
From OdaWiki
(→ACS Specifications: Linked below) |
(→Sources) |
||
Line 3: | Line 3: | ||
− | == | + | == Specs and Resources == |
http://odamex.net/doc/thirdparty/acsspec.txt - Unspecified author, found in the zdoom utilities source. | http://odamex.net/doc/thirdparty/acsspec.txt - Unspecified author, found in the zdoom utilities source. |
Revision as of 22:59, 19 November 2006
ACS (Action Coding Script?) is a compiled scripting language that works along side with the Hexen map format. The compiled scripts are stored in a map's BEHAVIOR lump in a binary format decoded by the zdoom/hexen engines. The license the ACS interpreter was released under is not GPL complaint, so there is no ACS support in Odamex. Here is some info I dug which can aid in rewriting the interpreter.
Specs and Resources
http://odamex.net/doc/thirdparty/acsspec.txt - Unspecified author, found in the zdoom utilities source.