Doctor Lag
Members-
Posts
74 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Doctor Lag
-
I actually did not realize either of those - would\'ve sworn time was passing while building but this makes more sense. Thanks! Also yeah, I forgot that 2x was taken out so my post above is made of 100% wrong. Woot!
-
As a (non KSP) developer let me say that as a rule, backwards compatibility would literally take enough time to remove one feature from each release. As Dizzle said, live with Alpha releases breaking compatibility so we can all stay friends. Also I personally don\'t want to bother with my old ships considering the new parts they\'ve been adding with each release.
-
The day/night cycle continues and is persistent while you\'re in the VAB building your ship. If you want it to be day just accelerate time and wait for morning.
-
Take off from KSC 1, circumnavigate Kerbin, and land back at KSC 1. Only autopilot allowed is avionics package or ASAS. Attached is my plane \'Albatross\', which made it from KSC 1 to KSC 2 the long way. MET of my best attempt (KSC 1->KSC 2) was about 2.5 hours.
-
Too-thin air will also decrease efficiency. The max height I\'ve found before the engines drop below their magic 'optimal' air flow is 12.8KM. Can\'t swear to that 100% but I got to that number by watching engine efficiency during a very long and boring circumnavigation attempt.
-
Hardly, if it\'s corrupted I\'ll just let it start over. It\'s an alpha so I don\'t expect it to keep all my stuff and deleting resets the bugged grounded parts anyway.
-
They\'re not always there (apparently it\'s a bug?). If they\'re in that file they would eventually be recycled unless there\'s another bug I haven\'t experienced. That\'s why I said to delete if they don\'t show up after 50 or so flights.
-
How to make a balanced spaceplane?
Doctor Lag replied to Anomalous_Matter's topic in KSP1 Gameplay Questions and Tutorials
I always assumed it was modelling gyroscopic precession (\'prop torque\'). Has anybody tried putting some SAS units on to see if they counteract the wander? -
Yep, that can happen. Mine currently seem to be perma-KIA also. If you really want em back you can delete your persistence file but that\'ll also remove all your orbiters, debris, etc.
-
How to make a balanced spaceplane?
Doctor Lag replied to Anomalous_Matter's topic in KSP1 Gameplay Questions and Tutorials
Specifically, when attaching a surface to a horizontal wing center the surface on the wing until it goes perpendicular and then hit A one time. Same for vertical wings (tailfins) but hit W instead. (Hopefully these are as consistent for others as they are for me). -
So I was doing an orbital slingshot to Minmus when...
Doctor Lag replied to hubbazoot's topic in KSP1 Discussion
No doubt... Also I\'m relieved to see easter eggs after the comment that they weren\'t working on any secret features anymore. -
How to make a balanced spaceplane?
Doctor Lag replied to Anomalous_Matter's topic in KSP1 Gameplay Questions and Tutorials
Glad I\'m not the only one running into this one still... -
Well played.
-
[PLUGIN][PART][0.15] Lag's Lazy Parts v.02
Doctor Lag replied to Doctor Lag's topic in KSP1 Mod Releases
Minor update: testing complete on 0.15 and all systems are go. Also this update looks _fantastic_ so going to play with it now. -
Displaying an image in a window?
Doctor Lag replied to Doctor Lag's topic in KSP1 C# Plugin Development Help and Support
Yep that did it, thanks. -
I used the code example from the wiki but I\'m just getting garbage when I try to render the texture... is that example still valid? The code that\'s causing the garbage is (I\'ve tried pre-initializing the texture and also recreating the texture every time I draw it but this is the simplest example): private Texture2D m_tx = new Texture2D(300, 100); private void WindowGUI( int idWin ) { for (int x = 0; x < m_tx.width; ++x) for (int y = 0; y < m_tx.height; ++y) { Color clr = Color.black; m_tx.SetPixel(x, y, clr); } GUILayout.Box(m_tx); } And I get the properly sized window but it\'s filled with a static-y looking bitmap... any good tutorials or docs out there? Alternately any tips would be appreciated.
-
Actually that would make the most sense... we\'re talking a LOT of lag (and a lot of crap probably left over from failures) on a beefy comp. But, if they were stuck on Kerbin wouldn\'t they have shown up in the persistence file?
-
[PLUGIN][PART][0.15] Lag's Lazy Parts v.02
Doctor Lag replied to Doctor Lag's topic in KSP1 Mod Releases
Update for v .02; all parts\' binaries and source are now in a single zip and I added a non-forum link for the guest users. Thanks to EndOfTheEarth for the idea to automatically reset zoom on SOI change. -
I was wrecking a LOT of ships over the course of several hours, way more than 50. In any case my persistence was definitely somehow corrupted; I was starting to get major major lag going from VAB to launchpad despite having far less debris than I\'ve seen people run with in Youtube vids, so I finally looked in my persistence file and there was no reference to Jeb & co. at all! Deleting the file brought them back within a couple of crews.
-
I had a weird glitch where Jeb & crew were permakilled. If they don\'t come back you may have to delete your persistence file.
-
It\'s not possible with the stock game. Although using SAS will keep your ship\'s \'absolute\' orientation, you\'ll find that it\'ll drift in relation to the surface as you orbit and you keep having to make manual corrections. I don\'t know if MechJeb or other mods have the capability of maintaining your relative orientation...
-
Liquid Fuel Engine pops off at lift off.
Doctor Lag replied to The Doctor's topic in KSP1 Gameplay Questions and Tutorials
You\'re right, but the vertical snap is far too aggressive for normal use (makes sense that it\'s turned off by default)... wish there was a CFG option for changing its threshold. -
[PLUGIN][PART][0.15] Lag's Lazy Parts v.02
Doctor Lag replied to Doctor Lag's topic in KSP1 Mod Releases
Thanks Tosh, although I started this in the wrong forum now it\'s found its home.