Greasy Fork镜像 支持简体中文。

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或关注我们的公众号极客氢云获取最新地址