TheAnswerIsIsaacNewton
Members-
Posts
24 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by TheAnswerIsIsaacNewton
-
I'm using Nertea's Stockalike station parts, and have a cargo container set for MaterialKits. However, when I have an engineer disassemble as part, the resulting MaterialKits are lost. I tried to make an MM patch after looking through the cfg files, but it didn't work: @PART[*]:HAS[!MODULE[USI_ModuleRecycleBin],MODULE[ModuleB9DisableTransform],@RESOURCE[MaterialKits]] { MODULE { name = USI_ModuleRecycleBin } } I'm guessing it's not picking up the @Resource due to the B9 handling. The actual part is "sspx-cargo-container-25-1" , but I would like to support all related containers. Any help is appreciated. EDIT: Solved it myself after digging though the StationParts included patch collection. For anyone else: @PART[sspx-cargo-container-*]:NEEDS[USITools] { MODULE { name = USI_ModuleRecycleBin } }
-
I Just had the same/similar issue. Seems to be related to engines being active. Brand new install about 18 hours ago, previous directory deleted completely. Opened KSP, created sandbox, threw together minimalist vessel, and got this: EDIT UPDATE: Correction, it seems to be related to G-Forces, as there's a delay between engine shut off and blackout. It seems to actually occur when G-force hits zero after exiting KSC biome.
-
I just had this idea, and couldn't find anything similar, so I figured I'd toss it out there. Essentially, set up collision-less gravity/SOI sources for L-4/-L5 for major bodies. if collision-less or physics-less isn't possible (I know nothing about Kopericus, other than it creates planets), maybe a small 'trapped' asteroid placeholder instead. What do people think?
-
[1.x+] Community Resource Pack
TheAnswerIsIsaacNewton replied to RoverDude's topic in KSP1 Mod Releases
is there a chart of CRP resources similar to this one for stock resources? I know I can go into the file and look, but I'm lazy.... I'm happy to make one to be added to the OP, if needed. -
[1.8.x] Precise Maneuver editor
TheAnswerIsIsaacNewton replied to Morse's topic in KSP1 Mod Releases
Is there any possibility of getting some kind if "Import from Transfer Window Planner" functionality? Something that would read from the clipboard, and parse the node settings? Kerbin (@200km) -> Duna (@100km) Depart at: Year 1, Day 106, 0:00:00 UT: 2268000 Travel: 320 Days, 0:58:08 UT: 6915489 Arrive at: Year 1, Day 426, 0:58:08 UT: 9183489 Phase Angle: 89.84° Ejection Angle: 47.03° to prograde Ejection Inc.: -0.07° Ejection Δv: 1439 m/s Prograde Δv: 1439.0 m/s Normal Δv: -4.5 m/s Heading: 90.18° Insertion Inc.: -0.35° Insertion Δv: 824 m/s Total Δv: 2263 m/s -
Good space station mods?
TheAnswerIsIsaacNewton replied to onlinegamesz's topic in KSP1 Mods Discussions
Station Science (recently updated for 1.1.2) is my go-to for stations. It actually gives stations a reason beyond a gas station. -
[1.1.3] Rover Missions Redux
TheAnswerIsIsaacNewton replied to linuxgurugamer's topic in KSP1 Mod Releases
I just re-started (haven't even hit orbit yet). I'm getting missions for Kerbin after I recover a local Rover. However, when I accept and go out with a new rover, I immediately get a 'Mission failed' message. Is this because the rover was already recovered before the mission was accepted? -
[1.8.1] ETT - Engineering Tech Tree - May 4, 2020
TheAnswerIsIsaacNewton replied to Probus's topic in KSP1 Mod Releases
Just getting back into the Kerbal for 1.1, and I found this. Very nice mod,. Two things: Is there any way to add custom nodes via MM/config files? Given the number of other people's mods you are supporting, have you considered breaking up the tree into separate files? One for the tree/stock parts, and separate one for each mod... then you could even encourage the mod owners to submit their own node assignments.- 1,028 replies
-
- tech tree
- engineering
-
(and 1 more)
Tagged with:
-
I have a bug in the Spyglass..it just shows the message "No sites found" rather than a list of survey stakes in UI. Currently, my Minmus base is quite happily building a rover in hyperspace...
- 3,517 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
CivPop already has pretty much this part
- 3,517 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
I use an engineer for assembling to core of the base, but once the basic mining/manufacturing (which requires an engineer to sit in the base) for bootstrapping is up, I use others for secondary parts (storage, Mine shafts, etc).
- 3,517 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[Idea] Space elevators (HEAR ME OUT ON THIS)
TheAnswerIsIsaacNewton replied to mivanit's topic in KSP1 Mod Development
I think the easiest way to implement this would be make the part (probably three actually, small/med/large) simply generate the resource over time, at no cost (or maybe ElectricCharge based on size). The part would require the following conditions to activate: Attached to space station with mass of X (varies depending on size of part...large might require a small asteroid to make up sufficient mass) Keostationary orbit over KSC (check for planet/altitude/lat/long). Possibly some sort of unsafe/risky/safe display depending on how close to requirements Part takes X days to become fully active once activated Once fully active, part constantly generates whatever resources at rate dependent on size. When vessel is selected and/or physics is activated, part will check for activation conditions...if part is active and conditions are not met (station has been moved, etc), part explodes. Would be nice to have some way to access Astronaut Complex for med/large version, and simple transfer of Kerbals form ground to station. -
[1.1.2] Station Science (v2.0: New models by SpeedyB)
TheAnswerIsIsaacNewton replied to ethernet's topic in KSP1 Mod Releases
This one, IIRC: Fuel Science -
[1.1.2] Station Science (v2.0: New models by SpeedyB)
TheAnswerIsIsaacNewton replied to ethernet's topic in KSP1 Mod Releases
You can always create your own experiments if you don't think there are enough to make it worthwhile. There was a mod with a series of fuel-based experiments abandoned a while ago. Or make some that require other resources...uranium, RocketParts, water, civilians, whatever. -
A bit late responding, but... Hrm..I always get a 'Joe Kerbal cannot reach $module' message. I'm using a personal mod that uses the mode from the Stock-alike Station Parts radial attachment node with the orbital space dock's functionality (build a station in orbit!). But even testing with the base EL space dock I have the same problem (no idea how to embed album, sorry): Simple test workshop... Build another landercan and try to transfer... ta-da.... Any ideas? PS: For anyone who wants to try my toy... +PART[crewtube-attach-125]:Final { @name = stationExpansionNode_small @module = Part @title = Station Expansion Node (small) @description = Grow your own space station! May cause hair loss in certain individuals. MODULE { name = ExLaunchPad SpawnTransform = LaunchPos SpawnHeightOffset = 0.198238 } }
-
Small suggestion - detect Station Science modules as "Science Stations" when you have time.
-
+ [Part] [1.6] Davon supply mod v025
TheAnswerIsIsaacNewton replied to PrivateFlip's topic in KSP1 Mod Releases
Would it be possible to add a way to reverse the supply chain? Fill the hub with a given resource, and have it transferred off-station for money? Effectively, so you could mine Ore and sell it back to Kerbin? -
[1.12] Extraplanetary Launchpads v6.99.3
TheAnswerIsIsaacNewton replied to taniwha's topic in KSP1 Mod Releases
Before I go out and try to jury-rig this on my own, has anyone tried to implement a 'construction node' using EL? I'm thinking of using the base functionality of the orbital space dock to allow to build on to a space station dynamically. Replace the current model with a simple stock/cylinder-style parts, and find some way to eliminate the 'launch' function. Then just build out from the node, and make sure the structure you are building also has at least one construction node. As long as you supply RocketParts, you can build recursively. Any thoughts? -
[1.1.2] Station Science (v2.0: New models by SpeedyB)
TheAnswerIsIsaacNewton replied to ethernet's topic in KSP1 Mod Releases
Am I missing something? This is my second (and third, technically - two experiments on one ship) run of Creature Comforts in LKO. First time went off fine. Now, when I click 'Finalize Results', I get zero science. Am I missing a step?