Jump to content

ThomasJun

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Curious George
  1. I have same error spamming everytime in flight scene And the log file is : https://www.dropbox.com/s/mfa48th7dzhtnap/KSP_log_AGXerror.zip?dl=0 Thanks for your works on this mod
  2. [quote name='Starwaster']It's configurable. There's probably just a problem in your MM patch This should probably work [CODE] @PART [*]:HAS[RefuelingPump] { %pump_rate = 1000 } [/CODE][/QUOTE] Yes, that is exactly same as what i did. But in it's source code, it is set to constant value. ModularFuelSystem/Source/Pumps/RefuelingPump.cs : Line 17 [CODE] double pump_rate = 100.0; // 100L/sec per resource [/CODE] So in game playing, the pump rate is always 100.0, whatever its descrption on VAB. Assuming from your answer, it's made configurable but not actually works.
  3. Trying to do some tweaks by myself, I found refueling pump rate is setted to "100.0" in its source. I just want to ask if it's intended feature or left for future work. Because i wanted to change those values of various clamps by my own MM patch, but didn't work. At this time, i just have to attach lots and lots of clamps to my rocket to maintain fuels before launch.... too harsh for me.... BTW, thanks for all your effort on this mod!
  4. Hi, I've been using RCS build Aid very happily to balance my rcs thrusts. Thanks for your efforts :) After I installed new RealFuels v10.8 in KSP 1.0.5, it doesn't show its thrust or torque anymore. Its mass and CoM might be correct. Although I installed lots of mods, it showed correctly before I install the RealFuels. I hope you can check this with this screenshot. Thank you again! [url]http://i.imgur.com/pVsPxTU.png[/url] -- Edited -- When I restarted KSP, It became normal. I'm sorry about this without any logs Anyway thanks for this mod
×
×
  • Create New...