Hi @Jamie. I'm also being effected by the any issue. I'm looking at XM8_apps_init.sqf file. I'm not understanding how
params ["_pathToFolder"];
//Setting path to app
XM8_apps_folderPath = _pathToFolder;
works. Where does the variable _pathToFolder come from?
Also,
//Apply config
call compile preprocessFileLineNumbers format ["%1XM8_apps\XM8_apps_config.sqf",_pathToFolder];
What is %1 supposed to represent and where does the script get it?
I'm looking to see if I can figure out how to work around the issue.
Thanks!