Short description.
Components of Victory Conditions in EB:
Map that shows Victory conditions (you can see it in faction screen).
I dont know where it stored so TK or anyone please fill this gap.
Traits that provide description. You dont have to touch trigers so you only need to change Traits descriptions.
Scripts. All stored inside EBBS_Script.txt file in EB\Data\scripts\show_me\ folder.
Show Victory Conditions Script. Look for
Code:
SHOW VICTORY CONDITIONS
This script is responsible for showing VC when you go to faction scroll and press ? button.
This will be a bit difficult to understand.
Victory Script can be found in section:
Code:
; Victory Conditions
This is really simple.
Example form 0.8
Code:
monitor_event CharacterTurnStart FactionType spain
and CharacterIsLocal
and I_NumberOfSettlements seleucid = 0
and I_NumberOfSettlements egypt = 0
and I_SettlementOwner Emain_Macha = spain
and I_SettlementOwner Ivernis = spain
and I_SettlementOwner Lemonum = spain
and I_SettlementOwner Avaricum = spain
and I_SettlementOwner Burdigala = spain
and I_SettlementOwner Gergovia = spain
and I_SettlementOwner Tolosa = spain
and I_SettlementOwner Tyde = spain
and I_SettlementOwner Pallantia = spain
and I_SettlementOwner Vellika = spain
and I_SettlementOwner Emporion = spain
and I_SettlementOwner Massalia = spain
and I_SettlementOwner Segesta = spain
and I_SettlementOwner Arretium = spain
and I_SettlementOwner Rome = spain
and I_SettlementOwner Numantia = spain
and I_SettlementOwner Oxtraca = spain
and I_SettlementOwner Arse = spain
and I_SettlementOwner Baikor = spain
and I_SettlementOwner Mastia = spain
and I_SettlementOwner Bocchoris = spain
and I_SettlementOwner Gader = spain
and I_SettlementOwner Tingis = spain
and I_SettlementOwner Siga = spain
and I_SettlementOwner Ippone = spain
and I_SettlementOwner Kart_Hadast = spain
and I_CompareCounter victory = 0
console_command create_building Terhazza hinterland_victory
console_command victory spain
terminate_monitor
end_monitor
So if you only want to change VC for your pleasure and dont expect to see exact info in Traits/Maps/Show VC then its easy.
But changing all will not be so easy.
Bookmarks