Jump to content

[1.5.x-1.11.x ] Telemachus Reborn


DanGSun

Recommended Posts

Hello!

   I am currently seeking a modder who can update the Telemachus mod for the latest version of KSP and make some adjustments. We are working on a social project and have a modest budget for this task. If you are interested, please contact me via email at aitvariux@yahoo.co.uk.

Link to comment
Share on other sites

  • 4 weeks later...

Hi,

Is there a way to access the current fuel amount or instantaneous fuel consumption via the API ? Something like this works for the speed:

// Java code
                        url = new URL("http://127.0.0.1:8085/telemachus/datalink?"
                                + "time=v.missionTime"
                                + "&long=v.long"
                                + "&lat=v.lat"
                                + "&alt=v.altitude");

I have tried


                                + "&vFuel=v.liquidFuel"

but it is not available in the API.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...