Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
Stopping the propellor in a specific orientation (Read 976 times)
Feb 1st, 2011 at 8:31am

Wickid   Offline
Major
Netherlands

Gender: male
Posts: 4
*****
 
I'm creating a model of a glider with retractable engine. And for it to retract the propeller needs to be dead vertical. But now when I shut down the engine it stops in a random position. Anybody know how to make it stop vertical so I can retract the engine. I'm using the Concorde nose animation for the retraction of the engine and the propeller.

I'm using FS Design studio.

...
...
 
IP Logged
 
Reply #1 - Feb 3rd, 2011 at 4:29pm

Wickid   Offline
Major
Netherlands

Gender: male
Posts: 4
*****
 
No Suggestions? That's the only thing I'm stuck on. The rest is coming along nicely.

...

...
 
IP Logged
 
Reply #2 - Feb 3rd, 2011 at 8:01pm

Felix/FFDS   Offline
Admin
FINALLY an official Granddad!
Orlando, FL

Gender: male
Posts: 1000000627
*****
 
For FS-X, I presume?

The "easy"  way is to create a "fixed"  propeller visible only when rpm=0, and set your otherwise prop0_still_key to be visible at rpm>0...

in other words, you'll need to code a new "animation"  say, prop0_stopped for visible condition rpm=0,

and create a second new animation prop0_stillplus, say,which would be a straight copy of prop0_still_key with the lower visibility point at rpm=1

You'd edit the PartDataDefs.txt file in your main FSDS 3.5 folder to define the new part name(s), and of course, add the part information and coding to the modeldef.xml file in the FS-X SDK.


Easy peasey...

Disclaimer:  Since I've not really done XML coding, I can't advise you on the specifics of the XML code needed.  It's at this point that I hope that one the learned guru's un such matters will chiime in.
 

Felix/FFDS...
IP Logged
 
Reply #3 - Feb 4th, 2011 at 12:50pm

Wickid   Offline
Major
Netherlands

Gender: male
Posts: 4
*****
 
Thanks for the reply. I'm still using FS9. My good old machine won't run FSX at all. I will look into the suggestions you made and report back. Any help is still welcome Wink
 
IP Logged
 
Reply #4 - Feb 4th, 2011 at 6:22pm

Felix/FFDS   Offline
Admin
FINALLY an official Granddad!
Orlando, FL

Gender: male
Posts: 1000000627
*****
 
Then,. my suggestion doesn't work ...

FSDS 3.5.1 will compile with attachpoint codings - only for FS-X, not for FS9


<back to square 1>

Since you're modelling for FS-9, which version of FSDS are you using?  2.24? 3? 3.5.1?



 

Felix/FFDS...
IP Logged
 
Reply #5 - Feb 5th, 2011 at 4:11pm

Wickid   Offline
Major
Netherlands

Gender: male
Posts: 4
*****
 
3.5.1
 
IP Logged
 
Reply #6 - Feb 5th, 2011 at 4:44pm

Fr. Bill   Offline
Colonel
I used to have a life;
now I have GMax!
Hammond, IN

Gender: male
Posts: 962
*****
 
For an FS9 model you could still create Visibility conditions which would "hide" the animated prop's when the engine is stopped, and display a non-animated, vertically oriented prop.
 

Bill
... Gauge Programming - 3d Modeling Eaglesoft Development Group Intel Core 2 Quad Q6600-4GB DDR2 Crucial PC6400-800 GB SATA-ATI Radeon HD2400 Pro 256MB DX10 NOTE: Unless explicitly stated in the post, everything written by my hand is MY opinion. I do NOT speak for any company, real or imagined...
...
IP Logged
 
Reply #7 - Feb 5th, 2011 at 9:22pm

Felix/FFDS   Offline
Admin
FINALLY an official Granddad!
Orlando, FL

Gender: male
Posts: 1000000627
*****
 
makeMDLparts.xml has two interesting part names - engin0_turning and engine0_stopped, which are triggered off the engine rpm:1 variable.

The "running"  prop would be linked to a small part called engine0_turning, while the stopped prop would be linked to a small part called engine0stopped.

in turn, both engine0_xxx parts would be linked to the animated part folding /unfolding the enginer pylon.assembly.


I think.

(and thanks, Fr. Bill, for this is exactly what has been stopped me from working on a Baynes Bee - small twin engine on a wing that folded to lay fore and aft.  It needs the props to be "flat" )
 

Felix/FFDS...
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print