Page 1 of 1

[MOD 0.12.x] Better Ore Map View

Posted: Sun Sep 20, 2015 7:43 pm
by LuziferSenpai
Type: MOD
Name: Better Ore Map View
Description: Changes the color of the Ores on the Map.
License: MIT
Version: 0.1.1
Release: 2015-09-20
Tested-With-Factorio-Version: 0.12.30
Category: Map Color Change
Tags: Color Change
Download-Url:
BetterOreMapView_0.1.1.zip
(604 Bytes) Downloaded 301 times
Picture
Version History

Re: [0.12.x] Better Ore Map View

Posted: Mon Sep 21, 2015 8:18 pm
by Talguy
Awesome, thanks!

Re: [0.12.x] Better Ore Map View

Posted: Mon Sep 21, 2015 8:41 pm
by LuziferSenpai
Talguy wrote:Awesome, thanks!
No Problem, that are only 3 Lines of Code ^^

Re: [0.12.x] Better Ore Map View

Posted: Thu Sep 24, 2015 10:50 pm
by waduk
I activated this midgame, instead of replacing old color to new one, now i have various ore map color. Uninstalling the mod didn't revert this. :cry:
So how do i revert the map view ?

Re: [0.12.x] Better Ore Map View

Posted: Thu Sep 24, 2015 11:19 pm
by Kane
Not sure for this instance but always make backups..

Re: [0.12.x] Better Ore Map View

Posted: Fri Sep 25, 2015 2:14 am
by LuziferSenpai
waduk wrote:I activated this midgame, instead of replacing old color to new one, now i have various ore map color. Uninstalling the mod didn't revert this. :cry:
So how do i revert the map view ?

I dont know what the problem by you is, because by me and other Guys its all fine. Its only changing the data raw not more, that isnt possible that there are other colors on the Map.

Re: [0.12.x] Better Ore Map View

Posted: Fri Sep 25, 2015 3:48 am
by waduk
Yet, it happened, this screencap taken after uninstall all mod :
http://imgur.com/a/aMWfU
Affecting Stone too, although i see no evidence copper were affected (revert to vanilla color)

Re: [0.12.x] Better Ore Map View

Posted: Fri Sep 25, 2015 10:12 am
by SirRichie
If the mod just has a data.lua and defines updates to data.raw inside of that, and you encounter bugs/artifacts after removing/disabling the mod, report this as a bug.
A mod has no control over anything once it has been deactivated.

Re: [0.12.x] Better Ore Map View

Posted: Wed Sep 30, 2015 12:38 am
by Adil
waduk wrote:I activated this midgame, instead of replacing old color to new one, now i have various ore map color. Uninstalling the mod didn't revert this. :cry:
So how do i revert the map view ?

Code: Select all

/c game.player.force.rechart()
This will refresh map to current view.

Also, isn't stone a little too similar in color to oil?

Re: [0.12.x] Better Ore Map View

Posted: Wed Sep 30, 2015 4:47 am
by waduk
Adil wrote:
waduk wrote:I activated this midgame, instead of replacing old color to new one, now i have various ore map color. Uninstalling the mod didn't revert this. :cry:
So how do i revert the map view ?

Code: Select all

/c game.player.force.rechart()
This will refresh map to current view.

Also, isn't stone a little too similar in color to oil?
Thanks Adil, but sadly i was mistakenly overwrite my save file.
Now on new world, built everything from scratch again.
I uninstall this mod because of this bug.

Re: [MOD 0.12.x] Better Ore Map View

Posted: Sat Oct 03, 2015 4:44 pm
by Hovadko
could you make mod which will write ore name(maybe on hover over ore field) instead changing color of it? I play with bob's mods and its nearly impossible to recognize ores.

Re: [MOD 0.12.x] Better Ore Map View

Posted: Wed Oct 07, 2015 9:12 am
by LuziferSenpai
Hovadko wrote:could you make mod which will write ore name(maybe on hover over ore field) instead changing color of it? I play with bob's mods and its nearly impossible to recognize ores.
That is not possible because the base Code, bur i can make a add-on for BobsMods and DyTech etx.

Re: [MOD 0.12.x] Better Ore Map View

Posted: Thu Oct 08, 2015 5:23 pm
by Hovadko
CookieGamerTV wrote:
Hovadko wrote:could you make mod which will write ore name(maybe on hover over ore field) instead changing color of it? I play with bob's mods and its nearly impossible to recognize ores.
That is not possible because the base Code, bur i can make a add-on for BobsMods and DyTech etx.
that would be good too. i am not coder, but couldn't you find some workaround? there can already be text on map (player names or trains station names) so if you could just place it on ore field, it would be more than enough.

Re: [MOD 0.12.x] Better Ore Map View

Posted: Fri Oct 09, 2015 12:00 am
by SirRichie
Yes and no. You could put invisible train stations on the ore field, but then their names would also pop up in the station list of trains...

You could workaround that by reacting to a GUI being opened and then deleting all the artificial stations, only to re-create then when the GUI closes. But that seems overkill.

Re: [MOD 0.12.x] Better Ore Map View

Posted: Fri Oct 09, 2015 9:46 am
by LuziferSenpai
SirRichie wrote:Yes and no. You could put invisible train stations on the ore field, but then their names would also pop up in the station list of trains...

You could workaround that by reacting to a GUI being opened and then deleting all the artificial stations, only to re-create then when the GUI closes. But that seems overkill.
I'm not good with coding thinks like that. I can only code some small thinks not more.

Re: [MOD 0.12.x] Better Ore Map View

Posted: Mon Dec 07, 2015 9:32 am
by Bombez164
Does this mod work with other mods like Bobs mods, 5dim mods and Dytech mods :?: :?

Re: [MOD 0.12.x] Better Ore Map View

Posted: Wed Jul 13, 2016 3:12 pm
by Berkys32
Can this mod be used in latest version?