Jump to content

Is there a basic Tweakscale tutorial?


Recommended Posts

I've been trying to re-size a few specific parts, so far with no success.

I downloaded Tweakscale, but the documentation included with it is not very extensive.  I've searched for tutorial videos, but all the ones I've found so far are just brief reviews saying how great it is...  

I'm confused.  Do I need to insert the proper Tweakscale module manually into each .cfg file of the parts I want to resize?

Is there something about the recent updates (1.4.1) that's blocking the functionality that's supposed to be happening?

Is there a tutorial somewhere for someone who is essentially a monkey coder (=can copy what else is there and follow patterns, but have no deep understanding of it)?

Link to comment
Share on other sites

hmmm....   I see, though, that Windows "Defender" has "helpfully" quarantined more portions of my KSP setup, including something involving Module Manager.   So this problem I'm seeing with Tweakscale might be another case of "Defender" going all "Hal-9000" on me and thinking there's a Trojan inside the pod bay.

That Defender problem is getting real old, real fast.  :mad:

Link to comment
Share on other sites

I'm do not know a lot, but I think I can help. I think you can add the config directly inside the .cfg of the part, but it's better to do a MM patch. I simple use this templates that a user very kindly did for me:

for parts with free scaling:

Spoiler

@PART[decoupler-radial-1,solarpanel-blanket-3,solarpanel-blanket-4,rcs-heavy-1way-1,rcs-aero-heavy-*,solarpanel-deploying-1x3-2,rcs-heavy-4way-1,rcs-integrated-*]:NEEDS[TweakScale]:FINAL
{
    %MODULE[TweakScale]
    {
        %name = TweakScale
        %type = type = free
    }
}

An this for stack parts:

Spoiler

@PART[fueltank-5-*,fueltank-adapter-5-*,fueltank-nosecone-5-1,skeletal-adapter-5-1,cluster-mount-5-*]:NEEDS[TweakScale]:FINAL
{
    %MODULE[TweakScale]
    {
        %name = TweakScale
        %type = stack
        %defaultScale = 5.0
    }
}

In @PART[...] you put the names of the parts you want rescaled separate by a comma, without spaces. The correct name is the one used inside the .cfg, and not the one in the name of the archive, but usually they are the same. The * indicates any parts that begins with that name, let's say "solar_1_*", will include "solar_1_2", "solar_1_3", "solar_1_anything".

in "%defaultScale" you put the default size of the part. 0.625, 1.25, 2.5, etc.

I use this everytime I came across a part that misses the tweakscale patch, and it works.

Hope it helps :)

Link to comment
Share on other sites

I have determined that the problems I have been encountering definitely are the result of Defender deactivating/quarantining some key processes, such as Module Manager.    :mad:   I'll probably still need to learn TweakScale at a more thorough level in the future, but for now it's running as intended simply with normal installation-- once I convinced Defender to allow things to run.

(Answered)

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