JonnyOThan Posted February 14 Share Posted February 14 (edited) Support You MUST include your ksp.log file with all support requests. These links are for TweakScaleRescaled. DO NOT ask for support on other TweakScale threads. KSP Forum: https://forum.kerbalspaceprogram.com/topic/223692-1125-tweakscalerescaled-scale-your-parts-in-the-editor/ Discord: https://discord.gg/tTWcqrBB3t Github: https://github.com/JonnyOThan/TweakScale/issues New Feature Demos What is this? TweakScale is a mod that allows you to rescale parts in the vessel editor. All of their stats and properties are affected realistically - tanks contain more fuel, engines get stronger, solar panels produce more power, etc. It's one of KSP's oldest mods and has been maintained by many different people over the years. I've forked pellinor's version of TweakScale and updated it for modern KSP to provide a simpler and streamlined version. I've paid special attention to the following areas: User experience Improvements to part action window in the editor clicking interval buttons at the ends of the ranges works better can now drag the slider smoothly Toggle for scaling changes to affect the entire subtree Toggle for matching node sizes when attaching parts Numeric entry (click #) is now supported Option to display the effects of scaling on the part's stats Scaling construction mode gizmo akin to offset and rotate (press 5 in the editor) New "match node size" feature to auto-scale parts when attaching nodes to each other All parts are supported with reasonable defaults unless they opt-out or match certain filters to trap known issues (AllTweak will still override this and enable everything) Scaling docking ports is supported Reduced dependencies to only ModuleManager and Harmony Optimized for better performance better loading time to main menu better switch-to-editor time scaling a part is more responsive less performance impact in flight scene better save/load performance Less intrusive and more targeted validation system (TweakScaleSafetyNet) Robustness fixed part attachments and mass/cost scaling when variants or B9PartSwitch are involved scaling engine effects (stock, waterfall, realplume, smokescreen, etc) works correctly Craft files and saved games no longer break from changes in TweakScale configs More resilient to problems caused by missing dependencies, problems with other mods, and incorrect installations Copying part subtrees, subassemblies, load-merging all work properly Made it easier to add or customize TweakScale support for other mods Scaled parts work correctly with EVA construction Compatible with many fuel-switching mods: B9PartSwitch ModularFuelTanks InterstellarFuelSwitch SimpleFuelSwitch Firespitter Universal Storage 2 Configurable Containers Why not work to improve the current TweakScale? The gist of it is: it would take far more energy than I have. If I believed this option was possible, I would do it (because usually, this is the best option). However, TweakScaleRescaled (this fork) is licensed CC-BY-NC-SA. Its code may be used by anyone else provided they abide by the license terms. Pull requests are also welcome from anyone who wants to contribute. Compatibilty Backwards compatibility is a core goal of TweakScaleRescaled. Existing craft files, saved games, configs, and mods that depend on Scale_Redist should work seamlessly if you change to TweakScaleRescaled. However, ongoing interoperability with other versions of TweakScale is not a goal. I will make a reasonable effort to support it where it's easy. In order to make the improvements necessary, data structures and assumptions have to be altered in ways that are difficult to reverse. TweakScaleRescaled should just work with almost all stock or modded parts. It includes the stock and mod-support patches that were written by the previous authors (updated as necessary). There's also a new patching system based on heuristics that will apply to all other parts unless they opt out or are blocked by filters for things that are known to break. Only KSP 1.12 is supported. Other versions 1.8-1.11 may work but have not been tested and are not a priority. Dependencies ModuleManager Harmony KSP Community Fixes is recommended to address stock bugs that become more apparent when using TweakScale License Info TweakScaleRescaled is licensed CC-BY-NC-SA-4.0. © 2023 JonnyOThan © 2015-2018 pellinor © 2014 Gaius Godspeed and Biotronic Source code: https://github.com/JonnyOThan/TweakScale History TweakScale was originally created by Gaius Goodspeed under CC-BY-NC-SA. Biotronic took over and relicensed it as WTFPL pellinor adopted it and kept the WTFPL license. TweakScaleRescaled is based off of pellinor's version, and is once again licensed as CC-BY-NC-SA. Download CKAN is recommended (NOTE: if you previously had TweakScale-Redist installed, you may need to deselect it and select TweakScaleRescaled-Redist instead) Github: https://github.com/JonnyOThan/TweakScale/releases Spacedock: https://spacedock.info/mod/3514/TweakScale%20Rescaled Installation Instructions Remove any previous version of TweakScale and KSP Recall. Install the contents of the GameData folder in the zip file into your GameData folder. Install Harmony and ModuleManger - CKAN is recommended for those. Edited February 14 by JonnyOThan Quote Link to comment Share on other sites More sharing options...
Poodmund Posted February 14 Share Posted February 14 (edited) Congrats, Jonny. You're a testament to the greatness of the KSP community! For the reference of CKAN users out there who may have previously had mods like FAR (Ferram Aerospace), Photon Sailor or Infernal RO-Robotics installed, and now want to install TweakScaleRescaled, CKAN will throw up an incompatibility issue due to the already installed TweakScale-Redist dependency conflicting with TweakScaleRescaled-Redist. In this case, before installing TweakScaleRescaled, uninstall TweakScale-Redist and install TweakScaleRescaled-Redist, all in one go, by unticking and ticking them, respectively, and then clicking apply: Once replaced, you can go and install TweakScaleRescaled without issue: ---- Happy scaling! Edited February 14 by Poodmund Quote Link to comment Share on other sites More sharing options...
Yagron Posted March 8 Share Posted March 8 Hello, I must be doing something wrong, but I cannot find this mod on CKAN. It's looking amazing and I want it, I'm just a bit concerned that without CKAN things will get messed up as I have many other mods installed... Quote Link to comment Share on other sites More sharing options...
Aelfhe1m Posted March 8 Share Posted March 8 13 minutes ago, Yagron said: Hello, I must be doing something wrong, but I cannot find this mod on CKAN. It's looking amazing and I want it, I'm just a bit concerned that without CKAN things will get messed up as I have many other mods installed... It's there for me. Just search for "Tweakscale". Also click the refresh button to make sure your CKAN mod catalog is up to date. Spoiler Quote Link to comment Share on other sites More sharing options...
Yagron Posted March 8 Share Posted March 8 (edited) Thanks. Seems like then that the problem is somewhere within my CKAN, settings or mod catalog (although I did refresh it) Edited March 8 by Yagron Quote Link to comment Share on other sites More sharing options...
Aelfhe1m Posted March 8 Share Posted March 8 Try setting Filters to All. Also what version of KSP is your install? This mod is listed in CKAN as 1.12.3 minimum version. Quote Link to comment Share on other sites More sharing options...
Yagron Posted March 8 Share Posted March 8 I should be seeing it if I have just 1.12 selected in CKAN, right? Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 8 Author Share Posted March 8 4 minutes ago, Yagron said: I should be seeing it if I have just 1.12 selected in CKAN, right? You shouldn’t need any special kind of compatibility settings. Do you need to hit refresh maybe? Quote Link to comment Share on other sites More sharing options...
Aelfhe1m Posted March 8 Share Posted March 8 7 minutes ago, Yagron said: I should be seeing it if I have just 1.12 selected in CKAN, right? That's what my CKAN is set to for that install, yes; Quote Link to comment Share on other sites More sharing options...
Yagron Posted March 8 Share Posted March 8 Refresh gives me "Failed to connect to repository. Exception: `any_of` should not be combined with other properties" error message so I think we found the culprit, only need to solve it somehow now. Apparently I shouldn't dismiss popup windows without reading them..... Quote Link to comment Share on other sites More sharing options...
HebaruSan Posted March 8 Share Posted March 8 (edited) 5 minutes ago, Yagron said: Refresh gives me "Failed to connect to repository. Exception: `any_of` should not be combined with other properties" error message so I think we found the culprit, only need to solve it somehow now. Apparently I shouldn't dismiss popup windows without reading them..... That was fixed in CKAN v1.31.0 (July 2022). Try updating your CKAN. https://github.com/KSP-CKAN/CKAN/releases/latest Edited March 8 by HebaruSan Quote Link to comment Share on other sites More sharing options...
Yagron Posted March 8 Share Posted March 8 26 minutes ago, HebaruSan said: That was fixed in CKAN v1.31.0 (July 2022). Try updating your CKAN. https://github.com/KSP-CKAN/CKAN/releases/latest Issue solved! Thank you all! Quote Link to comment Share on other sites More sharing options...
AbsolutelyNotKirrim Posted March 16 Share Posted March 16 Stupid question, does TweakScaleRescaled need the TweakScale companion program? (or are all the configs built-in) Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 16 Author Share Posted March 16 1 hour ago, AbsolutelyNotKirrim said: Stupid question, does TweakScaleRescaled need the TweakScale companion program? (or are all the configs built-in) It is not compatible with the companion program. All mod support is built in. Quote Link to comment Share on other sites More sharing options...
Jetroe Posted March 19 Share Posted March 19 It seems this doesn’t work with airplanes plus, any help? I’d rather not use the regular tweakscale as this is much better Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 20 Author Share Posted March 20 4 hours ago, Jetroe said: It seems this doesn’t work with airplanes plus, any help? I’d rather not use the regular tweakscale as this is much better Well, what happens? Quote Link to comment Share on other sites More sharing options...
Jetroe Posted March 20 Share Posted March 20 19 hours ago, JonnyOThan said: Well, what happens? If you try to click on the cockpits it just shows a small transparent sliver of the tweakables menu in the editor and then you can’t right click anything else unless you leave the sph Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 20 Author Share Posted March 20 (edited) 44 minutes ago, Jetroe said: If you try to click on the cockpits it just shows a small transparent sliver of the tweakables menu in the editor and then you can’t right click anything else unless you leave the sph Please post your KSP.log file somewhere. Discord or github would be ideal. There are links in the OP. Edited March 20 by JonnyOThan Quote Link to comment Share on other sites More sharing options...
The Dressian Exploder Posted March 21 Share Posted March 21 Will the All Tweak mod for the original TweakScale work with this mod? Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 21 Author Share Posted March 21 (edited) 27 minutes ago, The Dressian Exploder said: Will the All Tweak mod for the original TweakScale work with this mod? It should! However - TweakScale-Rescaled operates mostly on an opt-out basis. It applies heuristics to parts and should work pretty well for anything that is set up similar to stock parts. There are a number of parts that are excluded (robotics, among others) because they don't work properly when scaled. All Tweak will override these and allow you to scale *everything* - but of course you will likely to run into problems with those parts that had been excluded. Edited March 21 by JonnyOThan Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 22 Author Share Posted March 22 On 3/20/2024 at 5:26 PM, Jetroe said: If you try to click on the cockpits it just shows a small transparent sliver of the tweakables menu in the editor and then you can’t right click anything else unless you leave the sph This doesn't happen for me. You need to post your logs if you want this to get fixed. Quote Link to comment Share on other sites More sharing options...
Mr_Memetic Posted March 23 Share Posted March 23 (edited) Any way to get SquadExpansion and MakingHistory engines to be compatible? I tried installing "Tweakscale Configs for Making History by JedTech" (made defunct by 1.12.5 on Ckan) and that seemed to make them compatible. I'm not a mod developer, but I assume a fork of that mod would be the best solution. Also, I am unable to resize certain stock engines, such as the Spark, Puff, Separatron, and others. (I have realfuels so im guessing there's no/limited compatibility) It seems Rescale Everything is incompatible with Rescaled. Log on discord Edited March 23 by Mr_Memetic Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 23 Author Share Posted March 23 14 hours ago, Mr_Memetic said: Any way to get SquadExpansion and MakingHistory engines to be compatible? I tried installing "Tweakscale Configs for Making History by JedTech" (made defunct by 1.12.5 on Ckan) and that seemed to make them compatible. I'm not a mod developer, but I assume a fork of that mod would be the best solution. Also, I am unable to resize certain stock engines, such as the Spark, Puff, Separatron, and others. (I have realfuels so im guessing there's no/limited compatibility) It seems Rescale Everything is incompatible with Rescaled. Log on discord You have realfuels installed, which disables Tweakscale because it cannot affect engine stats accurately. Tweakscale rescaled works out of the box with all of those engines without realfuels. Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted March 23 Author Share Posted March 23 (edited) TweakScale Rescaled 3.2.3 is now available! Changes since previous version Fixed a bug where the part action window would become unusable after right-clicking certain parts Fixed "match node size" for Making History KV pod top nodes Fixed "match node size" for Making History Kodiak engine Edited March 23 by JonnyOThan Quote Link to comment Share on other sites More sharing options...
adsii1970 Posted March 25 Share Posted March 25 This thread has been locked pending moderator review. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.