Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Vali [github.com]
I couldn't fetch maps from GeoGuessr, as the only way to do that is by asking the user for their GeoGuessr login token as well as them having to have a GeoGuessr subscription.
The way it's setup right now is that it'll read a JSON file containing an array of locations. Every location has a tag assigned, which is their country code.
I might add more maps in the future, but they would probably be generated rather than hand-picked. The coolest part about this module though is that any map JSON file works, as long as every location has a Pano ID and has a two letter tag assigned to it, which makes it pretty easy to update!
If you're asking if the panorama itself is online, the panoramas are actually pulled directly from Google Street View using Google's street view preview URL, but locations are randomly picked from a map JSON file.
I do wonder though, for maps outside of the default map, are the locations also hardcoded in the mod or are they pulled directly from the online version of the map? and any chance more maps can be added?