Changes

Jump to navigation Jump to search
158 bytes added ,  09:45, 12 May 2019
m
Strasted switching to tables.
Line 74: Line 74:  
=== GetConnectionAndGameParams ===
 
=== GetConnectionAndGameParams ===
   −
==== Parameters ====
+
First request sent by client.
 +
 
 +
{|class="wikitable"
 +
! Auth required?
 +
! Parameters
 +
! Response
 +
|-
 +
| No
 +
|
 
*;dedicated
 
*;dedicated
 
: Set to 0 with TMF. Purpose is unknown. Maybe for servers.
 
: Set to 0 with TMF. Purpose is unknown. Maybe for servers.
Line 81: Line 89:  
*;upload
 
*;upload
 
: Max P2P upload speed, as set in game config, in B/s
 
: Max P2P upload speed, as set in game config, in B/s
 
+
|
==== Response ====
   
* a
 
* a
 
**b : Full game name (Set to "Trackmania United Forever for TMNF and TMUF)
 
**b : Full game name (Set to "Trackmania United Forever for TMNF and TMUF)
Line 92: Line 99:  
**h : ?. Set to 1
 
**h : ?. Set to 1
 
**i : ?. Set to 1
 
**i : ?. Set to 1
 +
|}
    
=== CheckLogin ===
 
=== CheckLogin ===
 
Used to check if login is already used for account creation.
 
Used to check if login is already used for account creation.
   −
==== Parameters ====
+
{|class="wikitable"
 +
! Auth required?
 +
! Parameters
 +
! Response
 +
|-
 +
| No
 +
|
 
*;l
 
*;l
 
: Player login.
 
: Player login.
 
+
|
==== Response ====
   
*;e
 
*;e
 
:Set to 1 if login is used, otherwise 0.
 
:Set to 1 if login is used, otherwise 0.
 
*;p
 
*;p
 
: ?. Set to 0.
 
: ?. Set to 0.
 +
|}
    
=== MailAccount ===
 
=== MailAccount ===
 
Used to make the server send a password recovery email.
 
Used to make the server send a password recovery email.
 
+
{|class="wikitable"
==== Parameters ====
+
! Auth required?
 +
! Parameters
 +
! Response
 +
|-
 +
| No
 +
|
 
*;login
 
*;login
 
:Player login
 
:Player login
 
+
|
==== Response ====
   
No content is returned.
 
No content is returned.
 
+
|}
    
[[Category:Specifications]]
 
[[Category:Specifications]]
90

edits

Navigation menu