Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
r_wheelwell fs9 fsx animation equivalent ? (Read 1985 times)
Nov 3rd, 2011 at 10:37pm

Woodylepic   Offline
Colonel
Quebec Canada

Posts: 330
*****
 
Hi hall
I'm reworking and  oldy projet "Levasseur Pl8" to Gmax native fsx, and I get some probleme whit my landing gear  Huh

In fs9 the landing gear desapear (like Me-163) after take off whit the animation " r_wheelwell " but in fsx there no r_wheelwell some body have an idea on what I have to do to get my Levasseur gear to fall and desapear like fs9 do in gmax, thank you ?
 

There is a 100pixle wide, and 10kb large, size limits on Avatars.&&&&Thank you for doing your part to make this a better place for all who visit by observing these guidelines. Smiley
IP Logged
 
Reply #1 - Nov 4th, 2011 at 5:14pm

Xpand   Offline
Colonel
Expert on flying bricks.
Portugal

Gender: male
Posts: 381
*****
 
The visibility parts are in the attach tool.
Run that and check the visibility box. A roll down window will appear at the bottom of the attach tool window. Scroll down until you get to r_wheelwell and click attach to selected geometry. And that is all..
 

Up is the way to go.
...
IP Logged
 
Reply #2 - Nov 4th, 2011 at 6:02pm

alrot   Offline
Colonel
Freeware Designers Above
All..

Posts: 10231
*****
 
Xpand wrote on Nov 4th, 2011 at 5:14pm:
The visibility parts are in the attach tool.
Run that and check the visibility box. A roll down window will appear at the bottom of the attach tool window. Scroll down until you get to r_wheelwell and click attach to selected geometry. And that is all..


Hey Xpand  Smiley

