PDA

View Full Version : Soldiers in a unit.



Hanny
09-23-2006, 11:38
Im wondering if you can define unit strength by listing number of soldiers in the unit, is it defined in strat doc as unit strength: soldiers 92 as part of the unit, or does a unit have to be full strength?.

Ciaran
09-24-2006, 12:04
Opposed to MTW I believe in RTW you can only use full units. From what I´ve seen in descr_strat, there are only the unit names listed, not the number of soldiers.

Epistolary Richard
09-24-2006, 18:47
You can only have full units set up in descr_strat. If you use the spawn_army command in a script, though you can control the number of men in a unit.

spawn_army
faction romans_julii
character Foedus Chaerea, general, command 0, influence 0, management 0, subterfuge 0, age 20, x 89, y 80
unit roman generals guard cavalry, soldiers 20 exp 9 armour 1 weapon_lvl 0
unit roman legionary first cohort ii, soldiers 40 exp 0 armour 0 weapon_lvl 0
unit roman legionary cohort ii, soldiers 60 exp 0 armour 0 weapon_lvl 0
unit roman praetorian cohort i, soldiers 60 exp 0 armour 0 weapon_lvl 0
end
from
https://forums.totalwar.org/vb/showthread.php?t=54081

For more about scripting please see the scripting category in the Tutorials database in the Scriptorium.

Hanny
09-25-2006, 10:34
Thanks Epistolary Richard, thats an intresting work around.

Myrddraal
09-26-2006, 12:19
Moved to Modding Questions