Eolk
- person Eolk
- alternate_email theeolk@gmail.com
- perm_contact_calendar Member since
- today Last active (0 visits)
Comments
-
The .vl2 goes in your tribes2/gamedata/base folder.
-
Yes.
-
Tribes 2 sometimes refuses to take direct .delete() calls. Try putting it in a schedule:%obj.schedule(500, "delete");
-
http://www.chaingunned.org/sling/Trusouljas_Scripts/MinRabbit.vl2
-
http://www.advancedmod.com/forums/viewtopic.php?f=1&t=3425&p=33614
-
http://www.tribesnext.com/forum/index.php?topic=469.0
-
Hi, and welcome to the forums! :)
-
You are correct.
-
There are a couple of UK game servers running I think. They're just empty.
-
20 TKs is the TK limit. Most griefers hit the score limit (-50) before they hit the TK limit.
-
Haha, that's funny.
-
How long did you wait to log in?
-
http://www.tribesnext.com/forum/index.php?topic=37.0
-
Yes, Phantom, you caught me. Even after all these years of scripting, I still don't know where to find the firing code for the laser rifle, so, I had to look off of a website. I mean, who knew code for firing would've been in projectile.cs? And the inventory hud stuff? Who knew that would've been in inventoryHud.cs? :o ::)
-
In supportClassic.cs...// -----------------------------------------------------// z0dd - ZOD, 6/22/02. Hack to eliminate texture cheatspackage cloaking{ function ShapeBase::setCloaked(%obj, %bool) { parent::setCloaked(%obj, %bool); if(%bool) %obj.startFade(0, 800, true); else %obj.startFade(0, 0, false);…
-
Look in projectile.cs. This is the code that ties the energy pack to the laser rifle:function SniperRifleImage::onFire(%data,%obj,%slot){ if(!%obj.hasEnergyPack || %obj.getEnergyLevel() < %this.minEnergy) // z0dd - ZOD, 5/22/03. Check for energy too. { // siddown Junior, you can't use it…
-
He means, make sure your TribesNext is up to date!
-
Sometimes, the repair gun is a little stubborn. Spamming the fire key doesn't help, you just have to wait a second, then try again.
-
I doubt Kryand did what he described in that post, however, I'm sure that if he had done that, he'd be very proud of doing so. I talked with WarLovR about switching to TribesNext, however, he said he was having problems. I then told him to make a post in our "Server Support" forum (it was more active back when he asked for…
-
Try playing with the numbers some.
-
Punkbuster is a really sucky program. Make sure it's disabled completely when you play Tribes 2. I can sometimes interfere.
-
Create a shortcut to iSpawn.exe, then modify the target so it says this... ispawn.exe Tribes2.exe -dedicated Your dedicated server is ready to go.
-
Yes, unless you plan on hosting, in which case you'll need the map packs for the maps to be available on your server.
-
Meltdown2 has been popular as of lately. I've seen at least 16 people playing at once (with 16 bots) on the radiantage server.
-
It is possible you downloaded a corrupt TribesNext patch. Download it again and try patching again.
-
If you install from one of the mirrors or the torrent listed in the "downloads" section, you do not need to patch the game to version 25034, it's already patched. All you need to do is download the TribesNext patch.
-
http://www.chaingunned.org/downloads/tribes2/mods/EzRotation.vl2
-
Life-saving script. One of my favorites.
-
I've only touched an arena server once just to see what it was like, and I haven't gone back since. This is similar to what happened to me when I first tried it.
-
Ask him to give the .store files to you again.