Hi everyone!
Just a quick question. When do you unlock the vassalage option in the "trade" screen when talking with leaders?
Do you just need to enter the Medieval era? Or do you need any other requirements?
Asking because i got to the medieval era, but the option is still greyed out. So not sure if there is any other requirement not explicitly told.
Also because of this i tried to start another game to quickly see if it was bugged, i changed in the file \MODS\(4) Civ IV Diplomatic Features\SQL\NewColumns.sql the line at the bottom:
UPDATE Eras SET 'VassalageEnabled' = 1 WHERE Type = 'ERA_MEDIEVAL';
And made it:
UPDATE Eras SET 'VassalageEnabled' = 1 WHERE Type = 'ERA_CLASSICAL';
When reaching the classical era the situation was the same: option greyed out.
To finish it off i tried directly:
UPDATE Eras SET 'VassalageEnabled' = 1 WHERE Type = 'ERA_ANCIENT';
Nothing changes, even at the start of a new game i don't have the option enabled.
Is it there some hidden requirements that is needed that i'm missing?
By the way the text that appears when hovering over the greyed option is always the same, with the text saying that I need to be on medieval era. But that doesn't mean much since it's static text and it doesn't reflect any changes from the default.
Does anyone have any idea? Once solved this issue i'd actually love to start with vassalage enabled from the ancient era. I really like the concept of it.
Thanks for any help you can provide!
Just a quick question. When do you unlock the vassalage option in the "trade" screen when talking with leaders?
Do you just need to enter the Medieval era? Or do you need any other requirements?
Asking because i got to the medieval era, but the option is still greyed out. So not sure if there is any other requirement not explicitly told.
Also because of this i tried to start another game to quickly see if it was bugged, i changed in the file \MODS\(4) Civ IV Diplomatic Features\SQL\NewColumns.sql the line at the bottom:
UPDATE Eras SET 'VassalageEnabled' = 1 WHERE Type = 'ERA_MEDIEVAL';
And made it:
UPDATE Eras SET 'VassalageEnabled' = 1 WHERE Type = 'ERA_CLASSICAL';
When reaching the classical era the situation was the same: option greyed out.
To finish it off i tried directly:
UPDATE Eras SET 'VassalageEnabled' = 1 WHERE Type = 'ERA_ANCIENT';
Nothing changes, even at the start of a new game i don't have the option enabled.
Is it there some hidden requirements that is needed that i'm missing?
By the way the text that appears when hovering over the greyed option is always the same, with the text saying that I need to be on medieval era. But that doesn't mean much since it's static text and it doesn't reflect any changes from the default.
Does anyone have any idea? Once solved this issue i'd actually love to start with vassalage enabled from the ancient era. I really like the concept of it.
Thanks for any help you can provide!