Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

8
Wow warping is really easy.
Post Flair (click to view more posts with a particular flair)
Post Body

I did not realize how much of my life I was wasting waiting around for mechjeb to for god knows why take like minutes to slowly warp up and down for almost any amount of warp needed.

I just made the simplest script I could think of off the top of my head, and it does 20 day warps in 5 real seconds, with seconds-accuracy. What was the point of all that waiting? :(

(probably not that different than others', but here below. Does not yet check for warp limits in low orbit around bodies, but that's just one if I think).

print "seconds: " totaltime.

set warplist to list(5,10,50,100,1000,10000,100000).

set highestwarp to 0.
for warpoption in warplist {
    if totaltime > warpoption{
        set highestwarp to highestwarp 1.
    }
}

print highestwarp.
set warp to highestwarp.
wait totaltime-warplist[highestwarp-1]/2.
set warp to 0.

(integral of a linear ramp up is 1/2 * (linear slope) * x2 in this case, ramps up over 1 second, so x2 = 1, slope is just the listed warp rate, so ramp up to 100,000 takes 50,000 seconds for instance)

question: is the table of warp limits per body a kos variable anywhere? Can't find it.

Author
Account Strength
100%
Account Age
10 years
Verified Email
Yes
Verified Flair
No
Total Karma
126,089
Link Karma
4,999
Comment Karma
119,780
Profile updated: 3 days ago
Posts updated: 10 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
7 years ago