Player Armor Color selection

Suggestions that have been added to the game.

Moderator: ickputzdirwech

Post Reply
Canyew
Inserter
Inserter
Posts: 37
Joined: Thu Dec 04, 2014 8:45 am
Contact:

Player Armor Color selection

Post by Canyew »

Really, REALLY minor suggestion. Since the .11 models have different colors, can we get a way to select what color we want our suits to be? (I love blue.........)

User avatar
Nova
Filter Inserter
Filter Inserter
Posts: 947
Joined: Mon Mar 04, 2013 12:13 am
Contact:

Re: Player Armor Color selection

Post by Nova »

You can do that with the console.

Press the console key (look in the controls) and then write this:

Code: Select all

/c game.getplayer(1).color = {r = 1, g = 1}
This would change the color of player 1 to r = 1, g = 1. (Yellow)

You can use r, g, b and a. r is red, g is green, b is blue and a is alpha. You have to mix colors. r = 1 and g = 1 would mix full red and full green to yellow. A dark blue would be b = 1. If you want to have orange, use r = 1 and g = 0.5
Alpha changes the transparency. A lower value (like 0.5) means a lighter, less intense color.
Greetings, Nova.
Factorio is one of the greatest games I ever played, with one of the best developers I ever heard of.

Post Reply

Return to “Implemented Suggestions”