-
-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
made an error editing a map file that i really need to fix but do not know how #64
Comments
Hi @Evil-Overlord, It is how text editors work ourdays. There are LF (Lining Figure) characters in the svg segment of the .map file, without Carriage return (CR). But most text editor see LF and think user would like to see it as a new line with Carriage return. So editor formats text and it become corrupted after the change saving. To avoid this please 1. try to edit maps with build-in tools like "Country Editor"; 2. use a simple Notepad or similar "strait" editors instead of ones like Notepad++ or MS Word. I have manually fixed you file replacing CRLF back to LF when needed. Please find the updated file attached. Regards, |
that was awesome, lesson learned and thank you so very very much!
Den fre. 25. maj 2018 kl. 14.06 skrev Azgaar <notifications@github.com>:
… Hi @Evil-Overlord <https://github.com/Evil-Overlord>,
It is how text editors work ourdays. There are LF (Lining Figure)
characters in the svg segment of the .map file, without Carriage return
(CR). But most text editor see LF and think user would like to see it as a
new line with Carriage return. So editor formats text and it become
corrupted after the change saving.
To avoid this please 1. try to edit maps with build-in tools like "Country
Editor"; 2. use a simple Notepad or similar "strait" editors instead of
ones like Notepad++ or MS Word.
I have manually fixed you file replacing CRLF back to LF when needed.
Please find the updated file attached.
Voronoi_fixed.zip
<https://github.com/Azgaar/Fantasy-Map-Generator/files/2039221/Voronoi_fixed.zip>
Regards,
Azgaar
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Alhdi6WLqSyUoae9TirxkcLhmtQVvTi3ks5t1_PagaJpZM4UNO_w>
.
|
Description
was trying to change the name of one of the countries and i thought i would be smart and just do it directly in the map file only to find out that i buggered it up somehow and now i kinda need help getting it fixed =(
iirc i tried to change the name of one of the nations from Voi to slovene to fit the culture
Generator version
0.56b
Browser version
firefox but same issues on the others
Steps to reproduce
try to load the map file, box for resize will appear and no matter what is clicked the map remains dark and the resize remains
.map file
Voronoi.zip
Expected behaviour
i kinda expected it to open the map up after resizing
Actual behaviour
when loading the map, the tap freezes on resize map and no matter how many times i click resize it does nothing and the map remains black
The text was updated successfully, but these errors were encountered: