Search found 833 matches

by Clifton Crane
Tue Apr 09, 2024 12:40 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: View Group Management Crash
Replies: 2
Views: 279

Re: View Group Management Crash

Hi lderoo,

You could try regenerating the default ViewGroups.xml. This file is located in %PROGRAMDATA%\Lockheed Martin\Prepar3D v6. You can either delete, move, or rename the file to regenerate.

Regards,
Clifton
by Clifton Crane
Mon Apr 01, 2024 3:06 pm
Forum: Hardware Specific Questions
Topic: Thrustmaster Pro Flight - Full Left Aileron Deflection
Replies: 3
Views: 1467

Re: Thrustmaster Pro Flight - Full Left Aileron Deflection

Hi stmad12,

They are two different software API's both provided by Microsoft SDK.

Regards,
Clifton
by Clifton Crane
Mon Apr 01, 2024 11:44 am
Forum: Hardware Specific Questions
Topic: Thrustmaster Pro Flight - Full Left Aileron Deflection
Replies: 3
Views: 1467

Re: Thrustmaster Pro Flight - Full Left Aileron Deflection

Hi stmad12,

Could you try setting your Control Input API to Direct Input? I believe in v4 the default was Raw Input. You should be able to find this setting under Options > Controls > Other. Note that you'll need to redo any control bindings if you change this setting.

Regards,
Clifton
by Clifton Crane
Wed Mar 27, 2024 11:33 am
Forum: Simulation Object Development Questions
Topic: [RESOLVED] External DIS entity stuck on water
Replies: 3
Views: 1356

Re: External DIS entity stuck on water

Hi shrizzou,

Is your host sending position in ECEF coordinates? Could you post a Wireshark screenshot of your Entity State PDU?

Regards,
Clifton
by Clifton Crane
Thu Mar 21, 2024 11:47 am
Forum: Software Development Kit (SDK) Questions
Topic: Library Linking
Replies: 2
Views: 2323

Re: Library Linking

Hi Patrick,

Could you post the errors you are seeing?

We ship both a Debug and Release version of the SimConnect.lib. Perhaps double-check the correct one is being linked to your VS Debug/Release configurations.

Regards,
Clifton
by Clifton Crane
Fri Jan 26, 2024 12:46 pm
Forum: Software Development Kit (SDK) Questions
Topic: Real-time texture switching
Replies: 2
Views: 998

Re: Real-time texture switching

Hi pine-nut, There are a couple options. One option would be to use a material script to change the texture: https://prepar3d.com/SDKv6/sdk/modeling/3ds_max/modeling/modeling_materials.html#MaterialScripting https://prepar3d.com/SDKv6/sdk/references/variables/material_variables.html You could also u...
by Clifton Crane
Fri Jan 19, 2024 11:28 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: How to obtain custom simulation variables through CIGI?
Replies: 4
Views: 1267

Re: How to obtain custom simulation variables through CIGI?

Hi wesleylu, The Events section toward the bottom of the SimObject API Overview article shows how to define settable properties. EVENTTYPE_NORMAL can be used to define a property that is settable. Properties can be set (or triggered) via the TriggerProperty call, a button or key press, or any other ...
by Clifton Crane
Thu Jan 18, 2024 1:14 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: How to obtain custom simulation variables through CIGI?
Replies: 4
Views: 1267

Re: How to obtain custom simulation variables through CIGI?

Hi wesleylu, Yes, the CigiArticulatedParts.xml file will bind the PropertySet and PropertyGet properties to the corresponding articulated part ID. On the Host, the PropertyGet function will be used. On the IG, the PropertySet function will be used. If PropertySet is not present, Prepar3D will attemp...
by Clifton Crane
Wed Jan 17, 2024 1:21 pm
Forum: Multiplayer Specific Questions
Topic: CIGI Host - No Entity Control
Replies: 5
Views: 2085

Re: CIGI Host - No Entity Control

Hi Invertedfilter,

It looks like the P3D host will require at least one Start of Frame packet when in asynchronous mode. Does sending a SOF packet with the IG Mode set to Operate have any effect?

Regards,
Clifton
by Clifton Crane
Fri Jan 12, 2024 6:07 pm
Forum: Multiplayer Specific Questions
Topic: CIGI Host - No Entity Control
Replies: 5
Views: 2085

Re: CIGI Host - No Entity Control

Hi Invertedfilter,

Could you try a non-zero value (up to 65535)? Zero is used to represent "null" entities. I'll make note to update the documentation.

Regards,
Clifton
by Clifton Crane
Fri Jan 12, 2024 12:54 pm
Forum: Multiplayer Specific Questions
Topic: CIGI Host - No Entity Control
Replies: 5
Views: 2085

Re: CIGI Host - No Entity Control

Hi Invertedfilter, It sounds like you may need to configure your Entity Type ID's. Which version of CIGI are you targeting? If you are using CIGI 3.3 or less, you'll need to define your EntityTypeID's in the DISEntityTypes.xml file. We do not ship default values for these. If you are using CIGI 4.0,...
by Clifton Crane
Mon Nov 27, 2023 2:22 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Simconnect API and CIGI Issue on zoom with FOV
Replies: 1
Views: 29380

Re: Simconnect API and CIGI Issue on zoom with FOV

Hi shashanksnayak, Unfortunately, I do not see a way to Start/Stop the CIGI Host/IG via SimConnect or PDK. The IG view control packets require an associated entity control packet, which explains why you see different behavior when not sending them. Are you running the SimConnect application on the I...
by Clifton Crane
Tue Oct 10, 2023 10:29 am
Forum: SimConnect Interface Questions
Topic: SimConnect register the custom property
Replies: 1
Views: 13495

Re: SimConnect register the custom property

Hello pine-nut,

SimConnect cannot be used to register a new custom property. This would need to be done via RegisterProperty calls.

Once registered, you should be able to use the functions you mentioned above to get/set data, similar to native simulation variables.

Regards,
Clifton
by Clifton Crane
Mon Oct 09, 2023 11:30 am
Forum: Scenery Development Questions
Topic: V6.035 Some airport objects can't be deleted
Replies: 3
Views: 14246

Re: V6.035 Some airport objects can't be deleted

Hi Michel, The new lighting system does not use the exclusion system. Instead, there is a VisualModelBinding element to configure which models are used for the Airport. This can also be used to disable a light's model: https://prepar3d.com/SDKv6/sdk/world/scenery/scenery_overview.html#VisualModelBin...
by Clifton Crane
Mon Sep 25, 2023 7:11 pm
Forum: Prepar3D Client Application Questions
Topic: P3D v6 suspended on startup
Replies: 6
Views: 1948

Re: P3D v6 suspended on startup

Hi maddog453, Can you verify that you have the Microsoft Visual C++ Redistributables for 2022 installed? They should be listed in Control Panel > Add/Remove Programs. If not they can be downloaded and installed from the Microsoft website. Here is a link to get you started: https://learn.microsoft.co...