Page 1 of 1

Name in the game removed ?

Posted: Wed Jan 27, 2016 8:25 pm
by Skraflar
Have any of you noticed your name been removed in backers.json file. My name was there months ago and now it's gone. I was wondering if anyone has the same problem ?

Edit: I downloaded 0.11.22 and my name is in that one but versions 0.12.20 and 0.12.22 don't have it. So what do have to do the get my name in the game back?

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 9:16 pm
by Koub
Now that I get a look, I don't seem to be in mine either.

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 9:19 pm
by Oxyd
What was the name you used there?

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 9:21 pm
by Koub
I used Koub :)

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 9:33 pm
by Skraflar
Oxyd wrote:What was the name you used there?
My name was Jóhann Smári Guðmundsson

It's in version 0.11.22 but not in 0.12.20 nor 0.12.22

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 9:35 pm
by Skraflar
Koub wrote:I used Koub :)
Download older version of the game and see if you can find yours there. I used 0.11.22 that one shows my name but not the newer versions :(

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 9:48 pm
by Smarty
now that i think of it the devs are not in the list either

Yes i know it is for the backers but the devs deserve a building named after them aswell :)

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 10:01 pm
by Oxyd
Skraf wrote:
Oxyd wrote:What was the name you used there?
My name was Jóhann Smári Guðmundsson

It's in version 0.11.22 but not in 0.12.20 nor 0.12.22
The git history contains the following:

Code: Select all

-    "Jóhann Smári Guðmundsson",
+    "J\u00f3hann Sm\u00e1ri Gu\u00f0mundsson",
This happened during the making of 0.12.0. So your name was not lost, just accented characters were replaced by universal-character-names. The game should still render the name with the correct accents, so everything should be fine. :)
Koub wrote:I used Koub :)
I can't find Koub anywhere in the entire git history of the file. Are you sure your name was ever added?

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 10:09 pm
by Skraflar
Oxyd wrote:
Skraf wrote:
Oxyd wrote:What was the name you used there?
My name was Jóhann Smári Guðmundsson

It's in version 0.11.22 but not in 0.12.20 nor 0.12.22
The git history contains the following:

Code: Select all

-    "Jóhann Smári Guðmundsson",
+    "J\u00f3hann Sm\u00e1ri Gu\u00f0mundsson",
Oxyd wrote:This happened during the making of 0.12.0. So your name was not lost, just accented characters were replaced by universal-character-names. The game should still render the name with the correct accents, so everything should be fine. :)
Is there any way to let it be normal in the code? Like it was in 0.11.22.

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 10:13 pm
by Oxyd
Skraf wrote:Is there any way to let it be normal in the code? Like it was in 0.11.22.
Don't think so. This is the release script's doing that we started using in 0.12. And since the game renders it correctly, it shouldn't matter much.

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 10:16 pm
by Skraflar
Oxyd wrote:
Skraf wrote:Is there any way to let it be normal in the code? Like it was in 0.11.22.
Oxyd wrote:Don't think so. This is the release script's doing that we started using in 0.12. And since the game renders it correctly, it shouldn't matter much.
What if I submit my name on the webpage again will my name show up normal in backers.json on next patch?

Sorry it matters to me :) I always like to look up my name and let my friends see it :P

Edit: I change my name and then change it back to original name in hope that could fix :)

Thank you all for the help and feedback.


-Skraf signing out

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 10:32 pm
by Oxyd
Skraf wrote:
Oxyd wrote:
Skraf wrote:Is there any way to let it be normal in the code? Like it was in 0.11.22.
Oxyd wrote:Don't think so. This is the release script's doing that we started using in 0.12. And since the game renders it correctly, it shouldn't matter much.
What if I submit my name on the webpage again will my name show up normal in backers.json on next patch?

Sorry it matters to me :) I always like to look up my name and let my friends see it :P

Edit: I change my name and the change it back to original name in hope that could fix :)

Thank you all for the help and feedback.


-Skraf signing out
No, the script will just convert it again when the next release happens. :)

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 10:34 pm
by Skraflar
Oxyd wrote:
Skraf wrote:
Oxyd wrote:
Skraf wrote:Is there any way to let it be normal in the code? Like it was in 0.11.22.
Oxyd wrote:Don't think so. This is the release script's doing that we started using in 0.12. And since the game renders it correctly, it shouldn't matter much.
What if I submit my name on the webpage again will my name show up normal in backers.json on next patch?

Sorry it matters to me :) I always like to look up my name and let my friends see it :P

Edit: I change my name and the change it back to original name in hope that could fix :)

Thank you all for the help and feedback.


-Skraf signing out
No, the script will just convert it again when the next release happens. :)
What if I use non Icelandic letters in my name?
Going to bed now try to sleep on it :D

Re: Name in the game removed ?

Posted: Wed Jan 27, 2016 11:39 pm
by Koub
Tbh I don't know if I ever was in the list. I thought it would come automatically when I upgraded from Transport belt repair man to mining drill operator.
Am I mistaken ?

Re: Name in the game removed ?

Posted: Thu Jan 28, 2016 12:08 am
by daniel34
Skraf wrote:What if I use non Icelandic letters in my name?
Going to bed now try to sleep on it :D
If you only use standard latin letters (or ASCII/ANSI?) they will not be replaced by the \uxxxx unicode characters.
For example, if you wrote "Johann Smari Gudmundsson" it would remain exactly that in the backers.json file.

Re: Name in the game removed ?

Posted: Thu Jan 28, 2016 6:52 am
by Smarty
Koub wrote:Tbh I don't know if I ever was in the list. I thought it would come automatically when I upgraded from Transport belt repair man to mining drill operator.
Am I mistaken ?
https://www.factorio.com/settings
Login and scroll down you should see name in game

Re: Name in the game removed ?

Posted: Thu Jan 28, 2016 7:00 am
by Koub
Ow OWWW. Ok, so I'm stupid :)
Didn't guess there was a place to actually say the wanted name. Always thought it used the account login :mrgreen:
Thank you :)