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

< Geoguessr Unity Scriptについてのフィードバック

レート:不可 – スクリプトが動かない

§
投稿日: 2023/01/08

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.

§
投稿日: 2023/04/12

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.

§
投稿日: 2023/04/12
編集日: 2023/04/12

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;
}

返信を投稿

返信を投稿するにはログインしてください。