Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
User:Maxoufox/TMESWC
(view source)
Revision as of 17:54, 6 August 2019
1,157 bytes added
,
17:54, 6 August 2019
Added patch and getladder
Line 14:
Line 14:
=== Requests stuff (game) ===
=== Requests stuff (game) ===
+
+
==== /patch/patch.php ====
+
''Used to check for updates''
+
+
'''Parameters'''
+
+
{| class="wikitable"
+
! Param name
+
! Description
+
! Comment
+
|-
+
| key
+
| XXXX-XXXX-XXXX-XXXX-XXX, where X is [A-Z0-9]
+
| Looks like a product key, even tho the game is free
+
|-
+
| game
+
| the game to check for updates for
+
| TmNationsESWC
+
|-
+
| lang
+
| user's defined language
+
| en;fr;nl;zh_cn
+
|-
+
| version
+
| game version (current)
+
| Latest is 1.8.0
+
|-
+
| osdesc
+
| String showing used OS
+
|
+
|-
+
| action
+
| ?
+
| Seen 0
+
|-
+
| protocol
+
| maybe protocol version (retro compatibility stuff?)
+
| Seen 2
+
|}
+
+
'''Response'''
+
+
If up to date
+
0;0;<A string telling you it's up to date, in your language>
==== /online_game/autotest_connection.php ====
==== /online_game/autotest_connection.php ====
Line 35:
Line 79:
'''Response'''
'''Response'''
+
Seems to always return
Seems to always return
0;1;
0;1;
+
+
==== /online_game/getladders.php ====
+
''Used to get ladder server url''
+
+
'''Parameters'''
+
+
{| class="wikitable"
+
! Param name
+
! Description
+
! Comment
+
|-
+
| ver
+
| game version
+
| Latest is 1.8.0
+
|-
+
| lang
+
| user's defined language
+
| en;fr;nl;zh_cn
+
|}
+
+
'''Response'''
+
+
Seems to always return
+
0;1;
+
<server dns name>;ladder;<HTTPS port>;<Server name>;<HTTP port>;
+
+
Ex (official servers)
+
0;1
+
ladder.trackmanianations.com;ladder;443;TrackMania Nations Ladder;80;
Maxoufox
90
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
User page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
User contributions
Logs
View user groups
Special pages
Printable version