scimas
Members-
Posts
214 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by scimas
-
[KSP 1.12.x] kOS v1.4.0.0: kOS Scriptable Autopilot System
scimas replied to Dunbaratu's topic in KSP1 Mod Releases
Action sets support has not been added to kOS. And kOS discussion almost exclusively happens over their discord these days. https://discord.gg/H4TgCHja- 1,361 replies
-
- autopilot
- programming
-
(and 1 more)
Tagged with:
-
??? Early access or not, expected bugs or not, performance issues or not - it is a product people are going to pay money for. It's fair to say that one should expect problems in an early access product, but everyone has different levels of acceptable problems they're okay to put up with. One might be happy with 100 bugs, another might be okay with only 10 bugs; and the reviews help get a feel of that level. So at least I am glad that people can and are reviewing it.
-
https://github.com/mockingbirdnest/Principia/wiki/Principia-configuration-files#the-principia_override_version_check-configuration But pay attention where it says you will not get any support. And since KPS 1.12.3 is the final bug fixed version anyway, I would suggest recovering your steam password instead. I'm sure there are alternative ways of obtaining the game anyway, after all it seems you have bought it.
-
Principia does not mess with what is available to other mods. If you're using a random script you found somewhere on the internet, you need to understand what it is doing and what it is expecting. As for mechjeb not working, and the node disappearing before the burn is over: Principia's flight planner is just that, a planner. It does not help you execute a burn. The timings and predictions shown there are ideal cases - they assume you execute the burn perfectly. If mechjeb (or anything else) is not starting and ending the burn at the exact moments, or if something else like thrust variation, spool up time etc implemented by RO is messing with the engine thrust, Principia is not going to take that into account. You have to take care of that yourself.
-
You're looking at the target vehicle navball in this screenshot, so the tangent, binormal, normal markers are in that frame. But your manoeuvre is planned in the body inertial frame. That is making you think that those things don't align. And indeed they don't since they're two different frames. Manoeuvres cannot be planned in the target vehicle frame.
-
[KSP 1.12.x] kOS v1.4.0.0: kOS Scriptable Autopilot System
scimas replied to Dunbaratu's topic in KSP1 Mod Releases
Directions represent rotations, which should be multiplied. The addition of directions is supported but not well behaved as explained in the docs here https://ksp-kos.github.io/KOS_DOC/math/direction.html#operations-and-methods .- 1,361 replies
-
- autopilot
- programming
-
(and 1 more)
Tagged with:
-
I don't know the exact technical details, but at a rough guess the problem is with how the forces are being applied by KerBalloons. If the mod isn't applying forces with the calls Principia expects, the forces will "magically" disappear. As for why it rises a little bit off the ground: Whenever a vessel is landed, Principia doesn't control it all. Stock physics has complete control over it. Which is why the force gets applied to the vessel and it rises above ground. But as soon as it is off the ground, Principia takes over, the force disappears and the vessel comes down; and so you get the oscillations.
-
That is a property of N-body physics and your inability to execute manoeuvres perfectly, not Principia. Issue #2400 https://github.com/mockingbirdnest/Principia/wiki/Installing,-reporting-bugs,-and-frequently-asked-questions#timewarping I don't see how that would make for an interesting enough gameplay to justify the effort required, but not really my expertise or place to say either way.
-
[KSP 1.12.x] kOS v1.4.0.0: kOS Scriptable Autopilot System
scimas replied to Dunbaratu's topic in KSP1 Mod Releases
So you just decided to call a mod a mess and spread misinformation based on the number of issues? Without even trying to see whether most of its functionality is affected or not?- 1,361 replies
-
- 1
-
- autopilot
- programming
-
(and 1 more)
Tagged with:
-
These are initial state files for use with RealSolarSystem https://drive.google.com/drive/folders/1iNlip4K66oaOQgPm7nDnpQxExuDmp6lu Some people like to play or simply want to explore RSS in more recent years, rather than 1951 with which Principia starts by default. And of course you can timewarp to whatever year you want to. But until the devs complete their work on #2400 and related issues, it is going to remain a bit painful the further from 1951 you timewarp. The folder linked above contains initial states every 5 years from 1950 to 2020. So the initial state file for 2010 gives you a game that starts on 2011-01-01T00:00:00 UTC. Replace the initial state file in the Principia/real_solar_system folder with the one you want. Keep in mind that this will only have effect on new saves, an existing save won't magically timewarp into the future or past because you changed that file. @eggrobin has done a cursory verification of the initial state files. But if you run into any inaccuracies, that's my responsibility, not his or @pleroy's.
-
The stock spheres of influence do exist even with Principia, Principia just doesn't care about them. The stock science system uses those same SOIs for determining which experiments are available. In case of other planet packs, those limits are set by the respective planet packs, Principia doesn't meddle with it. And anyway - with or without Principia - altitudes don't depend on the SOIs at all. Altitude is simply (distance from body center minus body radius). Conceptually, an altitude with respect to Mun still exists even if you're in the SOI of Jool.
-
[KSP 1.12.x] kOS v1.4.0.0: kOS Scriptable Autopilot System
scimas replied to Dunbaratu's topic in KSP1 Mod Releases
Check the ModuleManager documentation, it does allow checking for presence of modules among many many other things.- 1,361 replies
-
- autopilot
- programming
-
(and 1 more)
Tagged with:
-
That's an extremely unhelpful report. It's like saying, "I was walking down the road and now my arm is bruised, what's going on?" I don't know, a hundred different things, maybe you hit a power pole with it or a car drove over it, or it was bruised all along but you just noticed... Nobody can and will help you unless you properly describe what you were trying to do, how that thing didn't happen the way you expected, what went wrong and, if needed, provide the logs.
-
[KSP 1.12.x] kOS v1.4.0.0: kOS Scriptable Autopilot System
scimas replied to Dunbaratu's topic in KSP1 Mod Releases
Agreed. So many people have already made their scripts publicly on github. And if people want to contribute more general or utility like code, they are encouraged to contribute to KSLib - a standard library of sorts for kOS. As for the location of the script files, technically they can be anywhere. A Ships/Script/ simlink can then be created. I manage my scripts this way so that updating / deleting a KSP installation doesn't get rid of my scripts. Of course this method has same problems that @kcs123 already described.- 1,361 replies
-
- autopilot
- programming
-
(and 1 more)
Tagged with:
-
The manoeuvre (the current one) can already be accessed through kOS. That issue was about exposing a lot of the FlightPlanner, but as @Butcher said, most of the proposed things can already be accessed through the stock api. He had also written the kOS side of the code for the hypothetical principia interface at the time. I found out the "history only" part about VesselGetPosition when I was working on my modification of his code. The problem I'm trying to address is a lack of future trajectory prediction (both position and velocity) in the presence of N-body gravitation.
-
I'm writing an addon for kOS. Since the trajectory of the vessel doesn't match patched conics in the presence of N-body gravitation (especially body to body transfer trajectories), automatic accurate execution of manoeuvre nodes becomes impossible. If instead I can get position from Principia, I can code the execution program to seek a certain distance from some body at a certain time (within some margin, not pin point accurate). So it would be helpful if principia could provide the prediction. For my use case it would be enough to get predictions that fit in the constraints provided in the principia settings. That is, the future time doesn't have to be arbitrarily large, only as far as the map view trajectory goes, similarly for the error in prediction.