[Register] [686372 Members] [285 Online; 83 Members, 202 Guests]  
Track Mania United
File Search


Click Here for Advanced Search Options



TrackMania Sunrise Downloads > Official > Other:
Updated Dedicated Server
Filename: tmdedicatedserver_20060425.zip


Size:
Developer:
Downloads:
Date Added:
Type / Category:
7.88 MB
Nadeo
3145
04-28-2006
Official > Other


Average User Rating: 7.5
Number of Votes: 46
Related Files:
Latest 2 Official > Other:
- TrackMania Nations Free Game
- TrackMania Sunrise eXtreme Add-On

5 Other Files by Nadeo:
- Offical Nadeo TMN Bonus Tracks
- TrackMania Nations Free Game
- Trackmania Nations Trailer
- Track Mania Sunrise Extreme Playable Demo
- CityAirport


 Join our Vent Server


 Site Info
 » Home Page
 » Latest Poll
 » Forums

 The News
 » News
 » News Headlines
 » News Archive
 » Submit News

 The Files
 » File Browser
 » File Search
 » Submit Files

 The PotD
 » Submit PotD
 » PotD Archive

 TrackMania: United
 » Controls and Tips
 » Downloads
    - Official Releases
    - Tracks
    - Mods
    - Media
    - Skins
    - Utilities

 TrackMania
 » The Game
 » Controls and Tips
 » Installation Guide: Tracks
 » Downloads
    - Official Releases
    - Tracks
    - Skins
    - Media
    - Mods

 The Community
 » Links
 » Forums
    - Trackmania General
    - TM:Sunrise General
    - Modding & Editing
    - Clan Forums
    - Problems & Help
    - Rants & Raves

 The Site
 » Staff
 » Apply To Volunteer
 » Contact Information
 » Make Start Page




Updated Dedicated Server - File Description  


Description:
It works the same way as the previous TMSX/TMO dedicated server, differences are less command line arguments and more in the config file, verify your dedicated.cfg there is some more things in it. For the linux version it's about the same, if you know unix you should not have problems to make it work. Don't forget that you must have an account and specify its login and password in the dedicated.cfg ! To make you dedicated account, it depends upon the game (it needs the cd-key for TMO and TMSX) :
- For TMN : make an alternative account from the game itself. Now login should be created automatically if coutry is indicated and login is not already used.
- For TMSX : http://www.trackmaniasunrise.com/dedicated/indexUk.php
- For TMO : http://www.trackmania.com/dedicated/indexUk.php



Updated Dedicated Server - Readme  
Readme File:
2006-04-25:
- a little issue with the logs.

2006-04-20b:
- it is no longer possible to connect to a server with the same login twice.
- fixed a bug in LAN games introduced in v2006-04-18.
- the field IpAddress in the player info now actually contains the IP (and not the login...)
- updated the c# xml-rpc lib so that it's easier to change server port / ip. (thanks to Cyrlaur).
- (windows) After a server restart, the gamelog file is no longer overwritten.

2006-04-18:
- added /autoquit to avoid zombie servers.
- added ChatSendServerMessageToId, ChatSendServerMessageToLogin xml-rpc commands.
- worked around a bug with the case of logins. (disturbing, for instance, the votes)
- (team, laps, rounds) sorted the scores by time when points identical.
- other small bugs.. (dns issues, random crashes ...)

2006-03-28:
- The guestlist has now precendence over black/ban lists.
- (rounds, team) BestCheckpoints now contains the checkpoints from the best race, and not the checkpoints from the last race..
- GetVersion() also returns the current dedicated server version.
- EndRace() callback now also sends the current challenge
- fixed issues with validation in team mode
- new chat command '/version'

