Jump to content

ale260382

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by ale260382

  1. Ok, sometimes the debugger throws an exception and i think i've tracked down the problem. BBModule is Ferram's Better Buoyancy, a RO reccomended mod, and it's added automatically to all parts, but it has nothing to do with the problem. The problem is ModuleFuelTank doesn't always contain a basemass attribute: in the fixed size RO parts it has one (usually "-1" or a float), but in the stock/AIES/KW fuel tanks realfuels doesn't provide any value for basemass. If a basemass is set to -1 (the default value) your code interpret it like a float and calls mergeModuleFloatValues which checks this: [COLOR=#009695]if[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]newModule[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]HasValue[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]ModuleAttribute[/COLOR][COLOR=#444444])[/COLOR][COLOR=#444444] || [/COLOR][COLOR=#444444]existingNewModule[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]HasValue[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]ModuleAttribute[/COLOR][COLOR=#444444]))[/COLOR] [COLOR=#444444]{[/COLOR] [COLOR=#009695]float [/COLOR][COLOR=#444444]newValue [/COLOR][COLOR=#444444]= [/COLOR][COLOR=#009695]float[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]Parse[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]newModule[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]GetValue[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]ModuleAttribute[/COLOR][COLOR=#444444]))[/COLOR][COLOR=#444444];[/COLOR] In some cases, when ModuleAttribute is basemass, newModule.HasValue(ModuleAttribute) is false, but existingNewModule.HasValue(ModuleAttribute) is true, resulting in passing the parser newModule.GetValue(ModuleAttribute) which is a null value and throws an exception, because apparently parser doesn't like null arguments. One possible solution should be changing that line into something like: [COLOR=#009695]float[/COLOR][COLOR=#444444] newValue [/COLOR][COLOR=#444444]= [/COLOR][COLOR=#444444]newModule[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]HasValue[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]ModuleAttribute[/COLOR][COLOR=#444444])[/COLOR][COLOR=#444444] ? [/COLOR][COLOR=#009695]float[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]Parse[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]newModule[/COLOR][COLOR=#444444].[/COLOR][COLOR=#444444]GetValue[/COLOR][COLOR=#444444]([/COLOR][COLOR=#444444]ModuleAttribute[/COLOR][COLOR=#444444]))[/COLOR][COLOR=#444444] : [/COLOR][COLOR=#f57d00]0.0f[/COLOR][COLOR=#444444];[/COLOR] which i recompiled and tested and apparently it's working fine (now i can weld multiple tanks and capsules) but i don't know if this fix would impact on other aspects of the mod so i'm not sure. Anyway adding basemass values as floats wouldn't produce the correct value in many cases because a value of "-1" is a special value and should not be added. I think handling correctly basemass would require a specific patch. Good work Alessandro
  2. Sure, this is the welding of a Mark1-2 pod with a FL-R1 stock fuel tank underneath. No errors but the process stops and i don't get the welding window! [LOG 11:34:09.995] [WeldingTool] Config was saved [LOG 11:34:09.996] [WeldingTool] v2.1.1 - 0.90.0 - Continued [LOG 11:34:09.996] [WeldingTool] ----- Starting Welding ----- [LOG 11:34:10.001] [WeldingTool] Welding this part: Mark1-2Pod [LOG 11:34:10.001] [WeldingTool] ..part rescaleFactor 1.00 [LOG 11:34:10.001] [WeldingTool] ..part scaleFactor 1.72 [LOG 11:34:10.003] [WeldingTool] .Found 1 config files [LOG 11:34:10.003] [WeldingTool] ..Config Mark1-2Pod has 13 MODEL node [LOG 11:34:10.003] [WeldingTool] ..MODEL url: VenStockRevamp/Squad/Parts/Command/CommandPods/1-2 [LOG 11:34:10.003] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.003] [WeldingTool] ..node position (0.000, 0.000, 0.000) [LOG 11:34:10.003] [WeldingTool] ..node.HasValue("rotation") False [LOG 11:34:10.003] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.003] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.004] [WeldingTool] ..node scale 1.722222, 1.722222, 1.722222 [LOG 11:34:10.004] [WeldingTool] ..Childs count 2 [LOG 11:34:10.004] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.004] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.004] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..position (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..scale (1.722, 1.722, 1.722) [LOG 11:34:10.004] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.004] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.004] [WeldingTool] ..node position (0.173, -0.414, -1.977) [LOG 11:34:10.004] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.004] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.004] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.004] [WeldingTool] ..Childs count 2 [LOG 11:34:10.004] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.004] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.004] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..position (0.173, -0.414, -1.977) [LOG 11:34:10.004] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.004] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.004] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.004] [WeldingTool] ..node position (-0.173, -0.414, -1.977) [LOG 11:34:10.004] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.004] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.004] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.004] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.004] [WeldingTool] ..Childs count 2 [LOG 11:34:10.004] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.005] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..position (-0.173, -0.414, -1.977) [LOG 11:34:10.005] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.005] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.005] [WeldingTool] ..node position (-1.977, -0.414, -0.173) [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.005] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.005] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.005] [WeldingTool] ..Childs count 2 [LOG 11:34:10.005] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.005] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..position (-1.977, -0.414, -0.173) [LOG 11:34:10.005] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.005] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.005] [WeldingTool] ..node position (1.977, -0.414, 0.173) [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.005] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.005] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.005] [WeldingTool] ..Childs count 2 [LOG 11:34:10.005] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.005] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..position (1.977, -0.414, 0.173) [LOG 11:34:10.005] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.005] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.005] [WeldingTool] ..node position (-1.977, -0.414, 0.173) [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.005] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.005] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.005] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.005] [WeldingTool] ..Childs count 2 [LOG 11:34:10.005] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..position (-1.977, -0.414, 0.173) [LOG 11:34:10.006] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.006] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.006] [WeldingTool] ..node position (1.976, -0.414, -0.173) [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.006] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.006] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.006] [WeldingTool] ..Childs count 2 [LOG 11:34:10.006] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..position (1.976, -0.414, -0.173) [LOG 11:34:10.006] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.006] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.006] [WeldingTool] ..node position (-1.469, -0.414, -1.232) [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.006] [WeldingTool] ..node rotation (0.000, 30.000, 90.000) [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.006] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.006] [WeldingTool] ..Childs count 2 [LOG 11:34:10.006] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..position (-1.469, -0.414, -1.232) [LOG 11:34:10.006] [WeldingTool] ..rotation (0.000, 30.000, 90.000) [LOG 11:34:10.006] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.006] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.006] [WeldingTool] ..node position (-1.808, -0.414, -0.659) [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.006] [WeldingTool] ..node rotation (270.000, 30.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.006] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.006] [WeldingTool] ..Childs count 2 [LOG 11:34:10.006] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.006] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.006] [WeldingTool] ..position (-1.808, -0.414, -0.659) [LOG 11:34:10.006] [WeldingTool] ..rotation (270.000, 30.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.007] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.007] [WeldingTool] ..node position (1.469, -0.414, -1.232) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.007] [WeldingTool] ..node rotation (0.000, 330.000, 270.000) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.007] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.007] [WeldingTool] ..Childs count 2 [LOG 11:34:10.007] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.007] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..position (1.469, -0.414, -1.232) [LOG 11:34:10.007] [WeldingTool] ..rotation (0.000, 330.000, 270.000) [LOG 11:34:10.007] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.007] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.007] [WeldingTool] ..node position (1.808, -0.414, -0.659) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.007] [WeldingTool] ..node rotation (270.000, 330.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.007] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.007] [WeldingTool] ..Childs count 2 [LOG 11:34:10.007] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.007] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..position (1.808, -0.414, -0.659) [LOG 11:34:10.007] [WeldingTool] ..rotation (270.000, 330.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.007] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.007] [WeldingTool] ..node position (-0.116, 1.184, -1.324) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.007] [WeldingTool] ..node rotation (270.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.007] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.007] [WeldingTool] ..Childs count 2 [LOG 11:34:10.007] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.007] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..position (-0.116, 1.184, -1.324) [LOG 11:34:10.007] [WeldingTool] ..rotation (270.000, 0.000, 0.000) [LOG 11:34:10.007] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.007] [WeldingTool] ..MODEL url: RealismOverhaul/Models/LinearRCS [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("position") True [LOG 11:34:10.007] [WeldingTool] ..node position (0.116, 1.184, -1.324) [LOG 11:34:10.007] [WeldingTool] ..node.HasValue("rotation") True [LOG 11:34:10.007] [WeldingTool] ..node rotation (270.000, 0.000, 0.000) [LOG 11:34:10.008] [WeldingTool] ..node.HasValue("scale") True [LOG 11:34:10.008] [WeldingTool] ..node scale 0.1, 0.1, 0.1 [LOG 11:34:10.008] [WeldingTool] ..Childs count 2 [LOG 11:34:10.008] [WeldingTool] ..newpart position (0.000, 15.000, 0.000) [LOG 11:34:10.008] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.008] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.008] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.008] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.008] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.008] [WeldingTool] ..position (0.116, 1.184, -1.324) [LOG 11:34:10.008] [WeldingTool] ..rotation (270.000, 0.000, 0.000) [LOG 11:34:10.008] [WeldingTool] ..scale (0.100, 0.100, 0.100) [LOG 11:34:10.008] [WeldingTool] ..Config Mark1-2Pod has 2 RESOURCE node [LOG 11:34:10.008] [WeldingTool] ..RESOURCE new: MonoPropellant 30/30 [LOG 11:34:10.008] [WeldingTool] ..RESOURCE new: AblativeShielding 1000/1000 [LOG 11:34:10.008] [WeldingTool] ..Config Mark1-2Pod has 24 MODULE node [LOG 11:34:10.008] [WeldingTool] .. running in Alewx Testmode = True [LOG 11:34:10.009] [WeldingTool] ..MODULE add: ModuleCommand [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.009] [WeldingTool] ..MODULE add: ModuleScienceExperiment [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.009] [WeldingTool] ..MODULE add: ModuleScienceContainer [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.009] [WeldingTool] ..MODULE add: FlagDecal [LOG 11:34:10.009] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: BBModule [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: ModuleConnectedLivingSpace [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: ModuleTweakableReactionWheel [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: ModuleHeatShield [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: ModuleAnimateGeneric [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: ModuleJettison [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] ..MODULE add: MechJebCore [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.010] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] ..MODULE add: BuildEngineer [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] ..MODULE add: FlightEngineer [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] ..MODULE add: FlightEngineerModule [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] ..MODULE add: ModuleFuelTanks [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] | Module ready to add = True [LOG 11:34:10.011] [WeldingTool] ..MODULE add: TacGenericConverter [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] ..MODULE add: ModuleRCSFX [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] ..MODULE add: CoMShifter [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] ..MODULE add: LifeSupportModule [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.012] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] ..MODULE add: ModuleTestSubject [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] ..MODULE add: ModuleTweakableAnimateGeneric [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] ..MODULE add: ModuleTweakableJettison [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.013] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] ..MODULE add: ModuleTweakableFuelPump [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] | Module ready to add = True [LOG 11:34:10.014] [WeldingTool] ..MODULE add: kOSProcessor [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 0 FXEmitters and 0 Sound in prelaunch FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 0 FXEmitters and 0 Sound in activate FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 0 FXEmitters and 0 Sound in active FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 0 FXEmitters and 0 Sound in deactivate FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup0 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup1 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup2 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup3 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup4 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup5 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup6 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup7 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup8 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup9 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup10 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup11 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup12 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup13 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup14 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup15 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup16 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup17 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup18 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup19 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup20 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup21 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup22 FxGroups [LOG 11:34:10.014] [WeldingTool] ..Config Mark1-2Pod has 1 FXEmitters and 0 Sound in rcsGroup23 FxGroups [LOG 11:34:10.014] [WeldingTool] .Part Mark1-2Pod has 2 Stack attach node(s) [LOG 11:34:10.014] [WeldingTool] .Stack Node Add: topMark1-2Pod0 [LOG 11:34:10.015] [WeldingTool] AdvDebug(.New Center of Mass: (0.0, -0.1, -0.8) [LOG 11:34:10.015] [WeldingTool] AdvDebug(weldThisPart - newpart.partInfo.category: Pods [LOG 11:34:10.015] [WeldingTool] Welding this part: RCSTank1-2 [LOG 11:34:10.015] [WeldingTool] ..part rescaleFactor 1.00 [LOG 11:34:10.015] [WeldingTool] ..part scaleFactor 1.00 [LOG 11:34:10.016] [WeldingTool] .Found 1 config files [LOG 11:34:10.016] [WeldingTool] ..Config RCSTank1-2 has 1 MODEL node [LOG 11:34:10.016] [WeldingTool] ..MODEL url: VenStockRevamp/Squad/Parts/FuelTank/RCSTankR1 [LOG 11:34:10.016] [WeldingTool] ..node.HasValue("position") False [LOG 11:34:10.016] [WeldingTool] ..node position (0.000, 0.000, 0.000) [LOG 11:34:10.016] [WeldingTool] ..node.HasValue("rotation") False [LOG 11:34:10.016] [WeldingTool] ..node rotation (0.000, 0.000, 0.000) [LOG 11:34:10.016] [WeldingTool] ..node.HasValue("scale") False [LOG 11:34:10.016] [WeldingTool] ..Childs count 1 [LOG 11:34:10.016] [WeldingTool] ..newpart position (0.000, 13.675, 0.000) [LOG 11:34:10.016] [WeldingTool] ..newpart rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.016] [WeldingTool] ..newpart rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.016] [WeldingTool] ..newpart rotation.localEulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.016] [WeldingTool] ..newpart localRoot.rotation (0.000, 0.000, 0.000, 1.000) [LOG 11:34:10.016] [WeldingTool] ..newpart localRoot.rotation.eulerAngles (0.000, 0.000, 0.000) [LOG 11:34:10.016] [WeldingTool] ..position (0.000, -1.325, 0.000) [LOG 11:34:10.016] [WeldingTool] ..rotation (0.000, 0.000, 0.000) [LOG 11:34:10.016] [WeldingTool] ..scale (1.000, 1.000, 1.000) [LOG 11:34:10.016] [WeldingTool] ..Config RCSTank1-2 has 0 RESOURCE node [LOG 11:34:10.016] [WeldingTool] ..Config RCSTank1-2 has 3 MODULE node [LOG 11:34:10.016] [WeldingTool] .. running in Alewx Testmode = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | BBModule Module already exists!!! [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.016] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True [LOG 11:34:10.017] [WeldingTool] | Module ready to add = True
  3. I'm not trying to weld procedural fuel tanks. RO/RealFuels turns all stock/KW/AIES fuel tanks into modular fuel tanks, with tweakscale enabled, i don't think procedural parts have a role in this process. Also, i can weld command pods, habitation modules, station parts and they all have a modular fuel tank. One big difference is they don't have tweakscale enabled, but i don't know if this is relevant. PS i'm not trying to get fully functional parts from welding, i'm just trying to create new big parts with completely new config files using different models, just to reduce part count...
  4. Hi, i'm using this mod (bright idea) to create larger station chunks using several addon and stock parts. I play RO/RSS so i also have RealFuels with its Modular Fuel Tanks. It works fine, more or less (you have to edit the welded part config to remove some garbage and make it RO compatible but that's ok), but i found a big problem: i can't weld any fuel tank, neither stock or KW or AIES. If i try to weld one or more fuel tanks when i click "weld it" nothing happens and i don't get the welding interface window. A RO fuel tank has both MFT (Modular Fuel Tank) and TweakScale. RO pods also have MFT but they don't have Tweakscale and they can be welded. I can weld fuel tanks from other mods (ie Tantares) which don't have Tweakscale, but only if i specify a basemass parameter in MFT module different than -1, so maybe the problem is related to mass calculations...? I Checked the debug log but i found no errors or exceptions so i'm not sure it can help to solve this.
  5. I'm a newbie modder and i'd also like to understand how exactly part scaling works. The CFG documentation says altering scale under MODEL affects the nodes but not the model itself, but i've found quite the opposite. Also, there's a bug somewhere which causes rescaled root parts to reset its size on a reload/revert. I was trying to make a RO config for StationPartsExpansion and i've had the same problem, the solution i've found is this: %RSSROConfig = True !mesh = DELETE @MODEL { @scale = 1.6, 1.6, 1.6 } @rescaleFactor = 1.0 @scale = 1.0 @node_stack_top = 0.0, 1.16717376, 0.0, 0.0, 1.0, 0.0, 1 @node_stack_bottom = 0.0, -1.16245408, 0.0, 0.0, 1.0, 0.0, 1 @node_attach = 0.0, 0.0, -0.54553424, 0.0, 0.0, 1.0, 1 I've rescaled the model and manually repositioned the nodes, simply multiplying them by 1.6. The part was 1.25m and now it's 2m. This works even as a root part, i've launched several of these parts and they're currently orbiting Kerbin as my KSS parts But i'm not sure this is the correct method to do the rescaling...
  6. Hello everyone outstanding work on this module I've installed RO full package via ckan, then many others modules, both with ckan and manual install. I've found octagonal structural tanks from Near Future Construction to have double / broken tanks. Maybe i've somewhat a broken installation, but the problem is both Real Fuels and RO configs add a FuelTankModule to the original part. I think the RO config should have "@" in the lines regarding the FuelTankModule, editing the tank and not adding another. With this hack the tanks works ok for me. PS Shall i post an issue or a pull request on github?
  7. Hi, i'm not sure i found a bug or it's just my fault, but i'm having problems with robotic arms... The robotic arms appear in the VAB, i can put them on ships but when i launch and click "activate camera" nothing happens, no window/interface appears. I've tried it on various ships, from very simple capsules to other bigger ships i usually use, but it never worked. All other lazor features works ok, including docking camera and stand-alone cameras. I'm playing 0.90 64bit on Linux with RO and other mods installed, i've tried to remove some of them but the problem still exists. Is there any known module incompatibility? Is anyone having the same problem? Thanks, Alessandro
  8. Hi, great work with this mod, i like your Soyuz more than others for its stockalike look and its modularity This is an image of two of my (yours) Koyuz KM ships docked on 450km LEO, the two ships are identical except one has a passive port and other a probe. I'm playing with Realism Overhaul, Real Solar System, FAR, Mechjeb, RemoteTech and a lot of other mods! First ship was launched from Baikonur on a 45° orbit with my Koyuz Launcher (made with stock/procedural parts, KW rocketry tanks and Bobcat soviet engines following the real Soyuz specifications). The ship then maneuvered with onboard engine and thrusters to a circular 450km orbit. The second ship was launched from Tanegashima on the same 45° plane, then maneuvered first on a 350km circular phasing orbit and performed an Hohman transfer to intercept the first ship about 2 days after. Jebediah then performed a very smooth semi-manual docking. The two ships undocked and both crew returned home safely after a 5-6g thruster controlled reentry. Goodbye and good work on the mod! Alessandro
×
×
  • Create New...