DAZZLE'S UPGRADE PACK

If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.

PTT2 FTP

Modding questions, answers, help.....

Moderators: Warfare, Admin, Moderator

PLAYER36-SA-
Veteran Heavy
Veteran Heavy
Posts: 560
Joined: Thu Dec 28, 2006 12:00 pm
Location: Home of the Nittany Lions

Post 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).
User avatar
Warfare
Moderator
Moderator
Posts: 741
Joined: Thu Dec 28, 2006 2:21 pm
Location: Austin, Texas

Post by Warfare »

^ make them chmod 777
PLAYER36-SA-
Veteran Heavy
Veteran Heavy
Posts: 560
Joined: Thu Dec 28, 2006 12:00 pm
Location: Home of the Nittany Lions

Post by PLAYER36-SA- »

Ok, that's how I had them.
User avatar
jedirieb
Veteran Light
Veteran Light
Posts: 614
Joined: Wed Dec 27, 2006 11:09 pm
Location: Alabama, USA

Post 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.
"Life before death. Strength before weakness. Journey before destination." - First Oath of the Knights Radiant (Stormlight Archive)
MonicaTTmed
Veteran Medium
Veteran Medium
Posts: 444
Joined: Fri Jan 12, 2007 7:42 pm
Location: The world without shrimp

main.cs

Post 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...
NUTS!
Veteran Light
Veteran Light
Posts: 1187
Joined: Wed Dec 27, 2006 9:18 pm
Location: Wisconsin
Contact:

Post 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 :)
niKo
Tanks a Wreck
Tanks a Wreck
Posts: 486
Joined: Thu Dec 28, 2006 12:04 pm
Location: NJ - USA

sweet.

Post 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--
Remember.
User avatar
Wild Alaskan-AK-
Veteran Member
Veteran Member
Posts: 247
Joined: Thu Jan 25, 2007 5:14 am
Location: About 700ms ahead of where you see me. That virtual tank needs to hurry up!
Contact:

Post 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)
Image
Ping Range: 650-800
User avatar
drsawbones
Site Mechanic
Site Mechanic
Posts: 711
Joined: Mon Dec 25, 2006 8:04 pm
Location: AZ USA

FTP for MAC users

Post 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
DrSawbones™(UF)

Image
User avatar
Death Reaper
Veteran Light
Veteran Light
Posts: 73
Joined: Thu Jun 21, 2007 4:03 pm
Location: WI
Contact:

Re: main.cs

Post 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
Last edited by Death Reaper on Fri Jun 22, 2007 4:29 pm, edited 1 time in total.
Image
Image
Image
Post Reply