Search found 88 matches

by beatle
Tue Oct 18, 2011 9:22 pm
Forum: Prepar3D Client Application Questions
Topic: Fatal Error loading Scenery Library
Replies: 8
Views: 22592

<t>Weird, you usually only need to "Run As Admin" on the first run after install (this creates the directory under c:\ProgramData and usually with the correct security settings, possibly running the first time as non-admin could cause this directory to be created with the wrong security settings).<b...
by beatle
Tue Oct 18, 2011 9:17 pm
Forum: SimConnect Interface Questions
Topic: Angle of bank of AI aircrafts
Replies: 6
Views: 15664

<t>Hey Guys,<br/> <br/> <br/> <br/> The limitation is in the "AI Pilots" themselves, they are currently designed for commercial airliners and GA aircraft (there are also "pilots" for ground vehicles, boats, etc) and have specific limiations on things like max pitch/bank/airspeed/turn rate/etc. The "...
by beatle
Thu Oct 06, 2011 4:59 pm
Forum: SimConnect Interface Questions
Topic: P3D crashes on exit with DLL client
Replies: 10
Views: 20771

Actually, its a completely different issue :-> In this case, its related to addons that create one or more menu items, SimConnect and the menu system were having a little fight on shutdown.



Tim
by beatle
Mon Oct 03, 2011 9:08 pm
Forum: Software Development Kit (SDK) Questions
Topic: Model Placer tool
Replies: 6
Views: 13187

<t>Also depends on which model placer tool you are asking about. There's the Object Placement Tool (OPT) included in the SDK and also used to create missions, which is pretty much unchanged since FSX-SP2/ESPv1. Then there's the Model Placer tool available from the Products menu above, which is a com...
by beatle
Mon Oct 03, 2011 8:55 pm
Forum: Other Support Questions
Topic: [RESOLVED] Natural Point - Track-IR
Replies: 24
Views: 46707

<t>We have found an issue with SimConnect addons that create menu items causing a crash on exit (well, actually its the menu handling code causing the crash, not the addon :-> ), which is probably what you are seeing with EZCA (shutdown order changed a little and a subsystem went away earlier than i...
by beatle
Sat Oct 01, 2011 11:01 pm
Forum: SimConnect Interface Questions
Topic: Sending a Crashed event
Replies: 2
Views: 9459

<t>Hi Steven,<br/> <br/> <br/> <br/> At the moment, the External Sim subsystem doesn't provide access to the collision or crash systems. What exactly were you wanting to have happen within P3D when you sent the crashed event? Or were you expecting P3D to send you a crashed event? Just want to make s...
by beatle
Fri Sep 30, 2011 8:08 pm
Forum: Hardware Specific Questions
Topic: Logitech force 3D pro
Replies: 10
Views: 18229

<t>We have noticed an issue with the default null zone/sensitifvity settings that we are looking into. One possible workaround, is to use the Advanced tab to set the null zone and sensitivity for each axis to appropriate values, and while still displaying the Advanced tab, click the Accept button.<b...
by beatle
Mon Sep 26, 2011 7:34 am
Forum: Simulation Object Development Questions
Topic: .air file creation
Replies: 14
Views: 26799

<t>Hi sxa,<br/> <br/> <br/> <br/> As to creating .AIR files, they aren't created from the aircraft.cfg file, that is a seperate file required for a valid SimObject. There are some data items that can exist in either the .AIR file or the aircraft.cfg file (the .cfg file will take precedence if both a...
by beatle
Sat Sep 24, 2011 9:27 am
Forum: Prepar3D Client Application Questions
Topic: New command line switch in V1.2
Replies: 1
Views: 5197

<t>Hey All,<br/> <br/> <br/> <br/> I don't think this was specifically mentioned in the "what's new in v1.2" list, but the learning center docs related to this have been updated, so you can read more there.<br/> <br/> <br/> <br/> We added a new command line switch to v1.2, the -cfgdir:d:\path\ switc...
by beatle
Tue Sep 20, 2011 3:20 pm
Forum: SimConnect Interface Questions
Topic: Not recieving ExternalSim event
Replies: 2
Views: 9540

<t>The main example in the simconnect samples folder is for a SimObject container based External Sim (ie one that would be loaded via the Select Aircraft dialog). We will be including a sample External Sim Flying Object SimObject container in the V1.2 SDK which shows how to use this option.<br/> <br...
by beatle
Thu Sep 15, 2011 9:26 pm
Forum: Multiplayer Specific Questions
Topic: Multichannel - "Crash! Object Collision"
Replies: 5
Views: 13684

<t>Hi Tim,<br/> <br/> <br/> <br/> V1.2 should be released "Real Soon Now" and among other things it contains a set of sample network config files and SimIG.XML files for doing a few different sample configurations (there's also a set of network config files that just show doing MP sessions launched ...
by beatle
Mon Sep 12, 2011 9:17 am
Forum: Simulation Object Development Questions
Topic: Custom EventIDs
Replies: 5
Views: 13946

<t>Hey Bill,<br/> <br/> <br/> <br/> It appears that, for the most part, custom events are handled just like the built in ones. The main difference is that the string for a normally named event (KEY_Xxx) is sent through a hash table to convert the name into an event enum value, while a custom event s...
by beatle
Wed Aug 24, 2011 7:55 am
Forum: Software Development Kit (SDK) Questions
Topic: multi views in a matrox riple head to go
Replies: 13
Views: 24243

<t>The network config files can live anywhere, be named anything. P3D doesn't look for them by default, you have to provide a command line switch to cause the network config files to be read:<br/> <br/> <br/> <br/> Prepar3d.exe -net:c:\IGConfig\studio.cfg<br/> <br/> <br/> <br/> Assuming the file is ...
by beatle
Wed Aug 17, 2011 10:15 am
Forum: Miscellaneous
Topic: Mutil Channel Configuration
Replies: 2
Views: 9875

<t>If you have command line parameters with spaces in them, they must be wrapped in double quotes, so your command line should be:<br/> <br/> <br/> <br/> Prepar3d.exe -net:"d:\Lockheed Martin\Prepar3d\IGMaster.cfg"<br/> <br/> (note the double quotes around the filepath/name string)<br/> <br/> <br/> ...
by beatle
Thu Jul 21, 2011 12:21 pm
Forum: Prepar3D Client Application Questions
Topic: where are the cloud base/cloud tops in the METAR string?
Replies: 9
Views: 24108

<t>The online Prepar3d SDK docs have been updated to include the weather API information that was accidently left out of the original posting(several months ago I think).<br/> <br/> <br/> <br/> Yes, there needs to be a better SimConnect API to the weather system (and a better SimConnect API to the w...