Jump to content

pleroy

Members
  • Posts

    185
  • Joined

  • Last visited

Everything posted by pleroy

  1. The Kopernicus configuration here needs to be put somewhere in the GameData folder (anywhere), and to have the extension .cfg. You should not have to mess with anything else. One important point is that you must create a new save. The configuration of the solar system is recorded in the save the first time it is created, and the .cfg files are not re-read after that.
  2. There is no "simplified" version of Principia and there won't be because the time is not spent where you think it is. The interactions between celestial bodies cost virtually nothing: we can compute about 6 months of interactions per second, which corresponds to warp 15,000,000. Nobody is limited by that. The problem with large spacecrafts is that Principia needs to position every single part at every frame. If your vessel has, say, 1000 parts, that leaves us with 40 μs for each part. That's not much, and sure enough we will sometimes slow down the game. We are aware of the problem and there is an issue for that (#3230) but unfortunately, there is no easy solution.
  3. Thanks. I created issue #3697 to track this. I verified that I could uncompress the journal. PS: Don't expect a quick resolution, it's a big journal and probably a hard problem.
  4. Maybe. Maybe not. First, the speed-up only concerns the rotating-pulsating frame where we display equipotentials. Second, if you have many cores, it won't make much of a difference, equipotentials will burn some of your cores but won't affect interactivity. So we are left with the case where you don't have many cores (2-4) and you display equipotentials, then yes, there will be an improvement on warp speed.
  5. This is not the log that we need. As a matter of fact, for such a tricky bug we'd need a journal taken while the problem happens. Details here. ETA: We would actually very much like to be able to investigate this issue. We have had a report years ago of a similar problem but we never managed to get to the root cause. Interestingly, there was a Service Module. So maybe that tells us something. You would help us greatly by providing a journal.
  6. We don't test on macOS as we don't have access to macOS machines. We just build for it. There are people using macOS on the Principia Discord channel. You might try to ask there. We haven't heard of problems so far, so it might be your install.
  7. We constantly recompute them, but not at every frame, because it takes may be one second to do the computation. You might observe that they update in a somewhat janky manner. And we don't try to do things incrementally, because that way lies madness. That's good feedback. I'm sure that there is room for optimization, but getting something out was our priority.
  8. How many cores do you have? The equipotential computation is completely asynchronous so it should be invisible if you have enough cores. We will work on optimizing the equipotential computations in future releases. However, I don't see us having a setting for the number of equipotentials, the heuristics to decide what to plot is already complicated enough. Edit: Actually, computing the equipotentials is cheap (comparable to computing trajectories, which we do much faster than 50 fps for a single trajectory). The really expensive part is the computation of the maxima of the potential, because that's a global optimization. But the whole point of the feature is to locate these maxima, so there is no easy way out.
  9. Did I say Player.log? No, I didn't. I cannot make sense of your post. Reminder: for anyone wishing to report bugs about Principia, please follow the instructions in the FAQs.
  10. Technically, Principia doesn't quite control the movement of parts. It does control the movements of parts-that-are-in-contact-with-each-other (we call these things "pile-up") and let KSP do the part placement within the pile-ups. There is no way to separate this from N-body physics because precisely N-body physics is the integration of the motion of pile-ups. At least, that's a nice picture . But obviously, it's not supposed to happen. Ideally, if you could reproduce the problem with the stock game and give us a save, that would be great. If not, I would suggest looking at the mods that you use and see if any one of them believes that it can change the location of parts; mods that do this are typically incompatible with Principia (see the FAQs for details). You can try removing the mods one-by-one to determine which one interacts with Principia.
  11. Believe it or not, the Earth is not a perfect sphere. It is flattened at the poles (oblate) and it has mountains and oceans that make its gravity field inhomogeneous. Principia simulates this, so for instance geostationary orbits are only stable in some places (over India and Mexico), elsewhere they need stationkeeping. The effect you are seeing is mostly due to oblateness.
  12. For the real solar system, it's quite easy, we used the JPL Horizon System which gives us real-life numbers. For a fictitious system, however, things might get more challenging.
  13. Just to clarify: are you saying that हरीश चंद्र works for you but Hausdorff (the version immediately after) does not? That's interesting to know and quite puzzling as there were very few changes in between.
  14. I think you'll have to try progressively older versions of Principia (older download links can be found in the history of README.md on GitHub). We are building on Ubuntu 20.04, which apparently pulls this version of libm. I believe that the last version built on Ubuntu 18.04 (which may or may not have the version of libm you need) was Hardy.
  15. You have version 11 of the libraries, we require version 8, so that should not be the problem. Is there any useful message in KSP.log?
×
×
  • Create New...