Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Solatar on November 16, 2002, 02:16:26 pm

Title: Exhaust?
Post by: Solatar on November 16, 2002, 02:16:26 pm
I know this is probably a stupid question, but in the weapons.tbl it says in the comment for missile trails that trails cannot be set if exhaust is set. What is exhaust? Is it something that :V: never used?
Title: Exhaust?
Post by: Killfrenzy on November 16, 2002, 05:47:24 pm
Most probably, as all missiles have trails and none of them have exhaust.
Title: Exhaust?
Post by: Solatar on November 16, 2002, 06:08:38 pm
$Exhaust:                           YES
Where would this go? Or would it be like this)
$Flags:           ( "Exhaust" )
Title: Exhaust?
Post by: EdrickV on November 18, 2002, 09:49:29 pm
I think Exhaust was an early FS1 thing that did what $Trail now does and predates it by quite a bit. There is, as far as I can tell, no "Exhaust" related code other then the $Trail stuff, so the code was probably removed from the source a long time ago. (Well, except for the #define of WEAPON_EXHAUST_DELTA_TIME in weapons.h, which apparently is not used anywhere.)