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
- Host: GitHub
- URL: https://github.com/wilsonthewolf/iiow-editor
- Owner: WilsontheWolf
- License: mit
- Created: 2019-11-14T03:15:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:29:24.000Z (over 3 years ago)
- Last Synced: 2025-04-05T21:11:10.759Z (about 1 year ago)
- Topics: iiow, save-editor, save-files
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.