• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Cinematics not playing.

Level 1
Joined
Aug 30, 2018
Messages
6
Hi all, I believe im using the war 3 and TFT versions that are RIGHT before reforged. When I play the game everything works fine EXCEPT the cinematics. the audio is there, even the subtitles... but the video itself does not play... any ideas?
 
Level 29
Joined
May 14, 2021
Messages
1,114
You mentioned that you are using the versions of Warcraft III + The Frozen Throne before Reforged, but please explain the actual version are you using in (and maybe where did you get it).

Black screen during the cinematics (before the game is fully loaded or the campaign itself) shouldn't stop you from doing anything. It's quite related to the modern operating systems, which doesn't recognize the video codecs made by Blizzard (it's made with DivX, if I remember correctly).

To fix the black screen during the cinematics, you'll have to do a little tricky thing. First, make sure you have LAVFilters, which you can get it from this post:

I highly suggest getting the installer version, as the manual method will only install the specific filters based on the OS-type you are currently using, which can led to a serious issues with your computer.

After that, run Command Prompt (must be with the Administrator, or else it won't work) by hitting Windows key + R and type in:
regsvr32 /u "C:\Program Files (x86)\Warcraft III\blizzard.ax"

This is assuming you installed Warcraft 3 in the default directory. If you installed it somewhere else, you'll need to edit the path to the correct directory. If you did it right, you will get a message that blizzard.ax has been successfully unregistered.

And that's it! If you followed every step, the cinematics should now play correctly within Warcraft 3. Bear in mind that the game will register blizzard.ax the first time you run it, so you must run the game at least once and then unregister the codec as written above, else you'll unregister it and the game will register it once you run it.

If you don't want a little tricky thing with LAVFilters, I really suggest getting K-Lite Codec Pack. This includes both LAVFilters and FFDShow, which solves the issues with your cinematics on Warcraft III:

Also, it is possible that you can actually watch Warcraft III cinematics without playing it. Just go to "Movies" folder and run any MPQ files using MPC-HC. The subtitles is already included by default.
 
Level 4
Joined
Jun 25, 2020
Messages
22
Hi all, I believe im using the war 3 and TFT versions that are RIGHT before reforged. When I play the game everything works fine EXCEPT the cinematics. the audio is there, even the subtitles... but the video itself does not play... any ideas?
I managed to make it work:
Windows search: regedit
HKEY_Current user
Software
Blizzard Ent.
Warcraft III
Video
within:
cinematicheight: 1080
cinematicwidth: 1920
cinematicoverrides: 1
cinematicrefresh: your monitor's refresh rate, mine was 120, if yours 60 then 60
Every number in decimals or it doesn't work. Tested working on 4k TV on Windows 11
 
Top