Log in

View Full Version : Numbers



Deceiver
02-23-2004, 16:29
Yo all
I finnaly made that my mod work, but there are something i don't get...

1. I don't know what are this numbers in Place Faction Leaders. Can somebody tell me excatly what is the meaning of each number?

This is example:

SetStartLeader:: FN_08 0 6 1 0 0 1 0 2



2. What this first numbers represent for FAMOUS KINGS?
First letters precisely?

FAMOUS_KINGS:: FN_09 8 //name no. c+1Max7 d p a portrait vnv
0, 0, 7, 6, 4, 2, -1, attacker1
1, 5, 3, 2, 3, 3, -1, charismatic2
3, 3, 1, 3, 3, 3, -1, bad_attacker2
1, 6, 4, 3, 3, 2, -1, mightywarrior1
2, 1, 4, 3, 2, 3, -1, attacker1
3, 4, 3, 2, 4, 2, -1, pious2
6, 1, 6, 4, 2, 3, -1, mightywarrior3
4, 1, 4, 3, 2, 2, -1, courageous3

3. Is it possible that only in one unit HEROES can apear?
If all heroes have starting date of 1200, building every turn THAT kind of unit, it will practicly build every turn hero (as long if there is one HERO to build). Can that be solved by putting in unit_prod file for that unit PREFFERED and for others DISCOURAGED?

the Black Prince
02-23-2004, 21:37
1:// no can help, soz mate

2:// the numbers are, in order
name number (in name list) command dread piety acumen the "-1" means random portrait then a vice or virtue


3:// if you want your hero to be a specific unit, set it to appear in a specific province, and from theyear it appears only build that unit until your hero appears. there is nothing in unit prod files you can use. the discourage or preffered is when you have to units of equal command rating in an army, in which case the prefered will be the general... if both are preffered the game considers other factors.

Deceiver
02-23-2004, 23:53
Thx Prince http://www.totalwar.org/forum/non-cgi/emoticons/gc-smile.gif
Do you know how to change year of appearing for kings?

the Black Prince
02-24-2004, 15:59
kings appear when the last one dies. this is computed using an algorithm tsaking into account current age, survivability stats etc etc etc.