• 0

    posted a message on help with first person camera view

    hi, i need help with first person camera view.. that follows my units looking angle... so when i click left.. the unit and the camera moves to the left..thanks for all the help i can get ;)

    Posted in: Triggers
  • 0

    posted a message on Are dead units automatically removed from unit groups?

    well yeah, the units are still in the unit group if they are dead or not.. just add a trigger..

    unit dies

    if triggering unit = marine

    remove triggering unit from unit group

    (well, i think that adding millions of units into a unit group can make more lagg to the game.. im not 100 % sure, but i always adds a trigger to remove them from the group)

    Posted in: Triggers
  • 0

    posted a message on How can i make a map/mod supports 4 players?

    add 3 extra players on player property, if u want to have 4 players. if you need teams let me know.

    Posted in: Triggers
  • 0

    posted a message on Auto Spawn Marines from Unit

    trigger 1 Unit - Any Unit construction progress is Completed Local Variables Conditions (Triggering progress unit type) == Barracks Actions Unit Group - Add (Triggering progress unit) to add barracks to group

    trigger 2 Events Timer - Every 5.0 seconds of Game Time Local Variables Conditions Actions Unit Group - Pick each unit in add barracks to group and do (Actions) Actions Unit - Order (Picked unit) to (Barracks - Train Marine) (Replace Existing Orders)

    trigger 3 Events Unit - Any Unit dies Local Variables Conditions (Unit type of (Triggering unit)) == Barracks Actions Unit Group - Remove (Triggering unit) from add barracks to group

    + u need a global variable (add barrack to group)

    Posted in: Triggers
  • 0

    posted a message on dialog size/image/anchor/X and Y ofscreen on the same time (libary)

    set dialog to dialog with size X (size of X) and size Y (size of Y) with background image (image) file and the anchor (anchor) moved to X (X) and Y (Y) of screen

    this is a libary that make a dialog with size, background image, anchor and X and Y of screen on the same time.

    (does need a "last created dialog")

    1. just import the libary into trigger editor and make a new trigger! find (make dialog move/size/background)
    2. done!
    3 xD hehe

    Posted in: Triggers
  • 0

    posted a message on Upgrade help

    http://www.sc2mapster.com/assets/how-easy-make-lots-linear-upgrad/ watch this link i good explain!! how to create bunch of upgrades like 200 upgrade with +5 dmg and increased mineralz + 10 it also shows how to remove the upgrade when it reach the max level with 1 single trigger easy and nice!!

    Posted in: Miscellaneous Development
  • 0

    posted a message on Upgrades

    If you want siege mode to already be researched go to data and remove the requirements for siege mode!! then it should be available withouth having to use upgrade ;)

    Posted in: Triggers
  • 0

    posted a message on achievement bank?

    i want to make a achievement board, example completed the game on easy/medium/hard difficulty and many more. I need to save the board so next time people play they can see if they have completed the achievement or not ;) it would be great help if u knew how to do it... cause im little bit stuck, i know little bit about bank.. but it is really new for me since it wasnt in the world editor in warcraft or starcraft 1.

    Posted in: Triggers
  • 0

    posted a message on achievement save/load?

    i want to make a achievement board, example completed the game on easy/medium/hard difficulty and many more. I need to save the board so next time people play they can see if they have completed the achievement or not ;) it would be great help if someone know how to do it... cause im little bit stuck, i know little bit about bank.. but it is really new for me since it wasnt in the world editor in warcraft or starcraft 1.

    Posted in: Map Suggestions/Requests
  • 0

    posted a message on How to fix teams in starcraft 2 editor!

    Noone knows?? not possible to make? i only want to be the specified player when changing slot in game setup...

    Posted in: General Chat
  • 0

    posted a message on How to fix teams in starcraft 2 editor!

    Hey i have been trying to fix this problem.. i have tried everything but nothing work plz help me.

    i have tried to make 2 teams with 3v3, first i made a start location for each players and added the players to the start location and then fixed allies and enemys in basic and advanced button. i thought it would work, but what happening is that when i run map, they start atk each other...

    i also tried to go into game variants and added first a custom variant.. here i added each player to team 1 or team 2.. i ran map and it didnt work..

    then i tried to add game attributes and added each attribute to each player and added the attributes on players inside game variants.. i ran map .. it didnt work..

    i want to have 2 teams 3v3, and also when u change team you wont still be the same player as before.. i dont know what to do.. this has been a big problem for me. Thx

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