Blender game engine -Full motion video game "Late Shift"

Hi,
Do you now if it’s possible to make an interactive movie game like “Late Shift” using Blender game engine?(saving the progress, multiple choices to choose from)

2 Likes

It should be possible. Actually, it shouldn’t be a problem at all, considering the tech part of the movie. There is only one thing I’m not sure about - how bge will handle 4k videos with the videoTexture module. Also you gonna need to develop some kind of a subtitles system for different languages.
Apart from that, you are good to go. Just, you will need tons of separate video shorts to hadle with Python code. And you have to have the sound hadled separately, which can cause mismatching with the video on low end PCs, but this issue is also managable by code.

Here is an example that resizes the video to mach the game window and plays it with sound.
It’s for Blender 2.79c or less. Open .blend and press “P”

The video is 480p that’s why it’s pixelated on higher resolutions.