
Originally Posted by
drone
Was CHRISTIAN added for VI, or was it always in the game? Nice find!

I have no idea. I've never tried to mod MTW 1.0/1.1. btw It works a little odd. When you set CATHOLIC_CULTURE, 1st "Catholic" folder is checked, then "Christian" and then root folder. So, if you fill Catholic folders with their own versions of everything they use, you have Christian folders free. I think they were going to give different look for some Catholic factions but abandoned the idea in the process. Changing a single line in code was easier then cleaning up folders, I guess
.
Christian was supposed to be the 5th culture. You can check its description in the NAMES.txt.
Code:
// To be concatonated with the above names.
@["of_culture"]
@{""}
@{", a Pagan faction."}
@{", a Catholic faction."}
@{", an Orthodox faction."}
@{", a Muslim faction."}
@{", a Christian faction."}
The last line was added by me and it appears in game (instead of previous "string not found...").
Bookmarks