Server rentals :: NFOservers.com

Forums

All times are UTC - 8 hours



Author Message
 Post subject: Crysis 2 XMLRPC Help
PostPosted: Sat Apr 02, 2011 5:49 pm 
Offline
New to forums
New to forums

Joined: Sat Apr 02, 2011 4:16 pm
Posts: 6
I am going to develop a solid solution for a Crysis 2 server administration tool. I was never involved this in depth prior to Crysis 2 (eg. Crysis & Crysis Wars), so this is my first step into this specifically. I have developed software my entire life - so this is not the issue, but what is; is the lack of proper documentation on the actual XMLRPC protocol specific to Crysis 2 server.

So far my understanding of the protocol is this:

DNS Query
Code:
dcom.game.nfoservers.com: type A, class IN

We are to query the DNS to return the proper IP address to connect to the server.

Send a 'challenge'
Code:
POST /RPC2 HTTP/1.1
Accept: *
Server: DCOM Productions
Content-Type: text/xml
Connection: keep-alive

<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
   <methodName>challenge</methodName>
   <params />
</methodCall>


We send an HTTP POST to the server including the XMLRPC above to initiate a handshake with the server; eg. a 'challenge'.

..I am going to post this unfinished post so I do not lose the content, and I will update this post as I figure this stuff out.

Please, if you can contribute, please provide what you know :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
It is currently Fri May 24, 2013 12:02 am
Powered by phpBB® Forum Software © phpBB Group