Jump to content

picnic

Frozen-Inactivity
  • Content Count

    10
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

0 Neutral

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    VATSIM
  • Virtual Airlines
    Yes
  1. So it appears joinFS is already using the new TCAS interface. I'm more confused than ever now.
  2. Several x-plane users in our flight sim group have been reporting they don't see all the multi-player aircraft on Little Nav Map. As a result I did some experimenting the other evening. As far as I could tell all the multiplayer aircraft could be seen in X-Plane but one was always missing in Little Nav Map. It's always the last connection that was missing. So if player 2 left and rejoined you wouldn't see them upon reconnection but you'd now see the previous player you couldn't see before. Sadly I have no way of knowing if this is a joinFS issue or a Little Nav Map one. What can be done to try and resolve this please? Posted over at the joinFS forum as well.
  3. blush, thank you. Obviously been staring at this for too long :(Pete
  4. Trying to get some simple panning to work, up/down is fine, left/right fails :(Setup is simconnect.MapClientEventToSimEvent(EVENT_IDS.EVENT_PAN_RIGHT, "PAN_RIGHT");simconnect.MapClientEventToSimEvent(EVENT_IDS.EVENT_PAN_UP, "PAN_UP");sending event issimconnect.TransmitClientEvent(0, EVENT_IDS.EVENT_PAN_RIGHT, 0, GROUP.ID_PRIORITY_DEFAULT, SIMCONNECT_EVENT_FLAG.GROUPID_IS_PRIORITY);simconnect.TransmitClientEvent(0, EVENT_IDS.EVENT_PAN_UP, 0, GROUP.ID_PRIORITY_STANDARD, SIMCONNECT_EVENT_FLAG.GROUPID_IS_PRIORITY);I've tried using CameraSetRelative6DOF() but that doesn't work consistently between views, left/right works ok but up/down doesn't work in spot view.So does PAN_LEFT/PAN_RIGHT work anybody know?TIA Pete
  5. >Not in my copy it doesn't. Maybe you aren't using the updated>documentation in the SP1 SDK release?You're dead right, too many PCT and getting myself confused.>Which Sim Var? I've not looked at any examples. The values>joysticks return depend on their drivers and the Windows>calibration. I don't use Simconnect to read joysticks.The joystick example uses ClientEvents to read joystick:0:XAxis and the other axis. I was only running it as I wanted to see the values. I'm reading the joystick from C# and plan to inject that into FSX but getting the range right is a good starting point ;)Off to look at your support forumCheers PeteEdit: Corrected my reading stupidity!
  6. Thanks Pete.Did you tell MS this? Says settable in the documentation!One thing I have discovered is the Joystick example in the SDK actually returns +-32K not 16K as stated in the docs. Do you know which is the real range?Ta Pete
  7. Hope someone can help me, I'm trying to set ELEVATOR TRIM PCT and AILERON TRIM PCT. I'm using something like to set it up and then writing 0.0f in the simconnect.SetDataOnSimObject() call but I get an expection 20, invalid data.C# I'm afraid, has anyone got anything I can try, spot my silly error?TIA PeteP.S. I have AILERON POSITION working as a percent using this technique.
×
×
  • Create New...