This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Extracted from: [SC2InstallationDir]\Versions\Base19679\patch.SC2Archive path: Mods/Core.SC2Mod/Base.SC2Data/UI/Layout
Many stuff have been changed...
updated my layout frame-list with the new layout files.
link to the list
THE Card Game is somewhat buggy right now. For example this does not do anything anymore.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type='MessageDisplay' name='GameUI/UIContainer/FullscreenUpperContainer/ChatDisplay' file='GameUI'> <Anchor side="Left" pos="Min" offset="50" relative="$parent"/> <Anchor side="Right" pos="Max" offset="50" relative="$this"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="-425"/> </Frame> </Desc> <?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type='MessageDisplay' name='GameUI/UIContainer/FullscreenUpperContainer/ChatBar' file='GameUI'> <Anchor side="Left" pos="Min" offset="50" relative="$parent"/> <Anchor side="Right" pos="Max" offset="50" relative="$this"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="-425"/> </Frame> </Desc>
Edit: Reinstalling Starcraft 2.
Wasn't there meant to be a UI editor included in this patch?
@Eiviyn: Go
Umm... no? :D
They did (very briefly) mention that they're working on a UI editor during the last blizzcon.
@Clord: Go
The frame type is wrong at your chatbar. It should be chatbar type... (many frame type names had been changed...)
Extracted from: [SC2InstallationDir]\Versions\Base19679\patch.SC2Archive path: Mods/Core.SC2Mod/Base.SC2Data/UI/Layout
Many stuff have been changed...
updated my layout frame-list with the new layout files.
link to the list
THE Card Game is somewhat buggy right now. For example this does not do anything anymore.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
<Frame type='MessageDisplay' name='GameUI/UIContainer/FullscreenUpperContainer/ChatDisplay' file='GameUI'>
<Anchor side="Left" pos="Min" offset="50" relative="$parent"/>
<Anchor side="Right" pos="Max" offset="50" relative="$this"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-425"/>
</Frame>
</Desc>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
<Frame type='MessageDisplay' name='GameUI/UIContainer/FullscreenUpperContainer/ChatBar' file='GameUI'>
<Anchor side="Left" pos="Min" offset="50" relative="$parent"/>
<Anchor side="Right" pos="Max" offset="50" relative="$this"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-425"/>
</Frame>
</Desc>
Edit: Reinstalling Starcraft 2.
Wasn't there meant to be a UI editor included in this patch?
@Eiviyn: Go
Umm... no? :D
They did (very briefly) mention that they're working on a UI editor during the last blizzcon.
@Clord: Go
The frame type is wrong at your chatbar. It should be chatbar type... (many frame type names had been changed...)