[Ace] Replay System concept

● ARCHIVED · READ-ONLY
Started by Tsukihime 3 posts View original ↗
  1. Here is a simple proof-of-concept of a replay system

    wIYAb.jpg

    Demo: http://db.tt/FnVP88Nh

    This functionality can be extended to support dynamic game "replays" in your project.

    Check it out and see if it interests you.

    Rather than recording actual video, it simply re-constructs a scene by grabbing all of the commands that were executed by each character/event on the map.

    Note that this simply captures move routes, so it's stuff that occurs on the map.
  2. Well does it also replay call scripts in events ?
  3. No it just captures movement lol I didn't do much with it.