Jump to content

[1.6.x] Distant Object Enhancement bis v1.9.1.1 (16 October 2018) - Free to a Good Home


MOARdV

Recommended Posts

I'm playing with RSS and would like for stars from a planet pack to be visible with Distant Object Enhancement; do I only need to add the configs to PlanetColors.cfg?

Also, is there a way to set a per-body brightness value? I fear the stars (which are literally light-years away) would appear too dim. 

Link to comment
Share on other sites

  • 3 weeks later...

It appears that the distant vessel rendering does not work in 1.7.3.

I tried to test this out with my ~0.4km long Oblivion Starport. While a flare was showing from even the surface of the planet, as I got to orbit and was around 5km away I still could not see any more than a dot. However, as soon as I got within the stock 2.3km, I was suddenly face-to-face with the massive station, as shown in the spoiler below.

Spoiler

From roughly 3km away:

screenshot311.png?width=893&height=503

From 2.3km away:

screenshot313.png?width=893&height=503

I'm not sure if it's because the station uses modded parts, or if the mod is simply not fully operational in 1.7.3. I still get flares for all of the planets and for vessels (and yes, I checked the settings to make sure that distant vessel rendering was enabled).

I noticed that in the settings file, underneath the section for distant vessel rendering, there is the following line (in bold):

DistantVessel
{
    renderVessels = True
    maxDistance = 750000
    renderMode = 0
    ignoreDebris = False
}

Is this significant? What are the render modes? If I were to set it to another number, what would happen?

 

Edited by Raptor22
Link to comment
Share on other sites

On 8/10/2019 at 7:53 PM, Raptor22 said:

It appears that the distant vessel rendering does not work in 1.7.3.

I tried to test this out with my ~0.4km long Oblivion Starport. While a flare was showing from even the surface of the planet, as I got to orbit and was around 5km away I still could not see any more than a dot. However, as soon as I got within the stock 2.3km, I was suddenly face-to-face with the massive station, as shown in the spoiler below.

  Hide contents

From roughly 3km away:

screenshot311.png?width=893&height=503

From 2.3km away:

screenshot313.png?width=893&height=503

I'm not sure if it's because the station uses modded parts, or if the mod is simply not fully operational in 1.7.3. I still get flares for all of the planets and for vessels (and yes, I checked the settings to make sure that distant vessel rendering was enabled).

I noticed that in the settings file, underneath the section for distant vessel rendering, there is the following line (in bold):

DistantVessel
{
    renderVessels = True
    maxDistance = 750000
    renderMode = 0
    ignoreDebris = False
}

Is this significant? What are the render modes? If I were to set it to another number, what would happen?

 

I have no idea but i had the exact same problem in an ealier version.  It's a big bummer as this is an amazing mod :(

Link to comment
Share on other sites

  • 2 weeks later...
On 8/10/2019 at 6:53 PM, Raptor22 said:

Is this significant? What are the render modes? If I were to set it to another number, what would happen?

FWIW, despite me adopting this mod, I have never used the vessel renderer.  It is entirely possible that something in KSP has changed that broke this feature, so if someone decides to adopt this mod, they'll have something to do other than recompile it. :)

As far as the number - I had to go look it up in the source code to figure it out:

renderMode = 0 means "only render my target".  renderMode = 1 means "render all ships", but it also only loads one vessel per FixedUpdate, so if you've got a crowded airspace, it'll take a couple of seconds for everything to show up.

Link to comment
Share on other sites

  • 1 month later...

