|
Looks like the problem is a few of the special characters. Unfortunately, we can't easily fix it in our code, it's an inherent problem with facegen. But there is a workaround: convert the letter ř, for example, in the filename to an "r". There may be other letters with the same problem, but it's not universal, e.g. š works fine, so "Ondrej_Kaše_8_11_1995.fg" will import properly.
If you go to the Setttings menu from the start screen, then troubleshooting, and click on "enable trace file", when you start a new game and then exit, that'll open a text file, which, among other things, will have a line that begins with:
CPerson::get_person_photo Picture not found:
That'll appear when the facegen import fails, so if you've got a file that isn't working, doing that will confirm if there's another letter that's a problem - you'll get a list of players who have that letter in common.
|