ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.41k stars 533 forks source link

[Feature] Enhancing the cutscene system #1643

Closed UnizoneDev closed 2 years ago

UnizoneDev commented 2 years ago

GZDoom version

GZDoom 4.8.0

Which game are you running with GZDoom?

Other

What Operating System are you using?

Windows 10

If Other OS, please describe

No response

Relevant hardware info

No response

Is your feature request related to a problem? Please describe.

The cutscene system is rather nice, but it should have other formats available, just to make it easier for people to use them.

Describe the solution you'd like

We could have the option to use actual MP4 and AVI video files, but that might be too much of a hassle with the file sizes, patents, and codecs. So instead, I think the option to use a sequence of image files should do, with the usual options to set a duration for each frame, and to have a separate audio file for the specified cutscene.

Describe alternatives you've considered

No response

Add any other context or screenshots about the feature request here.

No response

coelckers commented 2 years ago

Better video formats will come. Image slideshows can be done in ZScript with relatively little effort so these do not really need a complex definition syntax.