Search found 8 matches

by Marecz
Wed Nov 20, 2019 4:28 pm
Forum: Prepar3D Feature Requests
Topic: Loading Scenario (saving and load with Airspeed)
Replies: 0
Views: 20458

Loading Scenario (saving and load with Airspeed)

Scenario file do not have Airspeed related to InputBox set with options in 'Change Location' Button at 'Prepar3D Scenario' window.

So i need to set it every time i restart prepar3D.
by Marecz
Mon Jul 08, 2019 10:42 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: v4.5 Multichannel - Host higher fps then Clients
Replies: 3
Views: 18182

Re: v4.5 Multichannel - Host higher fps then Clients

When i launch it separately it have same fps as host. Problem is typical with Multichannel and its problem with processor that get 100% prop cause of processing multichannel at same core that game normally. Still no idea.
by Marecz
Fri Jul 05, 2019 12:56 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: v4.5 Multichannel - Host higher fps then Clients
Replies: 3
Views: 18182

v4.5 Multichannel - Host higher fps then Clients

Hello, We are checking and trying to develop our current solution with Multichannel Prepar3D for Better Quality and Performance. We have 3times: i9-9900k Static Set-up on 4.5 ghz RTX 2080 M.2 SSD SAMSUNG For test purpose FULLHD 24 Monitor. We also setup P3D.cfg on every pc with Affinity Mask without...
by Marecz
Mon Nov 13, 2017 12:24 am
Forum: Scenery Development Questions
Topic: [Learning][C#] Set variable of Throttle.
Replies: 2
Views: 9800

Re: [Learning][C#] Set variable of Throttle.

Done! Suject to close. struct StructThrottleControl { public double throttlePercent; }; StructThrottleControl tc; uint Throttle = 0; simconnect.AddToDataDefinition(DEFINITIONS.Throttle, "GENERAL ENG THROTTLE LEVER POSITION:1", "Percent over 100", SIMCONNECT_DATATYPE.FLOAT64, 0.0f...
by Marecz
Sat Nov 11, 2017 5:41 pm
Forum: Scenery Development Questions
Topic: [Learning][C#] Set variable of Throttle.
Replies: 2
Views: 9800

Re: [Learning][C#] Set variable of Throttle.

Hey, i wrote the previous post shitty, can't edit so i will re edit here. I want to change throttle position by buttons in Windows.Form using C#. I propably just define somethink bad inside my button function (the program launch and connect to prepard3D but after click i see Exception: 20 then 19.) ...
by Marecz
Sat Nov 11, 2017 12:06 am
Forum: Scenery Development Questions
Topic: [Learning][C#] Set variable of Throttle.
Replies: 2
Views: 9800

[Learning][C#] Set variable of Throttle.

Hey for my self, learning case i want to change throttle by buttons in Windows.Forms using C# I think a define of AddToDataDefinistion is good where i use: http://www.prepar3d.com/SDKv3/LearningCenter/utilities/simconnect/simconnect.html#SimConnect_AddToDataDefinition http://www.prepar3d.com/SDKv3/L...
by Marecz
Wed Nov 08, 2017 12:14 am
Forum: Software Development Kit (SDK) Questions
Topic: [RESOLVED] [P3D v3] First Project on Sample: ThrottleControl
Replies: 1
Views: 7658

Re: [P3D v3] First Project on Sample: ThrottleControl

Need to load SimConnect.dll again and its works!
by Marecz
Sat Nov 04, 2017 9:21 pm
Forum: Software Development Kit (SDK) Questions
Topic: [RESOLVED] [P3D v3] First Project on Sample: ThrottleControl
Replies: 1
Views: 7658

[RESOLVED] [P3D v3] First Project on Sample: ThrottleControl

Hey, everyone i want to start develop some software for PREPAR3D v3 by SimConnect Interface in C++. My knowledge of C++ is basic: i'm after 3 books and many tasks or mini programs but never use it by interfaces and other staffs like that. First step that i want to achive is to launch sample from SDK...