Page 2 of 3

Posted: Tue Jan 23, 2007 4:53 pm
by PLAYER36-SA-
^ Plus if you have x-pack, modpack, etc that's probably too much to upload anyway.

@ saw: What permissions should we use? I just made my stuff available to anyone (user, group, other).

Posted: Tue Jan 23, 2007 10:31 pm
by Warfare
^ make them chmod 777

Posted: Tue Jan 23, 2007 11:46 pm
by PLAYER36-SA-
Ok, that's how I had them.

Posted: Tue Jan 23, 2007 11:59 pm
by jedirieb
Actually, I think putting the xpack and Mod pack on there in a general folder would be a great idea. If you need a certain mod or object for something coming up (like a league), or you just can't download the whole thing because it takes too long (dial-up), you could selectively pick what to downlaod. Just a thought.

main.cs

Posted: Thu Jan 25, 2007 1:46 pm
by MonicaTTmed

Code: Select all

//moveMap.bindCmd(keyboard, "1", "", "changeGears(%this, gearOne);"); 
//moveMap.bindCmd(keyboard, "2", "", "changeGears(%this, gearTwo);");
//moveMap.bindCmd(keyboard, "3", "", "changeGears(%this, gearThree);");
//moveMap.bindCmd(keyboard, "4", "", "changeGears(%this, gearFour);");


Scuse me if this is a bit personal Nuts but what exactly does this do? It doesn't seem as though there are gears on the tanks...

Posted: Thu Jan 25, 2007 2:45 pm
by NUTS!
Was from an old post way back when on PTT and someone was trying to get gears, or speeds for tanks. I could never get it to work though. But thanks for reminding me of it. For my TGE project since I have the source I can enable it :)

sweet.

Posted: Fri Feb 23, 2007 7:47 pm
by niKo
No more having to search for member sites and stuff for their files back at PTT¹... Took me ages to track down my 3x radar... And LilAlienD's mac.com site is off, so I can't find my previously treasured crosshair reticle.

:-P
--Niko--

Posted: Fri Mar 16, 2007 3:49 am
by Wild Alaskan-AK-
ooo Thats what snack was talking about!

1 month ago i asked him for a password and he told me user name: annon and the password (I don't remember what it was though)

FTP for MAC users

Posted: Tue Mar 27, 2007 5:54 am
by drsawbones
I was helping MAC TT'r to get to the PTT2 FTP site...didn't have much or any luck with any browsers they had going. So we hunted for a sec and found this...it's sweet little app and it's free.

Runs on MAC

Here's a couple screenies, and I've put application installer in the downloads.planetthinktanks2.com/downloads/apps/cyberduck_4_MAC folder

Image
Image

Re: main.cs

Posted: Fri Jun 22, 2007 2:34 pm
by Death Reaper
MonicaTTmed wrote:

Code: Select all

//moveMap.bindCmd(keyboard, "1", "", "changeGears(%this, gearOne);"); 
//moveMap.bindCmd(keyboard, "2", "", "changeGears(%this, gearTwo);");
//moveMap.bindCmd(keyboard, "3", "", "changeGears(%this, gearThree);");
//moveMap.bindCmd(keyboard, "4", "", "changeGears(%this, gearFour);");


Scuse me if this is a bit personal Nuts but what exactly does this do? It doesn't seem as though there are gears on the tanks...


Hmm, This is an awesome idea, and it correlates to the tank speed (this info)

LightTank.turnrate = 75.0;
LightTank.accelrate = 30;
LightTank.maxspeed = 25;
LightTank.deccelrate = 50;
LightTank.coastdeccelrate = 20;
LightTank.antiSliderate = 17;

And if in a higher gear the speed would go up, and turnrate down,

Hmm, I might work on this later