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

Anything to do with Aircraft Design, FSDS, G Max, Aircraft Animator, SDL Edit, etc. Novice or skilled - stop here & learn!

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

Postby alrot » Wed May 02, 2012 5:33 pm

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
Last edited by alrot on Wed May 02, 2012 5:34 pm, edited 1 time in total.
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby andy190 » Wed May 02, 2012 5:41 pm

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>
Image

Intel Core i5-2310 CPU @ 2.90GHz, 6GB RAM, AMD Radeon HD 6450, Windows 7 Professional 64 bit, Logitech Extreme 3D Pro
User avatar
andy190
Major
Major
 
Posts: 1376
Joined: Wed Nov 16, 2011 3:16 am
Location: Havelock North, NZ

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

Postby andy190 » Wed May 02, 2012 6:10 pm

Alex, Jetprop I think I've found the Engine Smoke xml Gauge. :D

[code]


//wingvortex
Last edited by andy190 on Wed May 02, 2012 6:10 pm, edited 1 time in total.
Image

Intel Core i5-2310 CPU @ 2.90GHz, 6GB RAM, AMD Radeon HD 6450, Windows 7 Professional 64 bit, Logitech Extreme 3D Pro
User avatar
andy190
Major
Major
 
Posts: 1376
Joined: Wed Nov 16, 2011 3:16 am
Location: Havelock North, NZ

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

Postby alrot » Wed May 02, 2012 6:47 pm

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
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby andy190 » Wed May 02, 2012 7:00 pm


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.
Image

Intel Core i5-2310 CPU @ 2.90GHz, 6GB RAM, AMD Radeon HD 6450, Windows 7 Professional 64 bit, Logitech Extreme 3D Pro
User avatar
andy190
Major
Major
 
Posts: 1376
Joined: Wed Nov 16, 2011 3:16 am
Location: Havelock North, NZ

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

Postby alrot » Wed May 02, 2012 8:10 pm

yes ,I know what it does ,It has conditional to be in certaint throttler lever and altitude but
Which smoke??
Last edited by alrot on Wed May 02, 2012 8:18 pm, edited 1 time in total.
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby andy190 » Wed May 02, 2012 9:05 pm

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            
Image

Intel Core i5-2310 CPU @ 2.90GHz, 6GB RAM, AMD Radeon HD 6450, Windows 7 Professional 64 bit, Logitech Extreme 3D Pro
User avatar
andy190
Major
Major
 
Posts: 1376
Joined: Wed Nov 16, 2011 3:16 am
Location: Havelock North, NZ

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

Postby alrot » Wed May 02, 2012 9:13 pm

[quote]

[SMOKESYSTEM]
smoke.0= -2.70, -18.75,0.5, fx_nimrod_smoke
smoke.1= 2.70, -18.75,0.5, fx_nimrod_smoke
Last edited by alrot on Wed May 02, 2012 9:15 pm, edited 1 time in total.
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby jetprop » Thu May 03, 2012 9:01 am

Always when I try to help someone beats me to it. ;D
I might try the positions tonight tough...
Image
User avatar
jetprop
Major
Major
 
Posts: 1518
Joined: Tue Aug 16, 2011 10:03 am
Location: a chair infront of a monitor.

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

Postby alrot » Thu May 03, 2012 9:45 am

:-/ I can't make it work ,I can put the smoke effect using and attachpoint using that the same smoke ukmil
Last edited by alrot on Thu May 03, 2012 9:47 am, edited 1 time in total.
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby alrot » Thu May 03, 2012 5:17 pm

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
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby manesag » Thu May 03, 2012 7:57 pm

you could have just gotten the effect the HJG aircraft create like the b727
User avatar
manesag
2nd Lieutenant
2nd Lieutenant
 
Posts: 228
Joined: Sat Jun 13, 2009 2:48 pm

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

Postby alrot » Thu May 03, 2012 8:19 pm

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
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

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

Postby manesag » Mon Jul 23, 2012 11:33 am

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
User avatar
manesag
2nd Lieutenant
2nd Lieutenant
 
Posts: 228
Joined: Sat Jun 13, 2009 2:48 pm

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

Postby Steve Hess » Mon Jul 23, 2012 12:47 pm

[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
Image

For the Best F-111 Experience get our Freeware SHRS F-111 at https://sites.google.com/site/shess0757/home
User avatar
Steve Hess
2nd Lieutenant
2nd Lieutenant
 
Posts: 121
Joined: Tue Sep 19, 2006 10:32 pm
Location: Shippensburg, Pa

PreviousNext

Return to Aircraft & 3D Design

Who is online

Users browsing this forum: No registered users and 340 guests