smunisto Posted October 24, 2013 Share Posted October 24, 2013 I actually asked the question before checking the first node and the VAB and seeing it is there, just needs to be researched, even though I supposed it's there.Also my question was irrelevant since I incorporate the engineer in all my command modules And I also second the request(plea?) for additional customisation options - font size(or if it is easier to implement window scale), window size, separate windows for each option. As of now putting out more than 2(in the rare cases where needed) takes more than the 1080p height of the screen. Quote Link to comment Share on other sites More sharing options...
a.g. Posted October 24, 2013 Share Posted October 24, 2013 The reason it crashes with FAR is that the efficiency value becomes infinite due to zero stock drag, and this loop runs over the end of the array. To fix it is necessary to reduce the max iteration count by one, so it stops at the last array item no matter what: // Loop through the notations until the smallest usable one is found.- for (notationIndex = 0; notationIndex < notation.Length; notationIndex++)+ for (notationIndex = 0; notationIndex < notation.Length-1; notationIndex++) Quote Link to comment Share on other sites More sharing options...
mwlue Posted October 26, 2013 Share Posted October 26, 2013 (edited) the buildengineer window size keep resetting to 100, 70, 0, 0 ...... anyone encounter this?? Edited October 26, 2013 by mwlue Quote Link to comment Share on other sites More sharing options...
AndreyATGB Posted October 26, 2013 Share Posted October 26, 2013 the buildengineer window size keep resetting to 100, 70, 0, 0 ...... anyone encounter this??Yeah, it also bugs out when your periapsis for Jool is some KM under the atmosphere. It just doesn't display anything. Quote Link to comment Share on other sites More sharing options...
mwlue Posted October 26, 2013 Share Posted October 26, 2013 Yeah, it also bugs out when your periapsis for Jool is some KM under the atmosphere. It just doesn't display anything.hmmm, i found out it seems ModuleManager 1.4 causing this... i used that to add build engineer to all command pods, if i don't use MM, and add the chip the windows seems fine.. need more testing. Quote Link to comment Share on other sites More sharing options...
Starwaster Posted October 26, 2013 Share Posted October 26, 2013 hmmm, i found out it seems ModuleManager 1.4 causing this... i used that to add build engineer to all command pods, if i don't use MM, and add the chip the windows seems fine.. need more testing.That sounds unlikely. ModuleManager works at during game startup and executes once. I don't think even 1.4's changes alter that behavior. So it added the code you requested or it didn't. Use the debug menu and look at pods that have had KE added and see what actually got added. Maybe KE doesn't like being put on parts with other modules. Quote Link to comment Share on other sites More sharing options...
AndreyATGB Posted October 26, 2013 Share Posted October 26, 2013 hmmm, i found out it seems ModuleManager 1.4 causing this... i used that to add build engineer to all command pods, if i don't use MM, and add the chip the windows seems fine.. need more testing.I don't have module manager at all, still has the issue. Quote Link to comment Share on other sites More sharing options...
localSol Posted October 26, 2013 Share Posted October 26, 2013 The reason it crashes with FAR is that the efficiency value becomes infinite due to zero stock drag, and this loop runs over the end of the array. To fix it is necessary to reduce the max iteration count by one, so it stops at the last array item no matter what: // Loop through the notations until the smallest usable one is found.- for (notationIndex = 0; notationIndex < notation.Length; notationIndex++)+ for (notationIndex = 0; notationIndex < notation.Length-1; notationIndex++)^^^^^ That.Thank you! I have got rare crashes sometimes, I love FAR, maybe this was one of them. For Creat asking about Biome display, I want to let people know also that the VOID plugin works great with Kerbal Engineer Redux's Flight Engineer and KSP 0.22 and has a compact transparent top HUD with convenient flight data also, including Biome display. Just check the menus to find it. Quote Link to comment Share on other sites More sharing options...
mwlue Posted October 27, 2013 Share Posted October 27, 2013 That sounds unlikely. ModuleManager works at during game startup and executes once. I don't think even 1.4's changes alter that behavior. So it added the code you requested or it didn't. Use the debug menu and look at pods that have had KE added and see what actually got added. Maybe KE doesn't like being put on parts with other modules.i reverted to old MM & MM extension wth wildcard, KE work fine as like before. Quote Link to comment Share on other sites More sharing options...
Mr_Magpie Posted October 28, 2013 Share Posted October 28, 2013 Just a warning, I just lost my ships and subassemblies, and now just my entire campaign.Would suggest finding a different way to calculate Dv. Quote Link to comment Share on other sites More sharing options...
Pimp Magician Posted October 29, 2013 Share Posted October 29, 2013 Having a problem: when I'm in the VAB, the engineer modules are greyed out. When I go to R&D, I can click on them and then hit "research", but when I go back to the VAB they're greyed out again, and when I go back to R&D after checking the VAB, they're greyed out there as well, again. Any solution? Quote Link to comment Share on other sites More sharing options...
KerbMav Posted October 29, 2013 Share Posted October 29, 2013 Did you misclick in R&D and canceled the purchase?Did you reload inbetween?Funny that some things never work for just a few players ...Windows, Mac, Linux, ... ? Quote Link to comment Share on other sites More sharing options...
Smoke Posted October 29, 2013 Share Posted October 29, 2013 After I installed Engineer with an already running space program, I had to purchase the engineer parts. Just click on the grey part in R&D and then you can get then for zero science. Quote Link to comment Share on other sites More sharing options...
Pimp Magician Posted October 29, 2013 Share Posted October 29, 2013 Did you misclick in R&D and canceled the purchase?Did you reload inbetween?Funny that some things never work for just a few players ...Windows, Mac, Linux, ... ?No, I definitely purchased them, I even made sure and tried several times.I tried both reloading and not reloading in between, didn't work.Windows 7. Quote Link to comment Share on other sites More sharing options...
Pimp Magician Posted October 29, 2013 Share Posted October 29, 2013 Did some more checking around, Engineer works in sandbox but not in career, either my current career or a new one. In a new one I still have to go click on them in R&D and they still revert the moment I go to the VAB. Quote Link to comment Share on other sites More sharing options...
Tragek Posted October 29, 2013 Share Posted October 29, 2013 Here is my problem, same as before. I get the parts and everything, but the UI of engineer does not show up when I have placed the part/parts on the rocket. As of now the parts is nothing more than something graphical and does not help with showing anything, since the information window does not pop up. Is there something I have missed or is there any other addon needed for this to work? Would be grateful for a swift response. Oh, I run KSP in windows 8 if that is of any relevance. Quote Link to comment Share on other sites More sharing options...
Xaiier Posted October 29, 2013 Share Posted October 29, 2013 (edited) Running .22 on OSX Mountain Lion 10.8.5 and the game freezes completely whenever I attach any of the three pieces to my ship.ksp.log[WRN 19:15:23.406] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR =====================[LOG 19:15:24.994] ------------------- initializing editor mode... ------------------[LOG 19:15:24.994] editor started[LOG 19:15:25.055] Untitled Space Craft - Untitled Space Craft[LOG 19:15:38.490] couldn't connect to host[LOG 19:15:44.954] BuildEngineer: Start (Editor)[LOG 19:15:46.207] EngineerChipFlight(Clone) added to ship - part count: 2[LOG 19:15:46.213] BuildEngineer: OnLoadWatching the debug in-game has a couple more lines, something about Stages: 0 and some more BuildEngineer: ?? lines.EDIT:I found this in the startup:[ERR 19:21:31.753] Texture 'Engineer/Engineer7500/model000' not found! Edited October 29, 2013 by Xaiier Quote Link to comment Share on other sites More sharing options...
brienne Posted October 30, 2013 Share Posted October 30, 2013 Any tuto or faq about Redux please?I'd like to know what is difference between 2 speed given in VAB (ex: 1500/2400 m/s).PS: Got a freeze while building a rocket, as written above. First time after 10-15 rockets build in VAB.Maybe i didn't use same Redux stuff and that one is bugged.I use PC/Windows. Quote Link to comment Share on other sites More sharing options...
KerbMav Posted October 30, 2013 Share Posted October 30, 2013 Any tuto or faq about Redux please?I'd like to know what is difference between 2 speed given in VAB (ex: 1500/2400 m/s).One is the dV of the stage, the other the sum of dV up to including this stage. Quote Link to comment Share on other sites More sharing options...
nimbim Posted October 30, 2013 Share Posted October 30, 2013 Is it possible for the dV display to account for the fuel in a docked ship? I've never seen it work properly with MechJeb either, is it just impossible? Quote Link to comment Share on other sites More sharing options...
brienne Posted October 30, 2013 Share Posted October 30, 2013 I guessed that. But why sometimes dv is different? (ex: stage 1 100/1500, stage 2 1000/3000) Quote Link to comment Share on other sites More sharing options...
KerbMav Posted October 30, 2013 Share Posted October 30, 2013 KER does not calculate for remaining fuel I think - is this an asparagus design that is showing this difference? Quote Link to comment Share on other sites More sharing options...
brienne Posted October 30, 2013 Share Posted October 30, 2013 That's it!Thank you. Quote Link to comment Share on other sites More sharing options...
KerbMav Posted October 31, 2013 Share Posted October 31, 2013 Its already late at night and after trial and error deleting and reinstalling mod by mod, I detected an issue with one of my most beloved ones. Already redownloaded KER, seems OK now.What still wont work, is displaying some SUR data when FAR is installed.Showing Terminal Velocity would kill the whole window until leaving the atmosphere. Quote Link to comment Share on other sites More sharing options...
Trann Posted November 2, 2013 Share Posted November 2, 2013 I installed this halfway through my career and it's still not available. On a lark, I started a new career and the engineering items were all available immediately.Any ideas? 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.