Jump to content

Feradose

Members
  • Posts

    398
  • Joined

  • Last visited

Everything posted by Feradose

  1. Going interplanetary, and it still is! I mean I can use manuever nodes and I can rendezvous with just three fingers but, getting that planet intercept kills me.. I still dont understand "launch windows" too..
  2. I once changed the configs for intake fuselages, they could hold some air. That ended up in 2 kN thrust always and they drank fuel faster than the cluster engine... I would love if someone could mod it to an useful state
  3. Would the new aerodynamics render FAR useless?
  4. I bet its something giant, egg shaped and in close proximity to second space center. Shame on me I cant find it a second time.
  5. Put a satellite in orbit around kerbin with solar panels and set some timewarp. You will notice resource generation while warping is already there
  6. Yeah! I would definitely decrease it by 70% (extreme flip carnavals on mun) but, tweakable wheels sound awesome. Maybe we could tweak the power/impact tolerance by 15% or 30% too for increased mass/electric usage so we could have faster rovers.
  7. So much this, win 10/10, but one could get many, many samples from one place, getting incredible science/funds. Even if samples would have to be stored in tiny tanks, a player could spam tanks on a lander and store lots of samples, again getting incredible science/funds. Would be cool to detect where the ore is though.
  8. The enormous shadow on the equator vs forests wouldnt be too okay, unless its thinner than 312 kms across
  9. I dont understand how this works, my computer handles 1000-+200 part craft, but starts lagging after 30 simple satellites in orbit, frustrating.
  10. After hours of effort, put a satellite around mun with under 18 parts with a dish antenna with RT2, and forgot about aiming the antenna to mission control..
  11. Thrusting moves the navball away? do you mean prograde or retrograde icon or maybe manuever node icon which is blue? Its common for manuever node icon to move, just you follow it, unless it requires >0,1 m/s, then you might want to ignore it and delete the nodr for a tiny bit of inaccuracy
  12. I put a lander with bangometer in all biomes in kerbin (except waters.. dangerous places) and when I crash to a biome, bangometer doesnt see anything or make any experiments?? Is kerbin excluded, or does lander legs and other parts block bangometer from getting data? -edit: put a probe, sitting directly on a bangometer, no experiment result still, and bangometer is so wobbly it crashes to kerbin while standing. should I try it on an atmosphereless body? I tried subsonic, supersonic and reentry speeds and no science for me
  13. Try real fuels mod until it gets implemented (if it does)
  14. This must happen. I want to place cores on my wings. Could this please be a mod?
  15. 14, and aerodynamic even if its going to be a base in eeloo! (... huge eggs to cones with wings)
  16. Hello everyone, I wanted to make a DeltaV calculator in python and I failed I think. Can anyone fix it? (I read it had to do something with local gravity too so I put them there) You dont need to put aerodynamics stuff in it, just think its vacuum mass_empty=int(raw_input("Enter dry mass ")) mass_full=int(raw_input("Enter wet mass ")) isp=int(raw_input("Enter Isp ")) thrust=int(raw_input("Enter thrust ")) celestialBody_number=int(raw_input("Choose celestial body ")) if celestialBody_number==0: g=1.746 print "You have selected Kerbol" if celestialBody_number==1: g=0.275 print "You have selected Moho" if celestialBody_number==2: g=1.7 print "You have selected Eve" if celestialBody_number==3: g=0.005 print "You have selected Gilly" if celestialBody_number==4: g=1 print "You have selected Kerbin" if celestialBody_number==5: g=0.116 print "You have selected Mün" if celestialBody_number==6: g=0.05 print "You have selected Minmus" if celestialBody_number==7: g=0.3 print "You have selected Duna" if celestialBody_number==8: g=0.112 print "You have selected Ike" if celestialBody_number==9: g=0.115 print "You have selected Dres" if celestialBody_number==10: g=0.8 print "You have selected Jool" if celestialBody_number==11: g=0.8 print "You have selected Laythe" if celestialBody_number==12: g=0.235 print "You have selected Vall" if celestialBody_number==13: g=0.8 print "You have selected Tylo" if celestialBody_number==14: g=0.06 print "You have selected Bop" if celestialBody_number==15: g=0.038 print "You have selected Pol" if celestialBody_number==16: g=0.172 print "You have selected Eeloo" Delta_V=(mass_full/mass_empty)*isp*g print Delta_V
×
×
  • Create New...