Jump to content

pontiac51

Members
  • Content Count

    18
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

3 Neutral

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    none
  • Virtual Airlines
    No
  1. I have lost a couple of hours to get the SWS Pilatus PC12 to work with FSUIPC and my T.1600M. But now it does with these settings in FSUIPC. WASM in FSUIPC needs to be installed and active Create myevents.txt file in FSUIPC directory. Add these lines (you need to get to a range from 0...100, my joystick goes from 0 to 16384, thats why i have to divide by 163.0 <- the zero is important; the minus inverts the axis) //SWS Pilatus PC12 SWS-PC12-Aileron#$Param -163.0 / (>L:ARI_AileronInput) SWS-PC12-Rudder#$Param -163.0 / (>L:ARI_RudderInput) Go to FSUIPC and choose "Send preset to FS" in Axis Assignments Find variable from above starting with SWS...
  2. The issue with the Input Configurator in the 1.4 Update has been fixed by A2A. It seems the original one could not handle duplicate devices (e.g 2 Throttle Quadrants of the same make). https://a2asimulations.com/forum/viewtopic.php?t=76182#p576855
  3. After the 1.4 update I cannot start the input configurator anyore. Informationen über das Aufrufen von JIT-Debuggen anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung. ************** Ausnahmetext ************** System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt. bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) bei _ComancheConfigurator.AxisProperties.addController(String displayName, Int32 id, String deviceName) bei _ComancheConfigurator.MainWindow.enumerateJoysticks() bei _ComancheConfigurator.MainWindow.timer1_Tick(Object sender, EventArgs e) bei System.Windows.Forms.Timer.OnTick(EventArgs e) bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Geladene Assemblys ************** mscorlib Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9195.0 built by: NET481REL1LAST_B. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll. ---------------------------------------- Comanche Input Configurator Assembly-Version: 1.0.0.0. Win32-Version: 1.0.0. CodeBase: file:///C:/Users/Pontiac51/AppData/Roaming/A2A%20Simulations/Comanche250/Comanche%20Input%20Configurator.exe. ---------------------------------------- System.Windows.Forms Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9195.0 built by: NET481REL1LAST_B. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll. ---------------------------------------- System Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9195.0 built by: NET481REL1LAST_B. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll. ---------------------------------------- System.Drawing Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9037.0 built by: NET481REL1. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll. ---------------------------------------- System.Configuration Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9037.0 built by: NET481REL1. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll. ---------------------------------------- System.Core Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9200.0 built by: NET481REL1LAST_C. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll. ---------------------------------------- System.Xml Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9037.0 built by: NET481REL1. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll. ---------------------------------------- System.Windows.Forms.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9037.0 built by: NET481REL1. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll. ---------------------------------------- SharpDX.DirectInput Assembly-Version: 4.2.0.0. Win32-Version: 4.2.0. CodeBase: file:///C:/Users/Pontiac51/AppData/Roaming/A2A%20Simulations/Comanche250/SharpDX.DirectInput.DLL. ---------------------------------------- SharpDX Assembly-Version: 4.2.0.0. Win32-Version: 4.2.0. CodeBase: file:///C:/Users/Pontiac51/AppData/Roaming/A2A%20Simulations/Comanche250/SharpDX.DLL. ---------------------------------------- mscorlib.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.8.9037.0 built by: NET481REL1. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll. ---------------------------------------- ************** JIT-Debuggen ************** Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der Konfigurationsdatei der Anwendung oder des Computers (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden. Zum Beispiel: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten Ausnahmen an den JIT-Debugger gesendet, der auf dem Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
  4. Thank you very much. But now that I know why I can easily live with it. It is a good feature! I think you have created one of the essential applications for MSFS. Hats off to you, sir! 😉
  5. Ah, I know what happened. My DEV folder is also linked into your programm. This makes for much easier developing. And of course once finished I copy the sceneries over to the community folder (that is located on the faster SSD). That's why they appear twice. So, no need for me to worry then. Thx for answering so quickly.
  6. All of my sceneries (made by me) are shown in red in the addons pane. They do work, but what have I done wrong to deserve this? 😉 All sceneries can be found here for inspection/testing: Flightsim.to • Profile of Pontiac51 Did I say I use this tool on EVERY start of MSFS. It makes life so much easier. Great work!
  7. After 5 days of work on this video (normally i need 1 day for any video) i present you my newest one with a bit of pride. As usual with every new video i make, i set myself a challenge.The F86 Sabe from SectionF8 has been around for a bit over a year now. Nicely done VC, a superb flight model and nice graphics in and out is not what you normally expect from your average freeware, so this one even comes with an addon pack of 10 liveries for free. And right there was my challenge.This time there shouldnt be only one plane to watch, there should be a whole wing hammering across the virtual sky. After what seemed like endless formation flights and FS recordings, you may now be the judge if i have accomplished my goal.Have fun watching and don't forget to siwtch to 'HQ'! ;-)
  8. Since the library is still down, ill post it here and put the livery up on my own webspace.I bought that plane just recently, but was not impressed by the PMDG liveries, neither in choice of airline nor in quality. I am aware that this is a pretty old product, so im not blaming anyone, i just needed 'my own'. So i googled a bit and came up with this, its flown by Rossair (which is a DHL charter).Only thing not quite correct is the back fin, which on the real plane also has the DHL stripes. But that is pretty tricky to paint on the model, so i left it out (took me an hour for that one stripe on the back fuselage).As a bonus i also corrected the transparency of the VC texture, so the paint wont shine through. Have fun!Download!
  9. Found 2 things:[*]The sqawk reminder on the bottom of the upper radio panel has overlapping clickspots. If you change the first number, it can happen you also change the third.[*]Please don't forget to fix the DME for DME VORs.A wish would be to have a groundhandling gauge or the panel prepared for one (like groundhandling v4).I love the mouse! Really one of the great ones, even better then most of the payware. Great work and i say that as a not Boeing fan. ;-)
  10. Overall i like the 'oldness' of the TinmouseII very much. The panel really feels like it has been used for quite a time. So my wishes for the panel are only cosmetic and not for the logic behind it, cause i find the aircraft and panel to be really good.* The pressurization gauges are quite hard to read, at least on 1280x1024. Also some writings on lamps in the overhead panel look blurred.* A place to include the ADEU reader for the CIVA INS.* During my flight i often opened the wrong panel via the simicons. Maybe ordering them top-down would help?Apart from that, i'm very happy with the TinmouseII. Thanks!
  11. pontiac51

    Login to PSS

    i have the very same problem, the activation mail never gets to me. it says the account is there, and yes im sure the email is correct, cause i just registered her and it worked.mail to the support forum was sent a few hours ago, this post here is just for your information.
×
×
  • Create New...