Krash · Neptune Sleeps

  • Krash
  • Member since
  • Last active (3,600 visits)

Comments

  • He's not being a stubborn skeptic ass, he's expressing his (well founded) doubts of the likelihood of such an endeavour coming to pass. Because the game is a well established classic and the franchise is under ownership of a current Steam publisher partner (Hi-Rez), the game wouldn't have to go through Greenlight to be…
  • There is a native linux port of Tribes 2, but it doesn't support TribesNext accounts (we had considered doing something of a workaround TCP connection between a T2 server and Ruby to do the requisite tasks, but never got around to it). It's been a few years, so I don't recall if the executables in that sub-directory are…
  • It's not an issue with the game itself, and your current installation should be fine (assuming you used the full installer from the front page). Without getting too technical, this particular exception happens when the game window is unable to create a 3D rendering context. In most cases this is because you're using video…
  • I haven't checked for myself, but it's very possible (even likely) that whoever wrote the GrenadeProjectile update behaviour did not pass an onCollision call to the script system. Pre-arming collision handling of a GrenadeProjectile is just used for bouncing the projectile off of the hit surface, while post-armed…
  • The projectile onCollision function does specify an ID of the object that was hit by your projectile, so it shouldn't be necessary to do a radius search (unless for some reason you wanted to create particles for multiple objects within a blast radius -- though as you're searching for terrain objects you wouldn't exactly be…
  • Another thing you'll probably want to do is set:$Host::CRCTextures = 0; In your ServerPrefs. Otherwise it may tend to cause a lot of players to lose connection to the server shortly after loading.
  • You will only receive the "Heartbeat confirmed" response if the server is responding to an information request from the master, in which case it will add your server to the master list. When attempting to query the list, there is a very short window in which players may receive a cached version of the list, after which…
  • The "validation required for shape" is not an error, it is a notice to inform you that the CRC check is enabled in the datablock for the specified shape - to verify that the clients connecting to the server are using the same files. You do not need to do anything to change this for your server to operate normally, but if…
  • If you haven't modified anything in the spawn areas but have changed the mission's filename, you can simply find the existing spawngraph file ("mapname.spn") in the terrains directory and rename a copy to match the filename of your new mission file. However, if you have modified these areas, you'll need to generate a new…
  • I wouldn't recommend forwarding any ports for the game unless you're hosting a server (much less DMZing), and in that case only the port you're hosting on, such as UDP 28000 for default server settings. You will only need to forward the port over TCP if you are running a script requiring TCP traffic or the built-in Telnet…
  • The link on the front page forwards to Google Drive to process the file request, so you may need to wait a few seconds for it to initiate the download. If you are consistently unable to download from that link, you can get the RC2a patch directly here.
  • The listing was offline for a few hours the other day due to a minor miscalculation in the PHP configuration as to how often new child processes should be spawned, so that after a certain point that morning they simply stopped and the server was unable to process the traffic. Should not be a problem anymore. Due to the…
  • Driver errors occur regardless of your build date, and it's generally a good idea to keep them reasonably up to date from the card manufacturer's website. The "hardware failed to switch to specified mode" error specifically relates to the OpenGL renderer attempting to switch to a fullscreen resolution and bit depth…
  • I helped someone who had the same problem with F-secure a few weeks back, and I'm fairly sure it does have a whitelist of sorts if it continues to give you trouble. If you go into the settings and look under "Virus and spyware scanning", you should be able to find an "Open excluded items list" link. If you switch to the…
  • This is typically a graphics driver error for which reinstalling would have absolutely no effect. You should ensure you are running the latest drivers from your video card manufacturer's website, and can check the FAQ entry here for a bit more information.
  • Are your video card drivers up to date? If you have an AMD/ATI card, you can download them here. If you have an nVidia card, you can download them here. If you're using an onboard Intel GPU, you can download them here.
  • Inability to connect to the auth server (when not actually offline) is almost always due to an HTTP checking system in anti-virus programs such as AVG and is fixable by disabling the option. Have you checked this FAQ entry?
  • Passwords never leave your computer, and cannot be reset. Your best bet is trying to remember your password, but if you can't, you'll have to make a new account to play.
  • Because of the way the system is designed, a correctly patched clean installation of the game will always attempt to send a heartbeat when a server is run using the "-dedicated" switch or started from ingame in online mode. The StartHeartbeat() function, which is called by every online mode server after completing most of…
    in No heartbeat Comment by Krash July 2011
  • You need to install the TribesNext patch to play online. If you're still seeing that launcher, you haven't installed it yet.
  • If you're seeing the old Sierra update launcher when you click, you need to make sure you've installed the patch. If you haven't done so, you will be unable to play online. If you're getting an offline error message on the first step of account creation, check this FAQ entry for a few possible solutions.
  • In order to play in online mode, you'll need to use the "Tribes 2 Online" shortcut and make an account. This should be in the same place you found the "Solo & Lan" shortcut (generally in your Start menu under "Dynamix"), but if not you can modify your existing shortcut by right-clicking, going to properties, and changing…
  • Yes, that sounds about right. If the server is displaying on the list and the server was able to retrieve its own address, outside users shouldn't have any trouble connecting. The error you described wherein LAN connections cause the client to crash is a known issue that generally occurs when attempting to connect (usually…
  • Users within a network cannot join using the server's external address. You can hit your 'Insert' key in the list to manually add the LAN address to your listing, and click in the 'Favorite' column to save it to you list.
  • If you are able to start the game, it is unlikely that the problem is a graphics driver problem, though if it is an ATI/AMD card, you should make sure Catalyst AI and Adaptive Anti-Aliasing are disabled in your 3D settings to avoid issues. Try a reinstall without third-party scripts and make sure whatever security software…
    in UE on startup Comment by Krash May 2011
  • This is typically a graphics driver error. You can check the FAQ entry here for a few solutions.
    in UE on startup Comment by Krash May 2011
  • The error you're referring to is only received when you launch Tribes2.exe without target parameters. In order to launch in LAN mode, you should be running "Tribes2.exe -nologin", but it should be noted that the singleplayer training missions are also launchable from online mode.
  • No, it should be greyed out by default. The drop down is for switching between multiple accounts stored on your computer so you don't have to type in the username. The "Retrieve Account" selection adds the extra input field for downloading accounts from the server.
  • If it tells you the account has been taken, then yes, it most likely did get registered when you first attempted - unless you suspect someone would register your name. The account is registered and stored on the server. If you can figure out the account details you can download the keypair and login using it, otherwise you…
  • If you check the FAQ, we have an entry on this problem: "The server detected a problem in your request and could not create an account." Generally this means your patch version is out of date - you may have downloaded it from a third party website (not recommended by the way) or found it in our archives. You can remedy…