Where do the default train station names come from?
Where do the default train station names come from?
And these other names too.
My theory is that these people are game supporters, perhaps alpha/beta testers but I recognize none of these names. Could anyone confirm if this is correct or wrong?
"Lemuria" on the Factorio forums.
"a_random_lemurian" on Factorio multiplayer, not like I play multiplayer that often anyway.
"a_random_lemurian" on Factorio multiplayer, not like I play multiplayer that often anyway.
Re: Where do the default train station names come from?
I could be wrong but I believe that the original kickstarter supporters got the right to submit one name each, and that list is used to make locomotives and train stops. At least we can rename train stops to something more practical but less artistic if desired.
Re: Where do the default train station names come from?
The list is in the install directory under data/core/backers.json
Re: Where do the default train station names come from?
How can I rename locomotives?astroshak wrote: ↑Wed May 24, 2023 10:42 pm I could be wrong but I believe that the original kickstarter supporters got the right to submit one name each, and that list is used to make locomotives and train stops. At least we can rename train stops to something more practical but less artistic if desired.
"Lemuria" on the Factorio forums.
"a_random_lemurian" on Factorio multiplayer, not like I play multiplayer that often anyway.
"a_random_lemurian" on Factorio multiplayer, not like I play multiplayer that often anyway.
-
- Smart Inserter
- Posts: 2768
- Joined: Tue Apr 25, 2017 2:01 pm
- Contact:
Re: Where do the default train station names come from?
Yes, the names were a backer reward from the original crowd funding of the game.
Also applies to research centers, and I think radars and maybe one or two others.
Also applies to research centers, and I think radars and maybe one or two others.
My Mods: Classic Factorio Basic Oil Processing | Sulfur Production from Oils | Wood to Oil Processing | Infinite Resources - Normal Yield | Tree Saplings (Redux) | Alien Biomes Tweaked | Restrictions on Artificial Tiles | New Gear Girl & HR Graphics
Re: Where do the default train station names come from?
I'm pretty sure locomotives don't have names, do they ?
Koub - Please consider English is not my native language.
Re: Where do the default train station names come from?
According to LuaEntity.backer_name, they do:
Code: Select all
The backer name assigned to this entity. Entities that support backer names are labs, locomotives, radars, roboports, and train stops. nil if this entity doesn't support backer names.
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!
-
- Long Handed Inserter
- Posts: 50
- Joined: Sat Mar 28, 2020 2:10 pm
- Contact:
Re: Where do the default train station names come from?
They have, you can see it in the tooltip if you hover the cursor over them.
The only way to change the name is with mods or console scripting though, vanilla doesn't provide any UI for editing it.
The other entities that use backer names are roboports, labs, radars, and of course train stops.
Re: Where do the default train station names come from?
Ha, that's whyblahfasel2000 wrote: ↑Thu May 25, 2023 12:51 pm The only way to change the name is with mods or console scripting though, vanilla doesn't provide any UI for editing it.
Koub - Please consider English is not my native language.