Show players rank when viewing server info.

Post » Mon Oct 01, 2012 10:31 pm

I noticed in Crysis 2 when you view server information, it shows the names of the players, but not their rank. Perhaps this feature can be added to C3 MP.
In my calculation, you could send an array of the players' usernames in a single TCP/HTTP request and return the ranks in the same way, an array.

It could also probably be done in a single TCP packet(send).
User avatar
Trevor Bostwick
 
Posts: 3393
Joined: Tue Sep 25, 2007 10:51 am

Post » Tue Oct 02, 2012 10:03 am

Err ok... you're talking about PC right?
User avatar
Julie Ann
 
Posts: 3383
Joined: Thu Aug 23, 2007 5:17 am

Post » Tue Oct 02, 2012 1:07 am

The game will be multi-platform, so whatever features the PC version has, all platforms will have. Except perhaps advanced graphics options and others.
User avatar
Je suis
 
Posts: 3350
Joined: Sat Mar 17, 2007 7:44 pm

Post » Tue Oct 02, 2012 5:22 am

We don't get to view server information ;)
User avatar
Michelle davies
 
Posts: 3509
Joined: Wed Sep 27, 2006 3:59 am

Post » Tue Oct 02, 2012 11:05 am

In my calculation, you could send an array of the players' usernames in a single TCP/HTTP request and return the ranks in the same way, an array.

It could also probably be done in a single TCP packet(send).

I doubt it could be done in one packet send. Are we talking about everyones rank? or just how many players are on that server?

Compressed it might.

Also does this information come from Crytek's main server or the server that you are joining?
User avatar
Danny Warner
 
Posts: 3400
Joined: Fri Jun 01, 2007 3:26 am

Post » Mon Oct 01, 2012 10:25 pm

Likely the information is temporarily stored on the server you are playing. As for the data, Crysis 2 had a zlib1.dll which means they used zLib somewhere inside, and as we all know, zlib is a compression library.
User avatar
Kayleigh Mcneil
 
Posts: 3352
Joined: Thu Jun 29, 2006 7:32 am

Post » Tue Oct 02, 2012 2:54 am

Yeah shouldn't be too hard. They may aswell add it.
User avatar
Solène We
 
Posts: 3470
Joined: Tue Mar 27, 2007 7:04 am


Return to Crysis