

pamidur
Members-
Posts
10 -
Joined
-
Last visited
Reputation
18 GoodProfile Information
-
About me
Bottle Rocketeer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
pamidur replied to Thomas P.'s topic in KSP1 Mod Releases
Yeah, I got it. Sorry for that. Aside of it. Although I'm not familiar with how ksp development is done, but shouldn't change in Z (at least) in X.Y.Z indicate bugfix which does not introduce breaking change and thus should not require your lib update? Just asking. @JadeOfMaar, @Thomas P. I didn't want to do something bad really. I appreciate Modders and Community. Thought I would be a quick fix for those on steam autoupdate until new version is released. And I thought 'no bother original modder' were obvious as well. I've deleted my post. -
I've faced with issue that seems to be reported, but not fixed. The categories got empty after revert to VAB/SPH [Filter Extensions] Category refresh failed (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56) [Filter Extensions] (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56) [Filter Extensions] at RUIToggleButtonTyped.PopOtherButtonsInGroup () [0x00000] in <filename unknown>:0 at RUIToggleButtonTyped.SetTrue (.RUIToggleButtonTyped btn, ClickType clickType, Boolean popButtonsInGroup) [0x00000] in <filename unknown>:0 at FilterExtensions.Core.setSelectedCategory () [0x00000] in <filename unknown>:0 (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56) NullReferenceException: Object reference not set to an instance of an object at PartCategorizer.UpdateCategoryNameLabel () [0x00000] in <filename unknown>:0 at PartCategorizer+.MoveNext () [0x00000] in <filename unknown>:0
-
[1.2.0] Precise Node 1.2.4 - Precisely edit your maneuver nodes
pamidur replied to blizzy78's topic in KSP1 Mod Releases
blizzy78, I've create new pull request on github. The changes add inclination to orbit information. Please consider accept it. -
Hi all, I've just got this exception Exception occured while attempt to generate contract of type 'LSResupply': System.ArgumentNullException: Argument cannot be null. Parameter name: source at System.Linq.Check.SourceAndSelector (System.Object source, System.Object selector) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.Select[VesselIdentifier,String] (IEnumerable`1 source, System.Func`2 selector) [0x00000] in <filename unknown>:0 at ContractConfigurator.DockingFactory.Generate (Contracts.Contract contract) [0x00000] in <filename unknown>:0 at ContractConfigurator.ParameterFactory.Generate (ContractConfigurator.ConfiguredContract contract, IContractParameterHost contractParamHost) [0x00000] in <filename unknown>:0 at ContractConfigurator.ParameterFactory.GenerateParameters (ContractConfigurator.ConfiguredContract contract, IContractParameterHost contractParamHost, System.Collections.Generic.List`1 paramFactories) [0x00000] in <filename unknown>:0 at ContractConfigurator.ContractType.GenerateParameters (ContractConfigurator.ConfiguredContract contract) [0x00000] in <filename unknown>:0 at ContractConfigurator.ConfiguredContract.Initialize (ContractConfigurator.ContractType contractType) [0x00000] in <filename unknown>:0 It seems that 'LSResupply' has something to do with this contracts pack
-
I thank you for supporting this mod! But I found the root of the issue with dynamic dimming. It looks like bad copypaste (excuse me for code in thread. I might add an issue to github later): if (skyboxBrightness.HasValue("debrisBrightness")) { SkyboxBrightness.maxBrightness = float.Parse(skyboxBrightness.GetValue("maxBrightness")); }
-
[1.2.0] Precise Node 1.2.4 - Precisely edit your maneuver nodes
pamidur replied to blizzy78's topic in KSP1 Mod Releases
Blizzy, I've just made a pull request with that shows Inclination after maneuver in orbit information. That is really useful when you know exact inclination you want reach. -
[1.2.0] Precise Node 1.2.4 - Precisely edit your maneuver nodes
pamidur replied to blizzy78's topic in KSP1 Mod Releases
I noticed that since last update my ejection inclination is "n/a" almost always. Always when maneuvering around planet. In some conics modes when escaping. Am I doing anything wrong? Does it work only for celestial body escape?