• 0

    posted a message on [Outdated] SC2Layout Files: How to adjust them

    Now that removing anchors is not a problem anymore. ;) How the hell would I remove a height/width restriction???

    • Providing an invalid value to clear the line doesn't work.
    • Just declaring 4 anchors doesn't remove them.
    Posted in: Tutorials
  • 0

    posted a message on [Outdated] SC2Layout Files: How to adjust them

    Thanks for the reply, I didn't realize there was another thread to this topic...

    Posted in: Tutorials
  • 0

    posted a message on [Outdated] SC2Layout Files: How to adjust them

    I would say this replacing method that we now have to use lets us loose a lot of overhead. I like it :)

    I currently have one problem though, concerning anchors. Since not mentioning them means keeping them, how do I get rid of them?

    Example; an image has a "left" and a "buttom" anchor by deafault but I really have to use "left" and "top". Just adding the "top" will let me end up having "top" and "bottom" and will therefore center vertically.

    I know you can solve this example by just using "bottom" with offset, but in some more complex situations, this doesn't work.

    Posted in: Tutorials
  • 0

    posted a message on my custom loading screens

    I wouldn't use a copyright on an image that consists of 80% blizzard artwork and you have a typo in the year ;)

    Posted in: Off-Topic
  • 0

    posted a message on [Outdated] SC2Layout Files: How to adjust them

    All right, fixed it.

    Posted in: Tutorials
  • 0

    posted a message on [Outdated] SC2Layout Files: How to adjust them

    All right guys, I am allmost done! I made a new UI, basically changed everything and there is one problem left that I cant fix. Here is a screenshot: looki looki

    The problem is; How can you cange the position of the group display (the one that lists all units that are selected) by maintaining its functionality?

    What I know so far:

    1. The group frame is located in the "InfoPanel" frame (from file "InfoPanel.SC2Layout") and called "InfoPaneGroup".
    2. Its template is stored in "InfoPaneGroup.SC2Layout" but its empty (will probably be filled live ingame, don't know how that workes).
    3. When you add anchors to "InfoPaneGroup" in file "InfoPanel.SC2Layout" you do move the ui but when you do it the functionality is lost (you can't select units or remove them from the list anymore).

    Thanks in advance...

    Posted in: Tutorials
  • 0

    posted a message on Question: How do i make a Forcefield selectable?

    "field"??? If you mean the Force Field, think about a barrier that does not vanish after time but needs to be destroyed.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Question: How do i make a Forcefield selectable?

    I think its more difficult. There is something with the Force Field model that makes it unselectable. Selection Layer = 0 doesn't help either. If i apply the Force Field Model to the Marine Actor, the unit becomes unselectable...

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Triggers] CatalogFieldValueGet / Set

    True true. Still, no way to modify behaviours...

    Posted in: Tutorials
  • 0

    posted a message on [Triggers] CatalogFieldValueGet / Set

    @zifoon: Go

    If that is true, this function is kinda useless. I mean you can research upgrades with triggers... (its maybe a bit easier though) Testing it right now. Darn, I thought you guys found a way to change behaviours...

    EDIT: Jepp, looks like you can only change fields that can also be changed by upgrades.

    Posted in: Tutorials
  • 0

    posted a message on Melosquence [With SC2Mapster Ranking]

    Can you put a mute button somewhere? The sounds get really annoying... (in the menue too)

    Posted in: Off-Topic
  • 0

    posted a message on Melosquence [With SC2Mapster Ranking]

    Darn! RS Flip Flop... I hate that thing ;)

    Posted in: Off-Topic
  • 0

    posted a message on Bored...so I made this...

    Hmmm, I cant die :)

    Posted in: Off-Topic
  • 0

    posted a message on Melosquence [With SC2Mapster Ranking]

    Love this game!

    Posted in: Off-Topic
  • 0

    posted a message on [Outdated] SC2Layout Files: How to adjust them

    Has anyone used new created template in a dialog yet? I am having some trouble using my map template (basically just a large minimap w/o buttons and a border). It looks like this;

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Desc>    
        <Frame type="MapPanel" name="MapPanelTemplate">        
            <Frame type="Minimap" name="Minimap">
                <Anchor side="Top" relative="$parent" pos="Min" offset="5"/>
                <Anchor side="Left" relative="$parent" pos="Min" offset="5"/>
                <Anchor side="Right" relative="$parent" pos="Max" offset="-5"/>
                <Anchor side="Bottom" relative="$parent" pos="Max" offset="-5"/>
            </Frame> 
    
            <Frame type="Image" name="MapBorder">
                <Anchor side="Top" relative="$parent" pos="Min" offset="0"/>
                <Anchor side="Left" relative="$parent" pos="Min" offset="0"/>
                <Anchor side="Right" relative="$parent" pos="Max" offset="0"/>
                <Anchor side="Bottom" relative="$parent" pos="Max" offset="0"/>
                <Texture val="@UI/VictoryPanelSummaryBorder"/>
                <TextureType val="Border"/>
            </Frame>
        </Frame>
    </Desc>
    

    I added the .SC2Layout file to the Custom Layout Files field, so i have the right entry in the Dlft. I use the following line to add the template to my dialog;

    Dialog - Create a Image for dialog (Last created dialog) using the template "MapPanel/MapPanelTemplate"
    

    The game crashes everytime so I must have forgotten something...

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