Nightinggale
Deity
- Joined
- Feb 2, 2009
- Messages
- 5,378
It shouldn't matter if it is inside the xml text xml files. It would likely display incorrectly due to encoding issues, but not crash the game. The problem is path and filenames where such characters will make the game fail to locate files as needed.
Each line in the xml file is not allowed to be longer than 10240 characters. You passed that once with the pedia description for Canute the Great. Considering how long that is, we better not get anywhere near that length.
Still, removing the text xml files sounds like a decent idea. It's easy to try.
Part of the problem here is that the screen in question is inside the exe. It's unreachable for us, making it tricky to figure out what is going on.
Each line in the xml file is not allowed to be longer than 10240 characters. You passed that once with the pedia description for Canute the Great. Considering how long that is, we better not get anywhere near that length.
Still, removing the text xml files sounds like a decent idea. It's easy to try.
Part of the problem here is that the screen in question is inside the exe. It's unreachable for us, making it tricky to figure out what is going on.