PDA

View Full Version : Unit Speed?



TheGreatVirus
03-19-2003, 04:11 AM
Is their a way to change the speed of a unit? :)

pascal314
03-19-2003, 04:28 AM
Yes, you must give it a new locomotor, either give the unit a locomotor of a faster/slower unit of the same type, or copy a locomotor of the same unit type in the locomotor.ini file, and change the stats to your liking.

Sponge
03-19-2003, 04:31 AM
At last, a question I can answer!

You'll need XCC mixer 1.25 or some similar BIG extractor.
Open it and extract Locomotor.ini and FactionUniy.ini from INI.big into the right folders (XCC mixer 1.25 displays the full path, not just the filename, so that's easy).

Check through FactionUnit.ini until you find the unit you want to alter. There will be a line that starts 'Locomotor = SET_NORMAL' and then a locomotor name. Write the locomotor name down and don't lose it. Close FactionUnit.ini.

Open Locomotor.ini. Search for the locomotor name you wrote down earlier; these are case sensitive, be careful typing. Note the two values 'Speed' and 'SpeedDamaged' (the meaning of these should be obvious). Alter these to your preferred values and save Locomotor.ini.

You're done!

TheGreatVirus
03-19-2003, 04:58 AM
Hey Thanks Alot Guys!