Linux & MacOS instructions:
1. Download either original or compressed version of the game. It doesn't matter if 32- or 64bit.
2. Delete everything aside "package.nw" file.
3. Download JavaScript node from
You must be registered to see the links
(Note: If the latest available version bugs out for you try an older version from here:
You must be registered to see the links
)
Linux-only
4. Extract content of nwjs-xx.zip into the game's folder (next to package.nw).
5. Set execute permission to "nw" file (right click -> Permissions -> Set mark "Allow executing file as program").
6. Enjoy.
MacOS-only (not tested)
4. Create a new folder and name it "game" or whatever.
5. Extract content of nwjs-xx.zip into the new "game" folder.
6. Copy package.nw into "Resources" folder (if it doesn't work try different folders).
(Note: Maybe you will have to rename package.nw to app.nw too.)
7. Rename "game" to "game.app".
8. Use chmod or permission fixer to set execute permission to game.app.
Change window size and/or dialogues:
Inside package.nw are the renders and game files.
- To change window size open package.json with a text editor and change the resolution for width and height.
- To modify dialogues open eng.ini with a text editor.
Enjoy the game.