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

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址