PDA

View Full Version : Traits database? where's that?



rorarii
09-30-2006, 10:09
Ok, i tried to add a new a trait and although i think i've got everything correct AND tested it on the excellent ATVTW program, which says everythings is ok ... BUt I still get an error message saying "Could not find Settlement_Tyrant, in Traits database" ??? Where the heck is this Traits database? :help:

here's the code

export_descr_character_traits.txt



Trait SettlementGovernor
Characters all
AntiTraits BadAdministrator, Ignorance

Level Settlement_Tyrant
Description Settlement_Tyrant_desc
EffectsDescription Settlement_Tyrant_effects_desc
Threshold 1

Effect Management 2
Effect Law 2
Effect MovementPoints -99




export_VnVs.txt




¬--------------------

{Settlement_Tyrant} Settlement Governor

{Settlement_Tyrant_desc}
This man considers his settlement as one of his children and has dedicated his life to it's protection and growth!

{Settlement_Tyrant_effects_desc}
+2 Management, +2 Law, -99 Movement (immoveable)
¬--------------------




export_descr_VnVs_enums.txt



Settlement_Tyrant
Settlement_Tyrant_desc
Settlement_Tyrant_effects_desc
....



descr_strat.txt



;Region9 215,91
character Tukhechjen, named character, leader, age 45, , x 215, y 91
traits Settlement_Tyrant
ancillaries zoroastrian_teacher
army
unit h generals bodyguard exp 0 armour 0 weapon_lvl 0
unit h jav cav exp 0 armour 0 weapon_lvl 0
unit h levy exp 0 armour 0 weapon_lvl 0
unit h levy exp 0 armour 0 weapon_lvl 0

GiantMonkeyMan
09-30-2006, 10:18
character Tukhechjen, named character, leader, age 45, , x 215, y 91
traits SettlementGovernor 1
ancillaries zoroastrian_teacher

it should be that... in descr_strat you have to put the trait name not the trait level although the validator doesn't pick that up

rorarii
09-30-2006, 11:25
Thanks.


R