Blog | About | Contact | Submit Mod | Join Mod DB | Site Map | Media Kit | Desura | RSS
This member has provided no bio about themself...
We're sorry, but no images, videos or audio files have been added to this gallery.
If you would like to share media with the community, sign up and you can.
No one is friends with IW-80 awww. You should invite your mates to the site, or make new ones.
I apologize fir fothering you, but can you send me your xml fixes for aselinas stargate mod? the putlocker links have all been removed, if you have datharis fix id like that too if you don't mind. thank you for your time :)
Ok, I got the Lantean Cruiser to work but would still like the Aurora class.
Do you know how to edit the files so I gain an Aurora class whenever I build a level 5 station?
Is it possible to make the game give me an Aurora class ship everytime I built a BC-303 as a reward?
If you want a reward for every time you build an unit or a building, open the Story_sandbox xml of the GC map you want and add these lines :
<Event Name="Build_Something_Spawn_Another_Thing">
<Event_Type>STORY_CONSTRUCT</Event_Type>
<Event_Param1>Name_of_unit_or_building_to_build</Event_Param1>
<Event_Param2>1</Event_Param2>
<!-- Event_Param2 is for the number of unit/building you want to build before receiving the reward -->
<Reward_Type>UNIQUE_UNIT</Reward_Type>
<Reward_Param1>Name_of_unit_you_want_to_receive</Reward_Param1>
<Reward_Param2>Name_of_planet_where_unit_spawn</Reward_Param2>
<Perpetual>True</Perpetual> <!-- This will make the event repeatable -->
</Event>
-----
I think that's all you need but if you want more help, just ask
:)