Jump to content

erisiah

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by erisiah

  1. This is just a config file to add Mechjeb and Engineering capabilities to probe cores and command vessels. You need the actual mods installed if you want this to do anything useful.
  2. This does work with the Crowd Sourced Science Logs. I'm using the two without a hitch.
  3. It works in 0.23, but not in Career mode, since there are no "TechRequired" entries in the config files.
  4. Just a suggestion: since these are only resized stock parts, you only need to include the .cfg files in your zip. But you have to redefine your part paths to include the /Squad/Parts/<subdir>/<partname>. Here's an example using the Large Station Hub: PART { name = stationHubLarge module = Part author = ThePiachu mesh = model.mu rescaleFactor = 2 Add "/Squad/Parts/Structural/stationHub/" to the mesh line to make it like this: mesh = /Squad/Parts/Structural/stationHub/model.mu When you do this, it will use the already loaded model & texture from the Squad part, meaning you won't double the memory usage for your resized part. There was a mod for 0.21, ReStock, that did the same thing that you're doing. You should check it out to see how the author made his parts.
  5. While searching my KSP.log to fix my game, I came across this curious entry for Kethane: [WRN 23:00:18.000] File 'K:/Games/KSP/KSP_0.22/KSP_Data/../saves/default/kethane.cfg' does not exist Pretty sure that's the wrong directory. The base directory for my game is 'K:/Games/KSP/KSP_0.22/'.
  6. For those of you who are using Modular Fuels, here's a quick-and-dirty config for the half & full tanks: Spherical_modularFuelTanks.cfg I didn't do the Kethane tanks, just the fuel & mono tanks. All values were pulled from the part.cfg files. Also, the empty tanks are untouched. @PART[HalfSphericalTankMedium] { MODULE { name = ModuleFuelTanks volume = 2400 type = Default } } @PART[HalfSphericalTankSmall] { MODULE { name = ModuleFuelTanks volume = 711 type = Default } } @PART[SphericalRingedTankLarge] { MODULE { name = ModuleFuelTanks volume = 38400 type = Default } } @PART[SphericalTankLarge] { MODULE { name = ModuleFuelTanks volume = 38400 type = Default } } @PART[SphericalTankMedium] { MODULE { name = ModuleFuelTanks volume = 4800 type = Default } } @PART[SphericalTankSmall] { MODULE { name = ModuleFuelTanks volume = 1422 type = Default } } @PART[SphericalMonoTankMedium] { MODULE { name = ModuleFuelTanks volume = 3580 type = Default } } @PART[SphericalMonoTankSmall] { MODULE { name = ModuleFuelTanks volume = 1065 type = Default } } @PART[HalfSphericalMonoTankMedium] { MODULE { name = ModuleFuelTanks volume = 1790 type = Default } } @PART[HalfSphericalMonoTankSmall] { MODULE { name = ModuleFuelTanks volume = 530 type = Default } } Save it in the ModularFuelTanks folder.
×
×
  • Create New...