Foohy / jazztronauts

Jazztronauts is a cooperative theft-em-up for Garry's Mod, also known as prop hunt 2.
122 stars 35 forks source link

Further improve map scraper filter #221

Open Commenter25 opened 3 months ago

Commenter25 commented 3 months ago

So here we are again! Continuing off my changes in #179 (which actually got merged in #219), we noticed a fairly significant portion of false positives. This increases the specificity of the checks, letting many of those false positives through, while still catching almost all of the same junk.

I manually checked the diff between the current scraper and this version, and basically everything which is no longer filtered was a false positive. However, a special award goes out to the following "maps", which will appear in the selector again with this version:

The output logs are also far more detailed, stating the ID and reasoning like so:
Ignoring: gm_weezercity NAVMESH (ID 3203139446) (has "nav")

I also converted the scraper to tabs. (again)