top of page

STORY NODES

Sorry, No Video Available Yet

  • This is a passion project made during free time.

  • Made with HTML/Javascript/CSS

  • This is a web editor for creating narrative game and branching dialogue easily. This data can also be imported into Unity for use there.

 

  • Scripting and Functionality

    • Editor can read json files, for the purpose of editing in editor UI.

    • Editor can create a web game, which presents the story created in edtitor as a visual novel

    • Unity importing tool, which is able to read .json file for using StoryNodes in Unity.

 

  • Trails and Tribulations

    • While the tool's aim is clear, several requirements created challenges. These requirements come from gathering feedback from friends I have engaged as testers, and my own ideas of what was necessary.

    • Localization tools have been implemented into the tool, however it came at an overhaul of how text was interpreted.

    • I got rather ambitious to have the tool export a full web project, meaning the editor required tools which went beyond narrative and branching dialogue alone. This also caused a need for a save/load system in the web project.

    • Creating teaching material is as challenging as creating the tool itself.

    • I have ideals for this tool to be usable in other game engines like Unreal and Godot.

bottom of page