KSP-RO / RealSolarSystem

Changes KSP's solar system to make it like the real one.
130 stars 92 forks source link

Warning Log "Cannot find preset high for pqs" #167

Open pap1723 opened 5 years ago

pap1723 commented 5 years ago

I am getting log spam every scene transition. NK fixed it with https://github.com/KSP-RO/RealSolarSystem/commit/ff417047816fea5c850147fdcdff64ed1be043ad way back when, but it definitely broke somewhere along the way. It is possible it is from onDemand.

PhineasFreak commented 5 years ago

IIRC this is caused by missing PRESETS, as i remember this happen even before we enabled OnDemand. Stock KSP includes them in the "settings.cfg" file but, of course, these are missing for RSS.

I tried to implement them by following the GPP configuration file but i never finished it.

Edit 1: that is the most probable cause, as the log message indicates that the PQS resolution is set to "High" by RSS but no actual values for this PQS preset can be found.

Edit 2: OK, i think that the following config file should take care of this issue. Will do a proper PR later.

RSS_TerrainPresets_Config.zip

PhineasFreak commented 5 years ago

I am seeing the new RSS release that includes this. I suppose that it works without problems but did anyone else verify it before the new release?