-
Posts
447 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Gaius
-
Agreed, but there is one thing: the PDF seems to mix up the Anvil IV and V on the last two pages...
-
Hehe, yeah. In fact, it should probably be about triple. Observe: Way more than twice the size, look at the room between the Rockomax tanks, plus all the room above. I'd ballpark it at about triple the size.
-
I'm loving the look of this, and I hate you for making me redo all my existing space stations. BTW, the THSS-001-C description implies that it has an RTG and decent rotPower, but it appears to have neither (identical stats to the Okto). EDIT: One more quibble -- the big fuel tank is more than double the size of the big orange stock tank, but holds just a sliver more fuel?
-
Yes, simply adding "scale = 1" to old mods that had their node alignments messed up fixes them. No need to change any of the node numbers.
-
Not true. As I mentioned above, I add: MODULE { name = TacFuelBalancer } ...to all my command pods. Works perfectly.
-
[0.19] Multiversal Mechatronics - Fixed Camera - 1.3
Gaius replied to r4m0n's topic in KSP1 Mod Releases
Hmmm... F7/F8 seem to take me through the cameras in the same order. -
KSP is wonderfully mod-friendly that way. It may seem "odd", but I prefer the term "glorious".
-
I got it working by simply placing the dll in KSP_win/Plugins. Don't put anything in GameData, this plugin hasn't been updated for 0.20 yet. Only put plugins designed for 0.20 inside GameData (unless you want to go through and edit all the cfg files and stuff yourself). I can't comment on placement issues, since I don't use the supplied parts. Instead, I just add: MODULE { name = TacFuelBalancer } ...to my command modules.
-
Hmm, thanks Laminator. After reading that though, I'm wondering if it would work to simply MKLINK /D (the Windows equivalent of ln -s) the old directory path to the new one... gonna try this: cd KSP_win\PluginData mklink /d ISA_MapSat ..\Plugins\PluginData\ISA_MapSat ...and see what happens. EDIT: It works! I can now resume kerballing through the cosmos while waiting patiently for the next ISA MapSat update.
-
I noticed that the "mesh" folder (in the same folder as my .dae file) is no longer being populated. Is this intended? Everything seems to be working regardless. As long as if I make changes to the COLLADA file, it actually gets made in the game (I used to ensure this by deleting the contents of the "mesh" folder)...
-
Hmm. I installed on a fresh 0.20, seemed to work, mapped Kerbin. However, after I quit the game and came back later, it had lost the map it made. "No Terrain Detected" it says...
-
No problems with nuclear engines, I use them all the time. The problem is that the engine is probably a lot heavier than the engine you had on the top before. This has changed the center of gravity on your rocket and made it much more difficult to control. Try adding stabilizers, or replace some non-vectored engines with vectored ones if that's an option.
-
Several of the components have become stock parts. Not just cupola, but also the smaller lander can, the two remote guidance units (with new, spiffy models), and the "Atlas" rocket (renamed the "Skipper"). Might be others too, that's just what I've noticed so far... That said, keeping the old ones in the pack but in 0.20 format might be a good idea for people who still have flights with the old components on. We can always manually delete the parts we don't need.
-
Matching the rescaleFactor value actually doesn't work. For my parts I needed to set: scale = 1.0 rescaleFactor = 1.25 ... in order to restore 0.19 behavior. Setting scale to 1.25 is what I tried first, but that actually moved the nodes well outside and away from the model.
-
Part generator Version 2.X release / open beta
Gaius replied to Lando's topic in KSP1 Tools and Applications
FWIW, the vanilla PK-NUK appears to be based on the SNAP-19 RTGs used in the Pioneer 10/11 spacecraft. They produced 40W of power. The BES-5 Buk reactors used on some large Soviet satellites produced 3000W of power, and weighed only 1 ton. Translating that into KSP terms, if a PB-NUK generates 0.75 power, a one ton BES-5 equivalent ought to generate 56.25, and your 1.7 ton RTG should probably be generating even more... -
Some mods come with a PluginData folder that needs to go somewhere from the start... While I'm here, may I direct attention here? I may have picked the wrong forum to ask that question, might have been better asked here.