A batch script that makes the videos work on modern Windows systems. The script will load the Indeo video codec if it is present on your system (runs the commands that @Implode gave in a message in the CTP Discord).

Please note that you need to run it as administrator and that it is designed with 64-bit systems in mind. If you are unsure if you have a 32-bit or 64-bit Windows system, try running the script (it will tell you and will exit early if you are running 32-bit).

64-bit Windows
If your system is 64-bit, you can just run the .bat script included (video.bat) as administrator (give it a read first, though - you shouldn't trust random Batch files on the internet). To run it as administrator, you simply right-click the file and click "Run as Administrator".

32-bit Windows
For 32-bit systems, it gets a bit more complicated. I recommend just registering the Indeo codec with the included iv5setup.exe and, once registered, finding the DLL ir50_32.dll on your system (likely in System32). Then you can simply run Implode's command on it wherever that DLL is located as shown below.

For example, if it was inside C:\Windows\System32, then you might run:

cd C:\Windows\System32

regsvr32 ir50_32.dll