Jump to content

LFO Converter?


lordmuffin

Recommended Posts

You can make one with what ever part you want and with what ever Resource you want and about tweak scale it's all pretty easy you can open the cfg with any text editter and see roughy what you need to do.

EDIT- If you give a example of a part you wanted tweak will show you how and same on the converter part to use and what Resources you wanted to use.

EDIT- Here is a tweakscale for the stock Antenna

@PART[commDish] // squad parts
{
MODULE
{
name = TweakScale
type = surface
}
}

@PART[mediumDishAntenna] // squad parts
{
MODULE
{
name = TweakScale
type = surface
}
}

@PART[longAntenna] // squad parts
{
MODULE
{
name = TweakScale
type = surface
}
}

Save that in a text editter and save as .cfg

EDIT- And a Converter

MODULE
{
name = ModuleGenerator
isAlwaysActive = false <------ true always on or false you turn it on and off
activateGUIName = activate [COLOR="#FF0000"]******[/COLOR] <----- what ever name you want here
shutdownGUIName = Deactivate [COLOR="#FF0000"]*******[/COLOR] <------ what ever name you want here
INPUT_RESOURCE <---- can add more
{
name = ****** What ever you want
rate = 1.5 <------ what ever rate you want
}
OUTPUT_RESOURCE <---- can add more
{
name = ****** What ever you want
rate = 0.7 <------ what ever rate you want
}
}


}

Can edit a part and add this after you fill it in.

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