Jump to content

Any Conversion Mods for 0.90?


Recommended Posts

You can make one be using

MODULE
{
name = ModuleGenerator
isAlwaysActive = false
activateGUIName = Activate **** <-can added to the name or change it
shutdownGUIName = Deactivate ***** < -can added to the name or change it
INPUT_RESOURCE
{
name = ******* < what you want to convert
rate = 1 < the rate
}
OUTPUT_RESOURCE
{
name = ****** added what you want the output
rate = 1.0 <---- the rate
}
}

RESOURCE
{
name = ******* <--what ever
amount = 100
maxAmount = 100
}
RESOURCE
{
name = ********** what ever
amount = 100 < what ever
maxAmount = 100 <
}

Can added this to any part.

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...