2006-03-24:
- fixed score in rounds mode when more than 20 players cross the finish line.
- (sunrise, orginal) PlayerConnect callback now has the login..
- Some problems with team mode (validate, ...)
- (windows) Fixed the logs (shared read flag, directory now correctly created)
- Only '/s' is a reserved chat command, and not all strings starting with 's'...
- More infos in GetCurrentRanking: the PlayerId (which is the team number in team mode), + all the checkpoints time of the best times
- updated php and c xml-rpc samples.
- added some more details in the logs
- fixed some issues in ChooseNextChallenge()
- ChatSendToLogin() now works even if the player is a spectator.
- New command ForceScores() available in rounds and team to change fix the scores.
- (linux, original/sunrise) some problems with invalid times should be fixed.

2006-03-10:
- fixed a little problem with dealing with default value for /bindip
- Added a xml-rpc command to cancel a vote.
- fixed a bug in xml-rpc that would shutdown the connection when receiving a lot of commands at the same time.
- Added a StatusChanged() callback
- Fixed a problem introduced in the previous version with saving guest/black lists.
- (sunrise, original) Some adjustments to SetFinishTimeout()
- (nations) Added the nation of the players in the PlayerInfo xml-rpc struct.
- polished the xml-rpc C example.
- fixed an issue with GetCurrentRanking() in team mode.

