Jump to content
The simFlight Network Forums

Hesynergy

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Hesynergy

  1. i had a ton of fun refreshing my flight sim and programming chops writing “LilBlueDonuts”, https://forums.x-plane.org/index.php?/files/file/46261-lilbluedonuts  Its an AngleOfAttack HUD for X-Plane using “FlyWithLua” which combined the Lua language with almost ALL of the X-Plane LVARS. I really miss playing with programming and flight simming and the camaraderie of like-minded folks. . I am looking into furthering my understanding of flight-simming and external control, by duplicating the function of LBD” in MSFS. I will start trying “Linda with FSUIPC7. Can anyone suggest a similar IDE?  Thanks, !

    Sending protective and healing “ Vibes” to you and your loved ones!

    Chas

  2. 13 hours ago, rosshopkins said:

    Moved to main Forum

    Hi there,

    I am a complete newbie to Flight Sim and alll of this stuff, but I am going head first into it as I think it is brilliant.

    Anyway, I would like an answer to the questions posed in the title of this topic, any help much appreciated.

    Kind regards

    Rossco

    Hey Ross!

     

    Welcome to the community!

     

    Answer: You buy it here http://secure.simmarket.com/pete-dowson-fsuipc4.phtml

     

    I've been simming for over 30 years; if you would like to take a flight with me, in my Prepar3d or X-Plane 11 Cockpit via Skype shared screen, I would be pleased to take you up.

    You may choose whatever Aircraft, over whatever scenery you wish.

    My Skype name is the same as the one here.  I'll be happy to answer whatever questions you may have for a two-hour, exploratory, Q&A, fun, sociable flight.

    ...check my YouTube channel by the same name... 

     

     

    Chas

  3. Delete all of the .mcro type files in the Modules folder. The names before the : character as listed in the assignments drop down are the filenames of those .mcro type files, so you can be selective if you wish.

    There's also a section in the FSUIPC4.INI file called [MacroFiles]. After you have deleted the .mcro types files, best to also delete the entries in there with the same names -- or if you are deleting all macros, just delete that whole section.

    The "Macro Controls" chapter on page 38 of the Advanced User's guide does explain the .mcro files.

    Pete

    I would say before you delete anything consider this.

    The code that you currently have in your modules folder, previously worked, and should be kept as "learning code"… and it may well work again.

    So rather than wholesale deletion ...then re-inventing the wheel, I would save the spokes,hub and rim, with the thought that later, under a different environment and frame of mind, they might be put to back together piece by piece, to allow you to roll again, on a freshly re-surfaced road.

    ... At least to back up the FSUIPC4.ini file!

    Just expressing curmudgeonly Old coder thoughts!

    Chas

  4. Delete all of the .mcro type files in the Modules folder. The names before the : character as listed in the assignments drop down are the filenames of those .mcro type files, so you can be selective if you wish.

    There's also a section in the FSUIPC4.INI file called [MacroFiles]. After you have deleted the .mcro types files, best to also delete the entries in there with the same names -- or if you are deleting all macros, just delete that whole section.

    The "Macro Controls" chapter on page 38 of the Advanced User's guide does explain the .mcro files.

    Pete

    I would say before you delete anything consider this.

    The code that you currently have in your modules folder reference that previously worked should be kept as "learning code"… It worked once and it may well work again under a different environment …

    So rather than wholesale deletion ...then reinventing the wheel, I would save the spokes,hub and rIm, with the thought that somehow they might be put to back togather piece by piece, to allow you to roll again, on another road.

    ... At least to back up the FSUIPC4.ini file!

    Just expressing curmudgeonly Old coder thoughts!

    Chas

  5. Hello,

    without changing the hardware it happened permanently that the devices were changing the number. So i Set AutoAssignLetters to YES. But it does not help. The INI file section looks like:

    [JoyNames]

    AutoAssignLetters=Yes

    0=Saitek Pro Flight Rudder Pedals

    0.GUID={6EC84600-B243-11E5-8001-444553540000}

    1=Logitech Attack 3

    1.GUID={D6D9F770-B243-11E5-8001-444553540000}

    2=DTA Rotary Encoder

    2.GUID={EA683F60-CAB5-11E5-8001-444553540000}

    3=Digital Switch 2040

    3.GUID={C00E92A0-B24B-11E5-8004-444553540000}

    4=FLOOD

    4.GUID={60C43D40-B4B2-11E5-8004-444553540000}

    5=FLOOD

    5.GUID={27253C80-B460-11E5-8001-444553540000}

    6=FLOOD

    6.GUID={C00D8130-B24B-11E5-8001-444553540000}

    7=FLOOD

    7.GUID={27253C80-B460-11E5-8002-444553540000}

    8=FLOOD

    8.GUID={27312360-B460-11E5-8006-444553540000}

    9=FLOOD

    9.GUID={272B5700-B460-11E5-8004-444553540000}

    10=FLOOD

    10.GUID={C00E92A0-B24B-11E5-8003-444553540000}

    11=FLOOD

    11.GUID={272B5700-B460-11E5-8003-444553540000}

    12=FLOOD

    12.GUID={60C43D40-B4B2-11E5-8001-444553540000}

    13=FLOOD

    13.GUID={60C43D40-B4B2-11E5-8002-444553540000}

    14=FLOOD

    14.GUID={60C43D40-B4B2-11E5-8003-444553540000}

    15=FLOOD

    15.GUID={C00E1D70-B24B-11E5-8002-444553540000}

    A=Saitek Pro Flight Rudder Pedals

    B=Logitech Attack 3

    C=DTA Rotary Encoder

    D=Digital Switch 2040

    E=FLOOD

    F=FLOOD

    G=FLOOD

    H=FLOOD

    J=FLOOD

    K=FLOOD

    L=FLOOD

    M=FLOOD

    N=FLOOD

    P=FLOOD

    Q=FLOOD

    R=FLOOD

    The devices had now a Letter but now the letter is changing,

    so I changed the numbers manually to letters, after the next restart it looked like:

    [JoyNames]

    AutoAssignLetters=Yes

    A=Saitek Pro Flight Rudder Pedals

    A.GUID={6EC84600-B243-11E5-8001-444553540000}

    B=Logitech Attack 3

    B.GUID={D6D9F770-B243-11E5-8001-444553540000}

    C=DTA Rotary Encoder

    C.GUID={EA683F60-CAB5-11E5-8001-444553540000}

    D=Digital Switch 2040

    D.GUID={C00E92A0-B24B-11E5-8004-444553540000}

    E=FLOOD

    E.GUID={60C43D40-B4B2-11E5-8004-444553540000}

    F=FLOOD

    F.GUID={27253C80-B460-11E5-8001-444553540000}

    G=FLOOD

    G.GUID={C00D8130-B24B-11E5-8001-444553540000}

    H=FLOOD

    H.GUID={27253C80-B460-11E5-8002-444553540000}

    J=FLOOD

    J.GUID={27312360-B460-11E5-8006-444553540000}

    K=FLOOD

    K.GUID={272B5700-B460-11E5-8004-444553540000}

    L=FLOOD

    L.GUID={C00E92A0-B24B-11E5-8003-444553540000}

    M=FLOOD

    M.GUID={272B5700-B460-11E5-8003-444553540000}

    N=FLOOD

    N.GUID={60C43D40-B4B2-11E5-8001-444553540000}

    P=FLOOD

    P.GUID={60C43D40-B4B2-11E5-8002-444553540000}

    Q=FLOOD

    Q.GUID={60C43D40-B4B2-11E5-8003-444553540000}

    R=FLOOD

    R.GUID={C00E1D70-B24B-11E5-8002-444553540000}

    0=Saitek Pro Flight Rudder Pedals

    0.GUID={6EC84600-B243-11E5-8001-444553540000}

    1=Logitech Attack 3

    1.GUID={D6D9F770-B243-11E5-8001-444553540000}

    2=DTA Rotary Encoder

    2.GUID={EA683F60-CAB5-11E5-8001-444553540000}

    3=Digital Switch 2040

    3.GUID={C00E92A0-B24B-11E5-8004-444553540000}

    4=FLOOD

    4.GUID={60C43D40-B4B2-11E5-8004-444553540000}

    5=FLOOD

    5.GUID={27253C80-B460-11E5-8001-444553540000}

    6=FLOOD

    6.GUID={C00D8130-B24B-11E5-8001-444553540000}

    7=FLOOD

    7.GUID={27253C80-B460-11E5-8002-444553540000}

    8=FLOOD

    8.GUID={27312360-B460-11E5-8006-444553540000}

    9=FLOOD

    9.GUID={272B5700-B460-11E5-8004-444553540000}

    10=FLOOD

    10.GUID={C00E92A0-B24B-11E5-8003-444553540000}

    11=FLOOD

    11.GUID={272B5700-B460-11E5-8003-444553540000}

    12=FLOOD

    12.GUID={60C43D40-B4B2-11E5-8001-444553540000}

    13=FLOOD

    13.GUID={60C43D40-B4B2-11E5-8002-444553540000}

    14=FLOOD

    14.GUID={60C43D40-B4B2-11E5-8003-444553540000}

    15=FLOOD

    15.GUID={C00E1D70-B24B-11E5-8002-44455354000[/size]and again the Letters are changing ! The device N is the next time Q.............!

    Some help?

    Thank you

    Gunter

    Maybe someone would help you if you quit using that stupid, pretentious ILLEGIBLE, script font.

    Chas

  6. My direct conntrol P3d via iPad apps

    2RE9C1V.jpg

    ... And I know you said you didn't want to take control of windows but I got to say if you don't have it, you need to check out Splashtop... I use it to control both my once windows 7/now windows10 main flying machine and my support machine which is a multimedia laptop...on which I do LAN connected Aivlasoft EFB, RADAR Contact, working on getting ASN do you work remotely although that is not a wide FS connection rather Simconnect.

    5HUvERc.jpg

    it's so fast that you can watch movies on your iPad that are running on the client machine. great sound and no find drops....

    I use it every day almost all day, switching between the two, except when I want to get my hands on the throttles.

    ynCQXSE.jpg

    Just get it

    Chas

  7. Yes, certainly you cannot have two programs both trying ot use the same axes!  As clearly stated, you need to disable controllers altogether (one checkbox) in the Sim if you are assigning anything in FSUIPC!

     

    Pete

    Hey,

    Welcome back!… Guess I should've bet on the co-incidence of your vacation and the rollout of P3DvIII…grin

    My understanding was that as long there as there was not a conflict(read duplication), are you could use FSUIPC AND certain non-conflicting P3D or FSX controls. Am I wrong here?

    Chas

  8. Hi

    Does anyone know how to disable a joystick so that fsuipc does not see it. I want just the flight sim to control my rudder pedals. Fsuipc controls my throttle quad and thats the only joystick that i want fsuipc to see

    thx Lee

    Good question! Perhaps it would help with the reverse throttle situation with the Aerosoft airbus collection.

    Chas

  9. Try compound(conditional buttons),or buttons that are conditional, afforded you by the paid version of FSUIPC… What I considered to be an absolute must for any serious simmer.

    In my Thrustmaster HOTAS Warthog, using my trigger(it could be any button available on ANY throttle or joystick)as a "shift Key".

    I now have 64 possibilities per controller, or 128 available with throttle and joystick.

    Read the FSUIPC4 for Advanced Users manual.

    Welcome and enjoy!

    Chas

  10. Let's Share HOTAS WARTHOG Buttons for NGX,et al

    Greetings all, and welcome back from your visit with your son, Pete!

    I fly with Prepar3D version 2.5. I started this topic in order to OPTIMIZE my immersion and enjoyment with the resources at hand, mine enumerated below.

    I think we all, who have the ThrustMaster HOTAS WARTHOG, can greatly learn and benefit from comparing notes and offering suggestions to one another.

    My controls / pertinent Aircraft

    1.Paid version of Pete's incredible FSUIPC.

    2. My incomparable and dearly paid for ThrustMaster HOTAS WARTHOG control pair,

    3. My beloved PMDG 737 NGX,

    4. Saitek's Combat Rudder pedals.

    This topic doesn't have to be exclusively for the PMDG NGX, though I would request that we keep the NGX the main topic; similarities to other aircraft button assignments are also welcome.

    Note, I have tried doing direct input of the NGX SDK,".h" file offsets, and find a dearth of offsets which actually increase or decrease important controls such as my MCP course, speed, heading, and altitude.

    Same goes with mouse macros with the NGX ...some work, and some don't.

    While I have just kind of gotten a handle on compound(conditional) buttons I am still learning but here is where I am so far.

    N.B:

    A. Earlier on, I went through my INI file and found a lot of duplications and errors, and either amended, or WAS going to delete them, but, after studying the fsuipc user guide for advanced users, I wanted to keep sequence numbers;that's the reason you see, " =; OPEN", in some of the line numbers.

    B. I admonish you, as Pete does so well here, to spend the time to document your FSUIPC*.ini edits and inclusions.

    The time spent going back over each line of your INI file and documenting it, will, I promise, pay you back at least 2x in the time you spend creating and editing.

    [JoyNames]

    AutoAssignLetters=Yes

    0=Throttle - HOTAS Warthog

    0.GUID={A75EC8D0-6BAC-11E2-8001-444553540000}

    1=Saitek Pro Flight Combat Rudder Pedals

    1.GUID={A7604B10-6B8E-11E2-8008-444553540000}

    2=Joystick - HOTAS Warthog

    2.GUID={A755EAD0-6B8E-11E2-8001-444553540000}

    T=Throttle - HOTAS Warthog

    T.GUID={A75EC8D0-6BAC-11E2-8001-444553540000}

    R=Saitek Pro Flight Combat Rudder Pedals

    R.GUID={A7604B10-6B8E-11E2-8008-444553540000}

    J=Joystick - HOTAS Warthog

    J.GUID={A755EAD0-6B8E-11E2-8001-444553540000}

    ; why is below showing up when I have obviously defined my controls with "T,J,R"… Do I need to turn off auto assign letters?

    A=<< MISSING JOYSTICK >>

    B=<< MISSING JOYSTICK >>

    C=<< MISSING JOYSTICK >>

    ;1=; Renamed to appropriate Alpha name

    ;2=;does << MISSING JOYSTICK >> still stay after Subsequent loads of FSUIPC? - YES! Even after deleting

    ;3=; Compound Button Examples:

    ;3=CP(-0,6)(-0,7)0,3,C65615,0 ... ... ;9=CP(+0,6)(-0,7)0,3,C65769,0

    ;4=;In these both cases the active button (the button that is generating ;the command) is button 3 (with label 4 on the joystick). In the ;first case the command ?65615? is generated when button 6 and 7 are; ;up and button 3 is going down. C65615 will generate an ?Elevator ;Trim Up?, the same command as the default joystick button ;programming. The ?CP? syntax defines that the command will be only ;executed once, even if the button 3 is holding down.

    ;5=;

    ;6=;However, by holding down the ?6? button (?7? on the MS joystick) and ;activating button 3, FSUIPC will generate a ?65769, Propeller Pitch ;Increment?, command. This command is not a default joystick button ;command, but a command that, if it was not programmed that way, had ;to be ;entered by a button combination on the keyboard.

    ;7=;

    ;8=;By defining the button combination with a ?CR?, the comm

    ;9=;

    !1=;#define THIRD_PARTY_EVENT_ID_MIN 0x00011000 // equals to 69632

    [buttons]

    ButtonRepeat=20,10

    PollInterval=25

    1=PT,21,C65759,0 ;65759 FLAPS_DECR

    2=PT,22,C65758,0 ;65758 FLAPS_INCR

    3=PJ,2,C65561,0 ;65561 PAUSE_TOGGLE

    4=PJ,4,C65570,0 ;65570 GEAR_TOGGLE

    9=PT,25,C65580,0 ;65580 AP_MASTER

    10=PJ,32,K85,8 ;K85=U

    11=PJ,36,K68,8 ;K68=D

    12=PJ,38,K73,8 ;K73=I

    14=PT,2,C65564,0 ;65564 ATC

    15=PT,3,C66172,0 ;66172 ATC_MENU_1

    16=PT,5,C66174,0 ;66174 ATC_MENU_3

    17=PT,4,C66173,0 ;66173 ATC_MENU_2

    18=PJ,34,K77,8 ;K77=M

    21=CP(+J,0)(-J,5)J,1,K75,8 ;K75=K IF TRIGGER POS1 NOT POS2 PRESSED WHILE B1 PRESSED MAKE "K

    22=CP(+J,0)J,1,K77,8 ; IF trigger pos1 pressed AND B1 make keyboard "M"

    23=;DONT KNOW WTF THIS IS-> RJ,38,K37,9;

    24=;DONT KNOW WTF THIS IS->RJ,34,K39,9;k

    25=CP(+J,0)T,3,C66175,0 ;66175 ATC_MENU_4

    26=PT,26,C65725,0 ;65725 AP_HDG_HOLD

    27=PT,27,C65799,0 ;65799 AP_PANEL_ALTITUDE_HOLD

    28=PT,14,C65589,0 ;65589 SPOILERS_TOGGLE

    30=PT,8,C66049,0 ;66049 SMOKE_ON

    31=PT,9,C66050,0 ;66050 SMOKE_ON

    32=; OPEN

    37=CR(-J,0)T,10,C1025,0 ;1025 Heading Bug Inc Fast (+10)

    38=CR(-J,0)T,11,C1024,0 ;1024 Heading Bug Dec Fast (+10)

    39=CR(+J,0)T,10,C65893,0 ;AP_ALT_VAR_DEC 65893

    40=CR(+J,0)T,11,C65892,0 ;AP_ALT_VAR_INC 65892

    41=PT,38,K87,8

    42=;RT,11,C1025,0;

    43=PT,34,K77,8 ;COMMENT

    44=PT,32,K85,8 ;COMMENT

    45=PT,36,K68,8 ;COMMENT

    46=PJ,3,C65752,0 ;; OPEN

    47=;RT,10,C1024,0 ;; OPEN

    48=RT,7,C69727,0 ; NGX PANEL LIGHTS DECREASE

    49=; OPEN

    50=; OPEN

    51=; OPEN

    52=; OPEN

    53=; OPEN

    54=; OPEN

    55=RJ,14,C65607,0 ;65607 ELEV_TRIM_DN

    56=RJ,16,C65615,0 ;65615 ELEV_TRIM_UP

    57=; OPEN

    58=; OPEN

    59=RJ,8,C65639,0 ;65639 COM_RADIO_FRACT_INC

    60=; OPEN

    61=; OPEN

    62=RJ,6,C65637,0 ;65637 COM_RADIO_WHOLE_INC

    63=RJ,7,C65636,0 ;65636 COM_RADIO_WHOLE_DEC

    64=RJ,9,C65638,0 ;65638 COM_RADIO_FRACT_DEC

    65=RJ,6,C65641,0 ;65641 NAV1_RADIO_WHOLE_INC

    66=RJ,8,C65640,0 ;65640 NAV1_RADIO_WHOLE_DEC

    67=RJ,9,C65642,0 ;65642 NAV1_RADIO_FRACT_DEC

    68=RJ,7,C65643,0 ;65643 NAV1_RADIO_FRACT_INC

    69=RJ,15,C66279,0 ;66279 RUDDER_TRIM_RIGHT

    70=RJ,17,C66278,0 ;66278 RUDDER_TRIM_LEFT

    71=PT,23,C66614,0 ;66614 GPS_ACTIVATE_BUTTON

    72=CP(+J,5) << ERROR 20! Line ignored >>

    !2=73; OPEN

    74=RT,29,C65966,0 ;65966 THROTTLE1_DECR

    75=RT,28,C65971,0 ;65971 THROTTLE2_DECR

    76=RT,20,C70032,0 ;EVT_MCP_ALTITUDE_SELECTOR was->RT,20 C69727,0 ;PT,20,C66623,0 O

    80=UT,29,C65967,0 ;THROTTLE1 CUT

    81=UT,28,C65972,0 ;THROTTLE2 CUT OR

    83=; OPEN

    84=; OPEN

    85=PT,19,C66704,0 ;66704 APU START APU_STARTER

    86=PT,30,C1061,0 ;1061 Engine 1 Autostart

    87=PT,31,C1062,0 ;1062 Engine 2 Autostart

    [MacroFiles]

    1=767

    2=MADDOG2

    3=iFly737

    4=leveld767

    5=1CESSNA172

    6=1NGX900

    £££££££££££££££££

    End of FSUIPC4.ini button sample

    I included the macro files because as I said above ...some of them worked and some of them didn't.

    I look forward to your input guys and gals!

    Regards to all,

    Chas

  11. Thanks Spokes....I found what was supposed to be a comment but was missing the prefix ";" so seems to a spurious influence...."Rogue...Text"...that confused FSUIPC.

    I removed the unneeded text and everything seemed to come back to do exactly what the code said it should...

    To review:

    37=CR(-J,0)T,10,C1025,0 ;1025 Heading Bug Inc Fast (+10)

    38=CR(-J,0)T,11,C1024,0 ;1024 Heading Bug Dec Fast (+10)

    39=CR(+J,0)T,10,C1016,0 ;1016 Ap Alt Var Dec Fast ( 1000)

    40=CR(+J,0)T,11,C1017,0 ;1017 Ap Alt Var Inc Fast (+1000)

    No Trigger

    Press throttle button fwd/rev heading bug fwd/rev

    Trigger

    Press button fwd/rev Alt set Inc/Dec

    ... so I'm going to try to delete this entry and Move On.

    ... thank you very much for your help

    Chas

  12. Interesting work! you are using two arduino boards...one for input and one for output.

    While it's cool to utilize the Arduino environment, aren't you wasting time using the Arduino for input rather than something like Leo Bodnar's USB switch converter, or is this just proof of concept?

    Not pointing out fault here;just curious.

    Regards,

    Chas

  13. There's no inbuilt facility to make an assignment conditional on a button or switch or keypress. You would need to use a Lua plug-in. Something like this:

    if logic.And(ipc.buttons(joystick number or letter), value of button) ~= 0 then

    ipc.control(pan view control number, ipcPARAM)

    end

    where

    joystick number or letter is the number of the joystick for the button you wish to use 9or letter if you are using joy letters),

    value of button is the bit value for the button: 1 for button 0, 2 for button 1, 4 for button 2, .... etc (2^n), and

    the pan view control number , which you can look up in the List of FS controls document, is 66416.

    For example, if the button is joystick 3, button 7

    if logic.And(ipc.buttons(3), 128) ~= 0 then

    ipc.control(66416, ipcPARAM)

    end

    Save this in the FS Modules folder as, say, "panning.lua", then go to the Axis assignments tab, press the "reload" button to be sure that Lua file is recognised, and assign your axis P to "Lua panning".

    I doubt if it will be as smooth as it should be, because of this indirection. There might be a smoother way, by having a continually running plug-in and sending it the axis values via LuaValue, but that is a bit more complicated, try the above first.

    Regards

    Pete

    Pete,

     

    Since we all know you suffer fools gladly, and I am one of those fools, I figured you would be pleased to show me the error of my thinking.

     

    1. I recently read that  you could create a conditional assignment,  the value of a button conditional upon the Press/un-press of another, a topic which I am currently researching in the manual(s), so now your above statement thoroughly confuses me. please clarify.

     

    2. I read here that letter assignments to joysticks can be done by simply changing the AutoAssignLetters=no to a yes

     

    I assume this can be done,

    A. AFTER you have been using FSUIPC for quite some time, and;

      1.will change all other references in the .ini accordingly, and;

      2. Will do so non-destructibly (recoverably)

     

    yes?

     

    Or,

     

    B. must it be done early on in the use of FSUIPC?

     

     

    Thanks,

    Chas

  14. I used to have a dual-boot Win7/XpPro setup and did the 'copy ini files' with no problems. As I recall, I jsut made sure the letter assignments for my controllers matched in FSUIPC4 between the two OS's. I always use the 'assign letters' for controllers so that any renumbering of the devices by Windows doesn't negate my many, many hours of 'customizations' ( My current INI file is 5595 lines long! )

     

     Paul

    Paul,

    Would you give me...errr us, a quick and dirty on how you assign letters to your devices for FSUiPC? That would be a great help!

    ...I'm struggling through the advanced instructions.

    Thanks,

    Chas

  15. Having seen several YouTube demos, I don't think there is any other flightplan on the market allows you to ACTUALLY SEE the why's and wherefores of using a particular SID or Transition or STAR.

    That being said, I am highly attracted to the notion of flight Sim commander, but it's a bit rich for my wallet right now.

    Is there any possibility there might be a Christmas sale price for this season?...what ever the answer, Merry Christmas to all and especially to Volker and my condolences on my just today's discovery that Sascha Felix had passed a while back.

    Chas

  16. All of a sudden, having made no changes that I am aware of, opusfsx will no longer load either by exe.xml or by loading it post load of P3D.

    Fsuipc and in the tray , so is Opusfsx. I can click it and the Opusfx screen comes up and functioned normally, but does NOT show up in P3D addons.

    Any ideas?

    Chas

  17. Sorry, where on Earth do you see any "chewing out", whatever that means? I'm trying to help. Why such a weird retort back? Who does that help? Why ask any questions at all if you don't want any answers? I don't understand you!

    Chas sez"

    Pete, lighten up!! Your comments are intimidating...we know you are The Lord guru of fsx/p3d connections, and that is greatly appreciated...GREATLY...your contributions to FSn...are legendary...but he is just a poor schlub...like me, trying to get "connected".

    Comments like the below and many times above have a "shaming tone"... And while I went through Marine corps boot camp, and learned that the drill instructors were harsh for a reason, there are those, more sensitive, that interpret your pejorative and intimidating retorts as attacks...enough to give up the ghost instead of listening to old fart curmudgeonous mentors like you and I display a little impatience about Mis-steps...grin...now lets all hug it out and start again..."

    N.B.--(the forum engine here doesn't understand how ipads try to quote but cant...so this is my embedded quote markl)

    i was suggesting you forget all that drive mapping and registry fiddling, and instead just check that you have shared the paths in the Server correctly. You can see the paths being supplied by FSUIPC in the FSUIPC log. I don't understand why you've done all the things you listed you'd done. You didn't explain why you'd done such things,. Maybe someone told you to?

    I won't try to help at all if you come back again with such an unwarranted and unhelpful retort.

    Pete

  18. Chisco, would you mind sending me your FSX FSUIPC PROFILE?

    I have been a paid up FSIUPC user for years, and after seeing Pete's reply, I was struck with shame that I've never fully utiliized the interface. Perhaps your file will give me a head Re-start. And Pete, while I've never spent the time with your wonderful product I should have, I DO know the HUGH impact you and FSUIPC have had on the sim community.

    Thank you!

    chas

×
×
  • 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.