How can I speed up the loading?
by Todd Johnson · in Torque Game Engine · 12/04/2004 (9:38 am) · 4 replies
If I query all the lan games when joining a server, I can select my server and I load up in seconds. But if I query the master and try to join it goes extremely slow and I have yet to wait it out.
Now I know what's going on. There's missing files (ie takeme.wav, clip.jpg etc) that is not on the client OR the server. On top of that I can't find where these files are any longer referenced in my code (yes I deleted the dso's). How can I have the server not request to upload these files to the client? And I repeat, they are not on the server, hence the "no such file".
Any help is appreciated, thanks.
Now I know what's going on. There's missing files (ie takeme.wav, clip.jpg etc) that is not on the client OR the server. On top of that I can't find where these files are any longer referenced in my code (yes I deleted the dso's). How can I have the server not request to upload these files to the client? And I repeat, they are not on the server, hence the "no such file".
Any help is appreciated, thanks.
#2
12/04/2004 (12:33 pm)
Also, I didn't use a router or anything when I hosted for my friends to connect and we both have great connections.
#3
12/04/2004 (12:43 pm)
Are you sure you're connecting to _your_ server? It seems like if files are transmittting you might have accidentally connected to someone else's.
#4
12/04/2004 (1:28 pm)
Yea I'm positive it's my server. I set it to a unique max numbers so I'm sure it is it. I'll take it down and won't see in the master list. Also, I used the "quickconnect" function that was resourced a while back and my friends and myself connect just fine. Is there something different with connecting via the master list?
Torque Owner Todd Johnson
When I did a query and waited for the connect (about 7 minutes) it finally connected but the lag icon was up the whole time and I couldn't do anything. Again, if I connect via lan, I play with no problem.
Also, I have friends that query my server in hte master list. When they try to connect from there, nothing happens. Can someone please help?