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

User avatar
Warfare
Moderator
Moderator
Posts: 741
Joined: Thu Dec 28, 2006 2:21 pm
Location: Austin, Texas

Post by Warfare »

accerate obviously go up


Nuh uh.

I drive a stick shift... The lower the gear, the higher the acceleration rate but lower max speed
User avatar
Death Reaper
Veteran Light
Veteran Light
Posts: 73
Joined: Thu Jun 21, 2007 4:03 pm
Location: WI
Contact:

Post by Death Reaper »

(Your right warfare, It was a text error. [I fixed it now])

Okay, so ya i'm thinking on this, Right now i have it written like a hotkey
Like Nuts had, Now the question is how do i tie it in?
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "1", "", "changeGears(%this, gearOne);");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "2", "", "changeGears(%this, gearTwo);");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "3", "", "changeGears(%this, gearThree);");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "4", "", "changeGears(%this, gearFour);");


That's the gear change, but how do i activate or select a datablock?

datablock TankData(gearOne)
{
shapeFile = "~/data/shapes/tanks/tank01.dts";
brainShapeFile = "~/data/shapes/tanks/brainjar01.dts";
maxSpeed = 5.0; // meters per second (in forward direction)
accelRate = 15.0; // increase velocity this many meters per second
deccelRate = 30.0; // when breaking, decrease velocity
turnRate = 75.0; // degrees per second
antiSlideRate = 10.9;
turretHorRange = 53.5; // range in +/- degrees of turret horizontally
turretAutoLevel = 0.92;
damageAmount = 11.8; // total amount of damage tank can withstand
suspensionRange = 0.8; // proportion of wheel size for wheel to move up/down
damageScale = 1.0; // multiply damage we do to others by this amount
armorScale = 1.0; // multiply damage we take by this amount (note: smaller better)
defaultProjectile = "LightProjectile";
ai = GoldLightAI;
};


Hmm, Help? My mind is stuck in visual basic right now.. ROFL..
I just want to write

Private sub
dim gear as integer
If gear = 1 then
qearOne.enabled = true
gearTwo.enabled = false
gearThree.enabled = false
gearFour.enabled = false
end if
.. and so on
end sub


It'd be so much easier ROFL

So help ?
Image
Image
Image
User avatar
eR!c
Popped Bot Head
Popped Bot Head
Posts: 229
Joined: Fri Dec 19, 2008 5:36 pm
Location: Somewhere in Rhode Island.......

Re: PTT2 FTP

Post by eR!c »

thx doc now i feel really organized!!! GJ!
-eR!c
Image Image
User avatar
drsawbones
Site Mechanic
Site Mechanic
Posts: 711
Joined: Mon Dec 25, 2006 8:04 pm
Location: AZ USA

Re: PTT2 FTP

Post by drsawbones »

:above:

I think if you want you can upload zips and large files and formats of all kinds in the ptt2 skins & player gallery (see link in top bar)....up to 50mb if I recall. If you can't get it to go in the gallery as a regular user, contact a gallery admin to submit it to the gallery...and then you can link to your gallery stuff back here in the forums to recipricate.

And as a side note: It appears the IX server company we have the forums hosted on sends out a wipe and destroy bot since it's a TOS violation to store backup files that aren't linked to the hosted websites at IX. I can't even store backup files of this website on these servers. Amazingly, we made it 2 yrs before they wiped the downloads directory...not sure if they did it on purpose or what, but I think we should think of downloads.ptt2.com as a temporary holding zone for moving files to the gallery or for sharing and then deleting.

If you do decide to try to make downloads.ptt2.com a permanent place for storage of downloadable goodies, keep a backup structure of the folders and files so that you can push them back into place should IX magically delete them all again for no good reason...and make darn sure that all those downloadable goodies are linked somewhere in the ptt2 forums so that we can justify them being there, in the event IX decides to serve up a hot dish of TOS on me...capiche?

I don't know why demo's having access to mods would be a legal matter? as long as they can't hack their demo status?
right? :?
DrSawbones™(UF)

Image
Post Reply