You can download it from
http://files2.trackmaniaforever.com/Tra ... -07-01.zip
or
http://files2.trackmaniaforever.com/Tra ... -07-01.tgz
(both contain the same files, and windows and linux executable.)
Changes:
- a relay can now join a server with both player and spectator password.
- CurrentChallengeInfo now fully filled-in on the relay.
- it is now possible to run a relay on internet mode that relays a lan server. (just use the lan ip for the command line /join=192.168....:port)
- new GetMainServerPlayerInfo() that returns the player info of the main server (or itfself if this is not a relay server)
- to help compatibility with old scripts, the server tries to allocate the PlayerId '0' to the main server. (beware: on a relay server, the server's id still won't be 0)
- the PlayerId of the server is now available with GetSystemInfo()
- a few issues with ladder limits access verification. (even the guests cannot connect if they don't have correct ladder points)
- chat command "/serverlogin" gives the login of the server.
- the number of spectators can be 0
- somewhat better error messages
- "Internal server error" connection problem introduced with previous beta on some linuxes should be fixed.