Hello mapsters , I'm new to Galaxy editor and well atm i'm working on my first map .
the map is based on wc3 map Rabbits vs sheep ( mine is called SCV vs Drone)
after having the issue with lobby/ingame teams i've managed to do my own team/lobby matcher (based on colour)
i have no ideea how to paste my code otherwise i would of done :p
i have the basics done
-team/lobby matching
-hero selection
-on mob kill = spawns 2 mobs on enemy side
-winninn/loosing when hitting 300 mobs on map
anyways here are my issues (more likely lack of knowladge in galaxy editor and laziness to go thru it )
1)i'm trying to do some sort of black screen when they finish(aka win/loose) the game ,were to say blue team won blabla congratz (not need for code just actuall commands for it :P)
2)I can't use the endgame function because of the stupid way blizzard did the lobby , so basically if team1 wins i can't say player1/2/3 won cause the might be mixed in other team , is there any other way to do this ?
3)when all the heroes in the opposet team are dead , the other team should win , i've made that each hero u select at begging goes in a unit group variable (team1 goest to team1var , team2 goes to team2var) now if the hero dies is he automatically deleted or disabled from the var or do i need to do it myself?
4) oh also how do i put images to buttons (when ppl select heroes) i followed a guide somewhere but i cant manage to do it =/
5) how to i make camera start on middle of screen for all players (atm starts in bottom left)
1) Use Set Visibility to make the screen black, then display a win text message for a player and end in victory if the player is in the winning team e.g. pick each player in "blue team" and do actions.
2) Put the player in two player groups in the beginning, depending on their color. You can use "If then else" and say if the player has color red then put him in team 1, or if he is blue then put him in team 2.
3) Not 100% if the get removed but just do it manually with "Remove unit from unit group".
meanwhile i moved on making heroes so i got some new questions (and still waiting an answer for 5 :P)
6) where i set the units damage ? been searching for 1 hr -.-
7) how can i set some visual effects to my ability , basically i've made a stimpack for my hero and i want that charge effect from protoss to occur when the hero run (where i set that )?
6) Damage is made by damage effect. Look up your unit in the units tab and in the bottom left under effects you will see a damage effect and in the top of this you set the damage.
7) You can change movement speed with behaviors, but search for the charge effect and see how it is done.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello mapsters , I'm new to Galaxy editor and well atm i'm working on my first map . the map is based on wc3 map Rabbits vs sheep ( mine is called SCV vs Drone)
after having the issue with lobby/ingame teams i've managed to do my own team/lobby matcher (based on colour) i have no ideea how to paste my code otherwise i would of done :p
i have the basics done -team/lobby matching -hero selection -on mob kill = spawns 2 mobs on enemy side -winninn/loosing when hitting 300 mobs on map
anyways here are my issues (more likely lack of knowladge in galaxy editor and laziness to go thru it )
1)i'm trying to do some sort of black screen when they finish(aka win/loose) the game ,were to say blue team won blabla congratz (not need for code just actuall commands for it :P) 2)I can't use the endgame function because of the stupid way blizzard did the lobby , so basically if team1 wins i can't say player1/2/3 won cause the might be mixed in other team , is there any other way to do this ? 3)when all the heroes in the opposet team are dead , the other team should win , i've made that each hero u select at begging goes in a unit group variable (team1 goest to team1var , team2 goes to team2var) now if the hero dies is he automatically deleted or disabled from the var or do i need to do it myself? 4) oh also how do i put images to buttons (when ppl select heroes) i followed a guide somewhere but i cant manage to do it =/ 5) how to i make camera start on middle of screen for all players (atm starts in bottom left)
thats all for now , cheers
1) Use Set Visibility to make the screen black, then display a win text message for a player and end in victory if the player is in the winning team e.g. pick each player in "blue team" and do actions.
2) Put the player in two player groups in the beginning, depending on their color. You can use "If then else" and say if the player has color red then put him in team 1, or if he is blue then put him in team 2.
3) Not 100% if the get removed but just do it manually with "Remove unit from unit group".
4) Never tried it.
thanks i'll try them :D
meanwhile i moved on making heroes so i got some new questions (and still waiting an answer for 5 :P)
6) where i set the units damage ? been searching for 1 hr -.- 7) how can i set some visual effects to my ability , basically i've made a stimpack for my hero and i want that charge effect from protoss to occur when the hero run (where i set that )?
@andreasdon: Go
5) Use Pan Camera to center of entire map
6) Damage is made by damage effect. Look up your unit in the units tab and in the bottom left under effects you will see a damage effect and in the top of this you set the damage.
7) You can change movement speed with behaviors, but search for the charge effect and see how it is done.