I don't think r_wheelwell is on the attachpoint visibility ,I just check it on it wasn't there (I check the entire modeldef.xml and there even isn't a word wheelwell)
I swear I never use that command r_wheelwell ,I only use in FS9 C_Wheelwell , I 'll check it out again cuz to be honest I can't even remember what it does ,but I think has to be with the steering wheel 
 

...

Venezuela
IP Logged
 
Reply #3 - Nov 4th, 2011 at 6:21pm

alrot   Offline
Colonel
Freeware Designers Above
All..

Posts: 10231
*****
 

Ok  Undecided now I'm more confused than ever, I when to look into the FS9-SDK MakeMDL.parts.xml  and There is not wheelwell command or parameter in the whole xml script

I have used in the past this ,or I think I've use it ,I'm just getting old  Embarrassed

why don't you refresh my memory what exactly used to do please
 

...

Venezuela
IP Logged
 
Reply #4 - Nov 4th, 2011 at 6:43pm

Xpand   Offline
Colonel
Expert on flying bricks.
Portugal

Gender: male
Posts: 381
*****
 
Wow, you're right. I had a custom code for that. Sorry.
Well, in FS9 there was indeed the c_/l_/r_wheelwell name. But that doesn't seem to exist on FSX, as well as the spoilerwells...

Use this code:
Paste it onto the modeldef.xml file on your Environment kit/Modeling SDK/bin directory. (backup the original, rename it modeldef.original.xml or something)
Code (C++):
 <PartInfo>
    <Name>gear_vis</Name>
    <Visibility>
      <Parameter>
        <Code>
        (A:GEAR LEFT POSITION, percent) 5 &lt;

	</Code>
      </Parameter>
    </Visibility>
  </PartInfo> 

 

Up is the way to go.
...
IP Logged
 
Reply #5 - Nov 4th, 2011 at 11:08pm

Woodylepic   Offline
Colonel
Quebec Canada

Posts: 330
*****
 
Ok thank Xpand, for the C++ code.

I will try this and give you sone news soon,

So no more invisible gear tag for the Levasseur Pl8 in FSX sdk  Undecided

Appart modify the xml code ? Embarrassed
Is there other Gmax alterntive ani idea is wellcome Undecided?
 

There is a 100pixle wide, and 10kb large, size limits on Avatars.&&&&Thank you for doing your part to make this a better place for all who visit by observing these guidelines. Smiley
IP Logged
 
Reply #6 - Nov 5th, 2011 at 5:09am

garryrussell   Offline
Colonel
Hello!

Gender: male
Posts: 677
*****
 
Alex
The l_wheelwell, r_wheelwell, c_wheelwell part names are in FS.9 but don't appear to be in FS.X

When the gear is fully retracted those parts disappear

I link my undercarriage to them so all the gear disappears after retract to save the sim drawing parts that are hidden...in the case of my CL-44 that's thousands of polys

« Last Edit: Nov 5th, 2011 at 8:08am by garryrussell »  
IP Logged
 
Reply #7 - Nov 5th, 2011 at 9:50am

alrot   Offline
Colonel
Freeware Designers Above
All..

Posts: 10231
*****
 
garryrussell wrote on Nov 5th, 2011 at 5:09am:
Alex
The l_wheelwell, r_wheelwell, c_wheelwell part names are in FS.9 but don't appear to be in FS.X

When the gear is fully retracted those parts disappear

I link my undercarriage to them so all the gear disappears after retract to save the sim drawing parts that are hidden...in the case of my CL-44 that's thousands of polys



thanks Garry , what I can't understand why these commands aren't in the  MakeMDL.parts.xml from the makemdl9

  Would you believe I spend almost the whole night trying to export something from gmax and 3d max in FS9-sdk ,I almost completely forgot everything about FS9-SDK  Shocked jezz ,seriously I'm getting very old ,or getting Alzheimer  Huh
 

...

Venezuela
IP Logged
 
Reply #8 - Nov 5th, 2011 at 10:17am

Hagar   Offline
Colonel
My Spitfire Girl
Costa Geriatrica

Posts: 33159
*****
 
Failing all else I'm wondering if you could configure the landing gear as a droppable object - like the bombs & drop tanks used in the weapons packs for military aircraft.

A limitation on the ones I've tried is that they only work in saved Situations or Flights.
 

...

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group

Need help? Try Grumpy's Lair

My photo gallery
IP Logged
 
Reply #9 - Nov 5th, 2011 at 8:00pm

Xpand   Offline
Colonel
Expert on flying bricks.
Portugal

Gender: male
Posts: 381
*****
 
Nope, my S-46N Blackfish has dropable fuel tanks and they are part of the main model. I just added a custom animation and visibility code for it. Like the one I showed above. Why won't you use it? When there's none available just make your own, that's my way of seeing stuff.
 

Up is the way to go.
...
IP Logged
 
Reply #10 - Nov 5th, 2011 at 10:34pm

Woodylepic   Offline
Colonel
Quebec Canada

Posts: 330
*****
 
Ok I have made a visibility attach point in gmax whit a link to the "gear_vis" in the modeldef.xml, then add this line to my modeldef xml

<PartInfo>
    <Name>gear_vis</Name>
    <Visibility>
      <Parameter>
        <Code>
        (A:GEAR LEFT POSITION, percent) 1 &gt;
        </Code>
      </Parameter>
    </Visibility>
  </PartInfo>


and all ok now!, my Gear desapear at the end of the falling sequence, Thank very musch for your help  Wink
« Last Edit: Nov 5th, 2011 at 11:37pm by Woodylepic »  

There is a 100pixle wide, and 10kb large, size limits on Avatars.&&&&Thank you for doing your part to make this a better place for all who visit by observing these guidelines. Smiley
IP Logged
 
Reply #11 - Nov 10th, 2011 at 12:24pm

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

Gender: male
Posts: 962
*****
 
alrot wrote on Nov 5th, 2011 at 9:50am:
thanks Garry , what I can't understand why these commands aren't in the  MakeMDL.parts.xml from the makemdl9


Alex, in FS9 those were "default visibility" conditions hard-coded into the FS9.exe file. For FSX everything must be scripted in the Modeldef.xml file.  Smiley
 

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 #12 - Nov 10th, 2011 at 12:49pm

alrot   Offline
Colonel
Freeware Designers Above
All..

Posts: 10231
*****
 
Fr. Bill wrote on Nov 10th, 2011 at 12:24pm:
Alex, in FS9 those were "default visibility" conditions hard-coded into the FS9.exe file. For FSX everything must be scripted in the Modeldef.xml file.  Smiley


Now I wonder why there are some other things that I couldn't find it either  Huh

Thanks Bill   Smiley
 

...

Venezuela
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print