CfgFunctions generator script for Arma 3, written in Python. See also Visual Studio Code plugin for the same purpose: https://marketplace.visualstudio.com/items?itemName=Ezcoo.cfgfunctionsgeneratorarma3
- Create
functionsfolder in the mission/mod directory. - Download/pull and configure
generate.py(add your personal tag defined in the file) and place it in thefunctionsfolder you created in the previous step. - Run
generate.pywith Python runtime environment installed on your system from terminal/command line (see Requirements).
- Python (version >= 3.9) installed on your system.
PathandglobPython packages installed as dependencies.- Subfolders in
functionsfolder of your project (they act as the names of theCfgFunctionscategories). - Function files must be placed in those category folders or their subfolders.
- Filenames have to start with
fn_(and have.sqfas file extension naturally).