You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RPM plugin isn't cycling to the visual map style, likely an oversight from when this style was added? Anyway, the problem is in SCANsatRPM.cs:607, the mapMode variable and if conditional need to be extended up to 3.
The other issue is with vessel, maneuver node, and other assorted icons not showing up in the current version of KSP. This appears to be a problem with the "KSP/Alpha/Unlit Transparent" shader being used in SCANsatRPM.cs:206, I've tested switching the shader to "KSP/Alpha/Cutoff" which appears to correct the problem.
Thanks for all your hard work on SCANsat!
The text was updated successfully, but these errors were encountered:
The RPM plugin isn't cycling to the visual map style, likely an oversight from when this style was added? Anyway, the problem is in SCANsatRPM.cs:607, the mapMode variable and if conditional need to be extended up to 3.
The other issue is with vessel, maneuver node, and other assorted icons not showing up in the current version of KSP. This appears to be a problem with the "KSP/Alpha/Unlit Transparent" shader being used in SCANsatRPM.cs:206, I've tested switching the shader to "KSP/Alpha/Cutoff" which appears to correct the problem.
Thanks for all your hard work on SCANsat!
The text was updated successfully, but these errors were encountered: