• 0

    posted a message on [UI] SC2Layout Files: Override method (Aiurchef method)

    Hey, I Tried

    <?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type="CommandPanel" name="GameUI/UIContainer/ConsoleUIContainer/CommandPanel" file="GameUI"> <Anchor side="Right" pos="Mid" relative="$parent" offset="0"/> <Anchor side="Left" pos="Mid" relative="$parent" offset="0"/> <Width val="1200"/> <Height val="80"/> <Frame type="CommandButton" name="CommandButton05" <Anchor side="Top" relative="$parent/CommandButton04" pos="Min" offset="0"/ <Anchor side="Left" relative="$parent/CommandButton04" pos="Max" offset="#CommandButtonGap"/> </Frame> <Frame type="CommandButton" name="CommandButton10" <Anchor side="Top" relative="$parent/CommandButton09" pos="Min" offset="0"/ <Anchor side="Left" relative="$parent/CommandButton09" pos="Max" offset="#CommandButtonGap"/> </Frame> </Frame> </Desc>

    As it said in your tutorial just to see if it worked but when i tested the map it said

    [CommandPanelAdjust.SC2Layout:In 9:col 7] DocumentError: CommandPanelAdjust.SC2Layout(9,7) : XML: not well-formed (invalid token):

    Does anyone know why it doesnt work? (Sorry for being dumb)

    BTW its written exatly like in the tutorial.

    Posted in: Tutorials
  • To post a comment, please or register a new account.