Jump to content

Giezer1984

New Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

2 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This actually worked and fixed my solar panels issue, thanks cheesecake !! I believe the guidance in the .cfg file should be more informative like your explanation was. So just to be clear I had a broken savegame file on 1.7.2 and I am stuck on kopernicus 1.7.1. This way my solar panels where not working anymore. Adding the useKopernicusSolarPanels = false in the SolarPanels.cfg file of Kopernicus fixed the solar panels not charging. And strangly enough it looks like everything is working now on 1.7.2 even though I have a warning about kopernicus 1.7.1 not working on 1.7.2. I will now opt out any updates on KSP via steam and I will make a back up of KSP. I only use Kopernicus becease of the GEA V7M2.0.4 eyecandy mod. Thanks guys for putting some light on the issue. If you don't want any issue with every update and want to play casual one can always play just default. No harm intended for all de modders that try and make the game even more great, but just note that the mods that really change the game can also be quickly broken by an update.
  2. The solarpanels are not working for me in 1.7.2 again. Naturally i openend my savegame accidentially in 1.7.2. Now I am trying to understand where to put the " = false " in the config file but its not very clear to me. Did somebody manage to do this succesfully? I mean where can I find the module node? @PART:FINAL { // This will replace all instances of ModuleDeployableSolarPanel with the Kopernicus version // that has proper support for multiple lightsources // // If you want to keep your ModuleDeployableSolarPanel, add "useKopernicusSolarPanels = false" to the MODULE node // That will stop Kopernicus from replacing it @MODULE:HAS[#useKopernicusSolarPanels[*]] { @useKopernicusSolarPanels,* ^= :F:f: @useKopernicusSolarPanels,* ^= :A:a: @useKopernicusSolarPanels,* ^= :L:l: @useKopernicusSolarPanels,* ^= :S:s: @useKopernicusSolarPanels,* ^= :E:e: } @MODULE:HAS[#name[ModuleDeployableSolarPanel],~useKopernicusSolarPanels[false]] { @name = KopernicusSolarPanel } }
×
×
  • Create New...