| CS.RIN.RU - Steam Underground Community http://cs.rin.ru/forum/ |
|
| [Release] [Crysis 2] Beta server list Site + BSLauncher http://cs.rin.ru/forum/viewtopic.php?f=31&t=58874 |
Page 1 of 4 |
| Author: | Nomad13 [ Thursday, 17 Feb 2011, 01:56 ] | ||
| Post subject: | [Crysis 2] Beta server list Site + BSLauncher | ||
Hey everyone. I just made a little online tool, that shows status and information about Crysis 2 Beta servers. It might be useful for keeping all servers in one place, instead of searching and trying them one by one. beta-servers.co.ccThere you can: Notes:
========== Good news everyone ![]() A little nice program called BSLauncher has been released. You might think that program will start launching b**l s**t at you, but BSLauncher stands for Beta Servers Launcher and not what you think at first. Beta Servers Launcher v 1.0With this launcher you can: A little How-To:
Feel free to post your
|
|||
| Author: | magnitude [ Thursday, 17 Feb 2011, 02:30 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
brilliant, I was actually just trying to figure out how query servers from out of game. Mind elaborating on what you are sending to the server and what is returned? |
|
| Author: | Xero852 [ Thursday, 17 Feb 2011, 08:22 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Cool stuff, thanks to whoever added my server I guess? |
|
| Author: | GSOM9000 [ Thursday, 17 Feb 2011, 12:03 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Awesome! Thank you, Nomad13, very useful site! Btw, can u try to make it show ping from site visitor to server? |
|
| Author: | darkwarriors [ Thursday, 17 Feb 2011, 12:08 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
i hope we working on the final version as the same have we worked for this beta, good idea for the list! |
|
| Author: | Nomad13 [ Thursday, 17 Feb 2011, 13:18 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
magnitude wrote: brilliant, I was actually just trying to figure out how query servers from out of game. Mind elaborating on what you are sending to the server and what is returned? Thanks. I'm sending query packet to server and most cases it respond fine. Sometimes server respond with some weird packets (maybe due to server load, shutdown, restart, glitch). Protocol is binary and I don't know how to parse those weird packets, as a result you see N/A and Unknown in the list. Xero852 wrote: Cool stuff, thanks to whoever added my server I guess? Thanks! PM me your email, I will send your Server Remove Code GSOM9000 wrote: Awesome! Thank you, Nomad13, very useful site! Btw, can u try to make it show ping from site visitor to server? Thanks! There is no way to find ping between you and server, because servers are checked in background by the site. There is no direct data sending between you and server. |
|
| Author: | Vjrus [ Thursday, 17 Feb 2011, 13:34 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Nomad13 how do you retrieve information from server? |
|
| Author: | Deathmax [ Thursday, 17 Feb 2011, 13:44 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
My guess is since that Crysis is using the GS2 protocol, Crysis 2 does the same. |
|
| Author: | Nomad13 [ Thursday, 17 Feb 2011, 14:08 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Vjrus wrote: Nomad13 how do you retrieve information from server? Site backend querying server UDP lobby port (net_lobby_default_port, default 64090), then parsing binary response. Deathmax wrote: My guess is since that Crysis is using the GS2 protocol, Crysis 2 does the same. Your guess is wrong There is something called net_lobby_gamespy_online_port 64100, but I have no idea how to query that or is it enabled in beta. If you can give me info on how to query that, I can switch using that port (because it should give more human-friendly information, than binary one).
|
|
| Author: | darkwarriors [ Thursday, 17 Feb 2011, 14:26 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
so how socket definition we have to use? |
|
| Author: | Vjrus [ Thursday, 17 Feb 2011, 14:32 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
are you blind ? UDP socket... Nomad13 can you say which query do you use ? |
|
| Author: | Nomad13 [ Thursday, 17 Feb 2011, 16:00 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Vjrus wrote: Nomad13 can you say which query do you use ? If you are interesting in technical details, here is the data part of query UDP packet: 0000: 43 00 00 00 00 00 00 00 - header is always 8 bytes, char 0x43 is 'C', maybe rated to 'connect' or 'crysis' 0008: 01 00 0d 00 40 00 - this part make server response with lobby information, no idea what is what here. As response you will receive binary packet, where the only plain data is Server Name, encoded as ASCII null terminated string, some string garbage, and two 32bit signed integers with current players and maximum players. Other values are some hash values of map, mode, rules is on the server. |
|
| Author: | Technologeek [ Thursday, 17 Feb 2011, 17:59 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Wow man, kudos for figuring that out, you did an outstanding work here I'm not bad with all the networking things, but this is really well done, I don't know if I could've done something like this ^^ Well, sorry I don't have any server but really (I hope) this is gonna bring us some |
|
| Author: | darkwarriors [ Thursday, 17 Feb 2011, 18:06 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
phuf i try many time with php socket function but i'am not able to receve a socket asnwer always script go in time out! |
|
| Author: | GSOM9000 [ Thursday, 17 Feb 2011, 19:50 ] |
| Post subject: | Re: [Crysis 2] Beta server list |
Else one request, if it will not take much time, can u please add info about server location(by server IP) ? Or maybe country flag? idk. |
|
| Page 1 of 4 | All times are UTC + 3 hours |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|