When RoI came out, the new special troops category that came with the accompanying patch changed the cataphract sprite from the heavy cavalry model to the horse archer model. While doing some minor editing on my personal mod, I happened to find a quick fix for those who wanted the old cataphract sprite model back.
In the defines.lua file, change the following line:
From
To
In the defines.lua file, change the following line:
From
Code:
SPECIAL_TROOPS_GRAPHICAL_FACTOR = 20.0,
To
Code:
SPECIAL_TROOPS_GRAPHICAL_FACTOR = 2,