Jump to content

Recommended Posts

I've been having some strange shadow issues since moving over to KSP 1.11.1, as can be seen here: https://i.imgur.com/HDQtON1.mp4

Does anyone have any idea how to fix the shadows to make them look more natural?

Here are the mods I'm currently using, as provided by ckan:

B9 Part Switch (B9PartSwitch v2.18.0)
Better Early Tree (BetterEarlyTree 1.0.1)
Breaking Ground (BreakingGround-DLC 1.6.0)
ClickThrough Blocker (ClickThroughBlocker 1:0.1.10.15)
Community Category Kit (CommunityCategoryKit v5.2.0.0)
Community Resource Pack (CommunityResourcePack 1.4.2)
Community Tech Tree (CommunityTechTree 1:3.4.3)
Community Terrain Texture Pack (CommunityTerrainTexturePack 1:1.0.4)
Cryo Tanks (CryoTanks 1.6.0)
Cryo Tanks Core (CryoTanks-Core 1.6.0)
Cryogenic Engines (CryoEngines 1:2.0.1)
Deployable Engines Plugin (DeployableEngines 1.3.0)
Distant Object Enhancement Continued (DistantObject v2.0.2.0)
Distant Object Enhancement Continued default config (DistantObject-default v2.0.2.0)
Dynamic Battery Storage (DynamicBatteryStorage 2:2.2.2.0)
Far Future Technologies (FarFutureTechnologies 1.1.4)
Heat Control (HeatControl 0.6.0)
Hide Empty Tech Tree Nodes (HideEmptyTechNodes 1.3.0)
Kerbal Actuators (KerbalActuators v1.8.3)
Kerbal Atomics (KerbalAtomics 1:1.2.1)
Kerbal Atomics - NFE Integration (KerbalAtomics-NFECompatibility 1.2.1)
Kerbal Atomics - Other Mod Support (KerbalAtomics-NTRModSupport 1.2.1)
Kerbal Engineer Redux (KerbalEngineerRedux 1.1.8.3)
Kerbal Joint Reinforcement Continued (KerbalJointReinforcementContinued v3.5.2)
Kopernicus Planetary System Modifier (Kopernicus 2:release-1.11.1-38)
KSP Recall (KSP-Recall v0.2.0.0)
Making History (MakingHistory-DLC 1.11.0)
MechJeb 2 (MechJeb2 2.12.0.0)
MechJeb and Engineer for all! (MechJebForAll 1.3.0.6)
ModularFlightIntegrator (ModularFlightIntegrator 1.2.10.0)
Module Manager (ModuleManager 4.1.4)
Near Future Aeronautics (NearFutureAeronautics 2.1.0)
Near Future Construction (NearFutureConstruction 1.3.1)
Near Future Electrical (NearFutureElectrical 1.2.2)
Near Future Electrical - Decaying RTGs (NearFutureElectrical-DecayingRTGs 1.2.2)
Near Future Electrical Core (NearFutureElectrical-Core 1.2.2)
Near Future Exploration (NearFutureExploration 1.1.1)
Near Future IVA Props (NearFutureProps 1:0.6.4)
Near Future Launch Vehicles (NearFutureLaunchVehicles 2.1.3)
Near Future Propulsion (NearFuturePropulsion 1.3.3)
Near Future Solar (NearFutureSolar 1.3.1)
Near Future Solar Core (NearFutureSolar-Core 1.3.1)
Near Future Spacecraft (NearFutureSpacecraft 1.4.1)
Outer Planets Mod (OuterPlanetsMod 2:2.2.9)
ReStock (ReStock 1.3.1)
ReStock+ (ReStockPlus 1.3.1)
SCANsat (SCANsat v20.4)
Space Dust (SpaceDust 0.4.1)
Stockalike Station Parts Expansion Redux (StationPartsExpansionRedux 1.4.0)
System Heat (SystemHeat 0.4.1)
System Heat - Nuclear Reactor Configuration (SystemHeat-FissionReactors 0.4.1)
System Heat - Resource Converter Configuration (SystemHeat-Converters 0.4.1)
System Heat - Resource Harvester Configuration (SystemHeat-Harvesters 0.4.1)
Toolbar (Toolbar 1:1.8.0.5)
Toolbar Controller (ToolbarController 1:0.1.9.4)
Tracking Station Evolved (TrackingStationEvolved 6.0)
TweakScale - Rescale Everything! (TweakScale v2.4.5.0)
Universal Storage II (UniversalStorage2 1.9.1.2)
USI Life Support (USI-LS 1.4.0)
USI Tools (USITools 1.4.0)
Waterfall - Restock (WaterfallRestock 0.2.1)
Waterfall Core (Waterfall 0.6.3)
Zero MiniAVC (ZeroMiniAVC 1:1.1.0.1)

 

Here is my log file: https://drive.google.com/file/d/1Kbmblt1o0KdBymvf5YXTOs1HigdiRlxG/view?usp=sharing

Link to comment
Share on other sites

On 5/29/2021 at 7:00 AM, AffirmativelyClumsy said:

I've been having some strange shadow issues since moving over to KSP 1.11.1, as can be seen here: https://i.imgur.com/HDQtON1.mp4

Does anyone have any idea how to fix the shadows to make them look more natural?

You encountering a stock bug, scatterer mod can fix it or you can use this community fix, i use it and i don't see any side effects

Changes in settings.cfg:

SHADOWS_FLIGHT_PROJECTION = 0
SHADOWS_KSC_PROJECTION = 0
SHADOWS_TRACKING_PROJECTION = 0
SHADOWS_EDITORS_PROJECTION = 0
SHADOWS_MAIN_PROJECTION = 0
SHADOWS_DEFAULT_PROJECTION = 0

To:

SHADOWS_FLIGHT_PROJECTION = 1
SHADOWS_KSC_PROJECTION = 1
SHADOWS_TRACKING_PROJECTION = 1
SHADOWS_EDITORS_PROJECTION = 1
SHADOWS_MAIN_PROJECTION = 1
SHADOWS_DEFAULT_PROJECTION = 1

Edited by Serenity
Link to comment
Share on other sites

On 5/29/2021 at 11:49 PM, Serenity said:

You encountering a stock bug, scatterer mod can fix it or you can use this community fix, i use it and i don't see any side effects

 

I checked the settings.cfg file and found that section, but the values were already set to 1. I also re-installed scatterer, as I had uninstalled it at one point trying to fix this issue, but that also did not resolve it. Do you know if there are any scatterer specific changes I can make to see if that will work?

Link to comment
Share on other sites

11 hours ago, AffirmativelyClumsy said:

I checked the settings.cfg file and found that section, but the values were already set to 1. I also re-installed scatterer, as I had uninstalled it at one point trying to fix this issue, but that also did not resolve it. Do you know if there are any scatterer specific changes I can make to see if that will work?

When i look the imgur is exactly the problem i faced and those changes fixed it, in game options do you have the celestial bodies casting self shadows, 

maybe a mod overrides what scatterer does or maybe its something else but this looks exactly like the flickering shadows bug.

Edited by Serenity
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...