Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.
Post by rickzabel
taco909 wrote:It's moved to the bottom now so it's cool
i made the delay for adding that box 3 seconds vs the 1 it was at. this should do two things make the box show up (sometimes i beat waze loading and this would cause script issues) and then be below validator.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
Olestas wrote:Hmm, now the box shows precisely above the validator... can it somehow be closed?
currently the textbox can not be closed, and i have not had time to revisit this script.

The position all depends on which script started first. my other choice was to add another tab, but i know that will be an issue for others.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
taco909 wrote:Mine is still under Validator.
ill keep this on my list of things to look into
Also, I see Pesachz has a unique icon... is this part of the script or something they did in WME?
this script has custom hardhats for Pesachz and a handful of others.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
Fredo-p wrote:Same here. Also, names don't show up anymore. I have to hover over the editor to display the name. Is this Hard Hat or WME Chat Addon? I can't remember.

chat addon is the script that makes the names permanent.

since the last wme update the startup has been causing issues with chat addon and hardhats. after wme is done loading try zooming in until you cannot see any other editors or jumping away either choice give it a few seconds for wme to clear your list visible which is kept in the background. when you return back to your previuos view the scripts should be kicked started
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
taco909 wrote:
rickzabel wrote:
taco909 wrote:Mine is still under Validator.
ill keep this on my list of things to look into
Also, I see Pesachz has a unique icon... is this part of the script or something they did in WME?
this script has custom hardhats for Pesachz and a handful of others.
I just now noticed that Ottonomy is the only L6 wearing glasses.
i made those from his google picture, so they are actually his glasses!
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
taco909 wrote:That's cool. A nice easter egg hunt. So far I've only found one other.
if you give up looking they are listed by waze name in the script. ;)
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
JJohnston84 wrote:I really like this script and want it institutionalized! I think we should change the forum badges to match the hues from this addon. The addon has better contrasting colors:

images/ranks/EditLevel1_Badge.pngimages/ranks/EditLevel2_Badge.pngimages/ranks/EditLevel3_Badge.pngimages/ranks/EditLevel4_Badge.pngimages/ranks/EditLevel5_Badge.pngimages/ranks/EditLevel6_Badge.png
Thanks
https://wiki.waze.com/wiki/images/9/96/ ... Banner.png
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
JJohnston84 wrote:In case anyone else experiences this: I had an issue yesterday where this stopped working. Found that setting its order in Tampermonkey to the very end fixed it. Probably some other plugin overriding the image.
Hardhats and chat addon both need to load before the chat's user list populates. otherwise the modifications to the visible live users wont apply until you move away and back. i would argue that setting these two scripts to load first would have more constant results.
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
Fredo-p wrote:Hard hat is above Validator again. Is there any way to make the Dunce list a collapsable tab or allow to make it an option to not have it show if users don't want it?
the list is pretty tied in, the easiest solution i have for you would be to manually edit the script and on line 231 paste the following code then save the script and reload wme. this way the script still works but the text box will be hidden, but the tittle and the save will still be visible.

$('#HardHatDunceList').hide();
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel

Post by rickzabel
Olestas wrote:Does not work for me too.
on the same line try this instead

$('#HardHatDunceList').css("visibility","none");
rickzabel
Map Editor - level 3
Map Editor - level 3
Posts: 222
Been thanked: 277 times
Send a message
https://www.waze.com/wiki/images/5/5a/W ... M_only.png
Chicago Illinois Suburbs , Main areas Downers Grove, Naperville, and Auroa
https://wiki.waze.com/wiki/User:Rickzabel