Hi there. I was just wondering something. I've gone through the documentation, but I couldn't find how to do the following:
If I just want to disable all ARM Contracts from the base game, do I just make a .cfg file in a folder like /GameData/ContractPacks/MyFilter/filter.cfg, and then have the contents of filter.cfg be
CONTRACT_CONFIGURATOR
{
disabledContractType = ARMContract
}
?
Thanks.