Jump to content
Sign in to follow this  
guenseli

FSL Concorde (module version 1.0)

Recommended Posts

Here is a LINDA module for the FSLabs Concorde.

Unfortunately it is not perfect, but I wasn't able to gather more LUA variables, controls or offsets.

The Autopilot stuff is working, but the buttons are without sound

Many other things, mainly from the engineers panel, do not work, sorry

Download FSLabs Concorde

Installation notes:

  • Download and unzip it and place the two folders into: */Microsoft Games/Microsoft Flight Simulator X/Modules
  • Say "yes" if he'd like to overwrite anything
  • Your current Combo settings wouldn't be overwritten, but you find in Modules\linda-cfg\aircrafts\PMDG 737NGX files named *.default. name them to *.lua to use them.
Edited by ScotFlieger
Added link to original module

Guenter Steiner
--------------------------------------------------------------------------------------

Betatester for: A2A, LORBY, FSR-Pillow Tester
--------------------------------------------------------------------------------------

Share this post


Link to post
Share on other sites

Here there are some more. Add this to the end of the "actions.lua" file to get some Panels popups.

 

-- ## Panels ###############

function Brake_CabinPressure_Engine_control ()
   ipc.control(66506,8020)
   ipc.control(66506,8021)
   ipc.control(66506,8014)
end

function AirIntakes_SecEng_controls_Nozzle ()
   ipc.control(66506,8015)
   ipc.control(66506,8016)
   ipc.control(66506,8019)
end

function Upperfuel_Lowerfuel ()
   ipc.control(66506,8009)
   ipc.control(66506,8010)
end

function AC_DC_AirBleed_Hydraulic ()
   ipc.control(66506,8012)
   ipc.control(66506,8011)
   ipc.control(66506,8007)
   ipc.control(66506,8008)
end

function TemperatureControl_EngineStack ()
   ipc.control(66506,8030)
   ipc.control(66506,8013)
end

function Lights ()
   ipc.control(66506,8025)
   ipc.control(66506,8027)
   ipc.control(66506,8026)
end

function CDU1_CDU2 ()
   ipc.control(66506,8035)
   ipc.sleep(50)
   ipc.control(66506,8036)
end

function Engineers_Left_Leg_EngineStack ()
   ipc.control(66506,8017)
   ipc.control(66506,8030)
end

function Engineers_Left_Leg ()
   ipc.control(66506,8017)
end

function Overhead ()
   ipc.control(66506,8002)
   ipc.control(66506,8003)
end

function Throttles ()
   ipc.control(66506,8005)
end

function INS3 ()
   ipc.control(66506,8006)
end

function Engineers_Right_Leg ()
   ipc.control(66506,8018)
end

Share this post


Link to post
Share on other sites

Here there are some more. Add this to the end of the "actions.lua" file to get some Panels popups.

 

-- ## Panels ###############

function Brake_CabinPressure_Engine_control ()
    ipc.control(66506,8020)
    ipc.control(66506,8021)
    ipc.control(66506,8014)
end

function AirIntakes_SecEng_controls_Nozzle ()
    ipc.control(66506,8015)
    ipc.control(66506,8016)
    ipc.control(66506,8019)
end

function Upperfuel_Lowerfuel ()
    ipc.control(66506,8009)
    ipc.control(66506,8010)
end

function AC_DC_AirBleed_Hydraulic ()
    ipc.control(66506,8012)
    ipc.control(66506,8011)
    ipc.control(66506,8007)
    ipc.control(66506,8008)
end

function TemperatureControl_EngineStack ()
    ipc.control(66506,8030)
    ipc.control(66506,8013)
end

function Lights ()
    ipc.control(66506,8025)
    ipc.control(66506,8027)
    ipc.control(66506,8026)
end

function CDU1_CDU2 ()
    ipc.control(66506,8035)
    ipc.sleep(50)
    ipc.control(66506,8036)
end

function Engineers_Left_Leg_EngineStack ()
    ipc.control(66506,8017)
    ipc.control(66506,8030)
end

function Engineers_Left_Leg ()
    ipc.control(66506,8017)
end

function Overhead ()
    ipc.control(66506,8002)
    ipc.control(66506,8003)
end

function Throttles ()
    ipc.control(66506,8005)
end

function INS3 ()
    ipc.control(66506,8006)
end

function Engineers_Right_Leg ()
    ipc.control(66506,8018)
end

 

Hello Pedrobas,

can you tell me in a short example who you find the "ipc.controls" numbers. With the tracer itv does not work and with the FSUIPC logger I do not getv results - how did you do this?

Kind Regards Tom

Share this post


Link to post
Share on other sites

Ok I understand how to find the ipc.control if there is one. But what do I do if there is only a LVar entry like here:

LUA.0:  [L] LVar: vc_Chrono_CP_Chrono_Btn = 10
LUA.0:  [L] LVar: vc_Chrono_CP_Chrono_Btn = 0

 

This is for pushing the Chrono Button. Any idea how to write the script?

Thnx Tom

Share this post


Link to post
Share on other sites

 

 


Hello Pedrobas,
can you tell me in a short example who you find the "ipc.controls" numbers. With the tracer itv does not work and with the FSUIPC logger I do not getv results - how did you do this?
Kind Regards Tom

 

I only tried all the numbers to see if it did something.

Share this post


Link to post
Share on other sites

Does anybody found a solution to add the "Frequenz Dial" of the VORs to Linda? I have no luck - maybe it does not work at all...?

Kind Regards Tom


Or the Chronometer Push?

Tom

Share this post


Link to post
Share on other sites

I've found The Chronometer + Clock Start:

Use this function:

function Chrono_EET_Start  ()
  ipc.control(66587,71513)
  ipc.control(66587,71511)
end

I associate it to the CTR knob (Push). It works nice.

Cheers

Pierre

Share this post


Link to post
Share on other sites

Long time no see - does anybody found a solution for dialing the NAV Frequencies?

Tom

Share this post


Link to post
Share on other sites

Does this version work with the new 1.3 P3D version?


Cheers!

Maarten

Share this post


Link to post
Share on other sites

Does this version work with the new 1.3 P3D version?

 

The question is whether the Concorde aircraft works with P3D 3.1 (latest version) - that I can not tell you. If it does then there is no reason that it won't provided you are also using the latest version of FSUIPC4.


Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Share this post


Link to post
Share on other sites

Well, It's a P3D version, so I'd expect it to work fine with P3D. ;)

Thanks Scot!

  • Upvote 1

Cheers!

Maarten

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...