Jump to content

Warezcrawler

Members
  • Posts

    611
  • Joined

  • Last visited

Everything posted by Warezcrawler

  1. I just read the from C# .net version 4.5 it is possible to run a non blocking garbage collection in separate thread! Unity 2017.1 introduces possiblity of .net 4.6. So if KSP moves to 4.6 we can probably get rid of that annoying stutter! Another great benefit of 4.5+ is much better support for threading..... Wonder if there are any plans for that? (I know it is currently considered experimental by unity - but one can hope anyways)
  2. Just to confirm.... It was/is the garbage collector. And this helped. Is changed the settings (padhead.cfg) to However, I still find the stutter often, but not nearly as often. Is this heavy GC because of bad mod coding? And if it is, what can we as modders do different to reduce this?
  3. Thanks. I will try it out. And even though it not updated yet, i read it still works... Nice. More information is still welcome if anyone else have relevant input :o)
  4. I have throughout KSP history ever since 1.0 had a performance issue in KSP. While performance on 1.4.1 is much better than it has been I still experience one specific thing which I think is related to a mod, but I have been unable to isolate the mod. Every few seconds it's like the game freezes for just an instant and then continuing - making the experience just a little less smooth than I could wish for. As stated I think it's one of my mods, since I have not recreated it in KSP unmodded. So my quetion to you (the community) is, does anyone else experience this, and have anybody been successful in isolating the mod causing it? I remember having this issue at least since 1.1, and I do think it is because I keep installing many of the same mods. My mod/dll list from my KSP log. I have highlighted some of the .dll's which I seem to recall having back in the day as well, however it is a little foggy. Does anyone have a clue. PS: I have tried installing them one by one, and somehow I missed when the problem started... Might be it is a combination thing.
  5. Yes I do..... So that I suspected was just a coincidence that it broke after installing Distant Objects. Thanks for the info.
  6. I did consider that. By the jet sounds are not in the sounds library \GameData\Squad\Sounds
  7. I'm not so sure. I installed it, and now I can't see planet from space anymore.... Unfortunately something saved into my persistent file, so removing distant objects did not fix it. :o(
  8. Does anyone know if it is possible to revert jet engine sounds back to pre 1.4 sounds? I'm not entirely happy about the vacuum cleaner sounds we got in 1.4, so if it is possible I would like a "downgrade" of those.
  9. Thanks Can I ask if I may propose the following change to CreateEngineSims in PartSim.cs. The current code builds on logic about multimode engines from the stock multimode module. However, this updated version simply loops the enginemodules in the part, and uses the field "isEnabled" to determine if it should be considered for simulation. "isEnabled" is the same field that the stock multimode sets when switching engines modules in the rapier. This update will ensure compatibility of KER GTIndustries multimode mod, as well as being more generic. public void CreateEngineSims(List<EngineSim> allEngines, double atmosphere, double mach, bool vectoredThrust, bool fullThrust, LogMsg log) { if (log != null) log.AppendLine("CreateEngineSims for ", this.name); List<ModuleEngines> cacheModuleEngines = part.FindModulesImplementing<ModuleEngines>(); try { if (cacheModuleEngines.Count > 0) { //find first active engine, assuming that two are never active at the same time foreach (ModuleEngines engine in cacheModuleEngines) { if (engine.isEnabled) { if (log != null) log.AppendLine("Module: ", engine.moduleName); EngineSim engineSim = EngineSim.New( this, engine, atmosphere, (float)mach, vectoredThrust, fullThrust, log); allEngines.Add(engineSim); } } } } catch { Debug.Log("[KER] Error Catch in CreateEngineSims"); } } This would be much appreciated.
  10. Sorry about that... I don't know if the license permits me to distribute an unofficial update - so I'm not sure I can help you that much. I can only say, that recompiling the 1.3 version of KER to 1.4.1 only demands updating some references and using Visual Studio to recompile. Alternatively I sure there will be an update of KER sooner or later.....
  11. And you can actually pretty easily recompiled KER for 1.4.1 from the source, which can be found in the OP.
  12. my god.... I'll get a patch up for that........
  13. great mod!!. However, I have been experiencing some exceptions. [EXC 22:31:25.702] NullReferenceException: Object reference not set to an instance of an object scatterer.Core.Update () Log file: https://drive.google.com/open?id=1LeQqYv8-P40JQA6Zr4WNfOfDqqpEHFnF
  14. Maybe you could post your try. Then I will look it over and comment one where I find the bug and point out why that is. Especially effects are a nasty one in KSP, but your problem could be simple enough.
  15. I found the issue with the Harvester. It was the same with the converter. I'm not sure what changed, but it should be fixed for when I update to 1.4.1. However, I myself is waiting for a lot of other mods to update, and I will probably not recompile before I can convert my game til the new version. On MultiModeRCS..... I'm looking into making that. I think it is a good way to start up modding again. I'm a bit rusty.
  16. Does not look like it is running on each update of the game, so it seem quite light weight.
  17. My vote is one at a time..... There are so many great mod in the list, and we are many who just appreciate the work you put into the community. Maybe take the ones you yourself find the best ones?
  18. As I read your question, it is not supposed to be like that. I wasn't sure, hence my query. And you understand me correctly. I have TST (and a lot other mods) but not Research Bodies. And yet the planets does not appear in the telescope target list. Here are links to my logs from my last game https://drive.google.com/open?id=1euqRmSxnkGoiXHdGk7XGxtCHDPFb1eit https://drive.google.com/open?id=1JIC9ne1z6YrHiuwBSBAXRqXZ4jXnjgHh
  19. Ahh.... But the thing is, I do NOT have research bodies installed (maybe I didn't formulate that clearly enough in my initial post....). If I had that, I would expect to have to "research" the bodies first. But without Research Bodies, they seem still to be missing.
  20. Are you sure there is such a setting? I can't find it. There are for CemCams, but not for telescopes. I tried starting a new game, and looked through the settings. I did the same within my current game. But I did not find that particular setting.....
  21. I was not aware of that, so I would guess that is the case then. Thanks. I will look into this, but sounds like you've pointed me in the right direction!
  22. love to hear that this mod is not dead. It always made exploring the solar system more meaningful and involving! Thanks!
  23. I recently installed KSP 1.3.1 to start up playing again. But something is different about this mod than earlier, and I was wondering if it is intended, or some bug/conflict of mods going on. I have a probe with a Space Telescope, but when I open it up, the Show Bodies shows only Sun and Kerbin. Show Galaxies is empty. Earlier they had the planets and Galaxies filled out so you could ind them. Is this expected/intended behavior? (I do not have the show only contracts flag on or Research Bodies installed) What am I missing?
  24. try removing those.... that is probably it.... this correlates with the fact that your error regards "FlightCamera". Good luck
×
×
  • Create New...