how to reallize a killcam like in mw2 where you see the round ending kill again and in slowmo?
Is there already an addon like this?
afaik its impossible. There is a similar thing on CH but it wont replay what the killer did
so after some research i found a murder server that has this feature
If some server does this, they might have used SourceTV to somehow delay the game time by a few seconds, then stream it back. Just a thought, but would not be a viable solution.
It's possible but you'd need to record EVERY aspect of the game.
Where props are, if a prop was pushed, how it moved during that time it was moving, each player position, each player bone position, each player current animation, etc etc etc.
There's a TON of data to record in order to achieve the effect. If it's worth it to you, then I'd recommend starting by looking at the code in corpse.lua how TTT creates a ragdoll and sets each bone position so that on death, the player model disappears as a corpse is spawned giving the illusion that the body fell smoothly.
So if its worth using 50% cpu on a killcam to you then yeah go for it! Otherwise live without it, and with TTT being so bad as it is you'd probably have major lag after like 10 players.
Sorry, you need to Log In to post a reply to this thread.