About This File
DEACC tries to decompile hexen scripts into ACS files. It can
read both raw behavior lump files (ACC output) and behavior lumps
from a wad file.
Some info that was in the original ACS source for the script is not available in the compiled form of the script: DEACC will not be able to recover this information. DEACC is not able to:
- recover the original variable names
- recover any comments
- recover the exact source for constructs that can be written in several ways. DEACC tries to generate 'break' and 'continue' statements only if no other construct can be found.
Some info that was in the original ACS source for the script is not available in the compiled form of the script: DEACC will not be able to recover this information. DEACC is not able to:
- recover the original variable names
- recover any comments
- recover the exact source for constructs that can be written in several ways. DEACC tries to generate 'break' and 'continue' statements only if no other construct can be found.