Page 3 of 23

Re: [Script] Street to River Plus

Posted: Tue Dec 06, 2022 12:11 pm
by ChopStiR
Script does not appear to be loading now.

EDIT: Just discovered the mod version as linked in the edited original post. The mod version is working.
 

Re: [Script] Street to River Plus

Posted: Thu Feb 09, 2023 7:20 am
by ChopStiR
New version of waze editor appears to have broken script.

Re: [Script] Street to River Plus

Posted: Sat Feb 25, 2023 10:34 pm
by ChopStiR
Thanks z000py,

Adding ?version=1126584 to the end of line 12 fixed it.

Re: [Script] Street to River Plus

Posted: Wed Jun 29, 2016 7:39 pm
by cimuca
Thank you very much for this script. It is very useful.

Re: [Script] Street to River Plus

Posted: Thu Mar 31, 2016 5:44 pm
by Corentin-48
Thank you! :D

Re: [Script] Street to River Plus

Posted: Mon Apr 30, 2018 7:24 pm
by cotero2002
Looks like the script needs to be updated after the recent WME update. I found I can't use the "Select Entire Road" button in WME and after deleting -for example- an uneeded juction, the "Save" button in WME doesn't activates to save the change when this script is on.

Re: [Script] Street to River Plus

Posted: Sun Nov 29, 2020 10:03 am
by cruiserccl
Thanks, @Sapozhnik good job

Re: [Script] Street to River Plus

Posted: Mon Sep 14, 2020 12:42 am
by CvTomaz
Horizon911 wrote:Hi, very good script. I love it, however since approx. 2 days ago, it started to throw an error upon clicking [Street to River] button. (While new unsaved street is created and awaiting the river to be created.)
Any idea, how to fix that?
btw: Is there a chance to allow SRP+ functionality also for saved streets? (Time to time I want to temporarily save the segment.)
This is also happening in my editor. Anyone who knows the solution, present it to us.
Isso também anda acontecendo no meu editor. Quem souber a solução, apresente para nós.

Re: [Script] Street to River Plus

Posted: Wed Sep 16, 2020 10:25 pm
by CvTomaz
jangliss wrote:On line 172 in the script, it is looking for the state to be "Insert", it should be "INSERT". Just installed it, and on line 172 I have:

Code: Select all

            if (sel.type == "segment" && sel.state == "Insert") {
Change it to:

Code: Select all

            if (sel.type == "segment" && sel.state == "INSERT") {
Refresh WME, and you should be good to go.
Thank you. It worked here. Now it's working. :P

Re: [Script] Street to River Plus

Posted: Tue Nov 22, 2022 4:31 am
by DevlinDelFuego
My question is. Why do we need this? I've never mapped water before on Waze.