careo / FuelTransferModule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuel Transfer Module for Kerbal Space Program.

Latest version: 0.2.1

You can grab a copy of the latest release at:
http://rachelbrindle.com/ksp/FuelTransferModule.zip

sha1sum: 6066d50049134631d21443d437699c92b957b161
md5sum: ddde52e5adb1874d9ee9cd78db0991db

Currently, you need to be within 2000 meters (2km) of the source/destination vessels (i.e. if you are transfering fuel from some other ship to the currently controlled ship, they need to be within 2km of you).
This works for both RCS and Regular (rocket and airplane) fuel.

Changelist:
0.2.1:
- Fixed the IFuelSource interface so that it auto-works with other plugins that implement it.
- Fixed bug in getting fuel from regular fuel tanks.
- You can now grab fuel from debris.

0.2.0:
 - Added KSPMM compatibility
 - added interface IFuelSource - Non RCS/fueltanks can use this module now!
 - Rewrote mostly everything.

0.1.4:
 - No longer crashes when attempting to transfer RCS

0.1.3:
 - Added highlighting of fuel tanks (hover mouse over the "+" button)
 - Fixed empty tanks not working
 - No longer able to overfill a tank
(Thanks Mirosta!)
0.1.2:
 - Fixed bug where you generate infinite fuel by have the source and destination tanks the same.

0.1.1: 
 - No longer displays information for vessels > 50km away.
 - Destination tank must have some amount of fuel in it. (Hopefully we can find a fix, as this is an incredibly annoying workaround for that bug)

0.1:
 - Initial Release

About