Page 3 of 4

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 5:33 pm
by alrot
hey guys I got a bunches ,hundreds of attachpoint Effects ,I can make any kind of smokes ,fire explosions ,vapor trails, I can make chickens come out from the engine with the sounds of the chickens too ,its in a vast library here

BTW I just finish the ladder too

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 5:41 pm
by andy190
I found this xml gauge in the UKMIL Buccaneer Panel folder.

Code: Select all
<Gauge Name="wingtip">
<Element>
        <Select>
            <Value>
                (A:G FORCE, gforce) abs 2.0 > (A:FLAP HANDLE PERCENT,percent) 10 < &&
                if{ (A:LIGHT WING,bool) ! if{ (>K:TOGGLE_WING_LIGHTS) } }
                els{ (A:LIGHT WING,bool) if{ (>K:TOGGLE_WING_LIGHTS) } }
            </Value>
        </Select>
    </Element>


<Element>
    <Select>
      <Value>
        (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 100 < (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 50 > &&
        (A:INDICATED ALTITUDE,feet) 28000 < &&
        if{ (A:SMOKE ENABLE,bool) ! if{ (>K:SMOKE_ON) } }
        els{ (A:SMOKE ENABLE,bool) if{ (>K:SMOKE_OFF) } }
      </Value>
    </Select>
  </Element>


</Gauge>

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 6:10 pm
by andy190
Alex, Jetprop I think I've found the Engine Smoke xml Gauge. :D

[code]


//wingvortex

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 6:47 pm
by alrot
Ok but what is the element? what element are we going to use ?

Let me make that and xml gauge and see if it does ..but how the position of the smoke is assign

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 7:00 pm
by andy190

Ok but what is the element? what element are we going to use ?

Let me make that and xml gauge and see if it does ..but how the position of the smoke is assign

Code: Select all
<Gauge Name="ALROT EFFECT CONTROLLER">


  <Element>
    <Select>
      <Value>
        (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 100 < (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 50 > &&
        (A:INDICATED ALTITUDE,feet) 28000 < &&
        if{ (A:SMOKE ENABLE,bool) ! if{ (>K:SMOKE_ON) } }
        els{ (A:SMOKE ENABLE,bool) if{ (>K:SMOKE_OFF) } }
      </Value>
    </Select>
  </Element>


</Gauge>


I'm just about to test whether it works.

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 8:10 pm
by alrot
yes ,I know what it does ,It has conditional to be in certaint throttler lever and altitude but
Which smoke??

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 9:05 pm
by andy190
The whole xml code is basically a copy of the smoke xml for the UKMIL Buccaneer.

The setting for the smoke is in the cfg:

[SMOKESYSTEM]
smoke.0= -2.70, -18.75,0.5, fx_nimrod_smoke
smoke.1= 2.70, -18.75,0.5, fx_nimrod_smoke            

Re: I'll be releasing the MD-83 update very soon

PostPosted: Wed May 02, 2012 9:13 pm
by alrot
[quote]

[SMOKESYSTEM]
smoke.0= -2.70, -18.75,0.5, fx_nimrod_smoke
smoke.1= 2.70, -18.75,0.5, fx_nimrod_smoke

Re: I'll be releasing the MD-83 update very soon

PostPosted: Thu May 03, 2012 9:01 am
by jetprop
Always when I try to help someone beats me to it. ;D
I might try the positions tonight tough...

Re: I'll be releasing the MD-83 update very soon

PostPosted: Thu May 03, 2012 9:45 am
by alrot
:-/ I can't make it work ,I can put the smoke effect using and attachpoint using that the same smoke ukmil

Re: I'll be releasing the MD-83 update very soon

PostPosted: Thu May 03, 2012 5:17 pm
by alrot
Ok ,I put the smoke to work , NOT BY A GAUGE by the way

I made a xml part having the parameters in that gauge and a vissible part and some how its working  :-/

I also made a gauge having a menu options for the new stuffs

Re: I'll be releasing the MD-83 update very soon

PostPosted: Thu May 03, 2012 7:57 pm
by manesag
you could have just gotten the effect the HJG aircraft create like the b727

Re: I'll be releasing the MD-83 update very soon

PostPosted: Thu May 03, 2012 8:19 pm
by alrot
you could have just gotten the effect the HJG aircraft create like the b727


this smoke its controlled by altitude and THROTTLE ,the smoke its not constant

Re: I'll be releasing the MD-83 update very soon

PostPosted: Mon Jul 23, 2012 11:33 am
by manesag
hey alrot i just tried version 2 of this beautiful plane and i just wanted to say it is alot  better then the original

but i see two problems
first that for the two textures that i used (AA and Allegiant) The engine nacelles are of a different color.
IE for the american its not a silver its a white color
and for the allegiant it goes to gray next to the fuselage.
That is a minor thing in which it doesnt really matter but oh well

The second problem is with the default sound. At idle i actually thought the compressor was disintegrating.  :( thats not really good. But to me it doesnt matter models are more important then sound and textures

Im not saying this plane is bad im just giving some constructive critiscism
anyways have a nice day

manesag

Re: I'll be releasing the MD-83 update very soon

PostPosted: Mon Jul 23, 2012 12:47 pm
by Steve Hess
[quote]
hey guys I got a bunches ,hundreds of attachpoint Effects ,I can make any kind of smokes ,fire explosions ,vapor trails, I can make chickens come out from the engine with the sounds of the chickens too ,its in a vast library here

BTW I just finish the ladder too