Turkeh · nil

  • Turkeh
  • Member since
  • Last active (1 visits)

Comments

  • Mainly speed, but Classic also introduces some bug-fixes not in base and some extra features/strategies (like mine-discing, MPB teleporter, turret switching on MPB, etc). Would probably have to find and read the changelog to know most of the differences.
  • Who are you, again? ;) Might want to make a post with the info in the Competition and Pick-ups forum, when the time comes, and probably add a calendar event too.
  • Just a quick search yields: http://www.tribesnext.com/forum/index.php?topic=870.0 http://www.tribesnext.com/forum/index.php?topic=28.0 http://www.tribesnext.com/forum/index.php?topic=132.0 http://www.tribesnext.com/forum/index.php?topic=132.msg1237#msg1237 in particular
    in Legality? Comment by Turkeh May 2009
  • moved to support Have you read all FAQs? Specifically: http://www.tribesnext.com/forum/index.php?topic=469.0
  • If an account was made within the past 7 days or have created 5 accounts, yes. You can share accounts (login with the same credentials at the same time) until the 7 day waiting period expires.
  • Judging by the "scripts/autoexec/trcrsi_list.cs (427): Unknown commnd CreateServer.", I'd guess there might be a syntax error in your server.cs
  • That's debatable :P They're busy killing each other, no time for "small talk" ;) You have a pilot, a bombardier, and a tailgunner. Pilot does the flying (dur), bombardier mans the guns (bombs, targeting laser, and a large blaster), and the tailgunner provides support (flares, firing at shrikes, etc). Targeting laser allows…
  • Make a cheat-sheet :P Jump Just walk onto the vehicle station (usually on or very near the vehicle pad), and you can select the vehicle to purchase, if there are any remaining :)
  • RTFM No, seriously... the Tribes 2 installer that's listed on the downloads page comes with a manual! It provides you with a lot of the basic things like, how to get into a vehicle (collide near the seat), use packs, inventory, etc... So a few people decided to play a prank on an unsuspecting newb (in their eyes), doesn't…
  • PJ's scripts use a single package and a lot of callbacks (functions) to handle settings, intercepting data, etc... Other scripts (i.e. Halides) use a package per script to wrap their code and integrate into the functions they need/want. Both ways have their merits, and downfalls... The function-centric method PJ uses tends…
  • Custom (player) skins shouldn't do that... However custom textures or weapon/vehicle/pack/... skins might (I'm not 100% sure). Otherwise, it's probably a simple (or not) networking issue.
  • TC still uses metallic, and I believe Thyth has Inquisition up and running...so there's an ECM server too. :)
    in So. . Comment by Turkeh April 2009
  • Blasphemer, Tribes 2 is the rage! And while I may not agree with PJ's coding practices, it is nice to see that his scripts are still around... Some were quite handy.
  • I'm sure I saw one on TribalOutpost as well
  • Except you don't have mines when you spawn...
  • Check if the account you generated is listed under the drop-down on the login screen. If it is, login. If not, and you get that message...you might have an auth server connectivity issue (check FAQs for solutions) or may have input your password improperly (it happens!).
  • much, and, yet, little.
    in So. . Comment by Turkeh April 2009
  • Something similar to the following would probably work. In item.cs:function ItemData::onThrow(%data,%obj,%shape){ %obj.wasDropped = 1; // Rest of function omitted...}...function ItemData::onCollision(%data,%obj,%col){ if (%obj.wasDropped) return; // Rest of function omitted...}
  • Ascension is a game (tribes-clone) on the Torque (Advanced) engine. And, I believe, the comment about open-sourcing T2 was probably meant as "work with TN to enhance/fix bugs".
  • If you name objects through the mission editor: don't use spaces, or manually quote the names after you're done...
  • Try rebooting and reinstalling, as that should unlock the rubyintersect.dll file, allowing the installer to write to it.
  • short and not fully informative answer: Because Tribes 2 uses a register to determine timing, and said register is different between different cores (if my memory serves me properly). I'm sure Thyth will have a much more enlightened answer, if/when he gets to this post. :)
    in Affinity Comment by Turkeh April 2009
  • (magic player ID).guid
  • You do not need to open any ports to communicate with the Auth server, as it would be an outbound request that your firewall would let through... If you cannot communicate with the Auth Server, then I'd suggest checking your router/firewall configuration to ensure that Tribes 2 is allowed to communicate with the net (add…
  • Responses to support threads can take some time, have a little more patience in the future. Locked.