Ben1138 / SWBF2Phoenix

A re-implementation of the old Star Wars Battlefront II (2005) game, utilizing the Unity game engine
GNU Affero General Public License v3.0
73 stars 12 forks source link

Movie Playback #24

Open Ben1138 opened 2 years ago

Ben1138 commented 2 years ago

Needs implementation of LibSWBF2/LibSWBF2#35 first.

From a quick search, I found these Lua API calls regarding movies:

ScriptCB_OpenMovie
ScriptCB_CloseMovie
ScriptCB_PlayMovie
ScriptCB_StopMovie
ScriptCB_IsMoviePlaying
ScriptCB_PlayInGameMovie
SetMissionEndMovie

Where ScriptCB_PlayInGameMovie and SetMissionEndMovie are used in map scripts, while the rest is used in UI scripts.

There're also these commented out calls: grafik

But Idk whether these are simply not used or the API call was removed. Test this out.