acmcarther / space_coop

Wanna-be game engine for use in a SS13 clone
2 stars 0 forks source link

Implement event log replay from snapshot state #80

Open acmcarther opened 8 years ago

acmcarther commented 8 years ago

Implement a console command that specifies a snapshot file and a log file. The server should load the state prescribed in the snapshot and begin playing the events back.

Depends on #79 and #81