Skip to main content
Dublin Library

The Publishing Project

Location Based Stories

 

I've always been interested in interactive stories. At first, I thought we may be able to use the locations as portals to 3D environments and collaborative experiences.

A few days ago (as I write this) I saw Inside The Silent History and it made me think perhaps there is another way to look at telling stories on the web.

Using a combination of Geolocation, multimedia and well-typeset content authors can drastically change the way they tell stories online.

In this post, I will explore some ideas of what these stories can look like and what tools we can use to make them.

Geolocated Stories #

At I/O Google introduced the Google Maps Gaming Platform as an offering for world-wide massive multi-user platform games like The Walking Dead: Our World, Ghostbusters World and Jurassic World Alive.

So what does AR MMORPGs have to do with telling stories?

Developers can use the same system that generates locations for the MMORPGs monsters and loot to generate locations for story points when told at scale. Developers only need to worry about the content rather than building the location infrastructure themselves.

One thing I need to do is figure out if we the gaming API supports the web as a target or if it's targeted to Unity (and possibly Unreal) for app development.

There are simpler APIs for location tracking like the basic Google Maps Platform or Mapbox that work if Google's gaming API is too much in terms of numbers of locations or in terms of financial cost.

So what kind of stories? #

One of the first stories that came to mind when thinking about location-based stories was Rayuela (Hopscotch in English) where some parts of the story are specifically tied to a location... this would make them less appealing for people who don't live in or near that location.

Is it worth it to retrofit existing stories with location-based content? I think it might be too much to try and adapt local content to a global audience but, as usual, it'll depend on the story, but I think that it will work better with content purpose made for this kind of storytelling.

Can we combine them with location-based games and other web content? #

While it is possible to combine location-based storytelling with games (either VR or AR based) particularly with magic windows (see the WebXR Explainer definition of inline XR content for an explanation of Magic Windows), the first time should keep them separately until we know what the story will look like.

As far as other technologies go there is no reason to worry about compatibility. As long as it plays in a web browser we can play the content as part of our stories... as they say, the sky is the limit. Even if it's built for platforms other than the web, We can use Web Assembly to transform the content into something that will play in browsers like what Unity and Epic Games have done with games.

If the story is location-based how do you make it so it appeals to people in other locations? #

One thing to note is that geolocated stories don't mean that every aspect that we have to geolocate everything in the story.

We might want to create a secondary, collaborative thread, where we add secondary stories (maybe crowdsourced like in Silent Story) or additional content that would benefit from being "in a place", whether it's the place where the story happens or somewhere else.

Another aspect that may be appealing to readers/users is to let the story grow based on their participation. Think of it as tabulating the results of events in an MMO and basing the ongoing story on the tabulated results.

Edit on Github