Jump to content

Xt007

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by Xt007

  1. Your heatshield is setup as a heatsink not a heatshield
  2. Best stock scale Planet Pack! NF Shuttle capable of sending 30 tons to orbit of scar
  3. Not sure if this stock bug has been addressed in this, but if not it may effect this addon. Without this addon installed and with the music volume set to 0 when switching from a vessel in orbit to the space center via the menu I could here for a split second the stock orbit music. Not a big deal, just something I thought worth mentioning as when I have had this installed I do get the split second garbled music when switching scenes.
  4. Are you using Paralax 2.0? Switch to the last version rss doesn't support it yet.
  5. Agreed, mechjeb also does 50/50 burn start time. Simple explanation without going into vectors is you need to start the burn halfway before the total length of the burn to balance out your change in direction with your change in speed to end the burn at the right direction and speed.
  6. Aerobee had a solid first stage derived from wac corporal. If you're recreating this make sure to ignite the second stage before the solid stage burns out (tank ulage)
  7. Looks great! Only suggestion I have is to include procedural parts and fairings. The simplicity of design and lower part count for tanks is something you don't appreciate until you go back to a game without them.
  8. It will automatically dump, same for wastewater and waste. Logic being they just vent it to space
  9. Mechjeb has a settings menu that let's you chose which corner of the screen to put the drop down menu
  10. .3m/s is also the standard release velocity for docking ports when the release force is set to zero so makes sense
  11. Ah, much nicer! Deleted the scatterer config and it's back to normal Thank you!
  12. This is with a TUFX profile. I like it, gives it a "we're in the VERY early stages of colonizing/terraforming this planet.
  13. For anyone looking for a more challenging and surprisingly realistic setup for this pack, Rescale 10x and smurff. Nearly same orbital speed as earth and a quick satellite rocket capable of geostationary resulted in a payload to low orbit ratio of 4% (real earth is 5%)
  14. Reporting this pack works with rescale just need to include KSC Switcher to put the space center back on the ground for high scales.
  15. Advanced Jet Engine would be be worth looking at
  16. For anyone in my situation of wanting realism but kerbalized food for thought: 35 F1 engines flew 42 J2 engines flew Largest pressure vessel (2,827m^3) Heaviest tracked vehicle 14,200 tons Leading me to be ok with a very large rocket (700 tons to orbit?)
  17. Hmm... I see Spider Man about to be eaten by Ba'al not sure what that says about me...
  18. Anyone else getting a NaN errors for sspx 3 meter parts? [ERR 20:25:33.616] RF: CalculateTankBoiloff found NaN part.temperature on sspx-core-1875-1 (Part) [ERR 20:25:33.617] RF: CalculateTankBoiloff found NaN part.temperature on sspx-inflatable-centrifuge-125-2 (Part) [ERR 20:25:33.642] RF: CalculateTankBoiloff found NaN part.temperature on sspx-core-1875-1 (Part) [ERR 20:25:33.642] RF: CalculateTankBoiloff found NaN part.temperature on sspx-inflatable-centrifuge-125-2 (Part)
  19. Sorry, thought it would be that easy. Looks like you have to identify the module as well @PART[engine] { @Module[ModuleEngine*] { ignitions = how many } }
  20. Sure, just write an mm patch and edit the ignitions Example: @PART[engine] { @ignitions = how many }
  21. Should be no problem to use this in JNSQ. They're both the same scale so numbers should match up and editing out the real fuels shouldn't effect the kerbalism fuel cell. RR really just makes isru more realistic due to placement of resources on bodies.
  22. For anyone using this in a realism type setup, here's a patch for you. **This is my personal setup for KSRSS with Real Fuels and Kerbalism** *Only applies to main shuttle body* Adjust values to your preference/setup @PART[OV] { @rescaleFactor = 2.5 @mass *= 2 } @PART[OV]:FOR[RealFuels] { !RESOURCE[MonoPropellant] {} MODULE { name = ModuleFuelTanks volume = 4000 type = ServiceModule } } @PART[OV]:NEEDS[ProfileDefault]:FOR[KerbalismDefault] { !MODULE[ModuleResourceConverter] {} !RESOURCE[ElectricCharge] {} MODULE { name = ProcessController resource = _FuelCell title = H2+O2 fuel cell capacity = 0.66 //1 valve_i = 1 } MODULE { name = Configure title = Fuel Cell slots = 1 SETUP { name = Hydrogen Oxygen Fuel Cell desc = Burns <b>Hydrogen</b> gas and <b>Oxygen</b> gas, producing <b>Water</b> as a by-product. MODULE { type = ProcessController id_field = resource id_value = _FuelCell } } }
×
×
  • Create New...