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.
- Host: GitHub
- URL: https://github.com/nathaniel-daniel/rgssad-online-viewer
- Owner: nathaniel-daniel
- License: apache-2.0
- Created: 2023-10-18T05:08:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T07:00:18.000Z (6 months ago)
- Last Synced: 2025-12-05T01:27:27.191Z (6 months ago)
- Topics: js, rgssad, rpg-maker, rpg-maker-vx, rpg-maker-xp, svelte, wasm
- Language: JavaScript
- Homepage: https://nathaniel-daniel.github.io/rgssad-online-viewer/
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.

If the archive loads successfully, you will be able to the the preview screen.

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.