Jump to content

cfloutier

Members
  • Posts

    73
  • Joined

  • Last visited

Reputation

63 Excellent

Recent Profile Visitors

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

  1. @Terensky you mean I've got a typo to correct ? should I use Pe or PE ; Ap or Ap ? @Schneider21 thanks and enjoy. If you find bugs or enhancements , send a post there My next plan will be to add back autostaging and the Drone pilot that was so useful for short jumps. And next I've planned to draw the trajectory of the vessel directly on the flight View
  2. It's finally out !!! https://spacedock.info/mod/3325/K2-D2
  3. @Kayser Doesn't the Attitude pilot fits your need ? for the heading at least. this feature should be more for planes than vessels ?
  4. The next version will come soon. using UITK like the good mods NodeEx, Lift and Land has been rebuilded and rewrited. I'm currently on the Dock pilot this version will include a reset settings button for each pilots and for the whole mod. @imWACCO if you want to reset settings, just remove the settings.json file in the K2D2 folder
  5. sorry I didn't came back tehre for a while. As @schlosrat said I'm really busy for a huge refactorisation and new UI using UI Toolkit. It's really a big work and I hope it will come to end during this month but I'm not sure of that. when it's done I've planned to go backt first to the Lift Pilot. The Curve does not take in account the current TWR and it can change a lot how the orbit is created. When I use it I limit the thrust (using the K2D2 slider) to have a TWR that would be a bit greater than 1. But I do it quite randomly. I'll replace the thrust slider with a Limit TWR Slider. And I'll take this in acount for the UI curve. There is no tutorial for the moment and I would really need help for that. I work alone on the mod and i've got no time for documentation and tutorial. But It would be very useful. I've started a bunch of videos to see it in action. but i've not added much for a while. https://www.youtube.com/@K2D2-xi9jd I'll try to add more and a real documentation once the UI has been updated. ------------------------------- About the landing I've planned to share the work with @schlosrat like he said. The deorbit burn can be computed in FlightPlan and the final adjustments should be made by K2D2. We need to define the target location and we have not compeltly started that. It could be defined using SpaceWarp mod. taht will introduce soon waypoints.
  6. @computerpro do you have the icon in app bar ? ----------- @Schneider21 yes settings is saved totally independently on savegame. I find it confortable from my side.... the max throttle shoudl be available before launch you're right I'm currently remaking the whole UI and I will take that in account. thanks --------------------------
  7. I'm currently completely rewrite the UI using uitk It will then Adapt it's size the the screen and won't be pixelated on size change It won't be in front of load save panel. -------------- For the remaining DV it's a debug line shown when the option 'show node infos' is on
  8. It's in my to do list and would be very useful for landing. But it will take some time. I'm currently on a long work to change the UI from imgui to uitk For the start burn timing it's actually a wrong rendering from ksp UI The start time is computed with precision using internal orbit patch data On the Ksp2 UI the last red point is printed and the sound starts at the beginning of the last second. I've tried a second sooner but it is a lame in result By the way you can try it by yourself in the option. You can set-up the start burn at a fixed time. Use a -1 value to have what you expected. I takes your other request on attitude. Iti'll sure be useful. About your second request. It will be corrected once port to uitk is achieved Thanks for the reports
  9. @Schneider21 what do you mean by using Docking alignment display. I use exactly the same values in K2D2. I mean the current position of the target dock relatively to your vessel dock.... i've compared both values in debug during devellopement of the docking pilot and we use the same ... But It's true I could use in K2D2 less propelant gaz. as I adjust speed the whole time. I could just adjust speed at the very end. when the wanted speed direction is really different than what is awaited....
  10. Yes in low FPS there are many bugs of precision.
  11. I've posted a fix for the ghosting Node. Thanks @Rezania you were right. it happened when deleting the done while burning yes you're right. it's for sure a missing option. And it should be done only when time warp is in x1. I'll add it to my quite long todo list Yes there is a reason. at the end of the burn time, the node direction can move because of small remaining dv to burn. I've tried to follow this direction to be really precise and by teh way didn't succed to do it. I've got really better result by keeping the same direction during the burn process. I'm not sure but I thing the option of following the node direction is still in the Settings . you can try it to see if it is better in your case. --------------- about the "Brake" pilot. there are much work on that pilot. I'll add first 2 feature : - landing gear before burn (it should be done during the final touch down phase) - SAS would be set up to retrospeed as soon as possible. I'll then try help adjust the final landing site....
  12. @Rezania thanks a lot this is the perfect way to reproduce it !!!!!! I'm now able to fix it. Thanks for your support @Schneider21 This mod is still a work in progress and your reports helps a lot. I don't have the time to fully test all feature in different situations
  13. @Rezania I've strange issues like this. But it has been quite hard to reproduce it while in debug.... usually I just reload (F5-F9) It happens to you any time ?
  14. v0.12 AutoStaging is off by default fixed an issue when switching to Tracking Station (errors in logs, thanks to @munix) Main Settings (UI size and Mod version) is more compact (fold out) Lift-Off Many upgrades Here : Ascent : You can configure the precision of the first Main Step. Costing : auto Warp when waiting for the end of Atmosphere. Fine adjust Ap : finally adjust if needed the AP Pause at the end of the ascent to help customise the final Node each feature can be toggled on/off in the settings Flight Plan integration Added a link with FlightPlan Mod. Lift-Off can be ended with a final Cirulirize Node. Thanks to @Schlosrat If've added buttons at the end of Lift-Off to create adjust the final Node. 30 s : create a node in 30s. Can be useful if the orbit in very vertical. Ap : create a node at AP. For clear orbit Unfortunatly I've not yet suceed in creating and executing a really precise final node for the moment. I'll try to enhance this in furture releases. I've also met in various situation errors when creating nodes. that's why the final state of orbit is not fully automated. please check the created node before executing it. added Circularize buttons in the node manager when there is no current node API added functions to disable pilots from another mod. it can be used to adjust available nodes in the exploration mode. here is the full api available in the K2D2_Plugin : public bool isPilotEnabled(string pilotName) public void EnableAllPilots(bool enabled) public void EnablePilot(string pilotName, bool enabled) public List<string> GetPilotsNames()
×
×
  • Create New...