Quote:
|
Originally Posted by santaniake2
I want to add mara jade to Galactic Conquest mode but strangely she doesn't appear. Does any one knows how to?
|
Here is what I did to add her to the Empire version of Equal Footing:
Code:
Unpack config.meg
Find DATA%XML%STORY_SANDBOX_56_EMPIRE.XML
Find <!-- Spawn Tech Level 1 Heroes -->, add:
<Event Name="Spawn_Mara_Jade">
<Event_Type>STORY_TRIGGER</Event_Type>
<Reward_Type>SPAWN_HERO</Reward_Type>
<Reward_Param1>Mara_Jade_Team</Reward_Param1>
<Reward_Param2>Coruscant</Reward_Param2>
<Prereq>Empire_Enters_Tech_01</Prereq>
</Event>
Save as STORY_SANDBOX_56_EMPIRE.XML in the folder:
C:\Program Files\LucasArts\Star Wars Empire at War Forces of Corruption\Data\Xml
I have not tried adding her as a different faction, but I think that all you would have to do is change her affiliation in NAMEDHEROUNITS.XML and add her spawn event to STORY_SANDBOX_x_y.XML, x being the "episode", and y being the desired faction. Sadly, I do not have a list of which story files relate to which episodes other than 56 being Equal Footing.
Edit: <Reward_Param2>Coruscant</Reward_Param2> is the planet on which she will spawn, so make sure you use a planet that your faction controls. You can find this in the file DATA%XML%CAMPAIGNS_UNDERWORLD_GC.xml.
______________________