Changes

Jump to navigation Jump to search
m
→‎Running the game: New way to run ESWC on any windows version (apparently got rid of starforce).
Line 5: Line 5:  
== Running the game ==
 
== Running the game ==
   −
To run ESWC, I had to set up a Windows XP virtual machine. Then just install the game as normal.
+
New methods have been found to run ESWC, which works on any Windows version and on wine. See [https://www.youtube.com/watch?v=LBa5LSH3Pqg This video]. For it to run in wine, Windows version has to be set to XP.
    
== Auth stuff ==
 
== Auth stuff ==
Line 125: Line 125:  
  0;1
 
  0;1
 
  ladder.trackmanianations.com;ladder;443;TrackMania Nations Ladder;80;
 
  ladder.trackmanianations.com;ladder;443;TrackMania Nations Ladder;80;
 +
 +
=== Requests stuff (ladder.trackmanianations.com) ===
 +
 +
==== /ladder/getcountriesrankings.php ====
 +
''Used to get rankings of countries''
 +
 +
'''Parameters'''
 +
{| class="wikitable"
 +
! Param name
 +
! Description
 +
! Comment
 +
|-
 +
| start
 +
| First rank to display
 +
|
 +
|-
 +
| limit
 +
| Number of ranks to display
 +
|
 +
|-
 +
| laddertype
 +
| type of ladder
 +
| Seen g, seems to be ignored by master.
 +
|}
 +
 +
'''Response'''
 +
 +
Seems to always return
 +
0;<Number of countires>;[For each country: "<position>;<name>;<points>;"]
 +
 +
Example:
 +
0;4;1;FRA;16777215;2;NED;16777215;3;CZE;16777215;4;GER;16777215;
 +
 +
The master sends <limit> number of countries at max, but set <number of countries> to the total number of countries, not the returned numbers.
90

edits

Navigation menu