You can easily modify the invisible dummy techs modcomp for that.
If you look at the modcomp, you can find this line here:
change it to:
Do it for the other file in an analog way.
btw, i've rated your files now a bit with A+, to get rid of one stars, but it's not enough yet.
If you look at the modcomp, you can find this line here:
PHP:
if gc.getTechInfo(techsList[iI][1]).getGridX()<=0 or gc.getTechInfo(techsList[iI][1]).getGridY()<=0:
change it to:
PHP:
if gc.getTechInfo(techsList[iI][1]).isDisable:
Do it for the other file in an analog way.
btw, i've rated your files now a bit with A+, to get rid of one stars, but it's not enough yet.