I think this thread needs a little *bump* to the top so people are aware that this mod is up for adoption! This is one of my key visual mods and I would be sad if something like this is getting forgotten :( 

Link to comment
Share on other sites

2 hours ago, damonvv said:

I think this thread needs a little *bump* to the top so people are aware that this mod is up for adoption! This is one of my key visual mods and I would be sad if something like this is getting forgotten :( 

Is it actually not working? This mod almost never gets updated and somehow never ends up broken, but I too always run with this mod.

Link to comment
Share on other sites

Well, it would be best if someone wanted to step-up *now*, rather than later to adopt it... While it *IS* still working, and while MOARdV is still around, to tie up any loose ends and make for a seamless hand-over to a new owner... vOv

Also, on the repo, there appears to be 3 possible bugs, a feature request, and a PR already waiting for a new owner to poke at. ;)
Not to mention, even tho it may *work* as-is, it should probably at the least, be recompiled against .NET 4.x (vs old 3.5), that the Unity 2019 update introduced in KSP 1.8.0, to help future-proof it. vOv


Also, if he's had the adoption offer up for quite awhile now, I imagine he doesnt want to get tagged all the time, and have to keep offering support or feeling obligated to answer, when people post here asking questions or looking for help vOv :P

Edited by Stone Blue
Link to comment
Share on other sites

Hey all, I see that this mod is up for adoption (still :( ) but I thought I'd ask those who use it:

Has anyone run into this error in their logs:

Distant Object Enhancement v1.9.1 -- Some parts do not have ConfigNode entries in the game database.  Some distant vessels will be missing pieces.

I've been using this since forever, but on my current 1.7.3 install (not upgrading my Career to 1.8 yet) I noticed this in my log.

Any ideas what that line means, or if it's actually causing a problem? TIA!

 

Link to comment
Share on other sites

11 hours ago, scottadges said:

Any ideas what that line means, or if it's actually causing a problem?

One of the features in DOE is a "distant vessel" mode, where DOE creates an image of a vessel to show when it's far away (instead of a simple flare / dot).  The feature is probably broken to some degree or another, mainly because I've never used it when playing (it was part of the original mod, and it was convoluted enough I didn't want to mess with it).  Actually, it looks like I opened a bug about problems with the distant vessel renderer back in January of 2017, so this is probably a known issue :(

Maybe to answer your question: It means that some distant vessels that DOE tries to render could appear to be missing pieces.  You may or may not notice the problem, depending on how large the missing pieces are and whether the 'missing' parts are actually used on your vessels.  It's safe to ignore.

If you enable DOE's debug mode from the DOE settings dialog, the log will include all of the parts that it had trouble loading.

Link to comment
Share on other sites

On 8/31/2019 at 1:20 PM, MOARdV said:

FWIW, despite me adopting this mod, I have never used the vessel renderer.  It is entirely possible that something in KSP has changed that broke this feature, so if someone decides to adopt this mod, they'll have something to do other than recompile it. :)

As far as the number - I had to go look it up in the source code to figure it out:

renderMode = 0 means "only render my target".  renderMode = 1 means "render all ships", but it also only loads one vessel per FixedUpdate, so if you've got a crowded airspace, it'll take a couple of seconds for everything to show up.

Hi @MOARdV,

 

If this mod hasn't been picked up by anyone yet, i would be more than happy too.

Edited by TheDarkBadger
Added @
Link to comment
Share on other sites

Has anyone run into an issue with the flares flickering? all of mine are fine except for Duna's flare, which flickers like a graphical glitch. I've attempted everything I can think of to fix the issue and no luck so far. I'm happy to provide video if needed. 

Link to comment
Share on other sites

This appears to work fine on 1.8 as is from just some basic testing

@MOARdV I did go through the effort of compiling DOE against .NET 4.5 and Unity 2019 assemblies if you're interested, it was pretty straightforward so i'm not sure if it's PR worthy. I could throw in a version bump as well, all you'd need to do is compile it yourself and create a release if you're up for it.

Edited by Twinki
Link to comment
Share on other sites

This mod now seems to turn off the skybox for me in 1.8.1, anyone else have this issue?

Mod List:

Spoiler

[x] Science! Continued (xScienceContinued 5.23)
B9 Part Switch (B9PartSwitch v2.12.1)
Background Resources (BackgroundResources v0.14.0.0)
BetterBurnTime (BetterBurnTime 1.10)
BetterCrewAssignment (BetterCrewAssignment 1.4)
BetterTimeWarpContinued (BetterTimeWarpCont 2.3.12.4)
CapCom - Mission Control On The Go (CapCom 2.11)
Chatterer (Chatterer 0.9.98)
ClickThrough Blocker (ClickThroughBlocker 0.1.9.3)
Community Category Kit (CommunityCategoryKit 5.0.0.0)
Community Resource Pack (CommunityResourcePack 1.3.0.0)
Community Tech Tree (CommunityTechTree 1:3.3.7)
Community Terrain Texture Pack (CommunityTerrainTexturePack 1:1.0.4)
Contract Configurator (ContractConfigurator 1.28.0)
Contract Pack: Bases and Stations Reborn (ContractConfigurator-KerbinSpaceStation 2:3.7.1.5)
Contract Pack: Field Research (ContractConfigurator-FieldResearch 1.2.1)
Contract Pack: RemoteTech (ContractConfigurator-RemoteTech 2.1.4)
Contract Pack: Tourism Plus (ContractConfigurator-Tourism 1.5.2)
Contract Parser (ContractParser 9.0)
Contracts Window + (ContractsWindowPlus 9.4)
Custom Barn Kit (CustomBarnKit 1.1.20.0)
Destruction Effects (DestructionEffects 2:v1.11.0)
DMagic Orbital Science (DMagicOrbitalScience 1.4.3)
Dynamic Battery Storage (DynamicBatteryStorage 2:2.1.0.0)
Engine Lighting Relit (EngineLightRelit 1.6.2.2)
Environmental Visual Enhancements (EnvironmentalVisualEnhancements 2:EVE-1.8.0-2)
Environmental Visual Enhancements - Stock Planet Config files (EnvironmentalVisualEnhancements-HR 2:EVE-1.2.2-1)
Hangar Extender (HangerExtenderExtended 3.6.0)
Infernal Robotics - Next (InfernalRoboticsNext v3.0.0)
Kerbal Engineer Redux (KerbalEngineerRedux 1.1.7.1)
Kerbal Joint Reinforcement - Next (KerbalJointReinforcementNext v4.1.15)
KSP AVC (KSP-AVC 1.4.0.3)
MechJeb 2 (MechJeb2 2.9.0.0)
MechJeb and Engineer for all! (MechJebForAll 1.3.0.6)
Module Manager (ModuleManager 4.1.1)
Near Future Construction (NearFutureConstruction 1.2.1)
Near Future Electrical (NearFutureElectrical 1.1.0)
Near Future Electrical - Decaying RTGs (NearFutureElectrical-DecayingRTGs 1.1.0)
Near Future Electrical Core (NearFutureElectrical-Core 1.1.0)
Near Future IVA Props (NearFutureProps 1:0.6.1)
Near Future Propulsion (NearFuturePropulsion 1.2.0)
Near Future Propulsion - Xenon Hall Effect Thrusters (NearFuturePropulsion-XenonHETs 1.2.0)
Near Future Solar (NearFutureSolar 1.1.0)
Near Future Solar Core (NearFutureSolar-Core 1.1.0)
Progress Parser (ProgressParser 11.0)
QuickSearch (QuickSearch 1:3.3.0.4)
Real Plume (RealPlume 2:v13.1.0)
Real Plume - Stock Configs (RealPlume-StockConfigs v3.0.1)
RealChute Parachute Systems (RealChute v1.4.7.5)
Reentry Particle Effect (ReentryParticleEffect 1.4)
RemoteTech (RemoteTech v1.9.4)
RemoteTech - SETI Config (SETI-RemoteTech 1.3.0.1)
RemoteTech - SETI ProbeControlEnabler (SETI-ProbeControlEnabler 1.3.0.0)
REPOSoftTech-Agencies (REPOSoftTech-Agencies V1.5.6.0)
ResearchBodies (ResearchBodies 2:V1.11.0.0)
SCANsat (SCANsat v18.14)
scatterer (Scatterer 2:v0.0541)
scatterer - default config (Scatterer-config 2:v0.0541)
scatterer - sunflare (Scatterer-sunflare 2:v0.0541)
Science Relay (ScienceRelay 6.0)
ScienceAlert ReAlerted (ScienceAlert 1.9.8.4)
SETI-Contracts (SETI-Contracts 1.3.0.0)
SETI-ProbeParts (SETI-ProbeParts 1.3.0.2)
SETI-Rebalance (SETI-BalanceMod 1.3.0.2)
SmokeScreen - Extended FX Plugin (SmokeScreen 2.8.7.0)
StageRecovery (StageRecovery 1.9.2)
Stockalike Station Parts Expansion Redux (StationPartsExpansionRedux 1.3.1)
TAC Life Support (TACLS) (TACLS v0.14.0.0)
Toolbar (Toolbar 1:1.8.0.5)
Toolbar Controller (ToolbarController 1:0.1.9.4)
Universal Storage II (UniversalStorage2 1.7.0.10)
Unmanned before Manned (SETI-UbM) (UnmannedBeforeManned 1.3.0.2)
Waypoint Manager (WaypointManager 2.8.1)
 

 

Link to comment
Share on other sites

43 minutes ago, mcwaffles2003 said:

This mod now seems to turn off the skybox for me in 1.8.1, anyone else have this issue?

Mod List:

  Reveal hidden contents

[x] Science! Continued (xScienceContinued 5.23)
B9 Part Switch (B9PartSwitch v2.12.1)
Background Resources (BackgroundResources v0.14.0.0)
BetterBurnTime (BetterBurnTime 1.10)
BetterCrewAssignment (BetterCrewAssignment 1.4)
BetterTimeWarpContinued (BetterTimeWarpCont 2.3.12.4)
CapCom - Mission Control On The Go (CapCom 2.11)
Chatterer (Chatterer 0.9.98)
ClickThrough Blocker (ClickThroughBlocker 0.1.9.3)
Community Category Kit (CommunityCategoryKit 5.0.0.0)
Community Resource Pack (CommunityResourcePack 1.3.0.0)
Community Tech Tree (CommunityTechTree 1:3.3.7)
Community Terrain Texture Pack (CommunityTerrainTexturePack 1:1.0.4)
Contract Configurator (ContractConfigurator 1.28.0)
Contract Pack: Bases and Stations Reborn (ContractConfigurator-KerbinSpaceStation 2:3.7.1.5)
Contract Pack: Field Research (ContractConfigurator-FieldResearch 1.2.1)
Contract Pack: RemoteTech (ContractConfigurator-RemoteTech 2.1.4)
Contract Pack: Tourism Plus (ContractConfigurator-Tourism 1.5.2)
Contract Parser (ContractParser 9.0)
Contracts Window + (ContractsWindowPlus 9.4)
Custom Barn Kit (CustomBarnKit 1.1.20.0)
Destruction Effects (DestructionEffects 2:v1.11.0)
DMagic Orbital Science (DMagicOrbitalScience 1.4.3)
Dynamic Battery Storage (DynamicBatteryStorage 2:2.1.0.0)
Engine Lighting Relit (EngineLightRelit 1.6.2.2)
Environmental Visual Enhancements (EnvironmentalVisualEnhancements 2:EVE-1.8.0-2)
Environmental Visual Enhancements - Stock Planet Config files (EnvironmentalVisualEnhancements-HR 2:EVE-1.2.2-1)
Hangar Extender (HangerExtenderExtended 3.6.0)
Infernal Robotics - Next (InfernalRoboticsNext v3.0.0)
Kerbal Engineer Redux (KerbalEngineerRedux 1.1.7.1)
Kerbal Joint Reinforcement - Next (KerbalJointReinforcementNext v4.1.15)
KSP AVC (KSP-AVC 1.4.0.3)
MechJeb 2 (MechJeb2 2.9.0.0)
MechJeb and Engineer for all! (MechJebForAll 1.3.0.6)
Module Manager (ModuleManager 4.1.1)
Near Future Construction (NearFutureConstruction 1.2.1)
Near Future Electrical (NearFutureElectrical 1.1.0)
Near Future Electrical - Decaying RTGs (NearFutureElectrical-DecayingRTGs 1.1.0)
Near Future Electrical Core (NearFutureElectrical-Core 1.1.0)
Near Future IVA Props (NearFutureProps 1:0.6.1)
Near Future Propulsion (NearFuturePropulsion 1.2.0)
Near Future Propulsion - Xenon Hall Effect Thrusters (NearFuturePropulsion-XenonHETs 1.2.0)
Near Future Solar (NearFutureSolar 1.1.0)
Near Future Solar Core (NearFutureSolar-Core 1.1.0)
Progress Parser (ProgressParser 11.0)
QuickSearch (QuickSearch 1:3.3.0.4)
Real Plume (RealPlume 2:v13.1.0)
Real Plume - Stock Configs (RealPlume-StockConfigs v3.0.1)
RealChute Parachute Systems (RealChute v1.4.7.5)
Reentry Particle Effect (ReentryParticleEffect 1.4)
RemoteTech (RemoteTech v1.9.4)
RemoteTech - SETI Config (SETI-RemoteTech 1.3.0.1)
RemoteTech - SETI ProbeControlEnabler (SETI-ProbeControlEnabler 1.3.0.0)
REPOSoftTech-Agencies (REPOSoftTech-Agencies V1.5.6.0)
ResearchBodies (ResearchBodies 2:V1.11.0.0)
SCANsat (SCANsat v18.14)
scatterer (Scatterer 2:v0.0541)
scatterer - default config (Scatterer-config 2:v0.0541)
scatterer - sunflare (Scatterer-sunflare 2:v0.0541)
Science Relay (ScienceRelay 6.0)
ScienceAlert ReAlerted (ScienceAlert 1.9.8.4)
SETI-Contracts (SETI-Contracts 1.3.0.0)
SETI-ProbeParts (SETI-ProbeParts 1.3.0.2)
SETI-Rebalance (SETI-BalanceMod 1.3.0.2)
SmokeScreen - Extended FX Plugin (SmokeScreen 2.8.7.0)
StageRecovery (StageRecovery 1.9.2)
Stockalike Station Parts Expansion Redux (StationPartsExpansionRedux 1.3.1)
TAC Life Support (TACLS) (TACLS v0.14.0.0)
Toolbar (Toolbar 1:1.8.0.5)
Toolbar Controller (ToolbarController 1:0.1.9.4)
Universal Storage II (UniversalStorage2 1.7.0.10)
Unmanned before Manned (SETI-UbM) (UnmannedBeforeManned 1.3.0.2)
Waypoint Manager (WaypointManager 2.8.1)
 

 

FYI there is a 1.8.1 compatble version of this here 

 

But even then you might run into the same thing, this is likely caused by the dynamic sky dimming setting. If you set the max sky brightness higher you should get your skybox back. (This setting is responsible for skybox dimming when looking at a solar light source or a body reflecting it)

 

Link to comment
Share on other sites

  • 2 weeks later...

Or you could simply change the value for "changeSkybox" from true to false (in file \GameData\DistantObject\PluginData\Settings.cfg). The black default setting (0 max brightness - seriously?) for the Skybox was bothering me as well. Especially since Distant Object Enhancement is recommended by other visual mods which have a dedicated and beautiful skybox.

It's still a great mod and I love it! Been using it since forever and I wouldn't miss it. Thank you for the mod and the maintenance! :)

 

/Edit: oops, obsolete thread. Sorry. I was troubleshooting the issue for my black skybox, found out it was distand object enhancement, googled for the mods release thread and didn't notice there is a newer thread for the current version.

Edited by caipi
Link to comment
Share on other sites

  • 1 year later...
On 11/23/2019 at 1:11 PM, caipi said:

/Edit: oops, obsolete thread. Sorry. I was troubleshooting the issue for my black skybox, found out it was distand object enhancement, googled for the mods release thread and didn't notice there is a newer thread for the current version.

And by now that one is now obsolete too. ;)

DOE is under new Management:

 

Edited by Lisias
Hit "Save" too soon.
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...