i^love^mixery
14 years ago
does anybody know where i can find a list of the locomotor speeds of most units? could really use that for my map..
Sponsor
Annihilationzh
14 years ago
There is no simple list. Locomotors have quite a few different settings. For example:

;------------------------------------------------------------------------------
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

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.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
i^love^mixery
14 years ago
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 😃
cgf123`
14 years ago
no there is no list
'The Red Alert' mod with more refined balancing+bugfixes:
Check it out!