|
Bob, can you post the world file that is doing this please? |
|
|
Does it need to be a save made from the world map? If so I'll have to get it later. If not, then the save from this report: http://www.arcengames.com/mantisbt/view.php?id=6480 should have the same world, it's just a save from within the settlement. And if it does need to be from the world map, what files does that require? I'm assuming not the normal region folder. |
|
|
That one should work. I just loaded it up and I'm seeing what you describe. |
|
|
Ninja'd by Josh -- I was going to say the same thing, thanks. |
|
|
So, Josh, this is something you can take care of. It's a UTF8-to-ASCII conversion issue with a lot of the region name files. I've tried cleaning up the special characters in the game itself (the curly apostrophe, etc), and in fact that does work -- when the file is saved in ASCII format to begin with.
But when the file is saved as UTF8, which somebody's text editor was apparently doing, then it winds up only being able to read the character in as an "invalid character" marker, which then we're converting to underscores so that there is at least not a hole there.
What needs to happen is that I need you to go through all of the files inside RegionNames, and replace all instances of ’ with ' instead. That will solve the issue for future worlds, but not existing pieces of existing ones (which are just doomed to underscores for eternity). |
|
|
* All the apostrophes in the region names have been changed to the ASCII version. This should eliminate the underscores in region names of new continents/regions. Unfortunately, if your region has already been created with an underscore, it's stuck. |
|