tacticalnuggets 24 Posted June 30, 2014 I released a useful in-game settings UI for mission makers. Comes as a script module/template so you can customize your settings without including another addon. http://www.armaholic.com/page.php?id=26058 Needs more testing in arma 3! Share this post Link to post Share on other sites
dr death jm 117 Posted June 30, 2014 (edited) I like this , but heres some rpt errors ... Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.colorDisabled'. Warning Message: Size: '/' not an array Warning Message: Size: '/' not an array Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.ListScrollBar'. Warning Message: Custom font zeppelin32 is not present, it was replaced by the default Arma3 font. Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.colorDisabled'. Warning Message: Size: '/' not an array Warning Message: Size: '/' not an array Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.ListScrollBar'. I know someone posted a fix for the colordisabled somewere ... but the rest I have no clue. to fix, Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.colorDisabled'. I just added colorDisabled[] = {}; but no clue how to fix other errors Edited June 30, 2014 by Dr Death JM Share this post Link to post Share on other sites
tacticalnuggets 24 Posted June 30, 2014 I like this , but heres some rpt errors ... Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.colorDisabled'. Warning Message: Size: '/' not an array Warning Message: Size: '/' not an array Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.ListScrollBar'. Warning Message: Custom font zeppelin32 is not present, it was replaced by the default Arma3 font. Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.colorDisabled'. Warning Message: Size: '/' not an array Warning Message: Size: '/' not an array Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.ListScrollBar'. I know someone posted a fix for the colordisabled somewere ... but the rest I have no clue. to fix, Warning Message: No entry 'C:\Users\Dr_Death_JM\Documents\Arma 3\missions\Dynamic Settings UI.Altis\description.ext/DynamicSettingsGUI/controls/GUI_ListBox_SettingsList.colorDisabled'. I just added colorDisabled[] = {}; but no clue how to fix other errors Thank you! I've actually worked on this primarily in a2, but i'm now fixing these errors. I have a butt load more arma2 content that is too complicated to release to a3 without serious testing. Consider this my practice run :P Share this post Link to post Share on other sites
dr death jm 117 Posted July 1, 2014 its realy cool ... the font zeppelin is an easy fix too, just define it or change it to a3 default... not that you don't know this already... ill test it when ever you need a tested ... Share this post Link to post Share on other sites
tacticalnuggets 24 Posted July 1, 2014 Updated to version v0.9.1: new readme included! v0.9.1 - Fixed some dialog warnings and errors for arma3 - Added InitDynamicSettingsArma2.sqf and InitDynamicSettingsArma3.sqf scripts for initializing in separate game versions. (improves security) - Added DynamicSettingsArma2.hpp and DynamicSettingsArma3.hpp files for separate game versions when including in description.ext. (fixes bugs) - scripts get compiled using compileFinal when using the new Arma 3 versions Download: http://download1520.mediafire.com/29kovtw9vd7g/d999rde1t346f3t/Dynamic+Settings+UI+v0.9.1.zip New Installation: The readme.txt file now includes a new installation process for this update. A new initialization process for Arma2 and Arma3 is required for the template to work. Share this post Link to post Share on other sites
Guest Posted July 2, 2014 Thanks for sending us the update :cool: Release frontpaged on the Armaholic homepage. Dynamic Settings UI v0.9.1 beta ================================================ We have also "connected" these pages to your account on Armaholic. This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! Share this post Link to post Share on other sites
dr death jm 117 Posted July 6, 2014 I get scrollbar errors when loading.. Share this post Link to post Share on other sites
tacticalnuggets 24 Posted July 7, 2014 I get scrollbar errors when loading.. That is really strange, but I think I know what the problem is. Even though the documentation says to inherit from the scrollbar class, some people are not using it in their declarations. I have to assume that removing it might fix the problem. So here is a potential quick fix, not an update: http://download1643.mediafire.com/69crq164l3mg/7ihwkc368wojxi3/Dynamic+Settings+UI+v0.9.2.zip Share this post Link to post Share on other sites
dr death jm 117 Posted July 7, 2014 k thanks...:bounce3: Share this post Link to post Share on other sites
tacticalnuggets 24 Posted July 17, 2014 Updated to version v0.9.2 v0.9.2 - Fixed rpt error when compiling (more like warning) - Fixed more dialog errors for arma 3 (hopefully!) - New color scheme and slightly different layout - New optional "on new saved value" event for settings (runs when new value is saved to the setting variable) Download: http://download1517.mediafire.com/zfp6s5ea2xbg/7ihwkc368wojxi3/Dynamic+Settings+UI+v0.9.2.zip Share this post Link to post Share on other sites
Guest Posted July 17, 2014 Thanks for sending us the updated version :cool: Release frontpaged on the Armaholic homepage. Dynamic Settings UI v0.9.2 beta ================================================ We have also "connected" these pages to your account on Armaholic. This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! Share this post Link to post Share on other sites
dr death jm 117 Posted December 26, 2014 I know this is getting to be an old post... but is there a chance to show how to use some of this in youtube? Share this post Link to post Share on other sites