Didn't help. The contract in the save gives 145000 funds for completion. I set the minimum on everything set to 0, and the maximum set to 10000000 and seen here: http://imgur.com/a/dlhSC It is still filtering it out as soon as I click "Start Sorting". Also, clicking the "Save" button doesn't actually save the 10000000 to settings.cfg, it retains the lower values as posted above. Edit: what did work was for me to load settings.cfg in Notepad and manually set all the contract types to: minFA: 0 maxFA: 10000000 minFC: 0 maxFC: 10000000 minFF: 0 maxFF: 10000000 minRC: 0 maxRC: 10000000 minRF: 0 maxRF: 10000000 minSC: 0 maxSC: 10000000 minPar: 0 maxPar: 10000000 minPrstge: 0 maxPrstge: 10000000 And now they are no longer being filtered out. The mod is just not writing or using the numbers from the UI, only the ones it loads from settings.cfg.