Jump to content

Aebestach

Members
  • Posts

    29
  • Joined

  • Last visited

Reputation

21 Excellent

Recent Profile Visitors

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

  1. Hello, everyone. I’ve been trying to write a plugin related to solar panels recently. But I encountered a problem. When I want to make the output of the solar panel 0 under a given condition, although the *Energy Flow* displayed on the panel is 0, there is actually a charge output. (I tried to modify several values given by `ModuleDeployableSolarPanel.cs`, they are: `_flowRate`, `chargeRate`, `flowRate`, `_efficMult`, `efficiencyMult`. ) I would like to ask everyone what is this problem, or is there a better way to change the actual output?
  2. I'm sorry about that, I just had a closer look inside the folder and realised had the Localization.cfg file.
  3. @JadeOfMaar HI, I would like to say that this mod is just awesome. I would like to ask if there are plans for multiple languages?
  4. Hi, when I open a saved vessel every time, the IR screen always looks like this, no surprise this should be a bug.
  5. Hello, @benjee10, I have submitted py and cfg files on GitHub for supporting localized languages, and I hope it can help you.
  6. Hello, @EStreetRockets, I have submitted py and cfg files on GitHub for supporting localized languages, and I hope it can help you.
  7. Hello, @DylanSemrau , I have submitted py and cfg files on GitHub for supporting localized languages, and I hope it can help you.
  8. Great mod. It’s very convenient to plan orbits with small thrusts under Principia. By the way, will it support more fuel tanks?
  9. SSOCalculator.v4.1 Download from Spacedock Download from GitHub Abstract In the Kerbal Space Program, planets are regular spheres. After adding Principia, planets like Kerbin do not have sun-synchronous orbits. And this tool can generate configuration file of Principia, so as to add the second-order spherical harmonic coefficient j2 to the stock planet to help players successfully enter the sun-synchronous orbit of the stock planet. At the same time, this tool also supports the calculation of relevant parameters of the sun-synchronous orbit in the RealSolarSystem environment. Dependencies The newly generated StockPlanet_GravityModels.cfg file requires support from Kopernicus. If you want to enter a sun-synchronous orbit, you must have the support of Principia. Tutorial Open SSOCalculator.exe. First select the System, then select the corresponding Planet. If you choose RealSolarSystem, then you only need to enter the Altitude (excluding the planet radius) and Eccentricity, and click Calculate to get the Satellite Orbital Parameters want. (SMA = Semi-major Axis) If you choose Stock, then you need to enter the Altitude (excluding the planet radius) and Eccentricity, and j2.( Note: The j2 term can refer to the j2 parameter of a planet similar to your choice in sol_gravity_model.proto.txt.) After clicking Calculate, you will get the Satellite Orbital Parameters want. (SMA = Semi-major Axis) 3. In the Stock environment, once the orbit parameters are correctly generated, you will find that the Generate Configuration File button is enabled. Next, you only need to click it to generate the StockPlanet_GravityModels.cfg file. Then put it anywhere in GameData. (Note:The generated file is in the current directory.) 4. The Clear button is for one-click clearing of the Altitude, Eccentricity, and j2 parameters. Chinese Version Tutorial To-Do List Considering adding a button, the purpose of this button is to append the content of the generated configuration. (To be determined) Warning This tool does not take into account whether the orbit composed of the altitude and eccentricity you entered is below a safe value, and you need to verify it in the game. Credits @SirMortimer Kopernicus configuration file. @Nazfib Code help for calculating sun-synchronous orbit inclination and other formulas. @Charon_S丶 KSP players have provided help for adding second-order spherical harmonic coefficient terms. @PrincipiaTeam Provide file support for planetary data in the RSS environment. @tinygrox Thank you for his suggestions on language and unit options. NewBing The planetary rotation period under RSS is provided.
  10. @theAstrogothReally nice tool, very nice UI, very clean looking, but I wonder if this tool supports Principia?
  11. Very nice, made me think it was KSP2 at first, but the style of the UI personally looks quite a bit better than 2.
  12. I'm sorry I just saw this now. I tested it earlier and found that I encountered the same problem in a certain place. Previously, I also rewrote ELConverter to be compatible with SystemHeat at the same time, but when I deleted ExtraSpaceCenters.cfg from ExtraplanetaryLaunchpads\Resources, an error occurred (as shown in the attached picture, when used together with StationPartsExpansionRedux). The reason for deleting ExtraSpaceCenters.cfg is that CRP and EL use almost identical resources (MetalOre), and you will find two similarly named metal ores if they are not removed. I have been thinking about whether it is possible to convert EL's MetalOre to use CRP's MetallicOre, so that it can be compatible with more planet mods. However, your adaptation is a very excellent job.
  13. This issue may be related to the configuration of EL and requires modifying the configuration in ExtraplanetaryLaunchpads\Resources\ECSmelter.
×
×
  • Create New...