PhilouDS

Results 134 comments of PhilouDS

Thank you very much!

I just tried inside the VAB, it's wonderful! I never used telnet with kOS so I can't say. Thanks again fr your work.

I tried this and it worked fine. Could I write my scrip differently so I can continue to use `warp_to` instead of `sync_warp_to`? I have no problem to use `sync_warp_to`,...

Just a thing about the vsix extension. I have this "error" message with the use of `format`. ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/812a76bd-ea64-433c-876c-0de77a0d8b6c)

This is great. Exactly what I wanted. Thanks. ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/61218894-42eb-411b-94e9-ebcb6d459ffe)

> `vessel.altitude_sealevel + vessel.main_body.radius` should be the same as `vessel.orbit.radius(current_time())` ... but the data is taken from different places of the game, so I have to investigate if there is...

Thanks. I tried the following this morning for the true anomaly and it works: `RAD_TO_DEG * vessel.orbit.true_anomaly_from_vector(vessel.orbit.relative_position(current_time()))`

> Cool I created this GPT and it seems pretty good. It at least gets the syntax mostly right and can use the functions and search the docs. > >...

Ok. I admit I check my scripts written with kOS for KSP1 and I saw I used bearing and distance. That's why I asked. Thanks for your answer.