PDA

View Full Version : Custom Mount...



EvilNed
07-24-2005, 16:00
Is it possible to make a custom mount? For example, if I wanted to give the carthaginians a cataphract mount, how would I do it?

Bwian
07-24-2005, 16:51
Step 1) Create the model/texture for your new mount

Step 2) Add it in to descr_model_battle

Step 3) Create a new entry in descr_mount to define your new mounts stats

Step 4) Change the reference in export_descr_unit to point to your new mount instead of it's old one.

That should be all you need to do.

EvilNed
07-24-2005, 19:55
Thanks! It worked. :)