In this post I will walk through a method I use sometimes when I need to change data deep inside my Storyline file. In this particular example I need to find and replace text that appears on all the slide and scene titles. It’s a task that would be tedious and take some time if I did it within Storyline. By exploding (unzipping) the .story file I can make these sort of changes quickly and with little effort.

Watch the video to see how it works:

Tech mentioned in this video:

7-Zip –  better then the zip/unzip app that comes with your OS.

Atom – Modern text-editor that is great for web development.

Regex – Regular Expression Object. Play with it on RegExr.com.  

Menu