I'm trying to blacklist a specific civilian type from spawning. On the wiki, I see general instructions but can I get some clarification on where to put this? Let's say the civ I don't want to spawn is called "mod_man_01"
ALiVE_PLACEMEMT_CUSTOM_UNITBLACKLIST = ["mod_man_01"];
Is that the exact correct way to write it or is that just an example? And where does it go? In the init of the civ placement module or in ALiVE Required? Do any additional changes need to be made to my init.sqf or staticdata.sqf or anything else?