Web
Site
Home
About
News
Community
Articles
Blogs
Events
Forums
Downloads
Projects
Torque
Master Server
Splash Screen Manager
Advanced Bar HUD
Advanced Text List
Pathed Interior
Torque Tutorials
Job Board
Feedback
Links
Gallery
Our Site Map
Saturday, May 19, 2012
Forums
Register
Login
Quick Links
Articles
Blogs
Events
Forums
Downloads
Users Online
Membership:
Latest:
codemonkeymike
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
19
People Online:
Visitors:
40
Members:
0
Total:
40
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
Search
Home
1
2
3
4
5
Home
Torque Game Eng...
C# Master Server
Issues
My problems with T3D and the Master Server
Previous
Next
1/8/2011 10:11 AM
Richard
Joined: 1/8/2011
Posts: 2
My problems with T3D and the Master Server
(United States)
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';
1/8/2011 10:45 AM
Ryan Mick
Joined: 7/31/2008
Posts: 6
Re: My problems with T3D and the Master Server
(United States)
I will compare this to my current version, but the change should already be in the download.
1/8/2011 10:59 AM
Ryan Mick
Joined: 7/31/2008
Posts: 6
Re: My problems with T3D and the Master Server
(United States)
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.
1/8/2011 11:01 AM
Richard
Joined: 1/8/2011
Posts: 2
Re: My problems with T3D and the Master Server
(United States)
Sweet - thanks!
1/8/2011 11:22 AM
Ryan Mick
Joined: 7/31/2008
Posts: 6
Re: My problems with T3D and the Master Server
(United States)
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.
Page 1 of 1
Previous
Next
Home
Torque Game Eng...
C# Master Server
Issues
My problems with T3D and the Master Server
Copyright 2008 by Ryan Mick
Terms Of Use
Privacy Statement
Downloaded from DNNSkins.com