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
A very strange player color bug
-
- Manual Inserter
- Posts: 3
- Joined: Fri Jul 07, 2017 8:23 pm
- Contact:
Re: A very strange player color bug
Hello, thanks for the report.
It is not a bug.
It's change that was made in 0.16.24
It is not a bug.
It's change that was made in 0.16.24
You can set exact chat color through commandFactorioBot wrote:Minor Features
- Player chat color when set through '/color r g b a' command will be brightened. (57796)
Code: Select all
/c game.player.chat_color = { r=1, g=0, b=1 }
-
- Manual Inserter
- Posts: 3
- Joined: Fri Jul 07, 2017 8:23 pm
- Contact:
Re: A very strange player color bug
thanks for the quick answer. command works.