GeoHintr

GeoHintr - Allows you to place written hints on your maps

当前为 2021-12-20 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
MrMike
评分
0 0 0
版本
0.3
创建于
2021-08-16
更新于
2021-12-20
大小
7.7 KB
许可证
暂无
适用于

  • FOR PLAYERS

ALT + SHIFT + H > Opens the interface to load Pastebin Tokens

Find maps for this script on GeoGuessr searching for #GeoHintr


  • FOR MAP MAKERS

This is an empty template to write clues for GeoHintr: https://pastebin.com/KtYi7Vp5

The hints are written in JSON format - https://en.wikipedia.org/wiki/JSON

You can edit them in https://jsoneditoronline.org/ as it will help you keep the JSON error free.

Next we show you an example for only 2 locations, but the idea is to repeat the block in between the { } as many times as needed. Do not remove the [ at the start and the ] at the end. (Notice that the coordinates value don't need " )

If not using an img or video just leave those empty like so "img": "" and "video": "" (Recommended to use just one and not both images and videos in the same hint)

The hint value can also be empty if you only care about the image or video.

If you need to add breaklines on the hint use \n that creates a new line

Any question ask MrAmericanMike on Twitter/Discord

[
    {
        "lat": -34.60385267468351,
        "lng": -58.38156842293429,
        "hint": "La Paris de America",
        "img": "https://i.imgur.com/MTbtuNX.jpeg",
        "video": "dQw4w9WgXcQ"
    },
    {
        "lat": 0.00000,
        "lng": 0.00000,
        "hint": "Keep repeating this block for each location \n This will show on a new line",
        "img": "Make sure the image link is direct to the image itself",
        "video": "Use the ID of Youtube videos"
    }
]

Once your JSON is ready, publish it on a Pastebin.

If you want to be able to edit it on the future, create an account.

Share the Pastebin "Token" with whoever you want to play your map.

Also share the token on your map description.

A good idea also is to include #GeoHintr on your map name so players can find them.

Have fun!!!

MrAmericanMike & Alok