The situation is that Pontos lacks a trait for the faction leader, although it has the usual trait ("Koiranides") for the faction heir with the usual effects, which has the odd side effect that the heir gets more Influence, personal security and therefore bodyguards than the king all other things being equal. Saba in turn lacks both. I tried to make suitable placeholder traits to fix the issues because that was sor tof annoying.
The one for Pontos worked well enough - I basically just copy-pasted the "Basileus" trait triggers and altered the faction IDs as necessary. The trait and triggers look like this if someone wants to use them:
Spoiler Alert, click show to read:
Code:
Trait Basileus
Characters family
AntiTraits Koiranides
These aren't very savegame compatible mind you - when I reloaded my ongoing Pontos campaign they kinda screwed up all the characters' traits up to and including ethnicities, but seemed to work fine when I briefly tested them in a new campaign.
The problems came when I tried to adapt the whole factionleader/heir trait thingy and the relevant triggers for Saba. I created a "Malek" trait for the leader by copy-pasting and slightly altering the standard leader traits - the result looks like this:
...which should be correct enough (I used the existing generic "Prince" trait for the heir). I also created the appropriate trait description in export_VnVs.txt by the same method. The triggers I adapted from the existing ones for other factions, and they look as follows:
These should work as the syntax is identical to those used in the existing triggers, save for the factional references.
They don't, though. Trying to start a new campaign with them in results in an immediate CTD without explanations. Which suggests I've done something wrong, or overlooked something I probably don't even know of. Could someone more clever point out what went wrong, as it is leaving me baffled ?
05-15-2007, 02:21
Atilius
Re: Problem with missing faction-leader traits
Quote:
Originally Posted by Watchman
The situation is that Pontos lacks a trait for the faction leader, although it has the usual trait ("Koiranides") for the faction heir with the usual effects, which has the odd side effect that the heir gets more Influence, personal security and therefore bodyguards than the king all other things being equal.
This was remedied about 2 months ago in our internal build. You'll see it's correct in the next release.
Quote:
Originally Posted by Watchman
Saba in turn lacks both. I tried to make suitable placeholder traits to fix the issues because that was sort of annoying.
I don't see the problem. You know that your Basileus_desc and Basileus_effects_desc labels are working OK, so try using
just to make sure that there isn't something wrong with the Malek labels you put into export_VnVs.txt. I'm afraid that's all I can recommend right now. Perhaps BozosLiveHere will happen by and see something I'm missing.
05-15-2007, 03:17
BozosLiveHere
Re: Problem with missing faction-leader traits
I can't find anything wrong with the triggers either. Maybe it's something in export_VnVs.
Oh, and I have to thank you twice: once for making me realize I should have added Koiranides as an AntiTrait for Basileus and another for reminding me I should be pestering people about leader and heir traits for Saba.
05-15-2007, 05:24
Watchman
Re: Problem with missing faction-leader traits
You're welcome. :beam: Hmm. I'll try making the Saba use one of the the proven-to-work leader-traits then. No need to be too demanding with placeholders, natch.