Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

GeoGuessr
2 Comments
raw  [author] 1 Aug @ 11:57pm 
v The locations outside of the default map are hard coded using a pool of 110k generated locations using
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.
TwoQuantumBits 31 Jul @ 12:48pm 
for some weird reason this mod catches my eye, have been fiddling around with the module but apparently I suck at maps gaming lol

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?