An open API service indexing awesome lists of open source software.

https://github.com/wilsonthewolf/iiow-editor

A save file viewer for IIslands of WAR
https://github.com/wilsonthewolf/iiow-editor

iiow save-editor save-files

Last synced: 4 months ago
JSON representation

A save file viewer for IIslands of WAR

Awesome Lists containing this project

README

          

# iiow-editor
A save file viewer for [IIslands of WAR](https://jwiggs.itch.io/iislands-of-war)

# Features:
- 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!)

# Todo:
- modify saves
- preview saved islands
- easy sharing

# How Do I Install It
You can download the latest built version in the [releases](https://github.com/WilsontheWolf/iiow-editor/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:
- [node.js](https://nodejs.org/en/download/)
- [git](https://git-scm.com/downloads)
1. First off open a command prompt/terminal
2. Then cd to the place where you want it
3. Run `git clone https://github.com/WilsontheWolf/iiow-editor`
4. Run `cd iiow-editor`
5. Run `npm install` this might take a while
6. Run `npm start` after installing to launch the app.
> anytime you want to do this again just run `npm start` again.

# I have an issue/feature request
Please put all issues/feature requests into the [issues](https://github.com/WilsontheWolf/iiow-editor/issues) section. I'll take a look at them.