This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I recently added LotV and HotS assets to my map and I'm having difficulty addressing the Objectives display. I want the Objectives to display with an offset of about 200 from the top. I used to do this with this layout file text:
<Frame type='ObjectivePanel' name='GameUI/UIContainer/FullscreenUpperContainer/ObjectivePanel' file='GameUI'>
<Anchor relative="$parent" side="Top" offset="195" pos="Min"/>
</Frame>
I looked at the structure of the Layout files and tried adding a few lines:
<Frame type='ObjectivePanel' name='VoidShared_GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'>
<Frame type='ObjectivePanel' name='LotV_GameUI/GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'>
No luck yet. Right now players can't see objectives because the hero's life bar is blocking it :/
Editor gives me these errors as its loading. These might be unrelated.
[12/31/2015 8:46:46 AM] UI: Unable to resolve layout of [\Unnamed\Unnamed\ObjectivePanel\ObjectiveContainer\PrimaryObjectiveListBox\Unnamed\Unnamed] for side(s): [Top] [Left] [Bottom] [Right] [12/31/2015 8:46:46 AM] UI: Unable to resolve layout of [\Unnamed\Unnamed\ObjectivePanel\ObjectiveContainer\SecondaryObjectiveListBox\Unnamed\Unnamed] for side(s): [Top] [Left] [Bottom] [Right]
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type="GameUI" name="GameUI"> <Frame type="Frame" name="UIContainer"> <Frame type='ObjectivePanel' name='ObjectivePanel/ObjectivePanelTemplate' file='GameUI'> <Anchor relative="$parent" side="Top" offset="195" pos="Min"/> </Frame> <Frame type='ObjectivePanel' name='GameUI/UIContainer/FullscreenUpperContainer/ObjectivePanel' file='GameUI'> <Anchor relative="$parent" side="Top" offset="195" pos="Min"/> </Frame> <Frame type='ObjectivePanel' name='VoidShared_GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'> <Anchor relative="$parent" side="Top" offset="195" pos="Min"/> </Frame> <Frame type='ObjectivePanel' name='LotV_GameUI/GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'> <Anchor relative="$parent" side="Top" offset="195" pos="Min"/> </Frame> <Frame type='ObjectivePanel' name='HotS_GameUI/GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'> <Anchor relative="$parent" side="Top" offset="195" pos="Min"/> </Frame> <Frame type='ObjectivePanel' name='HotS_GameUI/GameUI/UIContainer/FullscreenUpperContainer/ObjectivePanel' file='GameUI'> <Anchor relative="$parent" side="Top" offset="195" pos="Min"/> </Frame> </Frame> </Frame> </Desc>
At this point I'm just throwing text at it hoping it does something. I can't get it to recognize anything. Yes I have linked it in the data editor.
Still having this issue
Siwtch the anchor from parent to the hero life bar
Go play Antioch Chronicles Remastered!
Also, coming soon, Antioch Episode 3: Thoughts in Chaos!
Dont like mapster's ugly white? Try Mapster's Classic Skin!
I recently added LotV and HotS assets to my map and I'm having difficulty addressing the Objectives display. I want the Objectives to display with an offset of about 200 from the top. I used to do this with this layout file text:
<Frame type='ObjectivePanel' name='GameUI/UIContainer/FullscreenUpperContainer/ObjectivePanel' file='GameUI'>
<Anchor relative="$parent" side="Top" offset="195" pos="Min"/>
</Frame>
I looked at the structure of the Layout files and tried adding a few lines:
<Frame type='ObjectivePanel' name='VoidShared_GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'>
<Anchor relative="$parent" side="Top" offset="195" pos="Min"/>
</Frame>
<Frame type='ObjectivePanel' name='LotV_GameUI/GameUI/UIContainer/ConsoleUIContainer/ObjectivePanel' file='GameUI'>
<Anchor relative="$parent" side="Top" offset="195" pos="Min"/>
</Frame>
No luck yet. Right now players can't see objectives because the hero's life bar is blocking it :/
Editor gives me these errors as its loading. These might be unrelated.
[12/31/2015 8:46:46 AM] UI: Unable to resolve layout of [\Unnamed\Unnamed\ObjectivePanel\ObjectiveContainer\PrimaryObjectiveListBox\Unnamed\Unnamed] for side(s): [Top] [Left] [Bottom] [Right] [12/31/2015 8:46:46 AM] UI: Unable to resolve layout of [\Unnamed\Unnamed\ObjectivePanel\ObjectiveContainer\SecondaryObjectiveListBox\Unnamed\Unnamed] for side(s): [Top] [Left] [Bottom] [Right]
At this point I'm just throwing text at it hoping it does something. I can't get it to recognize anything. Yes I have linked it in the data editor.
Still having this issue
Siwtch the anchor from parent to the hero life bar
Go play Antioch Chronicles Remastered!
Also, coming soon, Antioch Episode 3: Thoughts in Chaos!
Dont like mapster's ugly white? Try Mapster's Classic Skin!