Code Monkey home page Code Monkey logo

Comments (3)

qwertymodo avatar qwertymodo commented on May 13, 2024

If I understand correctly, you're basically asking for TAS recording capabilities. This is a bit tricky. In the simplest case, all we would have to do is just keep track of the current recording frame or input count in the savestate itself, and then upon loading the savestate, just truncate the input list back to that point. However, it would be possible to have multiple save states and try jumping between them, and if you were to do that, it would be very difficult to figure out what state the recording should be in. About the only way I could really think of to pull this off would be to embed the entire current recording into the savestate itself, so when you load the savestate, it also reloads the entire recording up to that point.

from bsnes.

UNHchabo avatar UNHchabo commented on May 13, 2024

Yeah, I guess I am asking for TAS recording.

At the moment we're basically limited to movie files only being useful for things you can do single-segment. There is some use for that, but Rerecords are much more useful, whether it's for traditional TASes, Theory TASes, or any other use case where single-segment execution may not be feasible.

If this isn't implemented, then I think it would probably be best to end the recording when a savestate is loaded, or at least mention something in the status bar.

from bsnes.

Screwtapello avatar Screwtapello commented on May 13, 2024

Proper re-recording support would be lovely, but I have no idea how difficult it would be to put the movie recording into the save-state. You'd have to create an empty file when the movie recording started, and copy the movie to it when recording finished, because if you jumped around between save-states it would make a mess.

If that's too complex to implement, then just ending the movie and putting something in the status bar would be good - as long as it wasn't overwritten by the "state loaded" message before anyone could read it.

from bsnes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.