Skip to content

Most Basic Integration

Hurricannet edited this page Mar 17, 2017 · 2 revisions

So you are a mod developer and would like to add TweakScale to your mod?

What you need:

  • Understanding how the Module system works!
  • Module Manager (Basic Knowledge)

Now Just a Little Module to your Part // Has to be Done for each single part ill show how to do this for a lot of parts in one Config

MODULE[TweakScale]  
{
    name = TweakScale  
    type = free  
}
Clone this wiki locally