Jump to content

Spann3r

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation

1 Neutral

Profile Information

  • About me
    Bottle Rocketeer
  1. The NASA_TweakScale.cfg is adding the TweakScale module to batteryBank 34 times.
  2. For the FusTek Resupply Module use Modular Fuel Tanks. This should work. @PART[FusTekResupplyModule] { MODULE { name = ModuleFuelTanks volume = 1710.6 type = cargo } } TANK_DEFINITION { name = cargo basemass = 0.0003125 * volume TANK { name = MonoPropellant mass = 0.0005 amount = 0.0 maxAmount = 0% } TANK { name = ElectricCharge mass = 0.002375 amount = 0.0 maxAmount = 0% } TANK { name = LiquidFuel amount = 0.0 maxAmount = 0% } TANK { name = Oxidizer amount = 0.0 maxAmount = 0% } TANK { name = Food amount = 0.0 maxAmount = 0% } TANK { name = Water amount = 0.0 maxAmount = 0% } TANK { name = Oxygen amount = 0.0 maxAmount = 0% } TANK { name = CarbonDioxide amount = 0.0 maxAmount = 0% } TANK { name = Waste amount = 0.0 maxAmount = 0% } TANK { name = WasteWater amount = 0.0 maxAmount = 0% } } Should work with Real Fuels as well.
  3. I have noticed an error on the FASAFairingsCone1m.cfg part. Title reads 'PLF - 2.5m to 3.75m Attachment Plate' when i believe is should be 'PLF - 1.25m to 2.5m Attachment Plate' Description reads 'Attach 3.75m walls to the nodes, in 2x symmetry.' when i believe is should be 'Attach 2.5m walls to the nodes, in 2x symmetry.'
  4. Build #140 & #141 do not work with Blizzy78 Toolbar, MechJeb does not show up in the toolbar and the following is being spammed in KSP.log [ERR 14:57:30.160] MechJeb module MechJebModuleMenuToolbar threw an exception in DrawGUI: System.MissingMethodException: Method not found: 'MuMech.ComputerModule.print'. at MuMech.MechJebCore.OnGUI () [0x00000] in <filename unknown>:0 Build #139 is causing no issues.
  5. The Gemini Lander Legs, they will not deploy. I have fixed them in my install by performing the following changes in the part.cfg change 'module = HLandingLeg' to 'module = Part' remove 'animationName = Lander_Legs' and adding: MODULE { name = ModuleLandingGear animationName = Lander_Legs }
  6. I use ModuleManager 1.5.5 (came with RealChute) to add MechJebCore to every part that has ModuleCommand in it. Upon checking my log after the game is loaded I have noticed the following error: [LOG 21:51:20.162] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/part/probeCoreOcto' [ERR 21:51:20.198] MechJeb module MechJebModuleRoverController threw an exception in OnLoad: System.NullReferenceException: Object reference not set to an instance of an object at MuMech.MechJebModuleRoverController.OnLoad (.ConfigNode local, .ConfigNode type, .ConfigNode global) [0x00000] in <filename unknown>:0 at MuMech.MechJebCore.OnLoad (.ConfigNode sfsNode) [0x00000] in <filename unknown>:0 It pops up after every part that has MechJebCore added to it via ModuleManager. So far it has not caused any issues but all I've done is some quick test flights while I test what works and whats broken.
  7. This is defiantly one of the best part packs available for KSP and I am glad to see you guys back. Also I have found a mistake on one of the parts that prevents it from showing. The SRB Nose Cone MODEL is pointing to the wrong directory MODEL { model = KWRocketry/Parts/Solids/150mSRBTop/KW_150mSRBTop } should be MODEL { model = KWRocketry/Parts/Aero/150mSRBTop/KW_150mSRBTop } Also I changed title = 2.5m Nose Cone to title = 2.5m Nose SRB Cone
×
×
  • Create New...