vdpk7
07-02-2008, 12:25
hi all, i would like to edit a few things with EB to better suit my play style.. i have very litte experience with modding especially with scripts :wall: and traits :dizzy2: so so so please help me :help:
to start with i looked up this part on EDCT.. if i wanted to delay getting the poorly supplied, badly supplied etc etc message should i increase the threshold number on this part?
Trait PoorlySupplied
Characters family
NoGoingBackLevel 4
AntiTraits WellSupplied
Level Poorly_Supplied
Description Poorly_Supplied_desc
EffectsDescription Poorly_Supplied_effects_desc
GainMessage Poorly_Supplied_gain_desc
LoseMessage Poorly_Supplied_lose_desc
Threshold 4 <-------- threshold means turns?
Effect TroopMorale -1
will changing the threshold do anything?
i cant find devastation now with the new fix.. i think theres was a line there that replenishes an armies supply after succesfully devastating a tile..
and the 4turn per year, can i make it 6? i checked and it was around 8000 lines long.. is it possible to change?
and for the money assistance.. if i wanted a faction to recieve 20000 every turn if their treasury is below 100000 can i do this instead of the current script?
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury < 100000
and I_CompareCounter seasonCounter = 1, 2, 3, 4 <-------------- i have alot of doubts with this
console_command add_money scythia, 20000
end_monitor
also anyone knows the keyboard shortcut for the factions ranking summary scroll? kind of getting tired pressing F and clicking another button..
to start with i looked up this part on EDCT.. if i wanted to delay getting the poorly supplied, badly supplied etc etc message should i increase the threshold number on this part?
Trait PoorlySupplied
Characters family
NoGoingBackLevel 4
AntiTraits WellSupplied
Level Poorly_Supplied
Description Poorly_Supplied_desc
EffectsDescription Poorly_Supplied_effects_desc
GainMessage Poorly_Supplied_gain_desc
LoseMessage Poorly_Supplied_lose_desc
Threshold 4 <-------- threshold means turns?
Effect TroopMorale -1
will changing the threshold do anything?
i cant find devastation now with the new fix.. i think theres was a line there that replenishes an armies supply after succesfully devastating a tile..
and the 4turn per year, can i make it 6? i checked and it was around 8000 lines long.. is it possible to change?
and for the money assistance.. if i wanted a faction to recieve 20000 every turn if their treasury is below 100000 can i do this instead of the current script?
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury < 100000
and I_CompareCounter seasonCounter = 1, 2, 3, 4 <-------------- i have alot of doubts with this
console_command add_money scythia, 20000
end_monitor
also anyone knows the keyboard shortcut for the factions ranking summary scroll? kind of getting tired pressing F and clicking another button..