Closed adajw closed 10 years ago
A player-based portal highlight sounds like something that could be done with a plugin. Any volunteers?
I've kicked around the idea of putting a bit of code in the main so that plugins like this, and my weakened portal plugin, could register as a more specific "portal highlighter" plugin. Where the plugins would just have to provide a specifically named function or something, and then a toggle is added that allows you to swap (or turn them off)
Is that something that you'd merge?
this plugin already exists... ist shows a yellow marker for portals with own resos and a red marker for own portals. https://github.com/dazz/iitc-plugins/tree/master/portalOwner
@Azygos64 You haven't read what I wrote - that plugin only highlights your own portals, not portals from any specific user.
Could that plugin be adapted to search for any user, easily?
I know it is not exactly what you described but you can use it with a workaround. change line 57 from var nick = PLAYER.nickname; to var nick 'playername';
@Azygos64 Would it be possible to easily configure your plugin to show what level of resonators you have deployed to which portals? That is, which are upgradeable by you? Which portals (that I already have resonators on) require my L8 resonators?
@GreenJeans sry this is not my plugin - I just use it. you have to ask dazz (see link above).
I've added a plugin that lists all the portals with a specified user's resonators in https://github.com/jonatkins/ingress-intel-total-conversion/pull/243
In interest of cleanliness, should this issue be closed now?
Enhancement feature request: Highlight (or only show) portals with resonators placed on them by a specific user.