FTEQW: AVI playing feature (ROQ)

Discuss programming topics for the various GPL'd game engine sources.
Post Reply
Baker
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

FTEQW: AVI playing feature (ROQ)

Post by Baker »

FTEQW can play videos! Cool. :D

Videos must be in the ROQ format, apparently an id Software codec:
http://www.modwiki.net/wiki/ROQ_(file_format)

Instructions on how to make an ROQ file:

http://www.moddb.com/tutorials/how-to-c ... ideo-file1

And screenshot of FTEQW playing a video:

Image
I tossed zombies.roq into c:\quake1\id1 folder and did "playfilm zombies.roq" into the console and viola!
The extension: {"FTE_MEDIA_ROQ"}, //playfilm command supports q3 roq files

Try it yourself:

Download this zombies.roq (download - 17 MB) and do playfilm zombies.roq

No there is no sound in the zombies.roq file because I didn't think of the sound. So no, no sound should play.
Post Reply