#(daxz_) making a kill camera

1 messages · Page 1 of 1 (latest)

pastel sphinx
#

i want to make a death cam of some sort but hell i aint got no idea how to start and how server intensive this will be.

vernal ermineBOT
#

(daxz_) making a kill camera

vernal ermineBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

pastel sphinx
#

so basically when the player dies

#

game shows how they died from the person who killed them's pov

languid dirge
#

you have to build a match tracker

#

every tick record information about what happened

#

replay a chunk of that information to the player when they die

pastel sphinx
languid dirge
#

not necessarily

#

there isn't any other way to do it regardless

pastel sphinx
languid dirge
#

you think so? the server tracks thousands of chunks, entities, players, etc every tick. we are talking adding 10 locations + rarely some interactions on top of it.

#

you have to track the play to do the replay, after all

#

hence the "re"

pastel sphinx
#

ahhh