@NathanKell I named the file RFS.cfg and put it in KerbalSpaceProgram/GameData. Should I save the file type as text document or all files? It's contents look like this :
@PART[*]:FINAL
{
@MODULE[ModuleEnginesRF],*
{
%minThrust = 0
%ignitions = -1
%ullage = False
}
@MODULE[ModuleEngineConfigs],*
{
@CONFIG,*
{
%minThrust = 0
%ignitions = -1
%ullage = False
}
}
}