Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,952
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. There is/was the Historical Progression Tech Tree
  2. Im guessing you installed it by hand. Check the OP for the new dependencies.
  3. First, make sure all your mods are updated. then, check the blizzy toolbar, buttons arent shown unless enabled.
  4. I guess you missed the release of Structural Tubing and ABookCase Orbital Reference System
  5. I just released an update for ShowFPS for KSP 1.4.1 It's in CKAN and all the usual places
  6. An old mod by @m4v, hasn't been updated since 1.1 This started out as a simple framerate counter in the top right corner of the screen. Major update 0.3.0 Added a graph window to show FPS over time. The Graph shows current FPS, a moving average of the FPS, and the Simulation rate (ie: how much is it lagging, related to yellow/red clocking). It can also show a line of a normal sim rate (no lagging). Along the left of the graph will be a scale for the FPS. Along the right will be a scale for the symrate New Dependencies Click Through Blocker ToolbarController Usage Press F8 for toggle it. Ctrl+F8 will enable a *very* minimalist benchmark showing the average and lowest framerate. (must be visible first) Benchmark is disabled You can drag the counter to where you like and change the default shortcut in the settings.cfg file. To open/close the window, use the new toolbar button: Graph Window Graph Window Controls Buttons Refresh Redraw the graph Clear Clear all data form graph Rescale Rescale the graph to fix all the data. Toggles Show Max Symrate Show a grey line of what the normal (no losses) symrate should be Periodic auto-rescale Will automatically rescale the graph once a minute, if necessary Sliders Transparency Lets the background of the graph be transparent. Only takes effect on newly drawn lines or by resizing the graph Frequency How often to plot a datapoint Resizer A resizer control is at the lower right of the screen. Click and drag it to resize the window The toggle and slider settings are saved between game sessions Source Code: https://github.com/linuxgurugamer/ShowFPS SpaceDock: https://spacedock.info/mod/1757/ShowFPS It is available in CKAN, CKAN has been updated with the new dependencies License: LGPL https://www.patreon.com/linuxgurugamer
  7. Maybe he is getting ready for a release
  8. I may send you a debug version, would help to see what's going on. I'll PM you with the details
  9. Ok, the GOOD news is that there aren't any exceptions. The bad news, I don't know yet what's happening, I may need to build a Linux install to test this.
  10. Given that you reported a low-priority bug, I'll add it and probably get it updated for 1.4.1 this evening. Thanks
  11. Sounds like you may have compiled it in a debug mode.
  12. So do I, but I only have so many hours in a day, and I do have a life outside KSP Be patient, it will be done eventually. Feel free to contribute, would definitely get my attention
  13. Actually, yes, it's a waste of my time. It is not supported, it is not updated, please don't waste time with bug reports until the modder says it's been updated. Of course, if a modder hasn't been around for a while, this doesn't really apply
  14. No. that's actually quite difficult, especially when trying to minimize code changes
  15. It would have helped if you had mentioned that you were running on Linux. your log is filled with exceptions from KSP-AVC, like the following: KSP-AVC -> System.ArgumentException: Getting control 0's position in a group with only 0 controls when doing Repaint Aborting at UnityEngine.GUILayoutGroup.GetNext () [0x00000] in <filename unknown>:0 at UnityEngine.GUILayoutUtility.BeginLayoutGroup (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options, System.Type layoutType) [0x00000] in <filename unknown>:0 at UnityEngine.GUILayout.BeginHorizontal (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 at UnityEngine.GUILayout.BeginHorizontal (UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 at KSP_AVC.Toolbar.ToolbarWindow.Window (Int32 windowId) [0x00000] in <filename unknown>:0 Remove KSP_AVC and see if that solves the problem
  16. For anyone who need to know, I figured this out. It's Unity :-( The old way of getting textures from the game database: Texture2D texture = GameDatabase.Instance.GetTexture(MainMenu.flagURL, false); doesn't work well because of Unity needed it to be a power of 2. You need to manually read the file using something like: tex.LoadImage(System.IO.File.ReadAllBytes(fileNamePath));
  17. I'm sure this is related to the new engine, but buttons which are fine in 1.3.1 are now fuzzy in 1.3.1. It's almost as if they are being resized in some way. Any ideas, suggestions? Thanks in advance
  18. Forum user @zentarul made this nice little mod at the request of Twitch streamer ABookCase. It hasn't been updated since KSP 1.2, and I had a request to update it. Original thread is here:https://forum.kerbalspaceprogram.com/index.php?/topic/131706-12-abookcase-orbital-reference-system-0410/& This is a request from ABookCase who wanted a simple mod that displays altitude of an orbit at a point by hovering the mouse over it. Download: https://github.com/linuxgurugamer/abcors/releases Spacedock: https://spacedock.info/mod/1756/ABookCase Orbital Reference System Updated Github: https://github.com/linuxgurugamer/abcors License: MIT Now available via CKAN Main change is that there is now a Settings page, available in the stock settings page, and no more need for a local config file. The mouse is not shown in the screenshots, but I'm sure you can imagine it. Imgur Gallery: http://imgur.com/a/K6wiA
  19. And that is why I rebuild all my mods for each major version of KSP.
  20. I have never tested it using KAS or KIS, it wasn't designed to work with them. That being said, your problem is probably that you didn't set it up before sending it up. For now, you will have to edit the save file to fix this, I'm not planning on adding any ability to change the resource on the fly.
  21. First, Is Blizzy even showing on screen? If so, then click the dropdown and see if it's there but not set to be show. If that doesn't help, please make sure you have the latest versions of the following mods: Part Commander: 1.1.3.3 Toolbar Controller: 0.1.5.3 Click Through Blocker: 0.1.6 If you have the correct versions, then send me a log file
  22. There is a very good reason for that. I haven't updated it yet
  23. Update the Click-through blocker and the toolbarcontroller. If it happens again, send me a log file
×
×
  • Create New...