A save file viewer for IIslands of WAR
- compatible with all saves v5 up!
- view an island preview
(this needs to be manually updated as of right now)(As long as Jwiggs doesn't change anything this will work with new versions!)
- modify saves
- preview saved islands
- easy sharing
You can download the latest built version in the releases section.
You can also build the project yourself. This tutorial assumes you have some knowledge of the termial/command prompt. For this you'll need:
- First off open a command prompt/terminal
- Then cd to the place where you want it
- Run
git clone https://github.com/WilsontheWolf/iiow-editor
- Run
cd iiow-editor
- Run
npm install
this might take a while - Run
npm start
after installing to launch the app.
anytime you want to do this again just run
npm start
again.
Please put all issues/feature requests into the issues section. I'll take a look at them.