Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,960
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. Please be patient, and don't pester the mod authors
  2. New beta: 1.2.3.5 https://www.dropbox.com/s/vfcefv8rukzzpu8/QuickMods-1.3.2.5-Beta.zip?dl=0 Added secondary sort by name for QuickSearch
  3. I'm a bit puzzled. I just tested this in 1.4.3 and the quicksearch history appears to be in the same place as in the 1.3.1 version. Can you be more specific? Good point, I'll see if I can do that
  4. I suggest that you go to the RealChute thread, where the mod is fully supported by @stupid_chris He is around, was last on the forums on Saturday. The mod works fine on 1.4.3, so if you found a bug with it, then you need to contact him. Posting on this thread is mostly useless when talking about a different mod. Anyway, thanks for the fix for the patch
  5. Not really understanding, the picture is too small. Are you saying that the upper size limit should be higher for these? I'll merge the config changes, thanks
  6. New release, 2.3.3.6 Updated to registering with Toolbar Controller Removed Blizzy option from settings Updated version file for all 1.4 versions
  7. Make sure you have the latest version of the ToolbarController installed
  8. Ok, I got some time and fixed the problems in QuickStart and Quickgoto. Here is the full beta: https://www.dropbox.com/s/zwsgea833yd7iot/QuickMods-1.3.2.4-Beta.zip?dl=0
  9. Well, it IS numeric Here you go: https://github.com/linuxgurugamer/KSPLaunchNumbering/releases/tag/u4
  10. That would work, I guess, but I don't know if they are compatible
  11. Its amazing the total lack of reading that goes on. In the posts right above yours, it specifically says there are problems. I dont consider this a critical mod, so the bugs will wait until I finish with some other work
  12. New beta, this file includes an updated version of the Toolbarcontroller and the other dependencies. https://www.dropbox.com/s/6kw3rrbu1wr9p7i/QuickMods-1.3.2.3-beta.zip?dl=0 Note: QuickStart and QuickGoTo have been removed from this due to some unresolved bugs
  13. That is very strange, I don't see anything in the code which controls that (I looked at the old code as well) Just found it, now I need to figure out why it isn't working iin my version
  14. Ok, thanks. So it looks like, except for the search window placement, I've gotten it up and above the same functionality as the old versions. QuickGoTo seems to be problematic, I've had it crash my test games to the point that the game is unplayable when I restart. I may have an idea as to what's going on, otherwise I may just remove it from the release. Regarding QuickMute, is it a visual slider? In my 1.4 version, the mouse wheel actually does the volume control
  15. Surround each one with a GUILayout.BeginHorizontal()/GUILayout.EndHorizontal(). Works for me. Here is a link to some working code: https://github.com/linuxgurugamer/ToolbarControl/blob/b23b0106570b219b84e00b002d3623585fdcd160/ToolbarControl/BlizzyOptions.cs#L121-L198
  16. Minor fix to my unofficial version now available here: https://github.com/linuxgurugamer/KSPLaunchNumbering/releases/tag/u3 Numeric format changed from hex to numeric
  17. This is fixed. But I found a bug which is crashing KSP, need to fix that before getting out a new beta I'm not seeing the delay, but it may be related to the Reflection it is using. I just fixed a big problem in QuickHide, apparently it was getting confused when one mod had multiple buttons (ie: ToolbarController). I'm not seeing that, but it's probably related to the last bug fix (the one which came out in the middle of your testing) The button visibility is again related to the last bug fix. The button should not be visible in the editor
  18. and therein is the problem. How can the mod determine what a minor change is? I looked at the code, and apparently it does NOT do any sort of checks. So, it may be possible, but how can I decide what a "minor" change is? Think about it from the mod's point of view: A rule needs to be defined which will be checked all the time, so, for example, putting on an RCS thruster may be considered a minor change (or changing an engine from one to another), but changing the size of a tank may not be.
×
×
  • Create New...