Changes

Jump to navigation Jump to search
1,247 bytes added ,  10:57, 5 August 2019
Init.
Just writing my thoughts about TMESWC. Don't expect anything useful from this (else it would not be under my user).
This is purposely written in non-wiki style, as I'm just writing as I'm going. Formatting will be done later.
Everything here is done via educated guesses (disassembling the game is a pain due to StarForce).

== Running the game ==

To run ESWC, I had to set up a Windows XP virtual machine. Then just install the game as normal.

== Auth stuff ==

ESWC's auth isn't like TMF one. Requests and responses don't use XML, but instead uses HTTP GET parameters and CSV-like responses.

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) ===

==== /online_game/autotest_connection.php ====
''Used to check if the servers are still alive''

'''Request 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
|}
90

edits

Navigation menu