My suggestion + a request.


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by C@rni on November 05, 1998 at 16:44:07:

In Reply to: Firing ships posted by Earl on November 04, 1998 at 12:55:59:

: Does anyone know how to make an x-wing or any ship fire when flying? THANKS

Well, here is an example of how to make a tie bomber drop bombs. It can be modified, by modifying the vector and changing the templates for the things created so as to appear that something is firing. Nifty.

vtiebombpos=(getthingpos(vtiebomber));
modvector=vectorset(0.0, 0.0, -0.305);
newtiebombpos=(vectoradd(vtiebombpos, modvector));
createthingatpos(thermaltemplate, bombsector, newtiebombpos, '0.0, 0.0, 0.0');

As for my request, someone posted something about a Jedi Academy level where an ATAT fires at you? Im interested in taking a look. Could someone post a link?

C@rni


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]