![](https://forum.kerbalspaceprogram.com/uploads/set_resources_17/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
![](https://forum.kerbalspaceprogram.com/uploads/set_resources_17/84c1e40ea0e759e3f1505eb1788ddf3c_default_photo.png)
Frostea
Members-
Posts
26 -
Joined
-
Last visited
Reputation
5 NeutralProfile Information
-
About me
Rocketeer
-
I find the telescopic piston/extendotron useful for stowing mining drills and other delicate parts attached radially while entering atmosphere. I also like IR for manipulating docking ports on ground bases, it makes docking rovers much easier. If you just want to deploy satellites out of a SSTO there is probably no need for IR. Just a decoupler will do.
-
The Smart A.S.S feature from Mechjeb is better than the stock when not in atmosphere, and it comes with a bunch of other utilities.
-
[1.3.0] Kerbal Engineer Redux 1.1.3.0 (2017-05-28)
Frostea replied to cybutek's topic in KSP1 Mod Releases
Mechjeb still works for delta-v estimates, we can use that in the mean time folks. -
RCS in docking mode
Frostea replied to Shunt's topic in KSP1 Technical Support (PC, unmodded installs)
Deleting settings.cfg worked for me. The default for translate up/down and forward/backward seems to have swapped, but that can be changed in the keybindings. -
RCS in docking mode
Frostea replied to Shunt's topic in KSP1 Technical Support (PC, unmodded installs)
I'm getting this too. Hitting spacebar to swap between rotation and translation does not change the mapping for any key. It is as if docking mode itself was not enabled except for spacebar. -
IMO metapackages are about halfway to what LadyAthena is asking for, which is a fully featured UI-based method of swapping mod packages. I like this idea. Might be even better if you could specify custom cfg files that you have written yourself for certain packages.
-
[0.90] Kerbal Environmental Effects Study (KEES)
Frostea replied to N3h3mia's topic in KSP1 Mod Releases
Nehemia hasn't updated the mod for KIS compatibility yet. Use KAS to grab the experiment and store the result in a command pod if you don't want to return the experiment holders back to Kerbin. -
Hello, I'm trying to change the orbit of a ship to a high orbit around Eve using the following code. double testHeight = FlightGlobals.Bodies[5].Radius + Convert.ToDouble(FlightGlobals.Bodies[5].maxAtmosphereAltitude) + 1000000; Orbit testOrb = new Orbit(0, 0, testHeight, 0, 0, 0, 0, FlightGlobals.Bodies[5]); FlightGlobals.ActiveVessel.orbitDriver.orbit = testOrb; When I apply this as a module onto a stock part and then activate it via right-click menu while on the launchpad, it doesn't work, as shown in this screenshot with the debug menu: Anyone can figure out what is wrong with my code?
-
[1.0.2]Stockalike TAC Containers v0.4 [04/05/2015]
Frostea replied to Sandworm's topic in KSP1 Mod Development
Akron's ideas are good, FS+Tweakscale support would drastically reduce part clutter. Do note that procedural parts already has an inline life support supplies part for Tac LS. Maybe you can add some variety, such as nose cone shaped container which supports FAR or even tail fins with LS packed in. -
How many module manager patches does ksp load for you?
Frostea replied to peachoftree's topic in KSP1 Mods Discussions
On Linux I've got about 11000 patches. I should cut down on that... -
Hello nlight. I really like your plugin for the ease of use. Removing those useless parts out of massive mods has never been easier. I have found a show stopping bug while running this on mono on linux. It is easily reproducible by following the steps below 1) Download a mod with a lot of parts like B9 2) Go look at the mod in Part Manager, and scroll down on the parts list (The listbox on the right) 3) Click on any mod in the mod list (The listbox on the left) 4) Crash with two System.ArgumentOutOfRangeException This can be mitigated by scrolling up on the parts list before clicking on mods in the mod list. I am not sure if this bug shows up on Windows. Anyway, the complete error log is as follows: System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count. Parameter name: index 1 at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException (System.String name, System.Object actual, System.String message) [0x00000] in <filename unknown>:0 at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridViewRowCollection.SharedRow (Int32 rowIndex) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridView.GetRowInternal (Int32 rowIndex) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridView.OnPaint (System.Windows.Forms.PaintEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridView.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count. Parameter name: index 0 at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException (System.String name, System.Object actual, System.String message) [0x00000] in <filename unknown>:0 at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridViewRowCollection.get_Item (Int32 index) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridView.SetSelectedCellCore (Int32 columnIndex, Int32 rowIndex, Boolean selected) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridView.MoveCurrentCell (Int32 x, Int32 y, Boolean select, Boolean isControl, Boolean isShift, Boolean scroll) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridView.OnRowsAddedInternal (System.Windows.Forms.DataGridViewRowsAddedEventArgs e) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.DataGridView:OnRowsAddedInternal (System.Windows.Forms.DataGridViewRowsAddedEventArgs) at System.Windows.Forms.DataGridViewRowCollection.AddCore (System.Windows.Forms.DataGridViewRow dataGridViewRow, Boolean sharable) [0x00000] in <filename unknown>:0 at System.Windows.Forms.DataGridViewRowCollection.Add (System.Windows.Forms.DataGridViewRow dataGridViewRow) [0x00000] in <filename unknown>:0 at PartManagerPlugin.PartManagerUI.InstalledModsListBox_SelectedIndexChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ListBox.OnSelectedIndexChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ListBox.OnItemClick (Int32 index) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ListBox.OnMouseUpLB (System.Object sender, System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.OnMouseUp (System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ListBox.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
-
Need help capturing Class-E asteroids.
Frostea replied to TaintedLion's topic in KSP1 Gameplay Questions and Tutorials
With Tweakscale you can scale up parts to meet the delta-v requirements without the use of nuclear or ion thrusters. I had to do this as I was playing with the ADIOS tech tree and haven't unlocked the nukes or ion thrusters. The Kerbodyne part pictured below is scaled to 7.5m on the bottom stage. Marked on the right is a rockomax science craft. It is not efficient but it gets the job done. Just for the record I had calculated that with that big 7.5m rocket I can only get about 300-500 delta-v after I hooked on to the rocket, so capturing the asteroid in Sun orbit might be a better idea if you aren't playing with life support or Remotetech. Yes you can do all of that but it is not needed. In fact, if you put more engines on the asteroid you absolutely have to make sure you have the center of mass and center of thrust lined up or you will be put in an uncontrollable spin when trying to move the asteroid. As you can imagine, it is hard to do that outside of the VAB.