Page 1 of 1

[SOLVED] Locomotive marker/widget on map

Posted: Wed Jan 30, 2019 11:20 pm
by Kamsta99
I personalizing some mods for private use to feel vanilla as possible. I wondering how to make markers for modded train/wagons on map
Just like standard trains/wagons
Image
I searching with notepad++ factorio directory but not success

PS: Its a random screenshot from internet showing trains markers of trains waiting on station

I only find this in game exe ... LocomotiveMinimapWidget

Re: Locomotive marker/widget on map

Posted: Thu Jan 31, 2019 5:05 pm
by steinio
Hi,

the modded trains have probably set the

Code: Select all

not-on-map
flag.

https://wiki.factorio.com/Types/EntityP ... -on-map.22

Just remove it.

Cu, steinio.

Re: Locomotive marker/widget on map

Posted: Thu Jan 31, 2019 7:18 pm
by Kamsta99
Thank for reply its true trains have not on map flag, i totally forgot about that. That shame for me because i removed that flag from mines :? and make mines on grid. Now i just thinking why Bob make this like that.