Greasy Fork is available in English.

GeoHintr

GeoHintr - Allows you to place written hints on your maps

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
MrMike
일일 설치수
0
총 설치수
233
평점
0 0 0
버전
0.4
생성
2021-08-16
갱신
2022-03-17
라이선스
없음
동작 사이트

  • FOR PLAYERS

CONTROL + ALT + 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.

To get coordinates from Google Maps in an easier way you can use this script: https://greasyfork.org/en/scripts/378597-google-maps-coordinates-grabber

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