hab136 Posted December 21, 2013 Share Posted December 21, 2013 Started working on icons for MJ on Sarbian's request:Awesome, can't wait for them! Literally... I checked this morning and there were no icons available so I made my own crappy ones:See http://forum.kerbalspaceprogram.com/threads/60933-Optional-MechJeb-Modules?p=858477&viewfull=1#post858477 for the filenames, if that helps you. Link to comment Share on other sites More sharing options...
blizzy78 Posted December 21, 2013 Author Share Posted December 21, 2013 I think Toolbar is spamming my log file with "Look rotation viewing vector is zero" messages.According to this thread, it seems that the Unity function Quaternion.LookRotation() is responsible for the error messages. The Toolbar Plugin does not use this function. Link to comment Share on other sites More sharing options...
nothke Posted December 21, 2013 Share Posted December 21, 2013 Awesome, can't wait for them! Literally... I checked this morning and there were no icons available so I made my own crappy ones:http://i.imgur.com/dJAQMec.pngSee http://forum.kerbalspaceprogram.com/threads/60933-Optional-MechJeb-Modules?p=858477&viewfull=1#post858477 for the filenames, if that helps you.Dat warp assistant =)Your panel gave me an idea to do an alternate icon panel with just abbreviations for those who like it that way. Something like thisoh, and thanks for the button names, I actually thought they were not inplemented yet, so I just practiced on the question mark one =) Link to comment Share on other sites More sharing options...
lincourtl Posted December 21, 2013 Share Posted December 21, 2013 According to this thread, it seems that the Unity function Quaternion.LookRotation() is responsible for the error messages. The Toolbar Plugin does not use this function.Thanks blizzy. Weird. I'll try it out later without the Mechjeb optional toolbar module, but I doubt sarbian's using that function either. Link to comment Share on other sites More sharing options...
nothke Posted December 21, 2013 Share Posted December 21, 2013 (edited) Here are 2 requests from me:Make the background "frame" window invisible when not in edit position mode. I find it quite unnecessary and would clean up the design a bit. Could be toggleable if you really want to have the "toolbar" look.Add an ability to switch to the KSP standard skin (GUI.skin = HighLogic.Skin) in the side drop menu. I know you prefer Unity skin but some people (like me) still like the KSP skin better. I am also designing the icons to fit both. Edited December 21, 2013 by nothke Link to comment Share on other sites More sharing options...
Gummi Posted December 21, 2013 Share Posted December 21, 2013 How do you reset the button?I place it just above my kerbals & use autohide.Now I cant find it anymore, Link to comment Share on other sites More sharing options...
toadicus Posted December 21, 2013 Share Posted December 21, 2013 (edited) I'll use toadicus work on late binding for MJ. Thanks for it Hope you find it useful!For your information, and that of any other interested parties, ToolbarButtonWrapper is fully updated for version 1.2.1. I also switched to a static factory method and added some static methods and properties to help determine if the Toolbar is present, so that API users can keep all of the reflection code out of their main classes, if that's their preference.For example:ToolbarButtonWrapper button;if (ToolbarButtonWrapper.ToolbarManagerPresent){ button = ToolbarButtonWrapper.TryWrapToolbarButton("name", "id"); // other button-y stuff}else{ // fallback icon-y stuff}If anyone's interested in icon design for their mod, I'm available =)nothke, if you have an idea for a new VOID icon, I'd love to see what you come up with. I have "power on" and "power off" states currently shown on the icon. Beautiful work! Edited December 21, 2013 by toadicus Added nothke response to avoid double-posting Link to comment Share on other sites More sharing options...
diomedea Posted December 21, 2013 Share Posted December 21, 2013 @ toadicus: excellent.My only gripe is that I must, again, update your TBwrapper source. It seems I will never catch on. You write faster than I can read! Link to comment Share on other sites More sharing options...
blizzy78 Posted December 21, 2013 Author Share Posted December 21, 2013 Make the background "frame" window invisible when not in edit position mode. I find it quite unnecessary and would clean up the design a bit. Could be toggleable if you really want to have the "toolbar" look.Add an ability to switch to the KSP standard skin (GUI.skin = HighLogic.Skin) in the side drop menu. I know you prefer Unity skin but some people (like me) still like the KSP skin better. I am also designing the icons to fit both.I'll play around a bit with those.If anyone's interested in icon design for their mod, I'm available =)I could use some:- Achievements - Two states: One normal, one for "you got a new achievement, click here to read all about it" (will reset to normal on click)- IRC - Four states, in order of importance: Normal, user joined/left/quit, channel message arrived, private message arrived. Note that the "private message arrived" state uses the "important" button feature as long as the private message has not been read.How do you reset the button? I place it just above my kerbals & use autohide. Now I cant find it anymore,Are you using Kerbal Engineer Redux, and had the toolbar positioned at the right or bottom screen edge? Please update to Toolbar Plugin 1.2.1. If that doesn't fix it on its own, quit KSP, delete GameData\toolbar-settings.dat, then restart KSP. Link to comment Share on other sites More sharing options...
TriggerAu Posted December 21, 2013 Share Posted December 21, 2013 Here are 2 requests from me:Make the background "frame" window invisible when not in edit position mode. I find it quite unnecessary and would clean up the design a bit. Could be toggleable if you really want to have the "toolbar" look.Add an ability to switch to the KSP standard skin (GUI.skin = HighLogic.Skin) in the side drop menu. I know you prefer Unity skin but some people (like me) still like the KSP skin better. I am also designing the icons to fit both.I'd like to see 2. as well. If you feel like doing that I have all the code in the KSP ARP that does this GUI Style choice for the player that - which you can use if needed. Link to comment Share on other sites More sharing options...
therealcrow999 Posted December 21, 2013 Share Posted December 21, 2013 If you are still doing icons, the FuseBox mod creator asked if someone could make him some icons. He is going to add his mod to Toolbar in next update.Thanks!http://forum.kerbalspaceprogram.com/threads/50077-0-23-Fusebox-electric-charge-tracker-and-build-helper-0-7a-released-17-12-13/page10Started working on icons for MJ on Sarbian's request:http://i.imgur.com/v0mnlzk.png Link to comment Share on other sites More sharing options...
magnus333 Posted December 22, 2013 Share Posted December 22, 2013 Could you add scaling to the icons themselves? I run 2560x1440 and the icons on my screen are around 26% of the relative size that they are in the demo video. I have to really squint to see which is which.Thanks Link to comment Share on other sites More sharing options...
blizzy78 Posted December 23, 2013 Author Share Posted December 23, 2013 I run 2560x1440 and the icons on my screen are around 26% of the relative size that they are in the demo video. I have to really squint to see which is which.I've added the issue to the tracker: https://github.com/blizzy78/ksp_toolbar/issues/6 Link to comment Share on other sites More sharing options...
blizzy78 Posted December 23, 2013 Author Share Posted December 23, 2013 Toolbar Plugin 1.2.2 is now available for download. Link to comment Share on other sites More sharing options...
nothke Posted December 23, 2013 Share Posted December 23, 2013 Toolbar Plugin 1.2.2 is now available for download.Wow! Thanks for listening to my suggestions. This adds a lot! Link to comment Share on other sites More sharing options...
sirkut Posted December 26, 2013 Share Posted December 26, 2013 Just played around making new iconsHere's for FAR:http://i.imgur.com/DYnUplB.jpg(white, standard button, no stall. yellow, minor stall. red, major stall detected)just need to refine colors a bit, maybe add some glow to make them more pronounced.Did one for TAC life support too:http://i.imgur.com/rzjE2I0.pngIf anyone's interested in icon design for their mod, I'm available =)Pm sent for an Infernal Robotics icon. Link to comment Share on other sites More sharing options...
blizzy78 Posted December 26, 2013 Author Share Posted December 26, 2013 Toolbar Plugin 1.3.0 is now available for download, adding the ability to maintain a custom button order. Link to comment Share on other sites More sharing options...
TaranisElsu Posted December 26, 2013 Share Posted December 26, 2013 A small request if you don't mind: please reorganize the files within the zip so that the only files under GameData/000_Toolbar are the ones needed for running. I would prefer the changes, license, and source zip to be next to the GameData folder. That way I can copy the GameData folder into my install directory and I would only have the files needed for the install.Also, please add the last updated date to the thread title.Thank you for making this mod. It really turned out nice. Link to comment Share on other sites More sharing options...
AbeS Posted December 27, 2013 Share Posted December 27, 2013 (edited) I think there is a problem when playing with lower resolutions. It isn't a major issue, still works as it should, it's just about the looks Javascript is disabled. View full album Edited December 27, 2013 by AbeS Link to comment Share on other sites More sharing options...
blizzy78 Posted January 1, 2014 Author Share Posted January 1, 2014 Toolbar Plugin 1.4.0 is now available for download, adding the ability to create custom button folders to improve organization. Link to comment Share on other sites More sharing options...
Neutrinovore Posted January 1, 2014 Share Posted January 1, 2014 Toolbar Plugin 1.4.0 is now available for download, adding the ability to create custom button folders to improve organization.Please see my post in the Release thread. Fair warning, it ain't a good one. Link to comment Share on other sites More sharing options...
blizzy78 Posted January 1, 2014 Author Share Posted January 1, 2014 Please see my post in the Release thread. Fair warning, it ain't a good one. It just looks like you accept anything implemented as being set in stone - which it isn't. Don't like something? Just speak up, and it may be changed. There is no need to yell or go all out or anything like that. Link to comment Share on other sites More sharing options...
Oinker Posted January 3, 2014 Share Posted January 3, 2014 I just recolored mine to match and recommend that you stick with his colors (which tell the tale of on / off pretty clearly).here's a tiny zip with the icons http://ronwelch.net/images/icon_examples.zip Link to comment Share on other sites More sharing options...
hab136 Posted January 4, 2014 Share Posted January 4, 2014 AutoAsparagus v0.3 now has a hard dependency on the toolbar.If anyone's interested in icon design for their mod, I'm available =)Feel free to improve my terrible icons. Link to comment Share on other sites More sharing options...
nothke Posted January 4, 2014 Share Posted January 4, 2014 (edited) Hi people, I'm back from holidaysHere's a little update, I made the text based MJ buttons, similar to those seen in aircraft real cockpits. The players will be able to chose between the text variant or the picture icon variant. And I just started correcting the tint of the icons to match KSP gui label color to better match and improve visibility on the optional KSP skin styleyou can see in the picture the first row icons are old tint that I matched according to Kerbal clock icon, and the MJ's text buttons are the new tint (except RVR AP)The "active" buttons will have a white icon with a slight glow around (like the crew manifest in the picture) Edited January 4, 2014 by nothke Link to comment Share on other sites More sharing options...
Recommended Posts