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

https://github.com/nathaniel-daniel/rgssad-online-viewer

A web viewer to inspect the contents of RPGMaker XP and RPGMaker VX archives.
https://github.com/nathaniel-daniel/rgssad-online-viewer

js rgssad rpg-maker rpg-maker-vx rpg-maker-xp svelte wasm

Last synced: 5 months ago
JSON representation

A web viewer to inspect the contents of RPGMaker XP and RPGMaker VX archives.

Awesome Lists containing this project

README

          

# RGSSAD Online Viewer

A web viewer to inspect the contents of RPGMaker XP and RPGMaker VX archives.
This will perform all operations locally on your computer; no backend necessary.

## Guide

To start, either drag-and-drop an archive into the dashed area or click within the dashed area to open a file prompt.
![The drag-and-drop screen](./doc/images/drag-and-drop.png)

If the archive loads successfully, you will be able to the the preview screen.
![The preview screen](./doc/images/preview.png)

At the top-left, there is a button called "Export Zip".
This will download the contents of the archive as a ZIP for easier inspection.

There is a file tree viewer on the left-hand side.
Clicking a directory will expand it, and clicking it again will minimize it.

Clicking a supported file will open a preview of that file.
Currently, only jpgs, pngs, and bmps can be previewed.

## Website

You can try this out here:
https://nathaniel-daniel.github.io/rgssad-online-viewer/

## License

Licensed under either of

- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.