Greasy Fork is available in English.

Geoguessr Unity Script

For a full list of features included in this script, see this document https://docs.google.com/document/d/18nLXSQQLOzl4WpUgZkM-mxhhQLY6P3FKonQGp-H0fqI/edit?usp=sharing

< Rückmeldungen auf Geoguessr Unity Script

Rezension: Fehler - Skript funktioniert nicht

§
Veröffentlicht: 08.01.2023

Used to work very well, but now:
1. The map disappeared often from the bottom right corner. Not always but almost always (Playing Capitals of the World(Bing)). Look at the screenshot. Any idea why? Does anyone else experience it?
2. The icons disappeared.

§
Veröffentlicht: 12.04.2023

I've had the same problem with disappearing map. It seems to happen broken locations, when you would get the message

Failed to load the panorama at this round.

§
Veröffentlicht: 12.04.2023
Bearbeitet: 12.04.2023

I got around it by commenting out allowDetect = true at the end of handleDropdown() at line 1060 in the script. That shows the error message and you can try again (it might break other functions in the script, I don't know)

function handleDropdown()
{
    ... some code ...

    let classN2 = ["grid-size", "grid-opt", "satellite-style", "satellite-type"];
    for (let x of classN2)
    {
        dropdownHelper1(x, 14.1);
    }
    //allowDetect = true;
}

Antwort schreiben

Anmelden um eine Antwort zu senden.