Posts for tanzairatier


Post subject: Using Lua script to load a movie
tanzairatier
He/Him
Joined: 3/8/2019
Posts: 1
I'm trying to build a lua script which will load a NES game, and then load a speedrun movie for that game and start playing it. Eventually, I'd like to get a setup where FCEUX is used to randomly pick nes games and also play an associated movie for it in an automated fashion. Anyway, my current hurdle is this: I'm uncertain how to load the movie in fceux via a lua script. I've read the lua functions list and even looked at the source code. I can see there's a method for FCEUI_LoadMovie, but it seems it isn't called via any lua callthroughs. Does anyone know if there's a way to get around this? Or perhaps ask for this to be a feature request? Many thanks in advance.