Page 1 of 1

transportcapacity and transportmaxunits

Posted: 25 Dec 2005, 19:29
by zwzsg
:?: :? :?: :? :?: :? :?: :? :?:

At first I was about to entitle this thread "transportcapacity is halved!" and put it into "Help & Bugs" , but now I'm not sure of anything.

If I make a transport unit with:
transportcapacity=20;

Then it can only load 10 units and no more.

Then if I take the same transport and change the line in its FBI to:
transportcapacity=40;

It can transport 20 units.

And I'm talking about ground transport with regular loading script.

Just try with the XTA ArmTHovr.... oh wait, what's that?
canload=1;
transportsize=3;
transportcapacity=15;
transportmaxunits=16;

If there is a new transportmaxunits tag, then what is transportcapacity? Is it the max sum of the footprint max dimesnions of units in? There is nothing in the Changelog about that! What thread have I missed?

In TA the transportcapacity was the maxnumber of unit, why change it to something else and then add a new tag that fullfill the role previously attribued to transportcapacity?

Oh my bad, transportmaxunits is also indeed an old TA tag, apparently in old TA Transport ships use .... grah it changes between Totala1.hpi and rev31.gp3!!!

Maybe after all transportcapacity is the same in Spring and TA3.1c and I just got tricked into believing otherwise by loading 1x1 unit in TA and 2x2 unit in Spring?

Ok, I'm totally confused now, sorry for everything, I'll come back once I have a clue.

Meanwhile, if someone knows exactly and for sure what these two tags, transportcapacity and transportmaxunits, do, in TA3.1c and in Spring 0.67b3, please enlighten me.

Oh, I just rechecked, in SWTA droideka have a 2x2 footprint, and with TotalA.exe 3.1c (well, SWTA.exe technically...) I can load 20 droideka with a transport that can only load 10 Arm Peewees in Spring62b2. So there do is a difference between TA and Spring with the interpretation of that tag. However, maybe it's TA that's silly and Spring that makes sense by giving different meaning to those two tags?

Anyone knows?

:? :?: :? :?: :? :?: :? :?: :?

Posted: 26 Dec 2005, 07:00
by mongus
dont like the mass tags for transports?

canload=1;
transportsize=3;
transportcapacity=1;
moverate1=1;
pitchscale=1;
moverate2=2;
transportmass=3000;

is that moverate thing new?

Posted: 26 Dec 2005, 16:39
by zwzsg
Moverate is an old TA tag, it's used to called MoveRateX() function when the unit reach a certain speed.

I'm not talking about transportmass, which as AFAIK is a new Spring tag to set the maximum weight of all loaded unit combined, I'm asking about what's the exact role of transportcapacity in TA1.0, TA3.1c, and Spring67b2, and what's its relation to transportmaxunits.

Posted: 26 May 2006, 22:43
by Caydr
Necromancy!

Any new info though?

Posted: 27 May 2006, 00:56
by mongus
i recall looking at those tags, and both were old TA tags, i mean

transportcapacity=15;
transportmaxunits=16;

And no one knew much about them or the difference.