I would like to set descriptions to recipes. These are set automatically if the recipe has only one product from the item description, but not when the recipe has multiple products. So it would be nice to at least be able to set a description for the recipe, so one could manually add the recipes products in there.
A better solution of course would be if recipes with multiple outputs would have the same functionality they have for the inputs: One can hover over the ingredient icon and it actually show the tooltip for the item, that is not the case for products and a major thing missing to make it more consistent.
Request: Localization string - recipe-description
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Request: Localization string - recipe-description
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: Request: Localization string - recipe-description
+1
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.
Re: Request: Localization string - recipe-description
You can already define recipe description locale.
You just use the same description key system you do for all prototypes:
[technology-description]
technology-name=This is a description locale entry for a technology.
You just use the same description key system you do for all prototypes:
[technology-description]
technology-name=This is a description locale entry for a technology.
If you want to get ahold of me I'm almost always on Discord.
- GeekinaCave
- Inserter
- Posts: 39
- Joined: Tue Jun 14, 2016 5:14 pm
- Contact:
Re: Request: Localization string - recipe-description
hi, there is way to add description to itemgroups too?, i have a item reorganizer idea and i want to add descriptions for ease of use.
Re: Request: Localization string - recipe-description
Yes, any prototype supports the description key. Now, it might not be used visually anywhere in the game ( I don't know if groups are ).GeekinaCave wrote:hi, there is way to add description to itemgroups too?, i have a item reorganizer idea and i want to add descriptions for ease of use.
If you want to get ahold of me I'm almost always on Discord.
- GeekinaCave
- Inserter
- Posts: 39
- Joined: Tue Jun 14, 2016 5:14 pm
- Contact:
Re: Request: Localization string - recipe-description
well, i tried [item-group-description] in the locale file and didn't work, ill guess i have to wait if its upgraded to support it.Rseding91 wrote:Yes, any prototype supports the description key. Now, it might not be used visually anywhere in the game ( I don't know if groups are ).GeekinaCave wrote:hi, there is way to add description to itemgroups too?, i have a item reorganizer idea and i want to add descriptions for ease of use.
Re: Request: Localization string - recipe-description
We might not even show item group descriptions anywhere in the game. Where would you expect to see it anyway?GeekinaCave wrote:well, i tried [item-group-description] in the locale file and didn't work, ill guess i have to wait if its upgraded to support it.Rseding91 wrote:Yes, any prototype supports the description key. Now, it might not be used visually anywhere in the game ( I don't know if groups are ).GeekinaCave wrote:hi, there is way to add description to itemgroups too?, i have a item reorganizer idea and i want to add descriptions for ease of use.
If you want to get ahold of me I'm almost always on Discord.
- GeekinaCave
- Inserter
- Posts: 39
- Joined: Tue Jun 14, 2016 5:14 pm
- Contact:
Re: Request: Localization string - recipe-description
the idea is they show up just under the name which appear when you hover the mouse under the item-group in the inventory menu.