Changes

Jump to navigation Jump to search
no edit summary
Line 13: Line 13:  
The game connects to two servers : https://game.trackmanianations.com/ and http://ladder.trackmanianations.com/. The SSL certificates for these domains aren't valid anymore. To make the game connect to them (the servers are still alive), you have to use an HTTP(S) proxy like Fiddler (and allow it to accept bad certificates).
 
The game connects to two servers : https://game.trackmanianations.com/ and http://ladder.trackmanianations.com/. The SSL certificates for these domains aren't valid anymore. To make the game connect to them (the servers are still alive), you have to use an HTTP(S) proxy like Fiddler (and allow it to accept bad certificates).
   −
=== Requests stuff (game) ===
+
These parameters are always present (except for /patch/patch.php).
 +
 
 +
{| class="wikitable"
 +
! Param name
 +
! Description
 +
! Comment
 +
|-
 +
| ver
 +
| game version
 +
| Latest is 0.1.8.0
 +
|-
 +
| lang
 +
| user's defined language
 +
| en;fr;nl;zh_cn
 +
|}
 +
 
 +
=== Requests stuff (game.trackmanianations.com) ===
    
==== /patch/patch.php ====
 
==== /patch/patch.php ====
''Used to check for updates''
+
''Used to check for updates - Defaults parameters not present!''
    
'''Parameters'''
 
'''Parameters'''
Line 47: Line 63:  
  | os
 
  | os
 
  | String showing used (not the same as osdesc)
 
  | String showing used (not the same as osdesc)
  | Only present on < 1.7.9; "WinNt2kXp" for XP SP2.
+
  | Only present on < 0.1.7.9; "WinNt2kXp" for XP SP2.
 
  |-
 
  |-
 
  | action
 
  | action
Line 80: Line 96:  
'''For action 3'''
 
'''For action 3'''
 
  0
 
  0
      
==== /online_game/autotest_connection.php ====
 
==== /online_game/autotest_connection.php ====
Line 87: Line 102:  
'''Parameters'''
 
'''Parameters'''
   −
{| class="wikitable"
+
No additional parameters.
! Param name
  −
! Description
  −
! Comment
  −
|-
  −
| ver
  −
| game version
  −
| Latest is 1.8.0
  −
|-
  −
| lang
  −
| user's defined language
  −
| en;fr;nl;zh_cn
  −
|}
      
'''Response'''
 
'''Response'''
Line 107: Line 110:     
==== /online_game/getladders.php ====
 
==== /online_game/getladders.php ====
''Used to get ladder server url''
+
''Used to get ladder server URL''
    
'''Parameters'''
 
'''Parameters'''
   −
{| class="wikitable"
+
No additional parameters.
! Param name
  −
! Description
  −
! Comment
  −
|-
  −
| ver
  −
| game version
  −
| Latest is 1.8.0
  −
|-
  −
| lang
  −
| user's defined language
  −
| en;fr;nl;zh_cn
  −
|}
      
'''Response'''
 
'''Response'''
90

edits

Navigation menu