The generate.py script will generate the csm.cfg tf2 config based on the commands listed in the commands.yml file.
The generator is tested with the python version 3.8.5.
In order to run the script, you need to install the libs listed in the requirements.txt file
pip install -r requirements.txtIn order to run the script, change your current directory to ./generator and run the python script:
cd generator
python generate.pyAfter you run the file, the ..\csm.cfg is created/updated.