Text color at railway stations

Suggestions that have been added to the game.

Moderator: ickputzdirwech

Post Reply
Anon2k
Long Handed Inserter
Long Handed Inserter
Posts: 58
Joined: Thu Aug 02, 2018 8:51 am
Contact:

Text color at railway stations

Post by Anon2k »

TL;DR
Add a color component to the station name so you can quickly find them in the list.
What ?
I want the player to be able to select the color of the station text.
It would also be nice to somehow highlight in this list the current station where the train is right now, for example, highlight it in bold text.
abc.png
abc.png (200.15 KiB) Viewed 3552 times
The attachment abc2.png is no longer available
Why ?
This will make it easier to find a station in the list.
Attachments
abc2.png
abc2.png (118.44 KiB) Viewed 3552 times

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Text color at railway stations

Post by ssilk »

I’m not sure if I understand the why, because I would have trouble to see e.g. a black station name on black ground. ;)

No, really: I can barely see the true color of a stop and how should that improve anything, if I made the list of stations colorful? I don’t see the real link from a color in the list to color on a stop. There is no useful user experience.

Or in other words: if colors would make timetables/schedules more useful, don’t you think they wouldn’t have been invented yet and used in many examples ? But there are none, not for flight information systems, trains, busses, you cannot find any information system, that uses more than let’s say two or maybe in very, very rare cases three colors in one schedule, because the UX of that would be really bad. :) 8-)

Hint: how if you change this suggestion to: “I want to see extra symbols in the schedule”? :mrgreen:
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

mmmPI
Smart Inserter
Smart Inserter
Posts: 2728
Joined: Mon Jun 20, 2016 6:10 pm
Contact:

Re: Text color at railway stations

Post by mmmPI »

Anon2k wrote:
Thu Nov 25, 2021 12:58 pm
Add a color component to the station name so you can quickly find them in the list.
This is already in the game ! => https://wiki.factorio.com/Rich_text !!
rich text.png
rich text.png (419.24 KiB) Viewed 3517 times
mapview.png
mapview.png (62.02 KiB) Viewed 3517 times
it's not super easy to use as you need to type in the color and you have to start over when you want to edit a textbox because the formatting code disappear once you validate.

but you also have access to symbols and icons ( like ssilk propose ;) !) using the button just under the research button, next to the "apply change" button. When you edit the name of a station.

i think the place where i see color code used is for subway/underground/metro/tub maps
this

I do not use it much in game and i don't see it used a lot in multiplayer either, but from my experience, when someone uses it, it's not just a little and then you can't see things because there are too many colors and symbols :D (on the previous map the names do use very little formatting and are black, but the only thing i can remember is the little M03 M04 in the boxes which is like symbol+color.)

And also maybe i misunderstand the suggestion :)

coppercoil
Filter Inserter
Filter Inserter
Posts: 472
Joined: Tue Jun 26, 2018 10:14 am
Contact:

Re: Text color at railway stations

Post by coppercoil »

I don't care about the color of the stop, though colored stop list would be good. The eye catches color faster, without involving OCR :)

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Text color at railway stations

Post by ssilk »

I split the post from Anon2k into an extra suggestion
viewtopic.php?f=6&t=100773 Mark current station in list of stations
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

mrvn
Smart Inserter
Smart Inserter
Posts: 5699
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: Text color at railway stations

Post by mrvn »

Wasn't there a rich text syntax to set font color?

User avatar
NotRexButCaesar
Smart Inserter
Smart Inserter
Posts: 1120
Joined: Sun Feb 16, 2020 12:47 am
Contact:

Re: Text color at railway stations

Post by NotRexButCaesar »

mrvn wrote:
Sat Nov 27, 2021 6:24 pm
Wasn't there a rich text syntax to set font color?
Yes, the wiki article linked above shows how: https://wiki.factorio.com/Rich_text

Under "Text modifiers"

Syntax:

Code: Select all

[color=rgb]...[/color]
[color=#rrggbb]...[/color]
[color=#aarrggbb]...[/color]
[color=rgb]...[.color]
[color=#rrggbb]...[.color]
[color=#aarrggbb]...[.color]
Examples:

Code: Select all

[color=red]Red[/color]
[color=1,0,0]Red[/color]
[color=255,0,0]Red[/color]
[color=#ff0000]Red[/color]
All of these result in something that looks like this: Red
Last edited by NotRexButCaesar on Tue Nov 30, 2021 3:04 am, edited 1 time in total.
—Crevez, chiens, si vous n'étes pas contents!

coppercoil
Filter Inserter
Filter Inserter
Posts: 472
Joined: Tue Jun 26, 2018 10:14 am
Contact:

Re: Text color at railway stations

Post by coppercoil »

Yes, I heard something about rich text feature in Factorio before, and... forgot it after five minutes because I didn't need it at that moment.
I think this is not good that GUI does not even mention for unaware players there are advanced features for some fields. Probably I should create dedicated topic about that, but I'm so lazy today.
Last edited by coppercoil on Mon Nov 29, 2021 6:50 am, edited 1 time in total.

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Text color at railway stations

Post by ssilk »

NotRexButCaesar wrote:
Mon Nov 29, 2021 6:10 am
All of these result in something that looks like this: Red
That feels like programming in Pascal and reuse the code in JavaScript. :D

I move this to implemented.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

mrvn
Smart Inserter
Smart Inserter
Posts: 5699
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: Text color at railway stations

Post by mrvn »

coppercoil wrote:
Mon Nov 29, 2021 6:48 am
Yes, I heard something about rich text feature in Factorio before, and... forgot it after five minutes because I didn't need it at that moment.
I think this is not good that GUI does not even mention for unaware players there are advanced features for some fields. Probably I should create dedicated topic about that, but I'm so lazy today.
The text input fields for e.g. train stop names have a little "icon select" icon on the right side letting you pick out icons instead of having to type in the rich text directly. Every time you see one of those the other rich text features work too.

Maybe the icon selector could include a tab for other rich text features like colors.

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Text color at railway stations

Post by ssilk »

That’s a different suggestion. You are free to make a suggestion. But I would prefer not to include this, because it will lead to tons of colored text, “because it looks so much more beautiful “. :) 8-)
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Post Reply

Return to “Implemented Suggestions”