Jump to content
The simFlight Network Forums

jul007

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    france

jul007's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you very much :razz: It working great !! Paul and Pete you're great guys Jul
  2. Hello Pete, I'm trying to launch makerwy.exe on a vb.net application with the standard code shell or process.start and i've got the error : "Failed to make Runways CSV files!..." It creates the files on the project release folder of my application and not on the simulator folder while i run it at the good location yet and on the runways.txt there is the mention : " CFG file being used is: "G:\Lockheed Martin\Prepar3D v2\scenery.cfg" instead of : "CFG file being used is: "C:\ProgramData\Lockheed Martin\Prepar3D v2\SCENERY.CFG"" Can you help me write the good code ? Regards, Jul
  3. Understood, Just two questions : Is there a way to run Lua plugins on unregistered FSUIPC ? (I'm searching a way to create an interface between the majestic dash and fsfk for pilots on VA eg) And How does PMDG in making its gauges compatible with fsfk eg ? Regards, Jul
  4. Hello, Is there an equivalent function in vb for ipc.readLvar(L:vars) ? If yes could you post an example Regards Jul
  5. I'm trying to make the dash a little more compatible with flight keeper, and for the event "Engine on' or off. FSFK scan the value of 0x898 and 0x8c8. So if one of them are at '0' the engin is considered off and if the two values are > 0 it's considered 'on' Jul
  6. Hello Pete ! I'm working on a Lua plugin for the majestic dash and i have a problem when I want to write to 0x930 or 0x898 (all Engine x Jet N1) fsuipc offset : The value is always '0' except when I press the fsx pause button (strange) code on Lua : ipc.writeUW(0x0898, 40) ipc.writeUW(0x08C8, 40) and on fsx log : IPC:0898 (U16) = 0x0 -> ??? IPC:08C8 (U16) = 0x28 -> OK What do you think about that ? Regards, Jul
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy 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.