Saturday, May 19, 2012 Forums RegisterLogin
Users Online
Membership Membership:
Latest New User Latest: codemonkeymike
Past 24 Hours Past 24 Hours: 0
Prev. 24 Hours Prev. 24 Hours: 0
User Count Overall: 19

People Online People Online:
Visitors Visitors: 40
Members Members: 0
Total Total: 40

Online Now Online Now:
    

SacDeveloper Forums

These forums are here for you to ask questions or even to answer a few.
Please keep the content relevant and civil.
Report any posting abuses.
SacDeveloper Forums
HomeHomeTorque Game Eng...Torque Game Eng...C# Master ServerC# Master ServerIssuesIssuesMy problems with T3D and the Master ServerMy problems with T3D and the Master Server
Previous
 
Next
New Post
1/8/2011 10:11 AM
 
After a few minor tweaks the Master Server no longer removes my T3D servers from the server list. public void ProcessExpiredServers() { try { List theExpiredServers = this.Servers.FindAll(t => (DateTime.Now.Ticks - t.Last_Heart) > heartbeat_to); foreach (Server theServer in theExpiredServers) { if(theServer.RemoveServer) // added this this.RemoveServer(theServer); } } catch { } } and public void FireRemoveServerEntry(Server oServer) { if (RemoveServerEntry != null) { if(oServer.RemoveServer) // added this RemoveServerEntry(oServer); } } However, the Master Server does not seem to want to send any server data back to my game. The Master Server logs a response but no information shows up in my game's server list from the Master Server. I have not altered any of the network code in my game, though I did alter the scripts to point to my Master Server and have configured my router to pass packets to the correct ports. It occurs to me that I may be having an issue with the Master Server, dedicated server and game instance all running on the same machine.... My instance of the Master Server is at 2:braggingrightsproductions.com:28002 - I'll leave it up for a bit if you'd like to test it.... My script change is $pref::Master[0] = '2:braggingrightsproductions.com:28002';
 
New Post
1/8/2011 10:45 AM
 
I will compare this to my current version, but the change should already be in the download.
 
New Post
1/8/2011 10:59 AM
 
Ok, the server does not have the latest version. Not sure what happened there, but I can fix that. I have to comment out some stuff and repackage the files.
 
New Post
1/8/2011 11:01 AM
 
Sweet - thanks!
 
New Post
1/8/2011 11:22 AM
 
Ok, the latest version is now on the server. It does include the beginnings of a user profile system but its not complete and mostly commented out at the moment.
 
Previous
 
Next
HomeHomeTorque Game Eng...Torque Game Eng...C# Master ServerC# Master ServerIssuesIssuesMy problems with T3D and the Master ServerMy problems with T3D and the Master Server


      
Copyright 2008 by Ryan Mick Terms Of UsePrivacy Statement
Downloaded from DNNSkins.com