Jump to content

ArXen42

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by ArXen42

  1. Greetings! I have been playing around with Principia for some time and I'm absolutely amazed by the sheer complexity of this mod and what possibilities it brings to the gameplay. However, my eyeballed maneuvers barely do any justice to the precision and complex math behind these orbits, so I have a few questions to devs and/or someone who attempted the same thing: What software did you use while developing Principia to validate it's behavior? For example to check that the same initial conditions lead to the same orbits after N seconds, etc. Did you debug Principia by restarting KSP after every change or you had some other environment to tackle with physics simulation (C++ core) that would visualize orbits without KSP? Basically I wonder if it is possible to create playground where I could programmatically enter a flight plan and see/analyze resulting orbit in our solar system (either with Principia core or some other software that does similar job). I don't have required physics/math background for that sort of things but it will be interesting to at least try to make something like a trajectory optimization tool mentioned above or automatic gravity assist planner. Maybe some RPC to Principia are possible?
  2. @Gameslinx ah, guess I misunderstood how your mod works. From the looks of it I thought you already do something like that (greatly increasing details around the camera by applying secondary "overlay" heightmap or something like that), but my understanding of such things is very limited. Anyway, you've achieved amazing results already! I'm a little sad though that we probably won't see much improvements in that area in KSP2. I was hoping they would go for procedural LODs like in Space Engine or Star Citizen, but seems like terrain will remain the same boring planet-wide heightmap, unfortunately.
  3. Greetings, kerbals! Do you guys know of any 6x or (preferably) 10x planets pack compatible with latest parallax? I've tried Beyond Home, but with 10x rescale planet surfaces are broken, unfortunately. RSS won't work with it too, AFAIK. I'm trying to make some realistic-ish modern KSP build with all the graphical marvels of late (parallax, waterfall, scatterer, etc), but it's hard to find a subset of content mods that play nicely with all of these. I'm probably going to stick to JNSQ for now (though looking forward to Beyond Home update), but was wondering if there is anything bigger with Parallax support. Or are there some technical limitations that would prevent it from working on such scales at all (like heightmaps resolution or something)?
  4. I don't recall doing something special. Fresh installation of KSP, install Kopernicus (latest version from CKAN), install SigmaDimensions (latest release from github), install this rescale pack. Just simple drag&drop into GameData, no .cfg tweaking. Didn't test on 1.9 though, but worked on 1.8.1.
  5. @AlphaKerman Yeah, that new 1.8 terrain render is very cool. Maybe not "Star Citizen" cool but waaaay better then what we had before. BTW, people do ridiculous things with terrain scatter nowadays, I've tried "Beyond Home" planet pack recently and they even have landable floating islands on Jool there!
  6. From your conversation, I have a feeling that someone is mistaking tiny 200KiB plugin (B9PartSwitch) with huge parts pack (B9 Aerospace)
  7. For now I have settled on JNSQ (though it seems to have issue like that too). But on your screenshot Duna is veeeeery blurry, there is practically no terrain. In KSP 1.8 it should look like this even without mods:
  8. Oops, apparently I shoud've read Kerbalism wiki "mod support" page. Thanks for the info! Shame to loose that bit of mod complexity though, but, on the other hand, at least it works and has all that pgen/radiation/ISRU background processing mechanics working. Gonna roleplay a bit and stick some radiators anyway
  9. Greetings, I'm playing with reactors and all that electric engines and can't find anything related to heating. Is reactor core heat is still a thing? I can't find any GUI or at least internal heat info in context menu, here is the screenshot (enabled KSP heat debug just in case):
  10. One can also use alternative image viewer like nomacs instead of crappy Win10 image viewer.
  11. Well, it works with Galileo88's Rescale! 6.4x, though I only tested simple orbit insertion from Rhodes. I wonder how long it will take to make visit to Laythe in old Kerbol system... Principia for some reason don't draw flight plan THAT long
  12. Wow, I just discovered this mind blowing planet pack (now it will be hard to choose between JNSQ and Beyond Home, lol) and started to wonder if it will work with Principia... and @MorePortal just did this 30 mins ago! Gotta try it with 3.7x rescale and Kerbalism.
  13. Yes, cheats/hyper edit/etc seems to affect Kopernicus. For example, whole planet surface can glitch if you do this. F5-F9 usually fix the issue.
  14. I'd like to give a shout-out to the person who came up with the brilliant idea of adding parts "S-MINI/MED Radial Stack Adapter". I spent probably a few hours yesterday trying to somehow attach jet engine radially to my VTOL craft. I couldn't find a single radial engine mount with attachment nodes on both sides so ended up with cubic strut clipping abomination. Now I accidentally stumbled upon this invention of humanity: Thank you.
  15. I'd do the following steps: Backup the whole KSP directory. Make a list of all mods you are using (it seems you are installing them by hand, but if not, CKAN has ability to export modlist/modpack). Install fresh clean KSP 1.8.1. Using CKAN, install Kopernicus, check if it works (it certainly should). Start adding mods from the list through CKAN, check if it works after every few mods, especially ones that are not declared to be compatible with KSP 1.8.1 (however I have a few of them, works fine). Better install your preferred planet pack first (JNSQ has 1.8.1 compatibility, RSS works too, apparently, probably a lof of other packs will work too). If some mods are not present in CKAN, add them when finished with others. I heavily recommend using CKAN because it's pretty good with managing mods dependencies and preventing problems. At this point it is pretty much standard. Package managers are great invention, you can even install CKAN from another, system-wide package manager (chocolatey on Windows, apt-get/pacman/etc on Linux)
  16. Wait, 1.9 is out? I have reinstalled game like a few days ago and steam installed 1.8.1... (can't check if there are additional options in steam right now). And not a single mod in CKAN with 1.9 compatibility.
  17. Hey, can I ask you (and/or other Kopernicus devs) a question, if you have time for that? I'm a bit curious about technical difficulties that lead to all that 10's of pages of "1.8 release when?!!!" here What were that "too hard" parts in 1.8.1-1 release? I write some C# almost everyday but haven't tried KSP modding (hopefully just yet), so it would be interesting for me to hear what were the major setbacks. Some problems with adapting to 1.8 changes like new terrain shaders? Or hacks that made Kopernicus work in 1.7 broken in 1.8? BTW, Kopernicus repo is probably the first time I've seen anybody using CLR typenames instead of aliases (Int32, etc), lol .
  18. I personally haven't been around all that drama and decided to try KSP after very long break just in time for Kopernicus update. But as far as I understand, there was a long going emotional discussion here. AFAIK the problem is that Thomas P. and Sigma88 are the only people who know and understand Kopernicus codebase and worked on that update. And Thomas expressed somewhere in this thread that he lost his interest in all this and continues to maintain only because a lot of people depend on this mod. And it seems that despite all that, there weren't anyone else who wanted this update so desperately that he/she would take a few days off the work, fork the mod on github, figure out how it all works and implement a patch for 1.8.1 faster then maintainers. There was no help you were talking about. Maybe I understood this situation incorrectly though and there were something else going on here. But anyway, all sources were open on github all along, for anyone to fiddle with them.
  19. I can't unsee something on that image that tells that this planet is under Sirius Corporation control or something like that
  20. Well, it is very possible that if I will manage through composing all the mods together and actually start playing I will quickly realize that 1/4 of IRL is pretty hard too I just love that absolutely gigantic look of IRL sized Kerbin (or Earth in RSS) from low orbit (just above atmosphere), especially with 43k clouds. Because planet is 10x bigger and atmosphere only like 2-3x thinner, planet looks less curved and makes you feel much smaller. And that 10km/s+ counter at nawball and hours-long electric engines burns required to fly somewhere will add to the feel
  21. Greetings! Do I understanding correctly that JNSQ comes only in 2.7x scale and cannot be simply scaled to something like 6.4x or even 10x with a few tweaks in configs? My current goal is to play in more or less realistically scaled world (it amplifies the coolness of orbital view and makes everything feel more "right") with Principia and FAR, but use something like Near Future stuff to compensate massively increased dV requirements. RSS unforunately doesn't have Jool and Laythe. JNSQ looks like the most alive and up-to-date stock system rescale with Principia support, which is absolutely fantastic, the only problem for me that it's still quite small
  22. I have the same issue on Laythe while using latest kopernicus, sigma dimensions and this rescale: [1.4.2] [Kopernicus] [Sigma Dimensions] Realistic Rescale 1.1.1. Despite missing "chunks" of terrain, landscape colliders work, rocks laying on the ground are also displayed laying on invisible ground and casting shadows on the water below terrain.
  23. @Augustin How much RAM do you have? I have 16GiB and KSP with just Astronomer's Visual Pack and Principia easily eats like 9GiB RAM. Principia has some heavy math under the hood, so I guess it may need considerable amount of RAM too. Meanwhile, Kopernicus was just updated to support KSP 1.8.1. I'm sorry to ask noobish question, but what is the most up-to-date rescale (6.4x preferably) mod that is designed with compatibility with principia in mind (i.e. system stability)? I tested [1.4.2] [Kopernicus] [Sigma Dimensions] Realistic Rescale 1.1.1 and it seems to work fine (aside from some problems with Astronomer's Visual Pack that aren't related to Principia probably), but maybe there is something I'm missing and there is newer rescale mod out there?
  24. Tested with KSP 1.8.1, today's Kopernicus release, latest Sigma Dimensions from github and Principia (and also Astronomer's Visual Pack). Seems to work fine, but I did only very basic testing. It seems that this thread haven't updated since 2018, but I can't find more recent rescale mods with stated Principia compatibility. Upd. Landed on Duna. Visuals are quite impressive (for KSP, at least), but FPS on altitude below ~30km is very low, like 5-10. Without rescale 60-100 fps.
  25. @Vanamonde Sorry for bothering you, I, wish I had brains in May 8, 2014 to google this thread... Now I remember why Georgy496 has zero activity on this forum
×
×
  • Create New...