• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Question for FSDS users

No Dice

Charter Member
I have made an animated smoke plume.api in FSDS v.2, question being, Can FSDS make my object rotate to aircraft Like the tree function in EOD.
I have looked but can not seem to find that option.

Any help is much appreciated,

Dave
 
Hi ND,
You can rotate it to the aircraft by manually altering the api. Change the line;

Code:
RotatedCall( :B 0 0 %5 )

to

Code:
RotateToAircraft( :B 0 0 0 0 0 0 0 1 0 )

If the smoke plume is a single part then ok, but if you have multiple parts that move then don't forget to tag them as 'children' parts of a 'parent' part. You only have to change the above line for the 'parent' part and not all the others.

Cheers

Shessi
 
Back
Top