DRY411S / Recycling-Machines

A factorio mod that adds Recycling Machines to the game. These disassemble products back into their original ingredients.
GNU General Public License v3.0
10 stars 2 forks source link

Text in recycling machine is misleading #4

Closed DRY411S closed 4 years ago

DRY411S commented 8 years ago

The text in a recycling machine menu says "Choose recipe for assembly" (in English). I'd like to change that if I can.

DRY411S commented 7 years ago

This can be amended in the mod locale, but any amendments also apply to vanilla assembling machines. It's hard to come up with text that both:

  1. makes sense in both machines
  2. fits in the space available

Therefore I won't fix.

shadoxxhd commented 5 years ago

What about "Choose recipe"?

DRY411S commented 5 years ago

What about "Choose recipe"?

Because in a recycling machine you're choosing an item to recycle, not the recipe for something to be made. :)

There may be a way to fix this, by dynamically changing the locale entry when a player clicks on an assembling machine, then reverting on it when they close the recycling machine. Removing the "won't fix"

RionEV commented 5 years ago

I feel like "Choose assembly recipe" sidesteps both issues (of global localization changes and of avoiding the scripted data swap) as in context it refers either to the recipe you wish to assemble when assembling, or the recipe that was assembled when recycling, but I'm not sure if this is what you are looking for...? I suppose I'm assuming that there's a sense in which the assembly or recycling machine is being programmed with a recipe to work forwards or backwards through. It's still quite close to shadoxxhd's suggestion, though, so it might not work for you...

Either that, or "Choose factory job", but that's probably a little less indicative in all cases.

DRY411S commented 4 years ago

I think that now that there are layered icons on tabs, adding a recycling logo to the tabs, and leaving the text unchanged may be the way to go on this.

DRY411S commented 4 years ago

Replaced by #80 as a future enhancement.