[MOD 0.12.x] Map Labels - Add labels to resources on the map

Topics and discussion about specific mods
Templeo
Manual Inserter
Manual Inserter
Posts: 4
Joined: Sun Jun 26, 2016 4:09 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Templeo »

ukezi wrote:I also can't find the button. it is not in the upper left corner. I'm useing bob's modpack.
EDIT: the button appears in a new game. how ever it is not showing in an old one is a riddle to me.
Cheers, works for me too, when starting a new game.

kendrome
Manual Inserter
Manual Inserter
Posts: 3
Joined: Mon Oct 12, 2015 6:32 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by kendrome »

Here is a version that should add the button to existing saves.
Attachments
MapLabels_0.1.2.zip
(4.63 KiB) Downloaded 228 times

sore68
Fast Inserter
Fast Inserter
Posts: 123
Joined: Mon May 02, 2016 8:39 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by sore68 »

Thank you kendrome!!! :D

Add it config.lua if you use a additional mods.

yuoki mod

Code: Select all

ResourceDisplayName[ "y-res1" ] = "~N4-Material Chunk"
ResourceDisplayName[ "y-res2" ] = "~F7-Material Chunk"

ResourceDisplayName[ "infinite-y-res1" ] = "~infinite N4-Material Chunk"
ResourceDisplayName[ "infinite-y-res2" ] = "~infinite F7-Material Chunk"

angels refining mod

Code: Select all

ResourceDisplayName[ "angels-ore1" ] = "~Saphirite"
ResourceDisplayName[ "angels-ore2" ] = "~Jivolite"
ResourceDisplayName[ "angels-ore3" ] = "~Stiratite"
ResourceDisplayName[ "angels-ore4" ] = "~Crotinnium"
ResourceDisplayName[ "angels-ore5" ] = "~Rubyte"
ResourceDisplayName[ "angels-ore6" ] = "~Bobmonium"

ResourceDisplayName[ "infinite-angels-ore1" ] = "~infinite Saphirite"
ResourceDisplayName[ "infinite-angels-ore2" ] = "~infinite Jivolite"
ResourceDisplayName[ "infinite-angels-ore3" ] = "~infinite Stiratite"
ResourceDisplayName[ "infinite-angels-ore4" ] = "~infinite Crotinnium"
ResourceDisplayName[ "infinite-angels-ore5" ] = "~infinite Rubyte"
ResourceDisplayName[ "infinite-angels-ore6" ] = "~infinite Bobmonium"

TheTom
Fast Inserter
Fast Inserter
Posts: 186
Joined: Tue Feb 09, 2016 8:33 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by TheTom »

Any chance for a .14 release?

orzelek
Smart Inserter
Smart Inserter
Posts: 3911
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by orzelek »

Also for support of any ores - AFAIK there is a property that can read localised name of resource.
It would mean you wouldn't need to define ore names for each and every ore to make it work.
Property in question is named localised_name and available from any entity prototype.

Aibehn
Manual Inserter
Manual Inserter
Posts: 1
Joined: Wed Sep 16, 2015 12:11 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Aibehn »

I just changed version req from 0.13 to 0.14 and seems to work fine. Im testing it right now.

Nexela
Smart Inserter
Smart Inserter
Posts: 1828
Joined: Wed May 25, 2016 11:09 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Nexela »

orzelek wrote:Also for support of any ores - AFAIK there is a property that can read localised name of resource.
It would mean you wouldn't need to define ore names for each and every ore to make it work.
Property in question is named localised_name and available from any entity prototype.

I got excited for a minute! Unfortunately backer_name doesn't accept locale tables :(

orzelek
Smart Inserter
Smart Inserter
Posts: 3911
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by orzelek »

So mod is using backer name not station names?

Actually even if those are station names it might not work since they might not be using locale tables also.

TheTom
Fast Inserter
Fast Inserter
Posts: 186
Joined: Tue Feb 09, 2016 8:33 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by TheTom »

Aibehn wrote:I just changed version req from 0.13 to 0.14 and seems to work fine. Im testing it right now.
Great. This mod is ridiculously useful. I use bobs mod and I have serious problems identifying all the different ores - this mod is a life saver ;) Looking forward for the .14 version.

kendrome
Manual Inserter
Manual Inserter
Posts: 3
Joined: Mon Oct 12, 2015 6:32 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by kendrome »

Here is a quick update to .14 I have only done some quick testing but it seems to be working.
Attachments
MapLabels_0.1.3.zip
(4.63 KiB) Downloaded 299 times

TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by TheSAguy »

FYI, I think that the labels get recorded as unknown keys.
See below:
Image

SquarelyCircle
Long Handed Inserter
Long Handed Inserter
Posts: 51
Joined: Sat Jan 07, 2017 12:17 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by SquarelyCircle »

