SC2Mapster Forums

Development > UI Development

Custom UI - Black Bar messed up by new patch.

  • 3 posts
    #1 Feb 20, 2013 at 22:16 UTC - 0 likes

    I made a custom UI using the Layout files. There used to be an option ( according to this tutorial: http://www.sc2mapster.com/forums/resources/tutorials/20323-ui-sc2layout-files-override-method-aiurchef-method/#w-1-how-do-i-remove-the-black-bar-at-the-bottom-of-my ) to move the "black bar" at the bottom. )

    This was done through Data Editor - Game UI data. There was a field called World Console Bottom, which had to be changed to 0.

    Now after the new patch the black bar seems to be back and I can't really find any way to remove it.

    #2 Feb 20, 2013 at 22:39 UTC - 0 likes

    @Demtrod: Go

    The black bar is now handled in layout files instead of data (who knows why, Blizzard touching things they didn't need to).

    Go to the UI module and just look at "Game UI". There should be a field called WorldConsoleBottom = "200", or something along those lines. Use layout files to change it to 0.

    Trigger, layout, interface specialist for Aeon of Storms.

    #3 Feb 20, 2013 at 23:14 UTC - 0 likes

    UI layout code to set it:

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Desc>
        <Frame type="GameUI" name="GameUI" file="GameUI">
            <ConsoleWorldBottomOffset val="0"/>
        </Frame>
    </Desc>
    

    To fix the error with the unread value, make a change in the Game UI in data, save the map, revert the change and save the map again. Then that tab's info in data is updated removing the entries in the xml that aren't used anymore.

    http://img42.imageshack.us/img42/7586/signaturemj.jpg

  • 3 posts

You must login to post a comment. Don't have an account? Register to get one!