User:Xanderb/VScripts View history

No edit summary
Line 11: Line 11:
== Indiana ==
== Indiana ==
[https://greasyfork.org/en/scripts/8433-wme-validator-localization-for-indiana Localization for Indiana] contains the same checks as the Kentucky script currently.  [[User:MeridianHills|MeridianHills]] will be testing it and possibly adding more if he feels something should be added for Indiana.
[https://greasyfork.org/en/scripts/8433-wme-validator-localization-for-indiana Localization for Indiana] contains the same checks as the Kentucky script currently.  [[User:MeridianHills|MeridianHills]] will be testing it and possibly adding more if he feels something should be added for Indiana.
== Tennessee ==
[https://greasyfork.org/en/scripts/8507-wme-validator-localization-for-tennessee Localization for Tennessee] contains the same checks as the Kentucky script currently.  [[User:UberGeek|UberGeek]] will be testing it and possibly adding more if he feels something should be added for Tennessee.


= Highway Renaming Project =
= Highway Renaming Project =

Revision as of 16:20, 14 March 2015

This is just a storage space for some of the custom Validator scripts that I use.

Validator Localization

Localization scripts allow you to customize results in Validator that you always want to use while leaving the two manual entries free for more scripts you want to use temporarily(I am currently using the custom entries for the color variance. You will need to have the Validator extension loaded before using these additions.

Kentucky

Localization for Kentucky contains the Highway Renaming Project, Saint / Street TTS, and Short Parking Lot scripts listed below. It also highlights roads that are set for another state. Many rural roads have the wrong state listed and it is helpful for letting you know you are getting close to a state border.

Indiana

Localization for Indiana contains the same checks as the Kentucky script currently. MeridianHills will be testing it and possibly adding more if he feels something should be added for Indiana.

Tennessee

Localization for Tennessee contains the same checks as the Kentucky script currently. UberGeek will be testing it and possibly adding more if he feels something should be added for Tennessee.

Highway Renaming Project

This script will Highlight incorrect or old Street Names and Alt Names in Indiana, Kentucky, and Tennessee. I use this primarily for the State Highway renaming project.

Custom Template:

#${street}#${altStreet[#]}#

Custom RegExp:

/State Hwy|SR-|SH-|State Rd|Cs-|CS-|Ky-|Tn-|In-|County Hwy|County Rd|Cr-|KY=|IN=|TN=|State Rte|Co Rd/

Saint / Street TTS

This will highlight streets that incorrectly begin with "St " which TTS reads as "Street".
eg. St Catherine St is read "Street Catherine Street" in the app.

Custom Template:

#${street}#${altStreet[#]}#

Custom RegExp:

/^St /

Short Parking Lots

Highlights Dead end Parking Lot Roads that are shorter than 50m.

Custom Template:

${deadEnd}:${typeRank}:${length}

Custom RegExp:

/1:7:([0-4]?[0-9])$/

Road Locking

Highlights segments not locked where they should be according to Road Type

Custom Template:

${typeRank}:${lock}

Custom RegExp:

D!/^(15:5|14:4|13:3|12:5|11:2|10:1|2:2|[1,3-9]:\d+)$/