-
Notifications
You must be signed in to change notification settings - Fork 23
Size Types
Instead of using
type = free
you can define the sizes that are Scale able
freeScale = defaultScale = scaleFactors = //if you have more then one at these you put it like this: 0.625, 1.25, 2.5, 3.75, 5.0, 6.25, 7.5 scaleNames = //if you have more then one at these you put it like this: 62.5cm, 1.25m, 2.5m, 3.75m, 5m, 6.25m, 7.5m
so now what can you add behind those?
freeScale = //Same as type = free True False
defaultScale = //set the Scale when you pick up the part to place it //this has to be one of the scales included in scaleFactors 0.625 1.25 2.5 3.75 5.0 6.25 7.5 // I think its possible to set this up to 20 NOT PROVED
scaleFactors = //sets the Scales able to pick 0.625 1.25 2.5 3.75 5.0 6.25 7.5 // I think its possible to set this up to 20 NOT PROVED
scaleFactors = //this is the display name of scales that are able! //this has to be as much as the possible scales 62.5cm 1.25m 2.5m 3.75m 5m 6.25m 7.5m
EXAMPLES CAN BE FOUND HERE:
- https://github.com/pellinor0/TweakScale/blob/master/GameData/TweakScale/Examples.cfg
- https://github.com/pellinor0/TweakScale/blob/master/GameData/TweakScale/DefaultScales.cfg