forked from Biotronic/TweakScale
-
Notifications
You must be signed in to change notification settings - Fork 23
Basic Integration for A Full Mod
Hurricannet edited this page Mar 17, 2017
·
2 revisions
So now you want to know how to Integrate TweakScale for every part at once?
here we go:
So ill Create a new .cfg File inside my mod folder but you can place the .cfg file anywhere inside the GameData Folder and the Code also in any .cfg File inside GameData it doesnt matters!
Inside my TweakScale.cfg (That how i named my .cfg File)
@PART[ADD NAME HERE]:HAS[!MODULE[TweakScale]]:NEEDS[TweakScale]:FINAL //an @ Edits a part the Stuff after it is a Filter //REPLACE "ADD NAME HERE" With your Part Name { %MODULE[TweakScale] // an % edits something or if it isnt existing creats it! { %name = TweakScale //the Name %type = free //the type, ill come back to this in another page } }