HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

WC3 Movies

04-20-2006, 06:22 PM#1
Linera
I wasn't sure if I should place this topic in Warcraft 3 Tools or here as it would require a 3rd party tool. If the mods feel it should be moved I am sry for the trouble.

Anyways...

I was wondering. how to create movies that are in the same format as Warcraft 3 movies?
04-20-2006, 06:23 PM#2
Tim.
Avi? Any movie maker can make that.
04-20-2006, 06:24 PM#3
Linera
When I looked at the movies inside the movie folder in my Warcraft 3 program folder i saw a mpq file for each movie. However my mpq editors can't open them as it says they're not mpqs
04-20-2006, 06:26 PM#4
blu_da_noob
They are AVI files with their extension renamed to .mpq. Try playing them in windows media player or your video player of choice.

Edit: Tell me about it.
04-20-2006, 06:27 PM#5
Blade.dk
Create it as an avi, rename it to have the extension .mpq instead, place it in the Movies directory, and then use the PlayMovie native like this:
Collapse JASS:
    call PlayMovie("movie.mpq") // Of course change the filename if your movie has another name

EDIT: People post fast here.

EDIT 2: Better: http://www.wc3campaigns.net/showpost...79&postcount=4.
04-20-2006, 06:28 PM#6
Linera
Thanks I'll try it
04-21-2006, 01:39 AM#7
Linera
it won't play

I put the video in mpq file name then did the trigger and it won't play
04-21-2006, 06:05 AM#8
PitzerMike
I don't think it will load from within an mpq archive. Maybe you have to put it into the movies folder on your harddisk.
04-21-2006, 04:54 PM#9
Linera
Warcraft 3 movies are just avi movies with their named changed to mpq which is what i did, also the movie is in the warcraft 3 movie folder.
04-21-2006, 08:49 PM#10
Tim.
You made sure of everything stated here?
http://wc3campaigns.net/showpost.php...79&postcount=4

How did you make the Avi (Program you exported from)?
04-21-2006, 10:02 PM#11
Linera
I downloaded the movie (too lazy to make my own for testing)
04-21-2006, 10:10 PM#12
Blade.dk
Something must be wrong with either the movie or your trigger. Try to make your trigger play one of the original movies, to see if that works and eventually show your code.