Skip to content

Commit

Permalink
Fix VAB crates and scenery appearing in Kronal Vessel Viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Jun 30, 2024
1 parent 7d76224 commit bda27a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DeferredKSP/Deferred.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
using UnityEngine;
using System.Linq;
using UnityEngine.Rendering;
using System.Collections;
using System;
using UnityEngine.SceneManagement;

[assembly: AssemblyVersion("1.1.11")]
[assembly: AssemblyVersion("1.1.12")]
[assembly: KSPAssemblyDependency("0Harmony", 0, 0)]
[assembly: KSPAssemblyDependency("Shabby", 0, 0)]
namespace Deferred
Expand Down
2 changes: 1 addition & 1 deletion DeferredKSP/EditorLighting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private static void FixVABProps()

if (vabProps != null)
{
vabProps.layer = 0;
vabProps.layer = 16; // Same layer as the VAB kerbals, doesn't appear in Kronal Vessel Viewer
}
}

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Mods that say "renders in forward" means they may appear to render correctly but
| RasterPropMonitor | Compatible
| Engine Lighting | Compatible
| B9 Procedural Wings | Compatible [via fork](https://github.com/LGhassen/B9-PWings-Modified/releases/tag/Deferred) (awaiting merge), otherwise renders in forward
| Kronal Vessel Viewer | Reported incompatible
| Kronal Vessel Viewer | Compatible
| KSRSS | Compatible in 1.1.9, terrain may be a bit shinier or less shiny than original
| NeptuneCamera | Incompatible
| Camera mods | Unknown/untested
Expand Down

0 comments on commit bda27a6

Please sign in to comment.