Guest Posted November 23, 2014 Share Posted November 23, 2014 Not sure if anyone can look into this, but I'm getting a strange bug. I start off with a Mk1-2 capsule and storage shroud or cargo bay. A few tons or so on the pad. A quicksave/quickload later, the mass increases (like 4 or 5 times). Another quicksave/quickload, the mass increases again. After a loading it a few times, the mass kept increasing into the kilotons.I had a station with a few storage shrouds attached, which is currently a few quintillion tons due to the mass of these parts duplicating every time it gets loaded. No wonder it wouldn't turn... Link to comment Share on other sites More sharing options...
somnambulist Posted November 23, 2014 Share Posted November 23, 2014 Not sure if anyone can look into this, but I'm getting a strange bug. I start off with a Mk1-2 capsule and storage shroud or cargo bay. A few tons or so on the pad. A quicksave/quickload later, the mass increases (like 4 or 5 times). Another quicksave/quickload, the mass increases again. After a loading it a few times, the mass kept increasing into the kilotons...That sounds like a TweakScale bug. People have been reporting mass-scaling issue in the TweakScale thread. Link to comment Share on other sites More sharing options...
Guest Posted November 23, 2014 Share Posted November 23, 2014 (edited) That sounds like a TweakScale bug. People have been reporting mass-scaling issue in the TweakScale thread.Did a little more testing, and tweakscale does seem to be bugging out lots.EDIT: Yup, definitely tweakscale. Downgrading to version 1.44 seems to solve it for me. Edited November 23, 2014 by Monopropellant Link to comment Share on other sites More sharing options...
RobotsAndSpaceships Posted December 18, 2014 Share Posted December 18, 2014 I can't get the animations to work, am I doing something wrong? Link to comment Share on other sites More sharing options...
raidernick Posted December 18, 2014 Author Share Posted December 18, 2014 I can't get the animations to work, am I doing something wrong?I will look into this when I get a chance. Unfortunately any real development on this is on hold until sarbian rewrites the plugins for the parent mod. This relies on those plugins to function and without them I can't do much work on this. Link to comment Share on other sites More sharing options...
drtedastro Posted December 18, 2014 Share Posted December 18, 2014 Hey, no problem. Happy to see someone even thinking about take care of this.I hope all of the Klockheed mods get new homes...Cheers. Link to comment Share on other sites More sharing options...
Deltac Posted December 19, 2014 Share Posted December 19, 2014 Need help with the KMbuoyancy module. How would I apply it to a part, like FASA's Apollo floats? Link to comment Share on other sites More sharing options...
raidernick Posted December 19, 2014 Author Share Posted December 19, 2014 It is taken from the firespitter module so you would best get help there however I will try to explain it.MODULE { name = KMbuoyancy //name of module do not change buoyancyForceInflated = 8 //upwards force applied to object when touching water forcePointName = buoy1 //The point of the object at which bouyancy is activated when it touches the water, this is an empty game object in unity isMaster = True //this is specified true if you have more than one forcepoint sound_inflate = Klockheed_Martian_Special/Sounds/inflateshort //self explanatory sound_deflate = Klockheed_Martian_Special/Sounds/inflatelong //self explanatory}Basically what you should do for "round" ball-like floats is have a single forcepoint in the center of the mesh; this is an empty object in unity with the y axis facing upwards. If you are doing a round "pancake" float like on the bottom of the apollo command pod, put 4 force points, one on each corner of the float at 90 degree angles from eachother. You need to define each of these in the config file as a separate kmbouyancy module. The first one will be master=true the other 3 will be master=false. Link to comment Share on other sites More sharing options...
Deltac Posted December 19, 2014 Share Posted December 19, 2014 It is taken from the firespitter module so you would best get help there however I will try to explain it.MODULE { name = KMbuoyancy //name of module do not change buoyancyForceInflated = 8 //upwards force applied to object when touching water forcePointName = buoy1 //The point of the object at which bouyancy is activated when it touches the water, this is an empty game object in unity isMaster = True //this is specified true if you have more than one forcepoint sound_inflate = Klockheed_Martian_Special/Sounds/inflateshort //self explanatory sound_deflate = Klockheed_Martian_Special/Sounds/inflatelong //self explanatory}Basically what you should do for "round" ball-like floats is have a single forcepoint in the center of the mesh; this is an empty object in unity with the y axis facing upwards. If you are doing a round "pancake" float like on the bottom of the apollo command pod, put 4 force points, one on each corner of the float at 90 degree angles from eachother. You need to define each of these in the config file as a separate kmbouyancy module. The first one will be master=true the other 3 will be master=false.Ah, so Friz, the creator of the model, would have to do extra stuff to get this to work with his floats. I see now. Thanks! Link to comment Share on other sites More sharing options...
Gojira Posted January 1, 2015 Share Posted January 1, 2015 Does this still work with 0.90? Link to comment Share on other sites More sharing options...
raidernick Posted January 1, 2015 Author Share Posted January 1, 2015 Does this still work with 0.90?Yes it does but the plugin for the wetworkshop is being dropped unless someone wants to take it on. All of the cargobays and adapters will be maintained and once the plugin breaks entirely it will be removed from the plugin unless someone decides to take it as sarbian has stated he won't be maintaining it. Link to comment Share on other sites More sharing options...
Drew Kerman Posted January 17, 2015 Share Posted January 17, 2015 Yes it does but the plugin for the wetworkshop is being dropped unless someone wants to take it on. All of the cargobays and adapters will be maintained and once the plugin breaks entirely it will be removed from the plugin unless someone decides to take it as sarbian has stated he won't be maintaining it.I'm not seeing the option to show/hide the cargo bay shroud, even when I create it as a new craft in the VAB Link to comment Share on other sites More sharing options...
Maelin Posted April 1, 2015 Share Posted April 1, 2015 If this mod still works more or less as-is with 0.90, is there any chance we could get it added to CKAN? Link to comment Share on other sites More sharing options...
Maelin Posted April 5, 2015 Share Posted April 5, 2015 Hmm. I've discovered that if I right-click on a cargo bay, not only does the right click menu not appear, but it seems to 'break' the right-click menu and nothing else will have its normal right-click menu appear after that. I have to leave the VAB and come back in to be able to get the right-click menu from anything else, and I have to be careful not to right-click the cargo bay again. End caps don't cause the same problem, haven't experimented yet to find out which parts do it. Link to comment Share on other sites More sharing options...
Mecripp Posted April 5, 2015 Share Posted April 5, 2015 Hmm. I've discovered that if I right-click on a cargo bay, not only does the right click menu not appear, but it seems to 'break' the right-click menu and nothing else will have its normal right-click menu appear after that. I have to leave the VAB and come back in to be able to get the right-click menu from anything else, and I have to be careful not to right-click the cargo bay again. End caps don't cause the same problem, haven't experimented yet to find out which parts do it.That happens with Ven's mod too and someone said its the ( TRReflection ) on the parts not sure if this mod has it on the parts but it might if that helps. Link to comment Share on other sites More sharing options...
Beowolf Posted May 7, 2015 Share Posted May 7, 2015 I only used the inflatables from this pack, but use them quite a bit.Under 1.0.2, I'm finding buoyancy is there but flaky (works great on Kerbin, barely seems to work on Laythe), and auto-deploy is busted.If anyone knows of .cfg fixes, or an alternate buoyancy dll that's working better, please let me know. If there aren't any other choices, how about a link to the dll source? I haven't messed with compiling KSP plugins, but 30 years of programming oughta be good for something now that I'm retired, right? Link to comment Share on other sites More sharing options...
Thraken Posted May 8, 2015 Share Posted May 8, 2015 I only used the inflatables from this pack, but use them quite a bit.Under 1.0.2, I'm finding buoyancy is there but flaky (works great on Kerbin, barely seems to work on Laythe), and auto-deploy is busted.If anyone knows of .cfg fixes, or an alternate buoyancy dll that's working better, please let me know. If there aren't any other choices, how about a link to the dll source? I haven't messed with compiling KSP plugins, but 30 years of programming oughta be good for something now that I'm retired, right? I also use the inflatables from this mod and have noticed the same things.I believe that dtobi turned over the source to raidernick, so hopefully there can still be a fix for these parts.On another note, I still use the Skylab (awesome to find a mod with IVA). I have modified the .cfg file for this so that it works like the stock lab, and fixed the node_attach_bottom for 1.0. I also fixed the config on the telescope lens and hatch. That is about all that I use from this pack anymore. I'd probably use more, but I have been resistant to install tweak scale into my 1.0 install.I am a big fan of Lunaran's Wetworks crew tanks. http://forum.kerbalspaceprogram.com/threads/61167-WIP-Wetworks-Crew-TanksI'd love it if we could get the SkyLab part to act like one of those tanks. Link to comment Share on other sites More sharing options...
raidernick Posted May 8, 2015 Author Share Posted May 8, 2015 I have the part source files only. I can make a fix for those but the plugins are busted. Sarbian has the source for those only and he said he won't be fixing them once they break. I will likely remove them from the pack. Link to comment Share on other sites More sharing options...
Drew Kerman Posted May 9, 2015 Share Posted May 9, 2015 I have the part source files only. I can make a fix for those but the plugins are busted. Sarbian has the source for those only and he said he won't be fixing them once they break. I will likely remove them from the pack.Well, if he won't be fixing them why is he holding on to the source? Is it a license issue? Surely someone can take a stab at it if he's unwilling to. Link to comment Share on other sites More sharing options...
raidernick Posted May 9, 2015 Author Share Posted May 9, 2015 Well, if he won't be fixing them why is he holding on to the source? Is it a license issue? Surely someone can take a stab at it if he's unwilling to.It's BY NC ND Link to comment Share on other sites More sharing options...
Bit Fiddler Posted May 9, 2015 Share Posted May 9, 2015 I am looking for this inflatable float for v. 1.0.2 any hope this is working? Link to comment Share on other sites More sharing options...
micha030201 Posted May 10, 2015 Share Posted May 10, 2015 I am looking for this inflatable float for v. 1.0.2 any hope this is working?This mod has some: http://forum.kerbalspaceprogram.com/threads/84359 Link to comment Share on other sites More sharing options...
ctbram Posted May 17, 2015 Share Posted May 17, 2015 (edited) Those are nice but kind of bulky and the foats do not auto inflate on landing in water like the klockheed martian ones did. So is RN updating this mod? That is what is in the OP first thread. I really liked the compact inflatable heatshield. The USI ones are I hate to use sucha harsh would but ridiculously thick. They are like 1/3 the height of the space capsule. I did post a msg on RD's forum suggesting the maybe he could make them thinner and maybe even combine a heatshield. For the floats once one has gotten used to the auto inflation on water contact it seems kind of silly to have to press a action button just to see the floats for the tenth of a second before you recover the vehicle. Even when the auto inflated you don't tend to see them for long but it was a nice visual effect that made it worth the extra weight to me. Somehow having to press an action group is not as spiffy.Is it possible to get a copy of the last working source code to the klockheed martian special parts? Edited May 17, 2015 by ctbram Link to comment Share on other sites More sharing options...
raidernick Posted May 17, 2015 Author Share Posted May 17, 2015 Is it possible to get a copy of the last working source code to the klockheed martian special parts?No it's not. And I am going to update this, but I have about 20 different projects I am working on that are all higher priority than this as this is perfectly workable still you just need to enable the node cheat to connect the parts. I don't appreciate being rushed on things and to be perfectly honest I have this thing that for each person who constantly whines about something it delays me working on the mod for that much longer. Link to comment Share on other sites More sharing options...
CatastrophicFailure Posted May 17, 2015 Share Posted May 17, 2015 No it's not. And I am going to update this, but I have about 20 different projects I am working on that are all higher priority than this as this is perfectly workable still you just need to enable the node cheat to connect the parts. I don't appreciate being rushed on things and to be perfectly honest I have this thing that for each person who constantly whines about something it delays me working on the mod for that much longer.You are a stud, take your time, do what needs doing, and don't feel rushed. But can ya fill me in on the node cheat I came to ask about that anyway. Link to comment Share on other sites More sharing options...
Recommended Posts