HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Some basic but important questions!

09-22-2002, 08:21 PM#1
Guest
Alright.
I´m building my first map ever in WC3 but I luckely have some experience of map making from Starcraft but there is some new things that I really dont understand.

1) What does variables means and how/what do you use it for.

2) How do I do so the computer will come out without manually set it before you start the game? Same things goes for player color and race.

3) How do I make a good cinematic? Give an example.

Obs: Please make the answer as easy as possuble so I dont missunderstand anything. :g:
09-23-2002, 11:25 AM#2
Guest
dude if i can jion this question,

some 1 will make a free editor? esey to use with all the trigger? it will be great!

about number 3 im joinig this question
09-23-2002, 12:43 PM#3
Wakeman
1) variables are things that you define to help you store value. e.g. you can set up a integer variable "NumOfPlayer" by choosing the "edit variable" in the trigger window. Then:

A: pick every player and do (if picked player is playing then NumOfPlayer = NumOfPlayer + 1)

If there are 4 players playing the game, NumOfPlayer will be equal to 4. You can then use it back again and again like:

A: Display "Number of players = " + NumOfPlayer

2) Delete the trigger folder "Melee initiatization" is all you needed to prevent it.
There is also an action "Change the player color to XXX". Or you can use "Change unit color to XXX" to change unit color without changing that of its owner.

3) Grab some good maps(e.g. Starship Trooper is the one I learned this from. You can look at my map, which contains several lines of basic camera actions.) and look at them in the editor. I'm sure you'll learn quickly this way. :)
09-23-2002, 12:45 PM#4
Wakeman
Quote:
Originally posted by devil_of_hate
some 1 will make a free editor? esey to use with all the trigger? it will be great!



???
The editor comes with your Warcraft 3 game free. Just look into the directory that you installed the game. You can also find some advanced editors in the download section here. All are free for download!
09-23-2002, 12:52 PM#5
Guest
can you give me your map so i can learn :)?
09-23-2002, 02:22 PM#6
Guest
ok... What is a value??

And about the computer melee settings... I had taken the trigger off but I still need to set the comp manually...
And IS there any way to do so you dont can change the race and color in the waiting room before game starts?


*Below is the latest version of my map.. If you have eys you can see that it is very very ver far from completion.
09-24-2002, 04:20 AM#7
Wakeman
Quote:
Originally posted by Mongolian
ok... What is a value??

And about the computer melee settings... I had taken the trigger off but I still need to set the comp manually...
And IS there any way to do so you dont can change the race and color in the waiting room before game starts?


*Below is the latest version of my map.. If you have eys you can see that it is very very ver far from completion.


errr....."value" is not a technical term. I mean you can use variables to store whatever data, information, things, etc. you like.

If you don't want players to change race in waiting room, open the player property window and edit the appropriate items. Remember to check the "use custom player property" box first.
09-24-2002, 04:21 AM#8
Wakeman
Quote:
Originally posted by devil_of_hate
can you give me your map so i can learn :)?


Just look down...........