-
Posts
113 -
Joined
-
Last visited
Reputation
24 ExcellentProfile Information
-
About me
Spacecraft Engineer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
It doesn't know how to do that. That should be something I could add though. The planet size should only affect landing dVs and orbit heights/dVs (I think). I will have to math that out this weekend.
- 310 replies
-
- 1
-
-
- dimensions
- sigma
-
(and 1 more)
Tagged with:
-
I did it! I made a simple Delta V Map SVG generator that lets you input a scale. It's also procedural, so it should be possible to add custom planets to it. It doesn't take into account atmospheres yet, so the atmospheric values are a bit off. I'll add features to it over the next while. http://gingles.cc/dvmap
- 310 replies
-
- 7
-
-
- dimensions
- sigma
-
(and 1 more)
Tagged with:
-
I also like this idea. Maybe I could try and set something up in the next few weeks. I don't suppose anyone knows if there is an SVG version of this image or something similar?
- 310 replies
-
- dimensions
- sigma
-
(and 1 more)
Tagged with:
-
I am also seeing this bug. KSP v. 1.1.2, mod v. 1.9.3 Steps to Reproduce: 1. Begin a new craft in the VAB editor and attempt to attach the part "OX-2L 1x3 Photovoltaic Panels" Expected Results: 1. The selected part would be placed without any initial rotation, and it would be in its retracted state by default. The user should have the ability to extend and retract the solar panels while editing the craft in the VAB. Actual Results: 1. The part is rotated 90 degrees, defaults to its extended state, and the user has no option to retract it while in the VAB.
-
[1.1] RemoteTech v1.6.10 [2016-04-12]
okbillybunnyface replied to Peppie23's topic in KSP1 Mod Releases
This site is amazing for learning the a new language quickly. http://learnxinyminutes.com/ -
Technically yes, but it'd be much more difficult. Many mods depend on module manager. You can get it here: http://forum.kerbalspaceprogram.com/threads/55219 - - - Updated - - - Make sure you only have one copy of module manager in your gamedata folder (the most recent version). A lot of mods package it with the mod, so it's easy to get multiple copies.
- 2,070 replies
-
- iva
- rasterpropmonitor
-
(and 1 more)
Tagged with:
-
[1.1] RemoteTech v1.6.10 [2016-04-12]
okbillybunnyface replied to Peppie23's topic in KSP1 Mod Releases
Typing "No" would've actually been two letters easier. -
[1.1] RemoteTech v1.6.10 [2016-04-12]
okbillybunnyface replied to Peppie23's topic in KSP1 Mod Releases
Read? -
Same problem here. My gamedata folder: http://imgur.com/4x0iL5u My log: https://drive.google.com/file/d/0BzdvfmA99Mn1RmtOa3RNUmtGcjg/view?usp=sharing - - - Updated - - - It seems that we share: Chatterer KerbalEngineer KSP-AVC ProceduralFairings RcsSounds RealChute StockBugFixModules I didn't experience this bug before I added: RcsSounds RealChute StockBugFixModules Let's see if I can nail it down to one of those three. - - - Updated - - - I can't reproduce it anymore. T_T
-
[1.1] RemoteTech v1.6.10 [2016-04-12]
okbillybunnyface replied to Peppie23's topic in KSP1 Mod Releases
It was like that in RT, but they changed it to the simplified version in RT2, I believe. edit: This actually still exists in RT2, but you have to manually enable it in the RemoteTech_Settings.cfg. http://remotetechnologiesgroup.github.io/RemoteTech/guide/settings/ -
[1.1] RemoteTech v1.6.10 [2016-04-12]
okbillybunnyface replied to Peppie23's topic in KSP1 Mod Releases
It's certainly been passed around. I wouldn't be surprised if the code's comments have some sort of gnarly STD. -
Well, I tried to make it as general-purpose as possible. All the resources are handled identically at the moment (in fact, the module doesn't even require electricity to be one of the inputs/outputs), so a feature of that sort that is specific to electricity would be outside the scope of what I did. There should be a way to include it as an option that would simply check if an output is deprived, though.