Search found 83 matches

by Kaiii3
Fri Apr 17, 2020 11:20 am
Forum: Prepar3D Client Application Questions
Topic: OOm after reducing settings
Replies: 0
Views: 3169

OOm after reducing settings

Update to the OOM on my end: Having settings on a medium-high end I flown until 90% of my VRAM was full, after that I opened the settings and reduced the settings to medium. While loading back the scenario I got a OOM... Question how can i ran into an OOM when having lower settings then before? Seem...
by Kaiii3
Fri Apr 17, 2020 3:31 am
Forum: Miscellaneous
Topic: Default Airports in P3Dv5
Replies: 51
Views: 119941

Default Airports in P3Dv5

Hey, thanks for updatating the default Airport information in v5. I checked some Airports (EDDH, EDDS) and Airport Data is horrible. Both come with only 4 Gates, compared to the default data in v4 (much more gates, and parking spots) this is more or less a downgrade.... Are there any plans to update...
by Kaiii3
Thu Apr 16, 2020 6:44 pm
Forum: Simulation Object Development Questions
Topic: P3Dv5 : aircraft add-ons don't work
Replies: 2
Views: 15375

Re: P3Dv5 : aircraft add-ons don't work

what aircrafts exactly? Have you get in contact with the developers of the aircrafts? Are there maybe special v5 installers?
by Kaiii3
Thu Apr 16, 2020 4:54 pm
Forum: Prepar3D Client Application Questions
Topic: FX_Landing and PBR
Replies: 1
Views: 2609

Re: FX_Landing and PBR

https://se1cfw.am.files.1drv.com/y4mtZw-jd9rheVjcfx4YnvyA8eKOJ75ZcuF8KPECuhapiP_TAaWIo7wlS06YBwDgXfdN0khGGsE6seM3rrcx2Sr6R-nXx-4w_JkExdLxXKwCGQVwphRYHKhAm9KGD47x_vcWJA4lebO5ieapSy2u99V0ndS7ALq20RGhukAmVjwFexrvP2yXzCUzGqJNJRc4wLOdrEgeY1OXUf38HZj0EDvSA?width=660&height=350&cropmode=none Logo ...
by Kaiii3
Thu Apr 16, 2020 4:45 pm
Forum: Prepar3D Client Application Questions
Topic: FX_Landing and PBR
Replies: 1
Views: 2609

FX_Landing and PBR

Hey, according to the new SDK lights that are used together with PBR surfaces need an extra entry in the FX files "Day Intensity" and "Night Intensity". The default FX_Landing.fx file ist missing this values, many AI aircrafts are using this effect and are updated with PBR surfac...
by Kaiii3
Thu Apr 16, 2020 4:01 pm
Forum: Prepar3D Client Application Questions
Topic: Terrain data missing in some places P3Dv5
Replies: 1
Views: 2938

Re: Terrain data missing in some places P3Dv5

verify your ORBX data, sometimes this happens when something is broken there
by Kaiii3
Thu Apr 16, 2020 3:27 pm
Forum: Prepar3D Client Application Questions
Topic: Longer loading times
Replies: 25
Views: 51713

Re: Longer loading times

thanks if you need more information about some AI setups I will help you :)
by Kaiii3
Thu Apr 16, 2020 2:12 pm
Forum: Prepar3D Client Application Questions
Topic: Longer loading times
Replies: 25
Views: 51713

Longer loading times

Hey, I have upgraded from v4 to v5 today and are currently in progress of migrating my AI Traffic (AIG OCI) to v5. Compared to v4 the loading times (Startup not scenario loading) of v5 are much longer. Has there something changed in the startup process that causes longer loading times when having a ...
by Kaiii3
Mon Apr 06, 2020 6:11 pm
Forum: Prepar3D Installation and Installer Questions
Topic: Invalid Digital signature
Replies: 0
Views: 5486

Invalid Digital signature

Hey, i tried to repair my Client (V4 HF2) today by downloading the setup from the Website. I tried it 5th times each time i got an invalid Digital signature on the download as well as corruped cab1.cab or cab2.cab. Using a file from a friend that had a valid Digital signature worked fine. I have no ...
by Kaiii3
Sun Oct 27, 2019 9:20 am
Forum: Software Development Kit (SDK) Questions
Topic: Unable to install SDK
Replies: 2
Views: 14700

Re: Unable to install SDK

check your registry: HKEY_LOCAL_MACHINE\SOFTWARE\Lockheed Martin

There is a entry for the SDK, remove it and then you should be able to install it again
by Kaiii3
Mon Oct 21, 2019 6:51 am
Forum: Software Development Kit (SDK) Questions
Topic: AICreateNonATCAircraft - Bug
Replies: 3
Views: 11682

Re: AICreateNonATCAircraft - Bug

Workaround found for the moment:

Change in the sim.cfg Category in [General] from Helicopter to Airplane.
by Kaiii3
Mon Oct 21, 2019 5:57 am
Forum: Software Development Kit (SDK) Questions
Topic: AICreateNonATCAircraft - Bug
Replies: 3
Views: 11682

Re: AICreateNonATCAircraft - Bug

did some more tests this morning:

creating a Helicopter SImObject with AICreateParkedATCAircraft has the same result, no Tailnumber
by Kaiii3
Sun Oct 20, 2019 6:13 pm
Forum: Software Development Kit (SDK) Questions
Topic: AICreateNonATCAircraft - Bug
Replies: 3
Views: 11682

Re: AICreateNonATCAircraft - Bug

removing the default atc_id from the sim.cfg has no effect on this problem. I have tested the SimConnect-Example (Managed_AI_Waypoints) and there the code for AICreateNonATCAircraft is working and the Aircraft get the assigned ID. As soon as I change the name in that example to "Robinson R22&qu...
by Kaiii3
Sun Oct 20, 2019 2:05 pm
Forum: Software Development Kit (SDK) Questions
Topic: AICreateNonATCAircraft - Bug
Replies: 3
Views: 11682

AICreateNonATCAircraft - Bug

Hey, when trying to create an non ATC Aircraft with the managed SimConnect (Prepar3Dv4 HF2) using the following code: this.SimConnect.AICreateNonATCAircraft("Robinson R22 Paint2", "N1001", Init, RequestIdentifier.AddTraffic); I asumed the Tailnumber in the Sim should be "N10...
by Kaiii3
Thu Oct 17, 2019 1:37 pm
Forum: Software Development Kit (SDK) Questions
Topic: Getting User Position
Replies: 2
Views: 11644

Re: Getting User Position

ok I did some more tests and was able to "fix" the problem on my end by changing the order of var's in my struc. According to the SDK the order of calling AddToDataDefinition must be the same as the struct. As you can see in my first post I did that in my Code. Now while a bit try and erro...