Modification of the Ju-88A4.lods file such that the LOD distances are set correctly for the poorly sized LOD models - improves VR performance when viewing formations of Ju-88 from a distance.
Overwrite "Ju-88A4.lods" in primary game folder "....DCSWorld\Mods\tech\WWII Units\Shapes" (not "saved games")
The file modifies the LOD settings for the Ju-88, and replaces the farthest distance models with the B-17 model (where it is so far away you cannot tell), as the original Ju-88 edm files have been poorly decimated, or are simply missing - only 3 levels of LOD were made for the Ju-88 and the complexity of each is unnecessarily high for the view distance. This helps when attacking large formations of Ju-88 in VR, as it optimizes performance and ensures that you maintain a good frame-rate while closing in on a large WW2 bomber formation of Ju-88.
model={
lods={
{"Ju-88_lod_0.edm",50.0};
{"Ju-88_lod_1.edm",250.0};
{"Ju-88_lod_2.edm",500.0};
{"Ju-88_lod_3.edm",1500.0};
{"B-17G_LOD4.edm",3000.0};
{"B-17G_LOD5.edm",30000.0};
};
collision_shell="Ju-88_Collision.EDM";
}