Show Posts
|
|
Pages: 1 ... 3 4 [5] 6 7 ... 14
|
|
61
|
TribesNext.com Forums / General Discussion / Re: Update: $50 via paypal to the person who can fix my problem with Tribes2.
|
on: February 20, 2009, 10:10:06 PM
|
I can't imagine why that would cause everything else to be redrawn, but you can just redefine SensorHud::update somewhere that loads later (something like scripts/autoexec/zsfds.cs would suffice if you don't care). Just putting in a line like this should stop it fine: function SensorHud::update(%this) {} Or you could go into the original function (in hud.cs) or the packaged one (in freeHuds.cs) and add "return;" before it runs anything... but it's probably simpler just to put in the line I mentioned if you don't know how to mess with the scripts. :p
|
|
|
|
|
65
|
TribesNext.com Forums / Server Support / Re: MANDATORY PATCH DOWNLOAD Add more MAPS!
|
on: February 20, 2009, 07:38:14 PM
|
|
Well, there's no saying for certain when it could be added in, but once the groundwork is laid it should go along quick enough. While we won't be adding maps to the core patch download, we wouldn't be opposed to featuring files such as map-packs on the downloads page. We had planned to have more extensive web features up by this time, but unfortunately I had a few other things come up, so didn't have the time...
|
|
|
|
|
66
|
TribesNext.com Forums / Server Support / Re: Get kicked from my own server?
|
on: February 20, 2009, 07:25:09 PM
|
|
Yes, as Eolk mentioned, the CRCTextures option is your most likely culprit and most common cause of disconnections of this sort... I suppose the next down would be adding new datablocks while the game is in progress. :p The AI errors shouldn't be a problem.
|
|
|
|
|
68
|
TribesNext.com Forums / Support / Re: Can't see list of servers
|
on: February 20, 2009, 07:12:32 PM
|
|
The errors you get aren't that they don't exist, but that they are in use. Open up your task manager (Ctrl-Shift-Esc) and click "Processes", then find and end all instances of "rubyintersect.dll", and you shouldn't have any trouble re-installing or updating the patch if need be. However, the server listing does not have anything to do with these DLLs. Failure to retrieve the list is almost always caused by an antivirus program blocking the traffic as mentioned in the FAQ entry, but there has been some debugging and a possible fix should be in a mini update sometime this weekend. If you think this fix might benefit you before this is up, you can send me a message on here or IRC to get a work-in-progress package.
|
|
|
|
|
70
|
TribesNext.com Forums / Support / Re: Problems with online update search
|
on: February 06, 2009, 11:11:37 PM
|
|
Peter, you need to install the patch after installing the game. There is no update search if you've installed it correctly.
rb10, the server is not down. Your problem is unrelated to this one... if you are able to retrieve the server list, it is mostlikely unrelated to the patch and you may want to try restarting the computer. If you are unable to retrieve it, you should check the FAQ post regarding HTTP filtering.
|
|
|
|
|
75
|
TribesNext.com Forums / Support / Re: Weird Error
|
on: February 05, 2009, 03:59:00 PM
|
|
This can happen if the IPv4 acquisition fails, or is set to an address other than the one reported to the list.
Try setting $Host::BindAddress or $IPv4::InetAddress to "72.76.21.8" and see if it works.
|
|
|
|
|
|