No, the regular Norscan religion (trying to keep it strong). In fact the patron deity of the character I got the stone hill fort and max tribal organization with was Olric (so Ulric) so the event would not have popped to offer me to convert to Chaos. The only thing I done is already re abolished the council through votes, but that should not affect the adopt feudalism, right?
I checked the realm_decisions.txt. Apparently Old Gods worshippers like you cannot go feudal. In fact, it is even more restricted than for a chaos worshipper, as you cannot even swear fealty to a feudal liege and adopt his ways. The only way I can think of is to conquer a castle and land your heir, hopefully he will get feudal government. And hopefully that government does not change to tribal when he inherits your titles. Or you could convert to a different religion, but I get the feeling you don't want to.
If you get to feudalism you will have to live with tribal vassals, or replace them with new ones, I guess.
If in your rage over this injustice you choose to sell your soul to the dark gods and get a feudal liege to get those sweet castles, pick a fellow chaos worshipper or be prepared to declare independence war quickly. Followers of Old World religions will banish their openly chaos worshipping subjects and witch hunters will be happy to enforce it. I am not quite sure if you'd just switch over to your heir or not. I never had a dynastic heir when that happened to me.
The relevant code
Code:
convert_to_feudalism_indep = {
only_independent = yes
is_high_prio = yes
potential = {
is_playable = yes
is_tribal = yes
independent = yes
nor = {
# Greenskins shouldn't get out of Tribal
religion_group = greenskin_gods_group
#Neither Asrai
religion = asrai_cadai
# Nor Beastmen
trait = creature_beastman
trait = creature_ogre
culture_group = lizardman_group
culture = amazon_main
culture = miyan
religion_group = chaos_gods_group
religion_group = old_gods_group
}
}
convert_to_feudalism_vassal = {
is_high_prio = yes
only_rulers = yes
potential = {
is_tribal = yes
independent = no
nor = {
religion_group = greenskin_gods_group
religion = asrai_cadai
trait = creature_beastman
trait = creature_ogre
culture_group = lizardman_group
culture = amazon_main
culture = miyan
religion_group = old_gods_group
}
}