Jump to content

blizzy78

Members
  • Posts

    2,475
  • Joined

  • Last visited

Everything posted by blizzy78

  1. First, please check if there is exactly one Toolbar.dll in your whole installation, under the path GameData\000_Toolbar\Toolbar.dll. Delete any other Toolbar.dll you see in any other folder. Second, please try and download the current Toolbar Plugin release from this thread, and replace your GameData\000_Toolbar\ folder with the one from the download, and see if the problem persists. This sounds like the space center scene (the one with the buildings.) This scene has problems with GUI windows, and the mouse pointer will always be teleported to the center of the screen. This also happens without mods.
  2. The Toolbar Plugin already provides API to third-party plugin authors to mark their buttons as "important." The button then will stay visible as long as it is marked as important, even if the toolbar should auto-hide itself. So this feature can be used for important notifications already. I don't have plans to provide further API for version checking. I've seen a completely unrelated thread somewhere where the person was also having problems terminating flights, in an unmodded installation. I don't think it is related to the Toolbar Plugin at all. Yes there are. This one is targeted towards players, while the other one is more targeted towards third-party plugin authors wanting to provide toolbar integration. It looks like the resize/move cursor textures and the triangle menu button texture got corrupted somehow. I've been having problems in the past with the cursor textures myself and couldn't find a way to fix it for everyone. Glad it worked out for you. Normally you can just throw everything in there at once, but bad interactions are always a possibility.
  3. You can edit the window and add the Part Count info item.
  4. I have not tried the new version yet, but might I suggest that textures 48x48 pixels and smaller not be compressed if that means there's any graphical loss involved? Those are usually icons, and they could look terrible with lossy compression.
  5. I'm not aware of any issues on my end. I'm using the Toolbar Plugin as well in my regular game, along with a few other mods that have support for it, and the tracking station works normally for me. The Toolbar Plugin does not tap into third-party plugins' GUI code. Please check with the Engineer authors. There is a second Toolbar.dll in your installation. To start, check if GameData\NavyFish\Plugins\Toolbar.dll exists, and delete that.
  6. Yes, achievements are saved in your save file. In other words, each save file has its own sets of earned achievements.
  7. It's a tutorial, it doesn't run within your normal save. But I really should check 0.23 compatibility as you suggest.
  8. Press F3 to see the flight log that lists where the failure occurred.
  9. This is most definitely caused by multiple toolbar DLL files. The GameData\toolbar-settings.dat file is not causing it. (It is the file where the Toolbar Plugin stores your settings.)
  10. It's on my list: https://github.com/blizzy78/ksp_toolbar/issues/6 Try opening the toolbar-specific drop-down menu by clicking on the triangle button.
  11. Toolbar Plugin 1.3.0 is now available for download, adding the ability to maintain a custom button order.
  12. I've made a bugfix in 1.3.0 (see next post), please try again. Best resize the toolbar again, and it should stay at that size from that point on.
  13. Toolbar Plugin 1.3.0 is now available for download, adding the ability to maintain a custom button order.
  14. Nice! I've added it to my list of supporting plugins. Edit: Just a minor nitpick on your code: You don't need to set a visibility for GameScenes.FLIGHT since Targetron is running during the flight scene only. And since you are destroying the toolbar button when your plugin is destroyed, you can just go without explicitly setting a visibility. It doesn't hurt, but it's also not necessary.
  15. Generally you want to have a launch TWR so high that you can go as fast as possible, but not so high that you exceed terminal velocity. Around 1.6-1.7 should be good.
  16. I think that is supposed to be KISS, and it means Keep It Simple, Stupid. Or the other way around
  17. I even wrote in-game docking and rendezvous tutorials. (See signature. Please note that I haven't tested them yet with .23, but they should work.)
  18. You should consider using KSPAddonFixed for addons that only run once.
  19. I've checked the achievement, and it is indeed broken. I have fixed it for the next release.
  20. Please check if there is a second Toolbar.dll in GameData\NavyFish\Plugins\ - if so, delete that.
  21. Did you try using the latest Toolbar Plugin version 1.2.2? It shouldn't default to the top-left corner anymore.
  22. Nothke does some great icons, and he's taking requests as well.
  23. It's already on the list: https://github.com/blizzy78/ksp_toolbar/issues/2 Although it has not been requested often so far.
×
×
  • Create New...