gruppe-adler / grad-replay

Records player and AI movment and replays at the end of the mission.
GNU General Public License v3.0
8 stars 1 forks source link

slow down replay on tense moments #4

Closed nomisum closed 6 years ago

nomisum commented 7 years ago

possible solution: add fired EH and accumulate those in a var, if var > 0 mark cluster as slowed (pic stays for 1s instead 0.1). reset var after storing.

Fusselwurm commented 7 years ago

how about: slow down replay if someone triggers it? like: people can press [+] and [-] to slow down / speed up via a global var that's being broadcast (frame timeout/ time between frames, whatever).

that way, people can decide for themselves which moments were the interesting ones.

to prevent a single person from dominating everything by keyspamming (++++++++), you could limit this to a majority decision (i.e. everyone can select from 3 speeds, and the speed wanted by most is applied).

nomisum commented 7 years ago

i tried something similar back with markers and it was a mess. majority decision would need everyone to participate/cooperate too. maybe its best to make it admin only.

nomisum commented 6 years ago

play / pause is implemented