BigD145
Members-
Posts
861 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by BigD145
-
[1.12.x] KSP Alternate Resource Panel v2.11.0.0 (April 10)
BigD145 replied to TriggerAu's topic in KSP1 Mod Releases
DRAG AND DROP *shouts from the rooftops* -
[0.24.2] Voice Commander 1.3.2 - Control crafts with your voice
BigD145 replied to blizzy78's topic in KSP1 Mod Releases
You have to plug in a microphone first. -
[0.21+] Kosmos Spacecraft Design Bureau: Updated (9/27/13)
BigD145 replied to Normak's topic in KSP1 Mod Releases
You could have read three posts before yours. THREE!! -
Omni's have a limited range. More limited than any dish.
-
[MWI] Metal Wasp Industries Solar Panel and Parts Pack
BigD145 replied to MrWizerd's topic in KSP1 Mod Development
It's just something to keep an eye on and is super easy to make compatible in some cases. -
[0.21+] Kosmos Spacecraft Design Bureau: Updated (9/27/13)
BigD145 replied to Normak's topic in KSP1 Mod Releases
Curse has been ... weird about what they allow, even for mod makers. I doubt anyone can just add it. -
[MWI] Metal Wasp Industries Solar Panel and Parts Pack
BigD145 replied to MrWizerd's topic in KSP1 Mod Development
Interstellar looks at sun tracking modules in the order they exist in the cfg, from what I've observed. If you're getting 0 charge from a sun tracking rotator hub and it's the first module in the cfg then Interstellar pulls that number and actually uses it for it's calculations for beamed power. It doesn't ignore the second module that actually has the solar panel charging number, but you do end up with tiny numbers for beamed power. Old KSP code used to require multiple sun tracking modules be in a particular order. That does not seem to be the case now. Mods still seem to care. This is mostly from my experience with KOSMOS Balka's. -
[MWI] Metal Wasp Industries Solar Panel and Parts Pack
BigD145 replied to MrWizerd's topic in KSP1 Mod Development
I'm assuming you use two tracking modules? Try to ensure the order of the modules does not mess with calculations made by other mods. Stock doesn't really care. -
Electric charge goes haywire if you don't have enough battery storage in Interstellar. Similar issues are probably at fault here.
-
[0.21+] Kosmos Spacecraft Design Bureau: Updated (9/27/13)
BigD145 replied to Normak's topic in KSP1 Mod Releases
The power curve should be completely wrong for RSS. No clue how RSS deals with that, though. -
Let's see some Interstellar crafts!!!
BigD145 replied to Rabada's topic in KSP1 The Spacecraft Exchange
I once tried sending up the arms in 1-2 missions from Kerbin until I looked at the weight. Each arm has 16 collectors at, what, 3 tons each? Ugh. It was easier to build it in space from spaceparts. RCS on either end of a single arm + a big mono tank on the docking port. They just slide into place. The core of the EL launchpads was shipped out with an Alcubierre taxi. My current taxi design is not enough. I'm not good at using it outside Kerbin orbit. Going towards the sun is easier. -
No. Not unless you do it yourself. Stop asking.
-
[0.21+] Kosmos Spacecraft Design Bureau: Updated (9/27/13)
BigD145 replied to Normak's topic in KSP1 Mod Releases
The single panel is a bit different from the double. I had similar weirdness with Interstellar until I reversed the order of the tracker modules. The above code doesn't look quite right. One too many modules. Try this for the double: PART { // --- general parameters --- name = Kosmos_Balka_PanelBlock1 module = Part author = Kosmos Team // --- asset parameters --- mesh = model.mu // --- node definitions --- // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z node_stack_top = 0.0, 0.381, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom = 0.0, -0.381, 0.0, 0.0, 1.0, 0.0, 1 // --- editor parameters --- cost = 300 category = Utility subcategory = 0 title = Balka Solar Wings Block manufacturer = Kosmos Spacecraft Design Bureau description = These absolutely massive duel solar arrays are so large they have earn the name of solar array wings. However they provide no lift and are easily destroyed by atmospheric pressure. They have the ability to deploy and pivot each array separately and each array can rotate around the central rotary hub to assure that they always assume the most effective line of sight rotation to the nearest star. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,0,1 // --- standard part parameters --- mass = 1 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 3200 // --- standard part parameters --- mass = 1 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 3200 MODULE { name = ModuleDeployableSolarPanel animationName = open_panel raycastTransformName = sunCatcherLeft pivotName = ArmLeft01_main resourceName = ElectricCharge chargeRate = 400 trackingSpeed = 0.1 powerCurve { key = 206000000000 0 0 0 key = 13599840256 1 0 0 key = 68773560320 0.5 0 0 key = 0 10 0 0 } } MODULE { name = ModuleDeployableSolarPanel animationName = rotary raycastTransformName = sunCatcherRight pivotName = Main_Rotary_Pivot resourceName = ElectricCharge chargeRate = 0 trackingSpeed = 0.1 powerCurve { key = 206000000000 0 0 0 key = 13599840256 1 0 0 key = 68773560320 0.5 0 0 key = 0 10 0 0 } } } -
Let's see some Interstellar crafts!!!
BigD145 replied to Rabada's topic in KSP1 The Spacecraft Exchange
Here's my Joolian AM collector. It collects 63.9 grams of Antimatter per day. It provides enough transmitted power for small craft around Jool. It can also make vehicles using the Extraplanetary Launchpad mod. -
[0.21+] Kosmos Spacecraft Design Bureau: Updated (9/27/13)
BigD145 replied to Normak's topic in KSP1 Mod Releases
Are you using a mod that changes the distances between bodies? -
[0.23]Baha. Parts for Extraplanetary Launchpads v1.2 (3/2/14)
BigD145 replied to BahamutoD's topic in KSP1 Mod Releases
Drills are not light. The bit itself has to be hard enough to cut and the mechanism behind it has to be heavy enough to push against rock. Pick up a thermometer in one hand and a corded drill in the other and tell me which is heavier. -
Next time read the last two pages.
-
[0.21+] Kosmos Spacecraft Design Bureau: Updated (9/27/13)
BigD145 replied to Normak's topic in KSP1 Mod Releases
Just swap the two modules that have to do with sun tracking in the cfg's. If you've never done this before then this is a good time to learn by doing.