Multiplayer-focused arena third-person shooter (TPS) game.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS KITSUNETSUKI project: demo recording and playback
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

I was made a demo/replay files recording and playback system. For the multiplayer game it's an easy task. The server generates a snapshots and sends them to the clients. So I'm just saving all those snapshots to the file while they are sending to the clients. For the client I have to break the networking part and switched to reading a snapshots from the file instead of network. I also made a free flying spectator-like camera, because I don't have a local player which I'm controlling in a normal game session.