How do i unlock things?
Posted: Wed Jan 25, 2006 5:40 pm
In notepad, what lines and words do i change in order to unlock something. Like one of those shipes that you can see, but say "Not avalible in the demo"?
Code: Select all
<SpaceUnit Name="Corellian_Gunboat_Death_Clone">Code: Select all
</SpaceUnit>Code: Select all
<SpaceUnit Name="R_Corellian_Gunboat">
<Variant_Of_Existing_Type>Corellian_Gunboat</Variant_Of_Existing_Type>
<Affiliation>Rebel</Affiliation>
<Build_Tab_Space_Units>Yes</Build_Tab_Space_Units>
</SpaceUnit>
Code: Select all
<Event Name="Demo_Campaign_Lock_Out_INVASION">Code: Select all
<Event Name="Remove_Corellian_Gunboat">
<Event_Type>STORY_TRIGGER</Event_Type>
<Reward_Type>BUILDABLE_UNIT</Reward_Type>
<Reward_Param1>R_Corellian_Gunboat</Reward_Param1>
<Reward_Param2>Corellian_Gunboat</Reward_Param2>
<Prereq>Universal_Story_Start</Prereq>
</Event>
<Event Name="Unlock_Corellian_Gunboat">
<Event_Type>STORY_TRIGGER</Event_Type>
<Reward_Type>BUILDABLE_UNIT</Reward_Type>
<Reward_Param1>RCorellian_Gunboat</Reward_Param1>
<Prereq>Universal_Story_Start</Prereq>
</Event>