Jump to content

Anyone know of a `free fuel` mod?


John FX

Recommended Posts

So I`ve tried karbonite to use the particle collector but for some reason it does not want to play so I`m asking if anyone knows of a mod that will just add fuel to my orbital fuel station without me having to do anything?

It would be nice to be able to set the rate but if it just fills it up straight away that would be fine also.

Edited by John FX
Link to comment
Share on other sites

It depends on how cheaty you want to be...

you could try the Logistics Hub from MKS

http://forum.kerbalspaceprogram.com/threads/79588

or this:

Davon supply mod

http://forum.kerbalspaceprogram.com/threads/37012-Part-1-0-2-Davon-supply-mod-v014

Or simply make a part with this:


MODULE
{
name = ModuleGenerator
isAlwaysActive = true
OUTPUT_RESOURCE
{
name = LiquidFuel
rate = 1
}
OUTPUT_RESOURCE
{
name = Oxidizer
rate = 1
}
}

Link to comment
Share on other sites

It depends on how cheaty you want to be...

you could try the Logistics Hub from MKS

http://forum.kerbalspaceprogram.com/threads/79588

or this:

Davon supply mod

http://forum.kerbalspaceprogram.com/threads/37012-Part-1-0-2-Davon-supply-mod-v014

Or simply make a part with this:


MODULE
{
name = ModuleGenerator
isAlwaysActive = true
OUTPUT_RESOURCE
{
name = LiquidFuel
rate = 1
}
OUTPUT_RESOURCE
{
name = Oxidizer
rate = 1
}
}

I think I will `adapt`(hack) the karbonite particle collector to have this `feature`(cheat)


MODULE
{
name = ModuleGenerator
isAlwaysActive = true
OUTPUT_RESOURCE
{
name = Karbonite
rate = 0.01
}

}
}

Or HyperEdit

All I need is for the collector to actually collect Karbonite which it does not do for me. Hopefully this will do the trick.

Thank you very much, I really should know this by now...

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...