That's the colormap in the background. Just make a basic one with like one color and it should look better 
What entries are ignored?Ok it keeps ignoring every entry up till the 1500s.
All of them. Province, name, rgb, data, empire, kingdom, duchies, culture, religion, weather, holdings. Up until 1500s.What entries are ignored?
Maybe you didn't properly cancel out the vanilla files and they are used!?All of them. Province, name, rgb, data, empire, kingdom, duchies, culture, religion, weather, holdings. Up until 1500s.
In building definitions, you can have both a potential and a trigger. The potential determines both if the building shows on the list of buildings for the holding, *and* whether an existing building of that type will stay around. The trigger determines if it can be built. So, you want the potential to include FROMFROM = { has_building = [your_building] }, where [your_building] is the one this potential is in. That keeps it around. Make the trigger always false, and the owner won't be able to build a new one, but buildings in the history files and script screated ones still work.The first is if there a way to prevent a holding from being built in a province, but still keep the potential holdings? Basically, I want to know if there is a way to make holdings that work well for nomads so that they can get the max amount of population from their counties.
Hey, I come with 3 questions.
The first is if there a way to prevent a holding from being built in a province, but still keep the potential holdings? Basically, I want to know if there is a way to make holdings that work well for nomads so that they can get the max amount of population from their counties.
The second is regarding tribes. I sort of figured out how to make republics and nomads by making the first holding in a county a city and by making a holding have the tag "Historical Nomad" respectively. I do not know how to do this for tribes and other governments. Any ideas?
The third is if there is a way to change the culture and religion of provinces for another start date. The data that I entered into the province defines was for the last bookmark, and I still wanted to make earlier bookmarks with differences in Culture and Religion. Would I just go to holdings and put tags for religion and culture for another time-frame?
Alright. Thank you, I will look into these.The proper way to do 1) is to make the first holding tribal in province history, and put historical_nomad = yes in county history. Take a look at e.g. 1639 - Bacau.txt and c_bacau.txt. This should also answer 2) for you.
For 3), take a gander at e.g. 1 - Vestisland.txt. 3 culture and religion swaps in history.
Note: The above is how to do it in the game files, I haven't used Jon's tools so I don't know what needs to be done to have the proper entries auto-generated by his tools.