page right here: viewtopic.php?f=11&t=27787
have fun with these now "weirdly OP" turned to "brutally hard" ships



Code: Select all
<event name="MTE_REMOVESTUFF">
<text>Choose a resource to remove:</text>
<choice hidden="true">
<text>Fuel.</text>
<event>
<text>Removing fuel...</text>
<item_modify steal="true">
<item type="fuel" min="-9999" max="-9999"/>
</item_modify>
<choice>
<text>Continue...</text>
<event load="MTE_MENU_END"/>
</choice>
</event>
</choice>
<choice hidden="true">
<text>Missiles.</text>
<event>
<text>Removing missiles...</text>
<item_modify steal="true">
<item type="missiles" min="-9999" max="-9999"/>
</item_modify>
<choice>
<text>Continue...</text>
<event load="MTE_MENU_END"/>
</choice>
</event>
</choice>
<choice hidden="true">
<text>Drones.</text>
<event>
<text>Removing drones...</text>
<item_modify steal="true">
<item type="drones" min="-9999" max="-9999"/>
</item_modify>
<choice>
<text>Continue...</text>
<event load="MTE_MENU_END"/>
</choice>
</event>
</choice>
<choice hidden="true">
<text>Scrap.</text>
<event>
<text>Removing scrap...</text>
<item_modify steal="true">
<item type="scrap" min="-999999" max="-999999"/>
</item_modify>
<choice>
<text>Continue...</text>
<event load="MTE_MENU_END"/>
</choice>
</event>
</choice>
<choice hidden="true">
<text>All.</text>
<event>
<text>Removing resources...</text>
<item_modify steal="true">
<item type="fuel" min="-9999" max="-9999"/>
<item type="missiles" min="-9999" max="-9999"/>
<item type="drones" min="-9999" max="-9999"/>
<item type="scrap" min="-9999999" max="-9999999"/>
</item_modify>
<choice>
<text>Continue...</text>
<event load="MTE_MENU_END"/>
</choice>
</event>
</choice>
<choice>
<text>Cancel.</text>
<event load="MTE_MENU_END"/>
</choice>
</event>
Chrono Vortex wrote:Well, I was going to work on a Scrin ship, but I recently started to listening to Amelia Earhart on the Thrilling Adventure Hour again and then I found this...
I think you can guess what I'm going to do next. C&C was starting to get old anyways, and it'll be interesting coming up with an excuse to put a WWII plane in space. This is barely more than a concept as it stands, the to do list includes cleaning up the outline then adding colors and shading of course, making the 50 Cal and altering the starting and boss events to work with whatever Thrilling Adventure Hour story line there is.
EDIT: Slowly but surely.
The firing animation is only one frame because I want it to fire as quickly as possible. I need ideas for a name for the plane, anybody got any?
R4V3-0N wrote:hows the F-82 twin mustang going?
steamtex wrote:Soon...
Users browsing this forum: No registered users and 56 guests