so i'm attempting to make a transwarp technology for my custom race. the game seems to accept the code as it doesnt crash initially loading, but in the game it simply does not show up in the tree. for the base tree i just copied the terran tree and modified it from there. i only removed anything higher than warp (which worked fine) now trying to put transwarp in its place. Here is what i have:
SurianTechDefs.xml
<Tech>
<InternalName>SurianTranswarp</InternalName>
<GenericName>SurianTranswarp</GenericName>
<DisplayName>Transwarp_Name</DisplayName>
<TechTree>Surian_Tree</TechTree>
<ShortDescription>SurianTranswarp_ShortDec</ShortDescription>
<Description>SurianTranswarp_Dec</Description>
<ResearchCost>250</ResearchCost>
<TechPoints>1</TechPoints>
<AICategoryWeight>
<Military>18</Military>
<Growth>12</Growth>
<Tech>10</Tech>
<Diplomacy>4</Diplomacy>
<Expansion>16</Expansion>
<Wealth>14</Wealth>
<Influence>10</Influence>
<Fortification>12</Fortification>
<Prerequ>
<Techs>
<Option>SurianWarpFieldFocus1</Option>
<Option>SurianWarpFieldFocus2</Option>
<Option>SurianWarpFieldFocus3</Option>
</Techs>
<TechAge>
<Option>AgeOfWar</Option>
</TechAge>
</Prerequ>
</Tech>
SurianTechDefsText.xml
<StringTable>
<Label>SurianTranswarp_Name</Label>
<String>Transwarp</String>
</StringTable>
<StringTable>
<Label>SurianTranswarp_ShortDec</Label>
<String>Conduit technology</String>
</StringTable>
<StringTable>
<Label>SurianTranswarp_Dec</Label>
<String>A transwarp conduit is created through subspace and a ship can travel through it at extreme speeds</String>
</StringTable>
SurianTechSpecializationsDef.xml
<TechSpecialization>
<InternalName>SurianTranswarp</InternalName>
<DisplayName>SurianTranswarp_Name</DisplayName>
<ShortDescription>SurianTranswarp_ShortDec</ShortDescription>
<Description>SurianTranswarp_Dec</Description>
<ColorDef>TechBlue</ColorDef>
<Icon>GC3_Drives_Icon.png</Icon>
</TechSpecialization>