mechanicH Posted April 9, 2017 Share Posted April 9, 2017 @linuxgurugamer because it causes some kind of conflict between the 3.9.1 version and 3.10 version. If you had previously used the conformal nose cone and tweak scaled it to fashion a craft and updated to 3.10 the part disappears/shrinks along with everything attached to it. There is something that it does not like with the default scale. I'll keep playing around with it some more and try other variations with defaultScale. But as of now the hump backs and the nose cone are properly working IF you had a previous craft built with it and IF you had it tweak scaled. Matter of fact I'll give you an example. Here's a link to my craft Try to load it up with 3.9.1. So you see what it looks like. Then load it up with 3.10. And you will understand what I'm talking about. Here's the link. https://kerbalx.com/mechanicH/Boeing-777-300ER Quote Link to comment Share on other sites More sharing options...
Drew Kerman Posted April 9, 2017 Share Posted April 9, 2017 (edited) 12 hours ago, linuxgurugamer said: Are you going to get to the others soon? nope. Edited April 9, 2017 by Drew Kerman Quote Link to comment Share on other sites More sharing options...
Daniel Prates Posted April 10, 2017 Share Posted April 10, 2017 New version on spacedock! Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 10, 2017 Author Share Posted April 10, 2017 New release, 0.3.11: Updated description of wheels Update Clyde internals with fixed textures, converted remaining png to dds, thanks to @Drew Kerman Quote Link to comment Share on other sites More sharing options...
mechanicH Posted April 10, 2017 Share Posted April 10, 2017 @linuxgurugamer Thanks for that update..i see that you fixed the Nose cone we were talking about...but i think you forgot to change the radial hull (hump back parts) @PART[SXTOsualRadHull]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = surface defaultScale = 1 } to @PART[SXTOsualRadHull]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = surface defaultScale = 1.25 } Well basically all the parts that are type=surface should be defaultScale=1.25 instead if 1 so that it wont disfigure craft from previous builds, which are not that many parts...i had it a few posts back mentioning it to eberkain..and he suggested to do so, because of the same issue but instead of making the part disappear it makes them over sized. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 10, 2017 Author Share Posted April 10, 2017 I'll see if I can get to that soon. A patch or PR would be helpful, I'm rather busy right now Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 10, 2017 Author Share Posted April 10, 2017 Ok, for all patches where type = surface, I'm changing the default scale from 1 to 1.25 However, there are number of parts which don't have a default scale, so I'm not adding any to those, could you please check once I get the new release (shortly) New release, 0.3.11.1: Updated patch for tweakscale, setting defaultScale to 1.25 where it is currently set = 1 for those patches where type = surface Quote Link to comment Share on other sites More sharing options...
mechanicH Posted April 10, 2017 Share Posted April 10, 2017 40 minutes ago, linuxgurugamer said: check once I get the new release (shortly) Works perfect now...Thank you very much!!! Quote Link to comment Share on other sites More sharing options...
Drew Kerman Posted April 11, 2017 Share Posted April 11, 2017 14 hours ago, linuxgurugamer said: Ok, for all patches where type = surface, I'm changing the default scale from 1 to 1.25 The problem here is for anything built prior to this, which would have been at a scale of 1, can't size properly because it seems you can't select a scale of 1.25, only 1.24 or 1.26. Just FYI. I patched your patch to patch things up on my end Yo dawg Quote Link to comment Share on other sites More sharing options...
eberkain Posted April 11, 2017 Share Posted April 11, 2017 18 hours ago, linuxgurugamer said: Ok, for all patches where type = surface, I'm changing the default scale from 1 to 1.25 My concern with making the default scale something other than 1 is that installing tweakscale will make those parts bigger than normal without actually doing anything. I did configs for 30 or so mods literally every part was consistent in that simply installing tweakscale didn't change anything about the parts you were used to using, and this was the only mod that had surface parts with defaultScale of something other than 1. I had assumed it was a typo when the config was originally created, but I could see reverting that change to keep backwards compatibility. Its a delicate balance. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 11, 2017 Author Share Posted April 11, 2017 OK Guys, I'm confused. What do you suggest I do? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 11, 2017 Author Share Posted April 11, 2017 Ok, I just did some testing, and it looks ike the default scale to be 1.25 doesn't change the size of the part, at least until you change it. So, I'm going to assume that the change to 1 was a mistake, and it's been undone with my latest change. Please check the others to make sure everything is ok Thanks Quote Link to comment Share on other sites More sharing options...
mechanicH Posted April 11, 2017 Share Posted April 11, 2017 @linuxgurugamer @eberkain@Drew KermanThe last update fixed everything...no need to do anything to the mod (TweakScale involved) All is working correct and has a smooth transition between the patches and the updates. Trust me guys ...like i stated before i use this mod and all its parts extensively, This is the best solution for anyone progressing through the updates of this mod, building craft and having them work/look as you built it. In my opinion All is Well in the SXT universe. Quote Link to comment Share on other sites More sharing options...
voicey99 Posted April 12, 2017 Share Posted April 12, 2017 When updating this mod (and only this mod) via CKAN, it throws the following error and crashes: Spoiler CKAN.PathErrorKraken: c:/program files (x86)/Steam/SteamApps/common/Kerbal Space Program/GameData/SXT/Parts/Rocketry/Engine/Vanguard is already absolute at CKAN.KSPPathUtils.ToAbsolute(String path, String root) at CKAN.ModuleInstaller.<AddParentDirectories>c__AnonStorey0.<>m__0(String dir) at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other) at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer) at CKAN.ModuleInstaller.AddParentDirectories(HashSet`1 directories) at CKAN.ModuleInstaller.Uninstall(String modName) at CKAN.ModuleInstaller.AddRemove(IEnumerable`1 add, IEnumerable`1 remove, Boolean enforceConsistency) at CKAN.ModuleInstaller.Upgrade(IEnumerable`1 modules, NetAsyncModulesDownloader netAsyncDownloader, Boolean enforceConsistency) at CKAN.Main.WasSuccessful(Action action) at CKAN.Main.InstallMods(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ----------------------------------------ckan Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Users/[redacted]/Downloads/ckan.exe ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36372 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- Microsoft.CSharp Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll ---------------------------------------- System.Dynamic Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- It does this every time I attempt to update the mod (persisting through several versions), but not when un/installing-is this one for you or the CKAN people? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 13, 2017 Author Share Posted April 13, 2017 13 hours ago, voicey99 said: When updating this mod (and only this mod) via CKAN, it throws the following error and crashes: Reveal hidden contents CKAN.PathErrorKraken: c:/program files (x86)/Steam/SteamApps/common/Kerbal Space Program/GameData/SXT/Parts/Rocketry/Engine/Vanguard is already absolute at CKAN.KSPPathUtils.ToAbsolute(String path, String root) at CKAN.ModuleInstaller.<AddParentDirectories>c__AnonStorey0.<>m__0(String dir) at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other) at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer) at CKAN.ModuleInstaller.AddParentDirectories(HashSet`1 directories) at CKAN.ModuleInstaller.Uninstall(String modName) at CKAN.ModuleInstaller.AddRemove(IEnumerable`1 add, IEnumerable`1 remove, Boolean enforceConsistency) at CKAN.ModuleInstaller.Upgrade(IEnumerable`1 modules, NetAsyncModulesDownloader netAsyncDownloader, Boolean enforceConsistency) at CKAN.Main.WasSuccessful(Action action) at CKAN.Main.InstallMods(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ----------------------------------------ckan Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Users/[redacted]/Downloads/ckan.exe ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.36372 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 4.0.30319.36366 built by: FX452RTMLDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- Microsoft.CSharp Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll ---------------------------------------- System.Dynamic Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- It does this every time I attempt to update the mod (persisting through several versions), but not when un/installing-is this one for you or the CKAN people? It's a CKAN question, but try this: Uninstall it, then manually go into the game and delete the directory, then try installing it again. Quote Link to comment Share on other sites More sharing options...
voicey99 Posted April 13, 2017 Share Posted April 13, 2017 43 minutes ago, linuxgurugamer said: manually go into the game and delete the directory Huh? You mean its folder in GameData? (I just updated manually in the meantime) Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 13, 2017 Author Share Posted April 13, 2017 yes Quote Link to comment Share on other sites More sharing options...
voicey99 Posted April 23, 2017 Share Posted April 23, 2017 When making an SSTO for the K-Prize in Sandbox (outside my usual Career), I did notice something else-none of the LLL Jool V stuff is visible in Career. It's all there in Sandbox, but in Career it is not visible in the tech tree and therefore unusable. Are these parts deliberately hidden in the tree, or is something not working? Quote Link to comment Share on other sites More sharing options...
lolstock Posted April 24, 2017 Share Posted April 24, 2017 Is anyone else having problems with the 3.75m docking ports? I can't seem to get them to work. They just won't dock, no matter how perfectly I stick them together. It doesn't seem to work when I let mechjeb try to dock it either. Quote Link to comment Share on other sites More sharing options...
Voyager1Fan5213 Posted April 24, 2017 Share Posted April 24, 2017 The KSC++ is not working. Is there any solution? Quote Link to comment Share on other sites More sharing options...
Voyager1Fan5213 Posted April 24, 2017 Share Posted April 24, 2017 Did you add ksc++? Quote Link to comment Share on other sites More sharing options...
lolstock Posted April 25, 2017 Share Posted April 25, 2017 Turns out that that they didn't play nice with tweakscale continued. Removing the .cfg and the .dll for the docking ports fixed it. Quote Link to comment Share on other sites More sharing options...
voicey99 Posted April 25, 2017 Share Posted April 25, 2017 8 hours ago, Voyager1Fan5213 said: The KSC++ is not working. Is there any solution? KSC++ does not come in this pack, I don't believe linux adopted that alongside SXT. Quote Link to comment Share on other sites More sharing options...
Nightside Posted April 25, 2017 Share Posted April 25, 2017 15 hours ago, Voyager1Fan5213 said: Did you add ksc++? The only place I could find to download that is with Galileo's Planet Pack. Quote Link to comment Share on other sites More sharing options...
Voyager1Fan5213 Posted April 25, 2017 Share Posted April 25, 2017 1 hour ago, Nightside said: The only place I could find to download that is with Galileo's Planet Pack. Ok thx 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.