2006-03-07:
- You can now chose the IP to bind to. (/bindip , <bind_ip_address>)
- If no blacklist filename is specified, the default one is loaded.
- You can now read the result of a ServerMessage via xml-rpc (GetServerMessageResults, and PlayerServerMessageAnswer callback)
- A new sample xml-rpc client has been added. It is a C library, and shows how to use callbacks.
- some bugs fixed (memleaks, c# client library, the xml-rpc callbacks,...)
- there was an unused UDP port opened..

2006-02-24:
features:
- the dedicated server account is now automatically registered. you don't need to do it from the game any longer. (but you have to provide a valid nation in addition to login/password)
- You can now limit the xml-rpc to listen only a specific ip (in addition to the loopback address). Just specify an ip (or symbolic address) in xmlrpc_allowremote parameter.
- added a command to force the current Round/laps to finish. ForceEndRound()
- (sunrise, original) Rounds/Laps mode. You can now set the time allowed for the other players to finish the race after the first one arrived. Set/GetFinishTimeout().
- added a command to upload a file via xml-rpc interface. WriteFile()
- Changed the xml-rpc custom protocol, in order to allow "callbacks". You can now receive the following events:
PlayerConnect, PlayerDisconnect, PlayerChat, ServerStart, ServerStop, BeginRace, BeginRound, RaceOver, PlayerCheckPoint, PlayerFinish
- set SO_REUSEADDR on listening sockets.
bugs fixed:
- The ladder is now disabled if you create a server with more than 50 players.
- (linux) The server should no longer block for a long time, and make all player times invalid.
- (linux) The dns problems that where present on some distributions should now be fixed.
- Security checks on the xml-rpc command have been reinforced.
- During the vote, after the time expires, the abstentionists no longer count as voting "no".
- The restart no longer triggers a full reload after changing some parameters that don't need it.
- The shuffle should now be always different at each run.
- Fixed issues with filenames - RemoveChallenge & friends should now work better.
- GetPlayerList(10,0) now returns 10 players if available (and not 9..)


Updated Dedicated Server - File Download Options  
Primary Download Locations:

 
Name:
Location:
Provided by:

Worldwide Mirror by FileFront
USA Central
FileFront.com

Download from Worldwide Mirror by FileFront Download Now! usa - USA Central
 



Updated Dedicated Server - User Comments  
The following comments are owned by the user that posted them. Track Mania Series Files is not responsible for their content.

Total comments: 4 | Last comment: 08-23-2009 at 20:11

 #1 - Posted by: haha123 (Member) on 02-21-2007 at 12:16
I need This

 #2 - Posted by: DV_Tuner (Member) on 05-02-2008 at 17:07
I want to try this wink

 #3 - hello!! - Posted by: fininho_08 (Member) on 04-05-2009 at 07:15
is very good!!

 #4 - Posted by: zombie919 (Member) on 08-23-2009 at 20:11
ok this file maybe the one



When posting comments, you must follow these rules:
  1. No "Yay I got First Post!" posts, no exceptions and no matter what other content the post has!
  2. No Pornographic Material. Any sexually oriented imagery or links to such content will not be tolerated.
  3. No Warez or Illegal Software. This includes linking to software, posting about it, and suggesting to get it.
  4. No Cursing or Swear words. We encourage you to use our comment sections as a forum to debate files, news, etc., but please use proper adjectives to express yourself. We will not tolerate abuse upon another member or author.
  5. No Attacks / Retaliation of any kind against a member, or group of members.
  6. Please do not advertise for other sites or forums here.
  7. Maximum of 3 smileys per regular member.
The high interactivity of this site should be considered a luxury, not a right. If you cannot follow these simple rules, you can and will be warned or banned from the comments, site or the entire network for any period of time.
Now enjoy yourself and behave!



  • Register: To get your own Username, click here!
  • Forgot your password? click here!
  • You can use UBB here!
Username:     Password:  
Remember my username and password
Comment Title:
Your comments for this File please:

Game News

 Latest Files
 » To Hell and Back
 » TM:United Bonus .. (1.0)
 » Track Mania Unit.. (1.0)
 » GT Legends
 » Rally Indoesia (1)
 » Greator's Short Seri..
 » Olympia Race 200.. (1.0)
 » Made For Crazy
 » SR: Desert Canyo.. (1.0)
 » TrackMania Natio.. (500)

 Latest News
 » What do you think of..
 » That time again upda..
 » FileFront Network In..
 » FileFront Network In..
 » Uploading your files..
 » To all end users of ..
 » Issues with the File..
 » FileFront Network In..
 » Weekly Poll Results ..
 » Back in Business

 Affiliates

 Link to Us


 The Network
 » Gaming News
 » Game Demos
 » Game Patches
 » Trailer Videos
 » Gaming Forums

 Game Portals:
 » Age of Empires 3
 » Aliens vs Predator 2
 » America's Army
 » ArmA 2
 » Armada 2
 » Battlefield 1943
 » Bridge Commander
 » Brothers in Arms 2
 » Call of Duty 4
 » Command & Conquer
 » Company of Heroes
 » Crysis
 » Counter-Strike: Source
 » Dawn of War Series
 » Day of Defeat: Source
 » Diablo 3
 » Doom 3
 » Elite Force
 » Enemy Territory
 » Fallout 3
 » Far Cry 2
 » F.E.A.R.
 » Flight Simulator X
 » GTA San Andreas
 » Half-Life 2
 » Halo
 » Jedi Knight 3
 » Knights of the Old Republic
 » Left 4 Dead 2
 » LOTR: Battle 4 Middle Earth
 » Medal of Honor
 » Operation Flashpoint
 » Quake 4
 » Red Faction: Guerrilla
 » rFactor
 » Silent Hunter 4
 » Sins of a Solar Empire
 » Soldier of Fortune 2
 » S.T.A.L.K.E.R.
 » Star Trek: Legacy
 » Star Wars Battlefront 2
 » Star Wars Empire at War
 » StarCraft II
 » Starfleet Command III
 » Supreme Commander
 » Team Fortress 2
 » The Elder Scrolls IV
 » The Sims 2
 » TrackMania United
 » Unreal Tournament 3
 » Warcraft III
 » World of Warcraft
 » X3: Terran Conflict

You got served by FN1 in 0.0217 seconds using 6 MySQL queries and 13 includes
Copyright © 2009 FileFront, Inc. All rights reserved.
Design by Jos Jongejan aka Pro-Filer & Blumenkohl. Use of Track Mania Series Files materials is subject to certain Terms & Conditions.
TM & © 2009 Nadeo. All rights reserved. TrackMania and related marks are trademarks of Digital Jesters