Apparently certain regions are marked for certain guilds. When I looked into the descr_regions.txt file of the No Brigands/No Pirates mod, I noticed that a few regions have guilds in them. (ignore the no_brigands and no_pirates flags, these are included in the mod)
Code:
Nottingham_Province
Nottingham
england
English_Rebels
232 41 198
dyes, wool, atlantic, explorers_guild, woodsmens_guild, no_pirates, no_brigands
5
5
religions { catholic 90 orthodox 0 islam 0 pagan 5 heretic 5 }
This leads me to believe that only certain regions can get the explorers guild or a woodsmens guild, as noted by the absence of either in Venice...
Code:
Venice_Province
Venice
venice
Italian_Rebels
13 198 117
textiles, no_pirates, no_brigands
5
9
religions { catholic 95 orthodox 0 islam 0 pagan 3 heretic 2 }
Some are even marked as locations of chapter houses...
Code:
Hamburg_Province
Hamburg
hre
German_Rebels
232 198 41
silver, atlantic, explorers_guild, teutonic_knights_chapter_house, no_pirates, no_brigands
5
6
religions { catholic 75 orthodox 0 islam 0 pagan 20 heretic 5 }
Bookmarks