Don't worry, I'm not releasing it. I'm just bored and am attemting to mod for myself. Edit: Okay, I added the units' names under for all the factions there, but ingame the Vong units don't show up. I have also given them multiplayer values, made them buildable, and changed their affiliation in their own XML's. What am I doing wrong? Heres the code for the construction pod: <SpaceBuildable Name="N_Orbital_Construction_Pod">
<Select_Box_Scale>600</Select_Box_Scale>
<GUI_Bounds_Scale>0.3</GUI_Bounds_Scale>
<Variant_Of_Existing_Type>Orbital_Construction_Pod</Variant_Of_Existing_Type>
<Behavior>REVEAL, HIDE_WHEN_FOGGED, CAPTURE_POINT, SELECTABLE, DUMMY_ORBITAL_STRUCTURE, SPACE_OBSTACLE</Behavior>
<Capture_Point_Transition_Time_Seconds>5</Capture_Point_Transition_Time_Seconds>
<Capture_Point_Radius>800</Capture_Point_Radius>
<Influences_Capture_Point>False</Influences_Capture_Point>
<Affiliation>Rebel, Empire, Neutral, Underworld</Affiliation>
<Tactical_Buildable_Objects_Multiplayer>
Empire,
A9_Squadron,
Legacy_Star_Destroyer,
Mandator,
Procurator,
Sovereign_Super_Star_Destroyer,
Star_Galleon,
TIE_Advanced_Squadron,
TIE_Droid_Squadron,
TIE_Raptor_Squadron,
Tyrant_Cruiser,
Venator,
Empire_Pirate_IPV,
Empire_Pirate_Frigate,
Empire_Pirate_Fighter_Squadron,
Vong_Coralskipper_Squadron,
Vong_Gunship,
Vong_Matalok,
Vong_Frigate,
Vong_Miid_Roik
Rebel,
Arc_170_Squadron,
Barloz_Freighter,
Bulwark,
Corona_Frigate,
Delta_7_Squadron,
E_Wing_Squadron,
Eta_2_Squadron,
Ferret_Reconnaissance,
K_Wing_Squadron,
Rebel_Preybird_Squadron,
Rebel_Repair_Ship,
Sacheen,
Thranta,
Jedi_Cruiser_R,
Rebel_Pirate_IPV,
Rebel_Pirate_Frigate,
Rebel_Pirate_Fighter_Squadron,
Z95_Headhunter_Rebel_Squadron,
Vong_Coralskipper_Squadron,
Vong_Gunship,
Vong_Matalok,
Vong_Frigate,
Vong_Miid_Roik
Underworld,
Ginivex_Squadron,
Nantex_Squadron,
Pinnace,
Mankvim_Squadron,
Technounion_Frigate,
Underworld_Pirate_IPV,
Jedi_Cruiser_U,
Underworld_Pirate_Fighter_Squadron,
Z95_Headhunter_Underworld_Squadron,
Vong_Coralskipper_Squadron,
Vong_Gunship,
Vong_Matalok,
Vong_Frigate,
Vong_Miid_Roik
</Tactical_Buildable_Objects_Multiplayer>
<Collidable_By_Projectile_Living> No </Collidable_By_Projectile_Living>
<Space_Layer> StaticObject </Space_Layer>
<Is_Visible_On_Radar>Yes</Is_Visible_On_Radar>
<Radar_Icon_Name>mini_map_structure.tga</Radar_Icon_Name>
<Radar_Icon_Size>0.08 0.08</Radar_Icon_Size>
<SFXEvent_Select>Structure_Light_Factory_Select_SFX</SFXEvent_Select>
<Ownership_Sticks>Yes</Ownership_Sticks>
<Scale_Factor> 1.75 </Scale_Factor>
<Tactical_Health> 10000 </Tactical_Health>
<Base_Level_Available> 1 </Base_Level_Available>
<Required_Ground_Base_Level> 0 </Required_Ground_Base_Level>
<Space_FOW_Reveal_Range>850.0</Space_FOW_Reveal_Range>
<CategoryMask> Structure </CategoryMask>
<Is_Community_Property>Yes</Is_Community_Property>
<Build_Initially_Locked>Yes</Build_Initially_Locked>
<Build_Can_Be_Unlocked_By_Slicer>No</Build_Can_Be_Unlocked_By_Slicer>
<Has_Space_Evaluator>True</Has_Space_Evaluator>
<Text_ID> TEXT_STRUCTURE_MERCHANT_SPACE_DOCK </Text_ID>
<MP_Encyclopedia_Text> MP_TEXT_ENCYCLOPEDIA_MERCHANT_SPACE_DOCK_00 MP_TEXT_ENCYCLOPEDIA_MERCHANT_SPACE_DOCK_01 </MP_Encyclopedia_Text>
<Encyclopedia_Unit_Class>TEXT_ENCYCLOPEDIA_CLASS_STRUCTURE</Encyclopedia_Unit_Class>
<Last_State_Visible_Under_FOW> True </Last_State_Visible_Under_FOW>
<Initial_State_Visible_Under_FOW>True</Initial_State_Visible_Under_FOW>
</SpaceBuildable>