acc

acc 1.60

ACS script compiler for use with ZDoom and Hexen

https://zdoom.org/wiki/ACC
Activision EULA
main program: accprograms: -
Platforms (80)
x86_64-uefiriscv64-netbsdmips64-linuxaarch64-windowsx86_64-windowspowerpc-noneaarch64-netbsdjavascript-ghcjs
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  acc
];
Ad-hoc shell
nix-shell -p acc
Flake (nix run)
nix run nixpkgs#acc