I know very little about modding but I have a fair understanding of mods and how to combine them when files don't clash and over write each other.
A modder who knows stuff would need to look at these Tshield code from both mods:
DDTC TShields
Code: Select all
// Created with X3 Editor TC 0.0.24
47;6;
27;154;0;0;0;0;2713;33;1000;1;0.990000;1;80;20;1;1;130;-100;1120;0;SS_SHIELD_A;
27;155;0;0;0;1;2723;83;5000;1;0.950000;3;320;17;1;1;500;-100;1120;0;SS_SHIELD_B;
27;156;0;0;0;2;2733;250;25000;1;0.900000;10;1320;13;1;2;1920;333;1120;0;SS_SHIELD_C;
27;157;0;0;0;3;2743;1500;200000;1;0.900000;25;2400;10;1;3;3240;333;1120;0;SS_SHIELD_D;
27;157;0;0;0;4;7853;2000;1000000;1;0.900000;77;4608;8;1;4;5760;3333;1120;0;SS_SHIELD_E;
27;157;0;0;0;5;7863;2000;2000000;1;0.850000;222;11520;6;1;4;15360;3333;1120;0;SS_SHIELD_F;
Code: Select all
// Created with X3 Editor TC 0.0.24
47;6;
27;154;0;0;0;0;2713;33;1000;1;4;1;80;20;1;1;130;-100;1120;0;SS_SHIELD_A;
27;155;0;0;0;1;2723;83;5000;1;3;3;320;17;1;1;500;-100;1120;0;SS_SHIELD_B;
27;156;0;0;0;2;2733;250;25000;1;2.250000;10;1320;13;1;2;1920;333;1120;0;SS_SHIELD_C;
27;157;0;0;0;3;2743;1500;200000;1;1.500000;25;2400;10;1;3;3240;333;1120;0;SS_SHIELD_D;
27;157;0;0;0;4;7853;2000;1000000;1;1.500000;70;4608;8;1;4;5760;3333;1120;0;SS_SHIELD_E;
27;157;0;0;0;5;7863;2000;2000000;1;1.500000;150;11520;6;1;4;15360;3333;1120;0;SS_SHIELD_F;