Posted by: i^love^mixery - Wednesday, November 30, 2011 1:34:39 AM
does anybody know where i can find a list of the locomotor speeds of most units? could really use that for my map..
Posted by: Annihilationzh - Wednesday, November 30, 2011 1:58:27 AM
There is no simple list. Locomotors have quite a few different settings. For example:
[code];------------------------------------------------------------------------------
Locomotor BasicHumanLocomotor
Surfaces = GROUND RUBBLE
Speed = 20 ;30 ; in dist/sec
SpeedDamaged = 10 ;30 ; in dist/sec
TurnRate = 500 ; in degrees/sec
TurnRateDamaged = 500 ; in degrees/sec
Acceleration = 100 ; in dist/(sec^2)
AccelerationDamaged = 50 ; in dist/(sec^2)
Braking = 100 ; in dist/(sec^2)
MinTurnSpeed = 0 ; in dist/sec
ZAxisBehavior = NO_Z_MOTIVE_FORCE
Appearance = TWO_LEGS
StickToGround = Yes ; walking guys aren't allowed to catch huge (or even small) air.
GroupMovementPriority = MOVES_FRONT; Moves in the front of a group, behind small arms, ahead of artillery
End[/code]
You'll have to follow the modding tutorial to look them all up:
http://www.cnclabs.com/forums/default.aspx?g=posts&t=9305&p=1
Locomotor.ini will tell you the speeds. Many of them are obvious, like BattleMasterLocomotor, others aren't, and you'll have to look them up in the object folder. For example, Demo_GLAInfantryRebel - obviously demo generals rebel, has BasicHumanLocomotor, workers have FastHumanLocomotor. Colonel Burton has two: ColonelBurtonGroundLocomotor and ColonelBurtonCliffLocomotor.
Posted by: i^love^mixery - Thursday, December 8, 2011 6:31:08 PM
i only care about the normal max-speed, nothing else.
is there a list anywhere? i really cant be bothered to check all different units individually :D
Posted by: cgf123` - Thursday, December 8, 2011 11:40:58 PM