安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









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?