No problem. I am trying to add the ability to give a civilization traits, just the way a leader has traits. The problems I am having are not in functionality, but in the interface. I made the civilopedia background box half as wide, and made another box next to it to display the info on traits. Like this:
But with the Background box filled in. I already explained that if a line in CvInfoInterface2.cpp is commented out, the background box works but I get an error. (Because according to python, the method I exposed is invalid) Like so.
As you can see, the Pedia box displays, but I get a well-justified error.
Also, the code that adds the background text is not even in the same method as the code for adding the traits box. That is why I am confused.
Spoiler :
But with the Background box filled in. I already explained that if a line in CvInfoInterface2.cpp is commented out, the background box works but I get an error. (Because according to python, the method I exposed is invalid) Like so.
Spoiler :
As you can see, the Pedia box displays, but I get a well-justified error.
Also, the code that adds the background text is not even in the same method as the code for adding the traits box. That is why I am confused.