Xonotic Forums
[SUGGESTION] Replay of frags @ end - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Suggestion Box (https://forums.xonotic.org/forumdisplay.php?fid=20)
+--- Thread: [SUGGESTION] Replay of frags @ end (/showthread.php?tid=300)



Replay of frags @ end - rainerzufalldererste - 04-17-2010

in the end of the map there could be in the foreground the ranking like it is in nexuiz but in the background a replay of the frags (maybe of the best players) maybe with some gaussian blur.


RE: Replay of frags @ end - rainerzufalldererste - 04-17-2010

I think that's much better than getting stuck and can not move!


RE: Replay of frags @ end - Vael - 04-17-2010

It might be ok in a later release, but if you read this thread: http://forums.xonotic.org/showthread.php?tid=254 they talk about buffers and things that I don't really understand yet, but what I did get out of the whole deal is that a feature like this would slow down the servers. You've got to save the replays somewhere and link them together cohesively and thats a whole bunch of code that for the most part I don't think people will want to write in their free time.

I'm not saying that this is an idea that should never come to fruition though, it would look pretty in a later release. But there are bigger fish to fry right now in the minds of the developers.


RE: Replay of frags @ end - Roanoke - 04-17-2010

I dunno if this is easily done. Instead, I suggest this: The winning team is taken to a small cube map and placed inside, given all weapons and infinite ammo. They then tk the hell out of each other. The losing team is spectating and voting on maps. The winning team can tk, spec and vote, or spec and vote, then tk.


RE: Replay of frags @ end - Sepelio - 04-17-2010

I'd say that something much simpler is in order.

Just move the camera of each player to view the winning teams flag. It means we dont have to record anything or load a small box map etc.


RE: Replay of frags @ end - O.I.B. - 04-17-2010

(04-17-2010, 12:57 PM)Sepelio Wrote: I'd say that something much simpler is in order.

Just move the camera of each player to view the winning teams flag. It means we dont have to record anything or load a small box map etc.

This is a nice idea, which likely won't be hard to code Rolleyes


RE: Replay of frags @ end - clanclanclan - 04-17-2010

In DM/TDM, the client could start recording as the second last frag is made. It could then replay the final seconds of that recording at the end of the match, to show the 'winning frag'.

An alternative could be the camera panning out and showing the entire map from a predefined viewpoint, possibly with a map overlay showing the locations of all players on the map. This could avoid recording anything.


RE: Replay of frags @ end - rainerzufalldererste - 04-18-2010

yes that's a good idea, but if you are outside the skybox with the cam it would be bad!!!


RE: Replay of frags @ end - od@r - 04-19-2010

incorporation of such things would be about as difficult, but the idea is very good so i vote yes


RE: Replay of frags @ end - Tei - 04-19-2010

I think this will need some big code changes. But also seems the feature is very important, and can be reused for a number of "game enhancing" things. I suggest to start implementing it, It will take long (maybe) to be ready, but once is finished will be a great adition.

The change could be along these lines:
The server could have a buffer with a serverside "dem" (serverside dem's contains the status of all entities). The server can work in two modes: realtime... the normal mode, the client updates are based on the current state of the server; delayed (5 seconds), the server use the "dem" data to update the state of the clients.
Two clients could be in delayed mode, and will be watching the exact same timestamp frame. But his screens will be different, because the camera will be in different positions.


RE: Replay of frags @ end - od@r - 04-19-2010

All other mathematical calculations can substantially degrade game performance and network communication, the final teaser can be realized by effect video trailers of the game like avi org ogg, this way can to avoid the additional problems and performance game


RE: Replay of frags @ end - rainerzufalldererste - 04-19-2010

but they must be placed in the pk3 file and it would take longer to download them. Sad


RE: Replay of frags @ end - od@r - 04-19-2010

(04-19-2010, 07:55 AM)rainerzufalldererste Wrote: but they must be placed in the pk3 file and it would take longer to download them. Sad

yes,.dem file size is very small and thus the speed of today's no problem to upload and modify these demos directly from the ftp server but integration into the directory xonotic is also a solution Smile


RE: Replay of frags @ end - Lee_Stricklin - 04-20-2010

I like the camera looks at flag idea.


RE: Replay of frags @ end - Exitium - 04-21-2010

(04-20-2010, 04:31 AM)Lee_Stricklin Wrote: I like the camera looks at flag idea.

+1


RE: Replay of frags @ end - Silverburn - 04-21-2010

It sounds cool, but I think it's impossible to program such a thing.