Mecripp Posted May 4, 2015 Share Posted May 4, 2015 Um, after the update(s) i have installed this mod many times and yet still i have this bug that when i place any of the parts your mod provides they stay tranclusent and don't even occupy the node i placed them to nor can i attach anything to them. Tried removing other mods and downloading this mod from other sites and still doesn't work. This began with 1.0 and still is continues in 1.0.2. And yes i have the latest version...Have you tried just this mod and stock install ? Link to comment Share on other sites More sharing options...
Papa_Joe Posted May 4, 2015 Share Posted May 4, 2015 (edited) Um, after the update(s) i have installed this mod many times and yet still i have this bug that when i place any of the parts your mod provides they stay tranclusent and don't even occupy the node i placed them to nor can i attach anything to them. Tried removing other mods and downloading this mod from other sites and still doesn't work. This began with 1.0 and still is continues in 1.0.2. And yes i have the latest version...I'm using Procedural fairings (it is a must have!) and I'm not experiencing this issue. One of the biggest offenders at the moment is Procedural parts. It is being reworked, but I suggest you NOT use this mod (if you are) until after it is updated. beyond that, many of the parts mods are experiencing issues with attaching in the SPH and VAB. Be sure you are using mods have been updated to 1.0 or later.Finally, MeCrpp's advice is correct. To eliminate any other mod as the issue, run just Procedural fairings and a stock game as a proper test Edited May 4, 2015 by Papa_Joe Link to comment Share on other sites More sharing options...
surge Posted May 5, 2015 Share Posted May 5, 2015 Any plans to reuse/reassign the 1.0 stock base parts (and remove the procfairing bases) to alleviate part clutter? I'm not a developer, but from what I understand about the API this should be possible.Since the proc fairing bases are essentially the same part as the stock 1.0 ones now, there doesn't seem to be much point in having them. Part clutter is a problem that many addons take too little care with.Please Procedural Fairings, become the best you can be! Link to comment Share on other sites More sharing options...
acc Posted May 5, 2015 Share Posted May 5, 2015 Any plans to reuse/reassign the 1.0 stock base parts (and remove the procfairing bases) to alleviate part clutter? I'm not a developer, but from what I understand about the API this should be possible.Since the proc fairing bases are essentially the same part as the stock 1.0 ones now, there doesn't seem to be much point in having them. Part clutter is a problem that many addons take too little care with.Please Procedural Fairings, become the best you can be!You could simply delete the stock ones. Compared to the procedural bases the stock bases look very cheap. But just my oppinion Link to comment Share on other sites More sharing options...
gilbr0ther Posted May 5, 2015 Share Posted May 5, 2015 I have a suggestion. I love this modification, it is beautiful and similar to real life. Is there any way to add the same smoke effects that exist in AIES mod? http://forum.kerbalspaceprogram.com/threads/35383-0-23-AIES-Aerospace-v1-5-1 Link to comment Share on other sites More sharing options...
stevehead Posted May 5, 2015 Share Posted May 5, 2015 (edited) Um, after the update(s) i have installed this mod many times and yet still i have this bug that when i place any of the parts your mod provides they stay tranclusent and don't even occupy the node i placed them to nor can i attach anything to them. Tried removing other mods and downloading this mod from other sites and still doesn't work. This began with 1.0 and still is continues in 1.0.2. And yes i have the latest version...I'm having the same issue with the Interstage Fairing Adapter. Cannot get objects to properly attach to the node directly above (had no problem in 0.90). In the screenshot, you can see the probe core I'm trying to attach is red and translucent: screenshotI'll try an install later with only Procedural Fairings to see if it does the same. Just wanted to point out that I'm having issues too.- - - Updated - - -I can verify the same issues with a clean install using only Procedural Fairings. I can attach to fairing bases no problem, but the interstage fairing adapter I cannot attach anything above it directly to it. Possibly related to the 1.0 fix for node attach settings in the part cfg? Edited May 5, 2015 by stevehead Link to comment Share on other sites More sharing options...
Bedwyr Posted May 5, 2015 Share Posted May 5, 2015 Thank you e-dog. Link to comment Share on other sites More sharing options...
Kowgan Posted May 6, 2015 Share Posted May 6, 2015 I have a suggestion. I love this modification, it is beautiful and similar to real life. Is there any way to add the same smoke effects that exist in AIES mod? http://forum.kerbalspaceprogram.com/threads/35383-0-23-AIES-Aerospace-v1-5-1http://sim1.subirimagenes.net/img/2013/06/20//13062003335130805.jpgThat's fairly simple to do, and you can make yourself one.You need to have ModuleManager for this. Just put the code below in a new .cfg file anywhere in your GameData folder:@PART[*]:HAS[#name[KzProcFairingSide?]]:Final{ fx_gasBurst_white = 0, 0.5, 0, 0, -1, 0, activate}Note that, due the way how the Fairings Decouple Module is, the smokes will only show up if you stage (spacebar) the fairings. They won't work in case you manually jettison them through the right click menu, nor if you use action groups, instead. Link to comment Share on other sites More sharing options...
gilbr0ther Posted May 6, 2015 Share Posted May 6, 2015 Thank you, it worked! Is there any way to put the effect of RCS at the top, same as that effect that was at the bottom? Link to comment Share on other sites More sharing options...
Kowgan Posted May 6, 2015 Share Posted May 6, 2015 You're welcome.Unfortunately, putting it on top isn't so simple when you don't have a node there.Because Procedural Fairings is... Procedural, it doesn't have a fixed radius, nor height values. The MM config above works with fixed values, using the node position as reference.TL,DR: Your fairings vary on shape and size. The position of the smoke burst doesn't. Link to comment Share on other sites More sharing options...
gilbr0ther Posted May 6, 2015 Share Posted May 6, 2015 You're welcome.Unfortunately, putting it on top isn't so simple when you don't have a node there.Because Procedural Fairings is... Procedural, it doesn't have a fixed radius, nor height values. The MM config above works with fixed values, using the node position as reference.TL,DR: Your fairings vary on shape and size. The position of the smoke burst doesn't.Mmmm.OKThanks for the help. Link to comment Share on other sites More sharing options...
stevehead Posted May 6, 2015 Share Posted May 6, 2015 I'm having the same issue with the Interstage Fairing Adapter. Cannot get objects to properly attach to the node directly above (had no problem in 0.90). In the screenshot, you can see the probe core I'm trying to attach is red and translucent: screenshotI'll try an install later with only Procedural Fairings to see if it does the same. Just wanted to point out that I'm having issues too.- - - Updated - - -I can verify the same issues with a clean install using only Procedural Fairings. I can attach to fairing bases no problem, but the interstage fairing adapter I cannot attach anything above it directly to it. Possibly related to the 1.0 fix for node attach settings in the part cfg?I managed to get the probe core to attach in my example screenshot. I had to be facing the side of the rocket (not looking down), and had to position my mouse as far away from the object as possible without pulling it off the node. Noticed the same issue trying to get the thrust plate multi-adaptor to attach itself to nodes. Link to comment Share on other sites More sharing options...
Kowgan Posted May 6, 2015 Share Posted May 6, 2015 I managed to get the probe core to attach in my example screenshot. I had to be facing the side of the rocket (not looking down), and had to position my mouse as far away from the object as possible without pulling it off the node. Noticed the same issue trying to get the thrust plate multi-adaptor to attach itself to nodes.That's weird, I can't replicate your issue.Uh...I don't know, I'm out of ideas.Can you open the adapter2.cfg and confirm you have the same values on the node definitions as the following?node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2node_stack_top = 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 2node_stack_top1 = 0.0, 2.0, 0.0, 0.0, 1.0, 0.0, 2node_stack_connect01 = -0.5, 0.1, 0.0, 0.0, 1.0, 0.0, 0node_stack_connect02 = 0.0, 0.1, 0.5, 0.0, 1.0, 0.0, 0node_stack_connect03 = 0.5, 0.1, 0.0, 0.0, 1.0, 0.0, 0node_stack_connect04 = 0.0, 0.1, -0.5, 0.0, 1.0, 0.0, 0node_stack_connect05 = -0.5, 0.1, 0.0, 0.0, 1.0, 0.0, 0node_stack_connect06 = 0.0, 0.1, 0.5, 0.0, 1.0, 0.0, 0node_stack_connect07 = 0.5, 0.1, 0.0, 0.0, 1.0, 0.0, 0node_stack_connect08 = 0.0, 0.1, -0.5, 0.0, 1.0, 0.0, 0 Link to comment Share on other sites More sharing options...
pargentum Posted May 6, 2015 Share Posted May 6, 2015 I had a game crash today. I am not sure that is your problem (I also use dev build of MechJeb), but stack traces mention Keramzit classes, so I thought it might be of some use for you.The crash happened just after I landed the module on the Mun using MechJeb, when I went to EVA and tried to release the ladder. Only your component on the ship at the moment of the crash was a thrust plate with two engines. Here are log file and ship file: https://drive.google.com/folderview?id=0B-UxM-nxF8oEfmdQb29mTm9mVmdOSVlmYktvVWtwMVlHSjJocUx1c00zbGFTWW1mQi1yQ2M&usp=sharing Link to comment Share on other sites More sharing options...
TheKosmonaut Posted May 6, 2015 Share Posted May 6, 2015 Hello e-dog. Love pFairings but I ran into a bit of a snag with the interstage fairings and 1.0.xAs you can see in the screenshot, the RCS engines don't stage while inside the lip of the fairings. I don't suppose there's a fix for this, eh? Link to comment Share on other sites More sharing options...
BudgetHedgehog Posted May 6, 2015 Share Posted May 6, 2015 As you can see in the screenshot, the RCS engines don't stage while inside the lip of the fairings. I don't suppose there's a fix for this, eh? No, that's a stock 'feature' - the fix has to come from Squad. Link to comment Share on other sites More sharing options...
TheKosmonaut Posted May 6, 2015 Share Posted May 6, 2015 No, that's a stock 'feature' - the fix has to come from Squad.That's what I was afraid of, if it's the same module (which it more than likely is) then there's nothing to be done. Completely unintuitive (Though not really the mod's fault) and backwards. Can't even try to make a Dragon lookalike with procedural parts if this is how it is :| Link to comment Share on other sites More sharing options...
e-dog Posted May 6, 2015 Author Share Posted May 6, 2015 I managed to get the probe core to attach in my example screenshot. I had to be facing the side of the rocket (not looking down), and had to position my mouse as far away from the object as possible without pulling it off the node. Noticed the same issue trying to get the thrust plate multi-adaptor to attach itself to nodes.It's stock issue in 1.0.x with thin parts, like small decouplers and probe cores. I can't do much about it.I mean, you can get the same issues trying to attach that probe core on the top of the stock decoupler, for example.- - - Updated - - -Hello e-dog. Love pFairings but I ran into a bit of a snag with the interstage fairings and 1.0.xhttp://imgur.com/5WNMPWu.pngAs you can see in the screenshot, the RCS engines don't stage while inside the lip of the fairings. I don't suppose there's a fix for this, eh? They don't stage while shielded, it's a stock feature.Inline procedural fairings (that is, without the nose cone) check if the top lip is blocked by a big part, if it's not, they consider all parts unshielded (the base is always considered solid, despite how they look). It's not clear from your screenshot, but you might be able to redesign your ship with that in mind to make the engines work.- - - Updated - - -I have a suggestion. I love this modification, it is beautiful and similar to real life. Is there any way to add the same smoke effects that exist in AIES mod? http://forum.kerbalspaceprogram.com/threads/35383-0-23-AIES-Aerospace-v1-5-1http://sim1.subirimagenes.net/img/2013/06/20//13062003335130805.jpgThat's planned, but is low priority. Link to comment Share on other sites More sharing options...
sralica Posted May 6, 2015 Share Posted May 6, 2015 It looks like a stock node attachment bug with thin parts. I got the same effects with the stock 1.25m decoupler. If you move the mouse up a bit, it turns green and attaches fine, if you move the mouse down a bit, it turns red and won't attach.A workaround is to increase the adapter or ring base size before attaching it.Thanks for that.What about the second problem:I have another problem: Interstage is not shielding parts in side."part shielded: 0"http://s30.postimg.org/n91t8r2zh/scr_1.jpgIf I increase "extra hight" for 0.5m, then it is OK (but this look silly)"part shielded: 3"http://s30.postimg.org/epifazun1/scr_2.jpgIt is the same in editor or in flighthttp://s9.postimg.org/ncd9ca8wr/both.jpg Link to comment Share on other sites More sharing options...
stevehead Posted May 6, 2015 Share Posted May 6, 2015 It's stock issue in 1.0.x with thin parts, like small decouplers and probe cores. I can't do much about it.No problem. I had realized late last night that I was having similar issues with stock parts. The problem is just more noticeable when trying to attach to the nodes on procedural fairings parts. Link to comment Share on other sites More sharing options...
e-dog Posted May 6, 2015 Author Share Posted May 6, 2015 Thanks for that.What about the second problem:I guess you can just increase the extra height slightly, there's a slider for that. It just needs a big part at the top lip of the fairing to close it. Link to comment Share on other sites More sharing options...
smjjames Posted May 7, 2015 Share Posted May 7, 2015 Updated to 3.13:Fixed slowdown in the editor when tweaking fairing sides. I'm still getting the slowdown. I'm also using tweakable everything, so maybe that? Link to comment Share on other sites More sharing options...
stevehead Posted May 7, 2015 Share Posted May 7, 2015 I'm still getting the slowdown. I'm also using tweakable everything, so maybe that?Same exact thing here. It may be tweakable everything freaking out over the proc fairing's part modules or GUI for some reason? My initial guess. Link to comment Share on other sites More sharing options...
futrtrubl Posted May 7, 2015 Share Posted May 7, 2015 It's a stock bug caused by the tweakables system spamming events on float tweakables. This gets exposed by mods that use float tweakables and exacerbated by mods that listen for that event. Link to comment Share on other sites More sharing options...
smjjames Posted May 7, 2015 Share Posted May 7, 2015 I did ask toadicus about it and he gave me a config to look at a possible cause, but the config ended up not even starting, he hasn't responded back to me about it yet. Link to comment Share on other sites More sharing options...
Recommended Posts