Author Topic: P3D V5 - no dynamic lighting at ORD **SOLVED**  (Read 3057 times)

airbadger

  • Sr. Member
  • ****
  • Posts: 342
P3D V5 - no dynamic lighting at ORD **SOLVED**
« on: April 15, 2020, 04:50:10 am »
Installed KORD into V5 and ran the live update. But I'm not getting any dynamic lighting: https://imgur.com/a/mP8kK4Y
« Last Edit: April 15, 2020, 02:30:17 pm by virtuali »

flightman21

  • Newbie
  • *
  • Posts: 1
Re: P3D V5 - no dynamic lighting at ORD
« Reply #1 on: April 15, 2020, 05:18:27 am »
My ground textures are not loading. Nor do i have dynamic lighting. My ground textures are just blank, taxilines and buildings are available

Deception780

  • Newbie
  • *
  • Posts: 3
Re: P3D V5 - no dynamic lighting at ORD
« Reply #2 on: April 15, 2020, 05:51:09 am »
Same here

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: P3D V5 - no dynamic lighting at ORD
« Reply #3 on: April 15, 2020, 02:09:19 pm »
It seems naming a scenery component in the add-on.xml is mandatory. You can fix it without reinstalling this way:

- Open the Documents\Prepar3d V5 Add-ons\Fsdreamteam KORD V2\add-on.xml file with Notepad or any other text editor

- Find this section:


<AddOn.Component>
    <Category>Scenery</Category>
    <Path>C:\Program Files (x86)\Addon Manager\FsDreamTeam\KORDV2\prepar3dv5\Scenery</Path>
</AddOn.Component>



And add a line with a name, like this:


<AddOn.Component>
    <Name>FsDreamTeam Chicago O'Hare V2 - V5 Compatibility</Name>
    <Category>Scenery</Category>
    <Path>C:\Program Files (x86)\Addon Manager\FsDreamTeam\KORDV2\prepar3dv5\Scenery</Path>
</AddOn.Component>



Of course, this assumes you installed the scenery in the default C:\Program Files (x86)\Addon Manager folder. If yours is different, change it accordingly. If you have the scenery in V4 as well, do the same change to the Documents\Prepar3d V4 Add-ons\Fsdreamteam KORD V2\add-on.xml file, and make the same change, but use prepar3dv4\Scenery path instead.

Attached, a sample add-on.xml file for P3D V5 you can use as a template. Note the pathname of the V5-specific Effect is correct on the attached XML, this fixes the missing DL problem.
« Last Edit: April 15, 2020, 02:31:07 pm by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: P3D V5 - no dynamic lighting at ORD **SOLVED**
« Reply #4 on: April 15, 2020, 02:55:10 pm »
If you don't want to do the above manual edits to the add-on.xml file, the fixed installer for KORD V2 is online now.