Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    25,055
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. Glad to get confirmation it's fixed. I fixed the typos you had mentioned, but haven't yet been able to remove the extra "settings" words.
  2. I'm looking for some volunteers to do some minor translations. The next release of PatchManager will be localized, and I need translators. I can use Google, but I'm sure the results will be hilarious. PM me if you can help.
  3. New release, 0.0.1.16-RC2: Fixed some typos on the Intro screen Fixed performance issue in SpaceCenter and Editor https://github.com/linuxgurugamer/KaptainsLog/releases/tag/0.0.1.16 For those who might be interested, there was some old leftover code which had never been fully debugged or optimized from when I was trying to grab the escape key. I didn't do a full cleanup, and it was calling the Unity function: GameObject.FindObjectOfType every single frame. @Yakvi I don't need that info, this fixes the problem @Jacke This bug was also impacting you back when we were working on the earlier performance problem A shout-out to @xEvilReeperx, who emailed me the solution at almost the exact same moment I found it. I greatly appreciate the extra eyes.
  4. I have confirmed the performance issue, both at the SpaceCenter and in the Editor, but have no idea yet what is going on. I'd still like to know if you are using Janitor's Closet or not.
  5. Two more things: First, are you using The Janitor's Closet? Second, please send me a log file after it happens. It would be best if you started the game, went into the editor, verified that it was happening and then exiting. Thanks
  6. Thank you for the feedback. Regarding the performance issue, could you please uninstall it and run the same game and see how your performances in the editor please. Someone else reported the same problems and it turned out to be other mods giving him performance issues. It doesn't do anything in the editor which it isn't doing in the flight scene so it doesn't make sense that it's causing an issue in the editor. I will be addressing the typos, thank you very much
  7. You can add this to any game, does not have to be a new game. I'll be looking into the performance issues in the editor
  8. Ok, so a couple of comments, I was just testing this for my use: Initial vessel of a series does not have a number. Maybe put in an option to the settings to always number vessels If the last digit of a vessel name is a digit, it doesn't assign any numbers. This is, IMHO, not great. At least provide an option in the settings about it Having a standard format for the numbering is fine, until someone wants something different. I suggest creating a very simple template which would have three substitutable values: <<name>> <<launchNumber>> <<blocNumber>> or [name] [launchNumber] [blocNumber] Using these, and a single rule that text immediately in front of a field is only used if the field itself has data, a simple default template to do the same as what you currently have would be: <<name>> <<launchNumber>>-<<blocNumber>> [name] [launchNumber]-[blocNumber] so, given a name: My Big Launcher the final result would be (for launch 2, bloc 3): My Big Launcher 2-3 You can have the template in a config file, where people can change it if they want, but if they don't, then they won't see any change. This would allow the people who don't want to be technical to use the mod, while those who want a bit more customizations to have it available
  9. Correct me if I'm wrong, but does this not put a number on the first launch of a model? Edit: I confirmed in code it doesn't, see my next post for comments
  10. Deleted is easy. Overwritten is much harder, if at all possible. Ram, forget it
  11. At the very least, use your computer for permanent storage and sign up with a good offsite backup service . I use Backblaze, but there are other good services available.
  12. Never heard of you :-) welcome back
  13. @Shaggygoblin I see the PR, will look at it soon. Could you please delete the MM dll from it? Thanks
  14. Most likely the software misread the river as being much higher, maybe due to reflections of light from when the original picture was taken
  15. Finally! Release Candidate!!!!! 0.0.1.15-RC1: Fixed internal index counter Added space between thumbnails Added check on load to be sure the index isn't greater than logIdx, this can happen from a crash, or a revert/exit. If check fails, sets logIdx to 1 greater than loaded index value Moved permanent screenshotcnt to ScenarioModule Merged both Scenario Modules Disabled the "Log Entry Saved" message Added check to NOT record log entry if debris got modified/destroyed https://github.com/linuxgurugamer/KaptainsLog/releases/tag/0.0.1.15
  16. What are you system specs? What version of Windows are you running? Do you have anything else running at the same time?
  17. The logs will be at one of the following locations (Windows): KSP_win\KSP_Data\output_log.txt KSP_win64\KSP_x64_Data\output_log.txt (64bit) %USERPROFILE%\AppData\LocalLow\Squad\Kerbal Space Program\output_log.txt Replace the "KSP_win" or "KSP_win64" with the actual directory where the game is. If you don't see them there, then copy the ENTIRE third line and paste it into the windows search
  18. Wrong files. Please read this:http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/ We need the output_log.txt file
  19. I've looked at the code, I don't see any way this could be happening? Is it possible that those "tips" are being included in the stock tips? Please enable the "DumpTips" and start the game, then send me the log file.
×
×
  • Create New...