Jump to content
The simFlight Network Forums

Sryth

Members
  • Posts

    3
  • Joined

  • Last visited

About Sryth

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Sryth's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Does anyone have any idea if its possible to simulate wake turbulence behind an aircraft using FSUIPC and an external program? It doesn't have to be perfect. I am building software to track Air Racing online. Since flightsim doesn't simulate an aircraft wake on its own I was wondering if there was a way to say attach some turbulence to an aircraft inside flight sim. Seems very complicated I was just curious if it was possible and if anyone had a clue to do it.
  2. thanks for the help that fixed the problem
  3. I can get text to display in Flightsim 2002 but I it will not scroll, And its acts very funny when A message from Flightsim it self tries to replace. I know VB 6 is not a main language of a lot of people but here is the function I am using to output the text Public Function FS_Output(output As String) 'Output to FS Dim marker As Long Dim dwResult As Long marker = -1 'Write to Flight Sim Call FSUIPC_WriteS(&H3380, 128, output, dwResult) Call FSUIPC_WriteS(&H32FA, 2, VarPtr(marker), dwResult) Call FSUIPC_Process(dwResult) End Function I am not sure its a VB problem but more or how I am using the WriteS the second WriteS does not seem to do anything. Any help would be great ful. Also one question I have been looking for an offset to write to the chat window as well as the text box at the top of the screen, any ideas?
×
×
  • 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.