FullTank Posted October 5, 2015 Posted October 5, 2015 Simply put I would like something that highlights the changes since the last update. So when it says "- added Armour Penetration Indicator by lelicopter & lportii" in the installer it would be highlighted in yellow per say. I know this may not be easy at first. You would need to keep track of which version they have. And then for each line/item in the installer you would need a version number attached somehow, hidden or not from the end user. Then the installer just colors the text of any lines that have a higher version number then their previously installed version. The exception would be if there is no previous version installed, then do not highlight any lines. This could even be used to create your update forum posts. I know this might be a project. So maybe best to start with 10.0 of WoT. Since you will be adding all lines then. I know I have simplified, and there is more to it. But this would help a lot as I spent half an hour today just trying to find one thing you added, and that is typical. Great mod pack, and if you can't do it, it is still a great mod pack. Quote
Administrator Aslain Posted October 5, 2015 Administrator Posted October 5, 2015 There was a plugin for Inno that would let me change some text styles in component list, but it's not updated anymore, and available version is bugged so, not a chance, unless someone updates it (I doubt, it's chinese plugin) Quote
GlareMasters Posted October 5, 2015 Posted October 5, 2015 This hurts my brain just thinking about all the variables that would go int making this. Quote
FullTank Posted October 6, 2015 Author Posted October 6, 2015 (edited) GlareMasters, it only adds one variable (the version number) to each entry. Below is an example using made up numbers. - gun sounds by Gnomefather (4.6.25) - chat_filter mod (4.6.12) - Johny_Bafak's Vertical Techtree v0.72 (4.6.18) - Direction Indicator by ZJ (4.6.27) - Tank Lamps (toggle: F2 key) (4.6.21) - Info Panel by masheene (languages: EN, PL, FR, DE) (4.6.20) - Armour Penetration Indicator by lelicopter & lportii (4.6.22) Then depending on your installed version, maybe the top and middle lines would be highlighted in color. But alas the freeware installer Aslain is using (Inno Setup) does not have this capability to highlight, although the version number would still be helpful. Edited October 6, 2015 by FullTank Quote
Moderator Quaksen Posted October 6, 2015 Moderator Posted October 6, 2015 That version number would clutter things up, if you ask me... If you want to see the changes since the last time you installed, there's always the changelog with the full list of things that was changed. :) Quote
Administrator Aslain Posted October 7, 2015 Administrator Posted October 7, 2015 Adding too many version tags on the list will leads to problems with custom translations, that are always being translated on later time, or never sometimes. I'm trying to not use many version tags in the list because of that. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.