pellinor0 / TweakScale

Forked from Gaius Goodspeed's Goodspeed Aerospace Part & TweakScale plugin
29 stars 23 forks source link

Add Support for Remote Tech #67

Closed mikeloeven closed 7 years ago

mikeloeven commented 7 years ago

Added config file for Remote Tech's Antennas

pellinor0 commented 7 years ago

I have no idea how RemoteTech works, but you are aware that scaling of stock relays does not work? They only scale for loaded vessels, which is why I only scale direct stock antennas. Just checking in order to avoid buggy patches.

And about these //Region markers: is this some standard from the editor you use? Though I would like to keep a consistent look I have to admit this looks more readable than the other cfg files.

mikeloeven commented 7 years ago

I honestly dont know how RT works either however as it replaces the stock antennas with its modified versions tweak scale no longer functioned with ANY antennas in my build so I just added entries for them. I haven't encountered any issues with functionality when using scaled antennas and the scaling does not appear to have any adverse effects.

as for the regions they are just a comments for organization but that method works well with notepad++ because in the custom language options there is a feature that allows you to specify specific comments as folding points for code so you can use those region comments to collapse lines of code and get straight to the part you want to edit

Heres the custom language definition I use if your interested. `

00// 01 02 03 04 ' " = { } Region /Region @PART type defaultScale %MODULE #@TWEAKSCALEBEHAVIOR 00[ 01 02] 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23

`

pellinor0 commented 7 years ago

thanks, merged manually to dev branch