Skip to content

Commit 8ddafb1

Browse files
committed
new builds of scatterer for better VR support
1 parent 94d415e commit 8ddafb1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,15 @@ private static void CheckScatterer()
155155
new Version(0, 851, 0, 0), // volclouds v1
156156
new Version(0, 856, 0, 0), // volclouds v2
157157
new Version(0, 859, 0, 0), // volclouds v3
158-
new Version(0, 878, 1, 0), // VR patch on latest publicly available
159-
new Version(0, 880, 1, 0), // VR patch on volumetrics V4
158+
new Version(0, 878, 2, 0), // VR patch on latest publicly available
159+
new Version(0, 880, 2, 0), // VR patch on volumetrics V4
160160
},
161161
new Dictionary<Version, string>()
162162
{
163163
{new Version(0, 878, 0, 0), "Install Scatterer from the Optional Mods folder"},
164+
{new Version(0, 878, 1, 0), "Install Scatterer from the Optional Mods folder"},
164165
{new Version(0, 880, 0, 0), "Install the files from Optional Mods/VolumetricClouds-v4"},
166+
{new Version(0, 880, 1, 0), "Install the files from Optional Mods/VolumetricClouds-v4"},
165167
});
166168
}
167169

3.5 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)