Jump to content

How do I make liquid fuel ?


lextacy

Recommended Posts

What you want to use to make it ?

EDIT- Something like this you just add to a part

MODULE
{
name = ModuleGenerator
isAlwaysActive = false
activateGUIName = activate ****** <---what ever you want
shutdownGUIName = Deactivate ****** <---what ever you want
INPUT_RESOURCE /// Can add more inputs
{
name = ****** <---what ever you want
rate = 1.5 <---what ever you want
}
OUTPUT_RESOURCE /// Can add more outputs
{
name = ****** <---what ever you want
rate = 1.5 <---what ever you want
}
}

Edited by Mecripp2
Link to comment
Share on other sites

You know what INPUT_RESOURCE and OUTPUT_RESOURCE you want to use and the rates and part to add it to ?

EDIT- Can make it out of what ever you want or make up one but to make up one need to make a RESOURCE_DEFINITION file.

EDIT- If, I lost you this would add this to any part that had command

@PART[*]:HAS[@MODULE[ModuleCommand]]
{

MODULE
{
name = ModuleGenerator
isAlwaysActive = false
activateGUIName = activate Converter
shutdownGUIName = Deactivate Converter
INPUT_RESOURCE
{
name = ElectricCharge
rate = 10.5
}
OUTPUT_RESOURCE
{
name = LiquidFuel
rate = 0.5
}
}
}

Edited by Mecripp2
Link to comment
Share on other sites

@MeCripp thanks for the tip! Ill sure use this method for a custom fuel harvester on Duna. As for the Biomass mod, im having an issue processing biomass. It just doesnt work? I mean I wanna Biomass module sent up to the space station to have some fun. Space station are boring without fun science :P

Link to comment
Share on other sites

By looking at that mod they wrote a plugin to use but you could replace his MODULE with ModuleGenerator if his plugin stop working or don't work like you want.

EDIT- LOL got to give them stations something to do.

EDIT- If you need help just let me know, I'll help you .

EDIT- Glad you got it :)

Edited by Mecripp2
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...