Page 1 of 1

A very strange player color bug

Posted: Tue Apr 10, 2018 8:36 pm
by fabilord98
Hello Guys,
some times ago i gave myself a purple/pink color in my singleplayer map. i asked xatev from the community if he could help me to find out the rgb code that i have used in that save game so that i could re-use it in multiplayer.
this one is my savegame: https://www.dropbox.com/s/c1v0d45p8etwq ... e.zip?dl=0
then i used the command he provided me : https://pastebin.com/m6Y0xmhb
( i had to change the name into fabilord98 because fabilord is only my discord name )
this gives me a .json that says that the color code is 1 0 1 1.
https://www.dropbox.com/s/ytt1uk4fq5vtd ... y.PNG?dl=0
in this picture you can see the color that i originally had and which im searching, purple ,pink and also 1 0 1 1.
next strange thing, it seems when other people use 1 0 1 1 they get a different color.
this was done in the lastest 0.16.36

greetings fabilord
and hopefully you can find whats wrong

Re: A very strange player color bug

Posted: Tue Apr 10, 2018 9:24 pm
by posila
Hello, thanks for the report.
It is not a bug.

It's change that was made in 0.16.24
FactorioBot wrote:Minor Features
  • Player chat color when set through '/color r g b a' command will be brightened. (57796)
You can set exact chat color through command

Code: Select all

/c game.player.chat_color = { r=1, g=0, b=1 }

Re: A very strange player color bug

Posted: Wed Apr 11, 2018 8:58 am
by fabilord98
thanks for the quick answer. command works.