Jump to content

UnanimousCoward

Members
  • Posts

    430
  • Joined

  • Last visited

Everything posted by UnanimousCoward

  1. Part Wizard is useful in situations like that. You can select any part on your craft from a list.
  2. Maybe it was this one. The Probes Before Crew tech tree mod also has its own contracts like what you're talking about. Then there's the Career Evolution contracts pack, but that might be outdated. There are probably others as well.
  3. There's also this. The part list is relatively small.
  4. I'm interested in modifying the configs to apply real dates to a 2.5x KSRSS system, which has a 7.5-hour day. I guess the main value I need to modify is the "offsetTime" figure, which is currently "21600". Question: is the offset based on adding this number of seconds to the standard Kerbin day, i.e. adding 21600 seconds to the standard Kerbin day to make it match JNSQ's 12-hour day? If so, then to make it work with 2.5x KSRSS, I would change the "offsetTime" figure to 5400, right? (Add 5400 seconds to the standard Kerbin day to bring it up to 7.5 hours.) Edit: Actually, I see that I'm wrong about this and the offset time just changes the time that a new save starts at, right? So I should modify the value for offset time if the game doesn't start at dawn at KSC and I want it to start then.
  5. Yeah, copy/paste error. It should have been "the folder GameData\AstronomersVisualPack\AVP_Configs\Textures\CityLights".
  6. Yes, you'd need to use the Parallax Stock Textures, as AVP doesn't provide Parallax textures. One issue you'll encounter if you use both Parallax and AVP is a lot of texture flickering on Kerbin. This happens because they're both trying to apply textures at ground level on Kerbin - AVP is applying city lights textures, and Parallax has its ground textures. You'll need to decide which effect you want to keep, the city lights or the Parallax textures, and make some modifications. To keep the Parallax textures for Kerbin and ditch the city lights: delete the folder GameData\AstronomersVisualPack\AVP_Configs\Textures\CityLights. To keep the city lights for Kerbin and ditch Parallax textures for Kerbin (while keeping Parallax active for other bodies): opening the file GameData\Parallax_StockTextures\ParallaxTerrain.cfg in a text editor and deleting the Kerbin section (lines 3-42) should take care of it.
  7. @linuxgurugamer I modified the config to rotate the model. It looks like this: The balloons line up (just about) with the physical struts now. Personally I have an odd OCD about symmetry and rotation, and I actually prefer the look of the non-rotated version. But of course, you make the decisions for your own mods. If you prefer the rotated version, I can patch it myself. Updated version of the patch with the 45-degree rotation:
  8. @linuxgurugamer Tested with the Kane-11-3 command pod. Deploys properly as expected, and the size seems correct: There's one glitch, however. The balloons on the top aren't physically connected to anything: If they could be rotated by 45 degrees, they'd line up with the physical struts, but I guess that might be a pain to accomplish. It's a minor visual glitch, and for myself, I'll happily live with it. Thanks once again for maintaining this - and a million other mods. It's hugely appreciated.
  9. @DaOPCreeper - You should tag @linuxgurugamer to increase the chances of getting your wish. Here's an attempt at an MM patch for the latest Apollo capsules. I've just copied the MM patch for the old Bluedog Apollo capsules and changed the names of the parts it's targeting. It's completely untested at the moment. If the size of the Bluedog capsule has changed, at least the rescale values will have to be modified. I'll check if it works at some point, but if you (or someone else) could test it, that would be helpful.
  10. Yes, it works just fine with mods like PBC. The only issue with PBC is that PBC has its own contracts for the early game, so sometimes you'll get multiple contracts offered with similar goals in the early game, e.g. two contracts to reach space, or two contracts to reach orbit. Not a problem itself, it just means easier access to cash and reputation at the start of the game.
  11. Taking the Mainsail as an example, the Stock Waterfall Effects patch has "FOR[StockWaterfallEffects]", whereas Waterfall Restock has "FOR[WaterfallRestock]". As I understand it, this means that the patch from Waterfall Restock loads after the patch from Stock Waterfall Effects (due to alphabetical order). Waterfall Restock's patch removes the "EFFECTS" module and "ModuleWaterfallFX" module that were added by SWE and replaces them with its own. Assuming this holds true for all the parts, it seems that Waterfall Restock will take precedence over SWE. But SWE's effects will remain for any parts that aren't covered by Waterfall Restock.
  12. For me, this mod causes Module Manager to appear to stop loading at the stage when it's applying the Simple Repaint patches. It applies the patch individually to almost every part in the game. If you have a lot of added mod parts, it might have to apply thousands and thousands of patches. At least for me (with tons of extra part mods) it eventually gets going again and the game finishes loading. An alternative is to change the settings so it applies the patches only to whitelisted parts and then choose which specific parts to apply it to. Your game should load a lot quicker then.
  13. SCANsat can help you do this, if you're using it. After you've scanned Kerbin, you can open the big SCANsat map and when you hover your mouse over it, it displays the latitude and longitude of where your mouse is.
  14. Well, looking at the part config, the only thing I can suggest is that it looks like Snacks isn't installed properly. The Snacks mod itself adds 400 units of the "Snacks" resource to that lab, as well as a "Snack Processor" module. Those don't seem to have been added to the config you posted. Better Science Labs adds a "S.N.A.C.K. experiment": This also hasn't been added to the part by Module Manager. According to the snippet you posted on Monday, Module Manager thinks that Snacks isn't installed - as evidenced by the "can't satisfy its needs" remark. All the evidence suggests that Snacks isn't installed correctly, at least as far as Module Manager is concerned. You're sure that the GameData\WildBlueIndustries\Snacks folder is present? It should have a "ModuleManagerPatches" subfolder, which contains a file called "MM_Stock.cfg". This is the patch that adds the resources and processor to the lab. If that's present, then I'm stumped, tbh. I can't really say anything else without being able to see your logs.
  15. I'm not sure what mod that "KSC" is, but it's not stock. One last question: Are you in career mode, or is it not showing up in a sandbox save as well? (The tech that unlocks it in career is a level 6 tech by default.) I'm afraid I can't really tell anything else without looking at the ModuleManager.cache file or your logs. If you can host them somewhere and post a link, I can look. If you can't do that, you could post the config for that part from the ModuleManager.cache file here, and we can see if there's anything immediately obvious. The part of the file we're looking for is below. Post everything from "UrlConfig" down to the matching closing braces. But if you do that, put that part of your post inside spoiler tags, or else your post will be huge and everyone will rightfully hate both of us. UrlConfig { parentUrl = Squad/Parts/Science/LargeCrewedLab/largeCrewedLab.cfg PART { name = Large_Crewed_Lab module = Part [-snip-] } }
  16. CKAN normally installs stuff correctly. I was going to suggest using it if you'd installed by hand. If you use "AFTER", then "NEEDS" is redundant. I checked some other patches for Snacks, and they all use "NEEDS:[Snacks]" as well, so I don't think the syntax is the issue. What about the other parts that Better Science Labs adds - are they present? E.g. the MPL-CC-2, MPL-MK2-2, etc. And have you tried searching for them in the VAB or in the tech tree? I've sometimes been able to find parts I can't track down by searching for them in the VAB. Can you host your ModuleManager.cache file somewhere (Dropbox, Google Drive) and post a link? I'll take a look. Actually, might as well post your ModuleManager.log and your Player.log as well (on Windows it's in C:\Windows\Users\[username]\AppData\LocalLow\Squad\Kerbal Space Program). Zip them all up together and I'll have a peek at them. Edit: actually, just make sure that Snacks is installed in the right folder as well. It should be in GameData\WildBlueIndustries\Snacks.
  17. "Can't satisfy its needs" suggests that Module Manager can't find Snacks. Maybe it isn't correctly installed. How are you installing it? Manually, or via CKAN?
  18. In your root KSP folder, there's a folder called "Logs", and inside that there's a "ModuleManager" folder. Open the file "ModuleManager.log" and search through it for every instance of "Large_Crewed_Lab". If the line starts with "Applying update", then that's a ModuleManager patch being applied. You should be able to work out which mod is applying each update. In your GameData folder, there's a file called "ModuleManager.cache". Open that in a text editor, and search for "Large_Crewed_Lab" until you find this line: name = Large_Crewed_Lab This is the final part config after all patches are applied. If there's no such part, then something is deleting it. If the lines "TechRequired", "category", and "subcategory" are anything like "none" or "hidden", then something is hiding that part.
  19. Which parts are you referring to? All the "smart controller" parts (the ones in orange boxes) and the fuel valves are physicsless parts, so they have no actual drag of their own, and they contribute very little mass to your vessel and practically no drag at all. They have these standard part parameters: PhysicsSignificance = 1 mass = 0.05 dragModelType = default maximum_drag = 0.0001 minimum_drag = 0.0001 angularDrag = 0.0005 I've been using Smart Parts for ages and have never noticed any drag issues with these parts. If any of these parts are causing the issue, I think you might have something wrong with your setup. (Actually, if my failing memory serves, back in the distant past they might have been a bit draggy, but that was before linuxgurugamer took over their maintenance.) The fuel flow breaker parts also look to have fairly standard drag figures.
  20. This might be relevant: There's a post there that says the values that need to be modified are only the ModuleDragModifier values, and another that says you need to delete PartDatabase.cfg in KSP's root folder if you modify chute values to force KSP to recreate it. I don't know if it applies in this case, and I don't know if it's still valid, as it's from 2015, but it's worth a try, I guess.
  21. @IronHide4 The PluginData folder and its contents are created after the game runs. If you've just (re-)installed Trajectories, it won't be there. If you've already run KSP after installing Trajectories and the PluginData folder still doesn't exist, that suggests some other problem with your KSP installation.
×
×
  • Create New...