Skip to content

dedmen/ArmaScriptCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4b7f64 · Feb 13, 2024

History

75 Commits
Oct 15, 2023
Oct 15, 2023
Feb 13, 2024
Aug 18, 2021
Feb 12, 2024
Feb 28, 2022
Feb 13, 2024
Apr 8, 2019
Mar 10, 2019
Feb 13, 2024
Jan 25, 2021
May 7, 2021

Repository files navigation

ArmaScriptCompiler

Config

Create sqfc.json in current working directory

{
  "inputDirs": [
    "T:/x/",
    "T:/z/ace/",
    "T:/z/acex/",
    "T:/a3/"
  ],
  "includePaths": [
    "T:/"
  ],
  "excludeList": [
    "missions_f_contact",
    "missions_f_epa",
    "missions_f_oldman",
    "missions_f_tank",
    "missions_f_beta",
    "showcases\\showcase",
    "\\unitplay\\",
    "\\backups\\"
  ],
  "outputDir": "P:/",
  "workerThreads": 8,
  "rootPathMappings": [
    ["T:/", "\\"]
  ],
  "logging": {
    "verbose": false
  }
}