Skip to content

rmorain/storyviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

git clone --recursive https://github.com/rmorain/storyviz.git

Recursively clone the repo.

After cloning this repo, there are a few packages you will need to install. We recommend setting up an Anaconda environment specifically for MCEdit to run within. To learn how to install Anaconda, look here: How To Get Anaconda.

When creating a new environment for anaconda, make sure to use the python=2.7 parameter. MCEdit and some of the required libraries only run in python 2.7. Here is an example of creating a new anaconda environment:

conda create -n storyviz python=2.7

Then activate your anaconda environment, by running:

conda activate storyviz

With your activated anaconda environment install the GDMC and storyviz modules as well as other dependencies by running:

./setup.sh

Then you can run MCEdit:

./mcedit.sh

If you are using linux you may need xclip

sudo apt-get install xclip

For information about MCEdit and how to run MCEdit filters, VISIT THE WIKI PAGE

You only need to select a single block to run the Storyviz filter, but make sure you select a block towards the bottom of the map (e.g. below water level).

If you generate a new level, there may be seeds that add extra chunks to the level, for example: Extra Chunks Level

You will need to delete the extra chunks

About

Code for story visualization in Minecraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published