-
Posts
2,475 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blizzy78
-
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.
-
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.
-
How do you find out part count?
blizzy78 replied to Redshift OTF's topic in KSP1 Gameplay Questions and Tutorials
You can edit the window and add the Part Count info item. -
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.
-
[0.24.2] Achievements 1.6.3 - Earn 136 achievements while playing
blizzy78 replied to blizzy78's topic in KSP1 Mod Releases
Yes, achievements are saved in your save file. In other words, each save file has its own sets of earned achievements. -
It's a tutorial, it doesn't run within your normal save. But I really should check 0.23 compatibility as you suggest.
-
Press F3 to see the flight log that lists where the failure occurred.
-
Now-defunct-thread-that-should-not-appear-in-google-search.
blizzy78 replied to Cilph's topic in KSP1 Mod Releases
I think in the change log you mean "0.23", not "0.2.3"? -
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.
-
KSP Abbreviations, for the newbs :P
blizzy78 replied to BasOne's topic in KSP1 Gameplay Questions and Tutorials
I think that is supposed to be KISS, and it means Keep It Simple, Stupid. Or the other way around -
How did I suddenly get so good at rendevousing?
blizzy78 replied to LostElement's topic in KSP1 Discussion
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.) -
You should consider using KSPAddonFixed for addons that only run once.
-
[0.24.2] Achievements 1.6.3 - Earn 136 achievements while playing
blizzy78 replied to blizzy78's topic in KSP1 Mod Releases
I've checked the achievement, and it is indeed broken. I have fixed it for the next release. -
[1.3.0] Kerbal Engineer Redux 1.1.3.0 (2017-05-28)
blizzy78 replied to cybutek's topic in KSP1 Mod Releases
Nothke does some great icons, and he's taking requests as well. -
Optional MechJeb Modules for FAR, NEAR & km_Gimbal 2/3 (July 16)
blizzy78 replied to sarbian's topic in KSP1 Mod Releases
It's already on the list: https://github.com/blizzy78/ksp_toolbar/issues/2 Although it has not been requested often so far.