By the way, if anyone finds himself overcome by lust for playing this and cannot wait for an official 1.101 compatch, here's a do-it-yourself way to adapt the mod to the newest CK2 version:
Go to "Documents\Paradox Interactive\Crusader Kings II\mod\A Game of Thrones\common"
Open "defines.lua" with any text editor and after the "PREP_INV_REQ_PRESTIGE" (use the search function to find it if you cannot by sight) line copy and paste this:
Code:
BASE_REVOLT_CHANCE_MOD = 1000, -- Pre Old Gods rebel spawn chance modifier (fires on_rebel_revolt) : lower means fewer revolts. MUST NOT BE ZERO.
TOG_REVOLT_CHANCE_MOD = 200, -- Old Gods rebel spawn chance modifier (fires on_rebel_revolt) : lower means fewer revolts. MUST NOT BE ZERO.
Save, and continue your misadventures through Westeros!