PC Mode
Org Mobile Site
Forum > Rome: Total War > Rome: Total War > R:TW Modification > Modding Questions >
Thread: officers
sa_bandeira 17:39 02-08-2005
Recently I made a small mod.
I change the Spanish bull warriors so they could be recruited by the romans julii and by Carthage.
But when I play by the romans julii I have a carthaginian officer with a carthaginian flag.
What did I wrong?
How can I make a Spanish officer appear?

Reply
SwordsMaster 18:28 02-08-2005
Maybe they betrayed you....

Reply
Monkwarrior 17:44 02-10-2005
Originally Posted by sa_bandeira:
Recently I made a small mod.
I change the Spanish bull warriors so they could be recruited by the romans julii and by Carthage.
But when I play by the romans julii I have a carthaginian officer with a carthaginian flag.
What did I wrong?
How can I make a Spanish officer appear?
The officer with his banner are coded apart from the soldiers in the unit.
In export_descr_unit you have this:
Code:
type             spanish bull warriors
dictionary       bull_warriors1      ; Devotio Warrior
category         infantry
class            heavy
voice_type       Medium_1
soldier          carthage_bull_warrior, 40, 0, 1
officer          carthaginian_standard
officer          estandarte
attributes       sea_faring, hide_improved_forest, hardy
formation        1, 2, 2, 3, 3, square
stat_health      2, 0
stat_pri         17, 5, pilum, 40, 2, thrown, blade, piercing, spear, 25 ,1
stat_pri_attr    prec, thrown ap
stat_sec         13, 5, no, 0, 0, melee, simple, piercing, sword, 25 ,0.75
stat_sec_attr    no
stat_pri_armour  5, 5, 2, metal
stat_sec_armour  0, 1, flesh
stat_heat        0
stat_ground      2, 1, 0, -1
stat_mental      15, impetuous, untrained
stat_charge_dist 40
stat_fire_delay  0
stat_food        60, 300
stat_cost        2, 1150, 200, 120, 180, 1150
ownership        spain
In red you have the codification for the officer. You should change it to the model of a roman officer or a spanish officer depending on the faction (you should have one independent entry for each faction).
In fact you see that there are two officers. This has been used by Viriato to include an officer and a musician in some iberian units.
I hope this help you.
See you at Iberia: Total War

Reply
sa_bandeira 19:29 02-10-2005
Obrigado Monkwarrior! Or even better, gracias!

But that solution has a problem!
If I want that the bull Warrior can be used by Spain, Carthage, and Romans Julii I think that I can’t adopt that solution because I will always have the officer that I had defined.

I am looking for a solution that with the Spanish and the romans Julii I will have an officer, but with the Carthaginians will have another.

I think this is only possible with two different units.

Arriba Iberia!

Reply
Up
Single Sign On provided by vBSSO