Jump to content

Fractal_UK

Members
  • Posts

    1,702
  • Joined

  • Last visited

Everything posted by Fractal_UK

  1. Sorry, yes, I forgot to include this in the changelog but the planetary magnetic fields were substantially altered, I discovered a huge bug in the way that antimatter and normal magnetic field data was calculated. I've included some factors to twiddle the amounts and bring them back to where I want them to be. The bug has revised many antimatter rates down, the small moons and Moho have been hit very hard though Jool should have improved and most of the other good large bodies: Eve, Tylo, Laythe etc shouldn't be too much different. Kerbin is unchanged. How much are you getting at that altitude of Kerbol?
  2. It doesn't need a direct connection, it's like the liquid fuel/oxidiser in the stock game and needs to be connected in a stack of fuel crossfeed capable components. Antimatter collection also takes a long time, low Kerbin orbit is a really bad place for it too, it could take days to get even one unit. You need a moderate altitude, around 1,000,000m is good.
  3. You need radiators or the generator will shut off immediately but the reactor will remain on, it is capped at a minimum 30 % output so it will keep on generating heat up until it too turns itself off due to overheating. That is probably why your ships have no power and you're getting flameouts with the thermal jets. Also, the antimatter tanks don't need any power until they actually have a bit of antimatter in, once you collect it they will draw power again.
  4. Version 0.7.1 Released Changelog: Version 0.7.1 -Added new KIWI nuclear reactor model by ZZZ -1.25m Plasma Thruster has maximum 25GW power throughput and reduced mass to 1. 2.5m Plasma Thruster has maximum 200GW power throughput, mass remains 6. -Rewrote Atmospheric Intakes/Scoops -Atmospheric Scoop no longer requires attached intake -Fixed Hybrid Thermal Turbojet auto-upgrade -Fixed Plasma Thruster auto-upgrade -Fixed UF6/DUF6 draw/supply to make them even -Fixed Science lab persistent science -Fixed exception in PartLoader -Fixed generator consuming all waste heat when reactor inactive -Improved resource manager performance at high time acceleration Download links in the first post have been updated.
  5. It's actually a little more complicated than just changing a variable, the upgraded state is actually already set properly, the part that is missing is the VacuumPlasma resource. RESOURCE { name = VacuumPlasma amount = 10 maxAmount = 10 flowState = True flowMode = Both } This needs to be added to the end of the PART definition, just below the final module.
  6. Yeah, that's not right at all. So, you could try reinstalling the mod and see if that helps, sometimes things unexpectedly happen that can be fixed by a reinstall. No idea why but it does occasionally happen. Other thing to check is, are you running windows 8 and have KSP installed in the program files directly? If so, that can cause permission problems for files both with mods and in the stock game in which case you'll need to either correct those permission problems or move KSP elsewhere.
  7. The fix mostly likely will not be retroactive unfortunately but it depends exactly what state the thing is stuck in. If it's not a major problem, terminate the mission, if it is a major problem, I can probably help you edit the config file.
  8. That doesn't matter, they will happily transmit smaller amounts of energy if that's all they have. Can you press ALT+F2 in game (particularly looking for writing in red) and/or post up a copy of your KSP.log file. It works fine for me. All I had lying around was a Kerbol satellite but the principle is exactly the same.
  9. Ah, hang on, if the transmitter is showing 0 then that's very unusual, are the solar panels actually producing some power? It looks like they're in sunlight but it's hard to tell from the picture. Can you post a picture with the transmitter output and solar collection shown? Same bug, yes. Fix will be coming shortly.
  10. Oh! I see why that doesn't work. It won't work because the transmitter and receiver are pointed in opposite directions. You're beaming power away from your ship to the right, but the receiver is on the left. You need to point the receiver at the transmitter to get power.
  11. I did reply to your post earlier. I can't really diagnose any more without more information. The other thing to check is whether the solar panels are receiving any power when you turn the transmitter on? What does the transmitter read?
  12. It's a bug with TreeLoader, you need to download and install a new version of TreeLoader or you can redownload and install KSPI. Either will fix it.
  13. Cheers, found the problem and will be fixed in the next update. Finally figured out why this was, again will now be fixed in the next update. Pretty soon, I think I've fixed all the bugs I wanted to fix and made all the tweaks I want to make so now it's just testing.
  14. Just to clarify, at the moment, it will automatically add science to your pool while you have it selected. The code that generates science between now and when it was last selected is the part that is currently broken. I have a working fix though.
  15. Is it a line of sight issue? If you have a solar satellite in orbit then there are a couple of line of sight checks that need to be made before you will get any power, first the transmitter satellite needs to have line of sight to the sun and secondly the receiver needs to have line of sight to the transmitter.
  16. Radiator upgrades are in experimental electronics, so they should be easier / cheaper to get than the upgraded reactors.
  17. It's possible - if you put your transmitter satellites in a very low orbit of Kerbol. The solar panels have their inverse-square behaviour improved, which means they produce less power in the outer system and massively massively more in the inner system. More than 100x the power output at Kerbin is very achievable. Costs a lot of delta-v to get so close to the sun though, Jool gravity assist followed by a bi-elliptic transfer down is probably the most efficient approach.
  18. You're not using up all the power somehow, are you? The generator should show a small power draw from the antimatter tank, right click on the generator and have a look what it is reading.
  19. The radiator already deploys edge on to the sun, it doesn't need ModuleDeployableSolarPanel module in there, that will really mess things up with two modules trying to control the same animation states. Surely all you need is this? radiator_patch.cfg @PART[radiator1]:Final { MODULE { name = ModuleHeatPump heatTransfer = 50 heatDissipation = 0.05 RESOURCE { name = ElectricCharge rate = 0.01666667 } } }
  20. Yeah, I'll bet if you have a computer core on there it's simply using up all the power so you're not seeing any increase in the resource bars.
  21. You need to install the new version of TreeLoader or re-download and re-install KSP Interstellar. Both of these have the fix for this problem. Science lab functionality is working fine when the ship is selected but persistent science collection seems to have died. I shall work on a fix. Tested the fix this now and it is working. Now just the atmospheric scoop problem to look at.
  22. I'm always trying to do this, it has come a long way from where it started but I'm very reliant on help from volunteers, particularly all the great work ZZZ has done. Good modellers are always more than welcome to help contribute though!
  23. I actually haven't looked at the site much other than a bit about what they had on nuclear thermal rockets. I actually found that image I posted in some UW Madison lecture material about nuclear propulsion but noticed that site had the same image in more readily linkable form. But yeah, KIWI-A is certainly not something you'd want to use on a real rocket!
×
×
  • Create New...