Jump to content

Recommended Posts

  • Replies 108
  • Created
  • Last Reply

Top Posters In This Topic

Posted

HOMIE...

 

THINGS...CHANGE...OR STAY THE SAME.... :yes:

 

...NOW WATCH ME COME UP... :cool:

 

...I HUSTLE...I HUSTLE EVEN HARDER...

 

I PUT THAT WORK IN TO WIN, NO PROBLEM!!! :biggrin:

Posted
Nice work on the VFA-102 bird so far. I couldn't figure out how to put the diamonds on the back.

 

edit...to get a clean decal i copy/pasted the Diamondbacks from the ailerons from the walk around picture i linked to earlier.

yeh, i was lookin over there....

 

....you know, there's a good chance those will have to be painted on... :dntknw:

Posted
Really nice SidDogg , looks very realistic :yes: . You made a very beautiful scheme for this bird :ok:

 

.....thanks :biggrin:

 

...to be honest, as for the fuselage diamonds, i finally solved THAT puzzle late in the midnite hour.... :rolleyes:

 

....i just need to know the mesh name for the leading edge slats, so i can put my wingtip stripe decals on them....

 

.....unfortunately, that's about as perfect as they will feasibly become, in terms of simply putting them on the skin... :dntknw:

 

....i must say, by far, this is the most tedious, difficult skin i have made.....

 

... EVER. :moil:

 

BUT ITSZ GETTIN DONE!!! :good:

Posted
....i just need to know the mesh name for the leading edge slats, so i can put my wingtip stripe decals on them....

 

Check the .out file with notepad. all the mesh names are there

Posted
Check the .out file with notepad. all the mesh names are there

 

ok, i see it...

 

 

now, let's say that i want the outer slat on the left wing...

 

...would that be LeftFrontFlap?

 

...or maybe LeftOuterPyls?

Posted
ok, i see it...

 

 

now, let's say that i want the outer slat on the left wing...

 

...would that be LeftFrontFlap?

 

...or maybe LeftOuterPyls?

 

To answer that question I'd direct you to the flight control section of the FA-18F_data.ini. At the bottom of the [XxxxOuterSlat] section is the name of the mesh you want

 

eg.

 

[LeftOuterSlat]

SystemType=HIGHLIFT_DEVICE

CLiftdc=-0.0062

CDdc=0.0017

DeltaStallAlpha=2.39

AreaRatio=1.010

DeploymentMethod=AUTOMATIC_ANGLE_OF_ATTACK

Setting[1].Angle=10

Setting[1].DeployValue=9.7

Setting[1].RetractValue=7.7

Setting[2].Angle=30

Setting[2].DeployValue=13.8

Setting[2].RetractValue=12.7

MaxDeflection=30.0

MinDeflection=0.0

ControlRate=3.0

AnimationID=5

ModelNodeName=LeftOuterSlat <================ It should be this.

 

The entry ModelNodeName is telling the game engine which part to move, and therefore which part your decal will go on. This works for the flight controls and moving parts. For the rest of the parts, the out file is where all the mesh names are for the model, so either way can be used.

 

However, compareing the two (out and data.ini), I'm going to guess you want RightFrontFlap and LeftFrontFlap. You may have to test the different mesh names and node names one or two at a time (left, right). I'm guessing 'pyl' refers to weapon pylons. I'm going to look in game to see what's moving there. Comparing the out and data.ini something looks strange, obviously it works though.

Posted
To answer that question I'd direct you to the flight control section of the FA-18F_data.ini. At the bottom of the [XxxxOuterSlat] section is the name of the mesh you want

 

eg.

 

[LeftOuterSlat]

SystemType=HIGHLIFT_DEVICE

CLiftdc=-0.0062

CDdc=0.0017

DeltaStallAlpha=2.39

AreaRatio=1.010

DeploymentMethod=AUTOMATIC_ANGLE_OF_ATTACK

Setting[1].Angle=10

Setting[1].DeployValue=9.7

Setting[1].RetractValue=7.7

Setting[2].Angle=30

Setting[2].DeployValue=13.8

Setting[2].RetractValue=12.7

MaxDeflection=30.0

MinDeflection=0.0

ControlRate=3.0

AnimationID=5

ModelNodeName=LeftOuterSlat <================ It should be this.

 

The entry ModelNodeName is telling the game engine which part to move, and therefore which part your decal will go on. This works for the flight controls and moving parts. For the rest of the parts, the out file is where all the mesh names are for the model, so either way can be used.

 

However, compareing the two (out and data.ini), I'm going to guess you want RightFrontFlap and LeftFrontFlap. You may have to test the different mesh names and node names one or two at a time (left, right). I'm guessing 'pyl' refers to weapon pylons. I'm going to look in game to see what's moving there. Comparing the out and data.ini something looks strange, obviously it works though.

 

...that's the thing.

 

...in no ocurrence is the word "Slat" in the .OUT file... :dntknw:

 

i dunno, maybe Erwin_Hans knows...

Posted
...that's the thing.

 

...in no ocurrence is the word "Slat" in the .OUT file... :dntknw:

 

i dunno, maybe Erwin_Hans knows...

 

Here's what 've come up with by beginning a process of elimination.

 

LeftFrontFlap = Left inboard TE flap

RightFrontFlap = Right inboard TE flap

LeftOuterFlap = Left Flaperon

RightOuterFlap = Right Flaperon

 

This I established the day after the download because I modified the flaps to have a maneuver position of 10 degrees plus a 1/2 flap and full flap setting to smooth out the flap transitions. Like I said, some experimentation is in order. That out file might be for an earlier rendition of the model, perhaps one which was not complete. I've aready ruled out the mesh entries for the L/R slat and L/R outer slat.

Posted
Here's what 've come up with by beginning a process of elimination.

 

LeftFrontFlap = Left inboard TE flap

RightFrontFlap = Right inboard TE flap

LeftOuterFlap = Left Flaperon

RightOuterFlap = Right Flaperon

 

This I established the day after the download because I modified the flaps to have a maneuver position of 10 degrees plus a 1/2 flap and full flap setting to smooth out the flap transitions. Like I said, some experimentation is in order. That out file might be for an earlier rendition of the model, perhaps one which was not complete. I've aready ruled out the mesh entries for the L/R slat and L/R outer slat.

 

hmmm....i see.....

 

...so what could the leading edge slats possibly be????

Posted

I just compared the out file to the mesh names in the lod using a hex editor. The out is good. The mesh for the outer LE flap must be one of the pyl entries.

Posted
I just compared the out file to the mesh names in the lod using a hex editor. The out is good. The mesh for the outer LE flap must be one of the pyl entries.

 

...copy that. :salute:

 

time to put some work in..... :moil:

Posted

FINALLY FIXED THE WING DECALS!!!!!! :biggrin:

 

 

 

 

 

 

just so all of you know.....

 

...for decal purposes, the leading edge slats are part of the "OuterWing" meshes of the aircraft...

 

...talk about process of elimination.... whew... :rolleyes:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..