Is it possible to add objects to this? Specifically, I use the Tombstones mod, and it would be nice if it created points on the map for tombstones. How would I go about adding that?

nqrott
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sun Jul 26, 2015 3:04 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by nqrott »

for version 14.21 in multiplayer map labels will only show deposite in the starting area for me.

anyone else have similiar issues?

Sedar
Fast Inserter
Fast Inserter
Posts: 113
Joined: Wed Apr 06, 2016 7:29 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Sedar »

Hello. Thanks for this useful mod.

Can you add the posibility(configurable?) to hide/show recourses labels by using keyboard shortcuts and remove this large button that now is show constantly? Because switching modes is rarely necessary, and the button takes place always.

Pandemoneus
Fast Inserter
Fast Inserter
Posts: 127
Joined: Fri May 08, 2015 2:25 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Pandemoneus »

Sedar wrote:Hello. Thanks for this useful mod.

Can you add the posibility(configurable?) to hide/show recourses labels by using keyboard shortcuts and remove this large button that now is show constantly? Because switching modes is rarely necessary, and the button takes place always.
Added in 0.15.4. Have fun! :)
My RSO+Bob's+Angel's modpack: Farlands (outdated)
Mods (current): Resource Labels
Mods (old): Biter Spires

Sedar
Fast Inserter
Fast Inserter
Posts: 113
Joined: Wed Apr 06, 2016 7:29 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Sedar »

Pandemoneus wrote:
Sedar wrote:Hello. Thanks for this useful mod.

Can you add the posibility(configurable?) to hide/show recourses labels by using keyboard shortcuts and remove this large button that now is show constantly? Because switching modes is rarely necessary, and the button takes place always.
Added in 0.15.4. Have fun! :)
Thank you for reply. But.. there is no option to hide the button. :? Everything else works fine.
Image

GTrak
Inserter
Inserter
Posts: 21
Joined: Tue Mar 01, 2016 10:44 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by GTrak »

Please, make "Map Labels" button to icon.

Sedar
Fast Inserter
Fast Inserter
Posts: 113
Joined: Wed Apr 06, 2016 7:29 am
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Sedar »

Sedar wrote:
Pandemoneus wrote:
Sedar wrote:Hello. Thanks for this useful mod.

Can you add the posibility(configurable?) to hide/show recourses labels by using keyboard shortcuts and remove this large button that now is show constantly? Because switching modes is rarely necessary, and the button takes place always.
Added in 0.15.4. Have fun! :)
Thank you for reply. But.. there is no option to hide the button. :? Everything else works fine.
Image
My mistake, I was just looking for an option in the wrong place.
Here is an option to hide Resourse label button:
Image
Thank you wery much! :D
GTrak wrote:Please, make "Map Labels" button to icon.
Much more better to hide the button at all, as i show, and use the hotkeys to switch map labels mode. ;)

Pandemoneus
Fast Inserter
Fast Inserter
Posts: 127
Joined: Fri May 08, 2015 2:25 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by Pandemoneus »

Sedar wrote:
Sedar wrote:
Pandemoneus wrote:
Sedar wrote:Hello. Thanks for this useful mod.

Can you add the posibility(configurable?) to hide/show recourses labels by using keyboard shortcuts and remove this large button that now is show constantly? Because switching modes is rarely necessary, and the button takes place always.
Added in 0.15.4. Have fun! :)
Thank you for reply. But.. there is no option to hide the button. :? Everything else works fine.
Image
My mistake, I was just looking for an option in the wrong place.
Here is an option to hide Resourse label button:
Image
Thank you wery much! :D
GTrak wrote:Please, make "Map Labels" button to icon.
Much more better to hide the button at all, as i show, and use the hotkeys to switch map labels mode. ;)
I know it's a bit confusing, but I found these options to be best at those places. Everyone can decide on their own whether they want to see the button. However, since the labels are visible to everyone, the icon and the name have to be set per-map.
My RSO+Bob's+Angel's modpack: Farlands (outdated)
Mods (current): Resource Labels
Mods (old): Biter Spires

GenBOOM
Long Handed Inserter
Long Handed Inserter
Posts: 95
Joined: Tue May 16, 2017 11:39 pm
Contact:

Re: [MOD 0.12.x] Map Labels - Add labels to resources on the map

Post by GenBOOM »

is there a way to display the number of ores for each patch instead of displaying the name of the ore?
the icon is self explanatory as to what the resource is. I like to know the number of resources, as I find it to be more useful for planning expansion

is that a feature that is planned to be included in the future or no?
Last edited by GenBOOM on Tue May 23, 2017 2:40 pm, edited 2 times in total.

Post Reply

Return to “Mods”