Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbalab/lba-packager
A web-based editor for HQR files
https://github.com/lbalab/lba-packager
Last synced: 4 days ago
JSON representation
A web-based editor for HQR files
- Host: GitHub
- URL: https://github.com/lbalab/lba-packager
- Owner: LBALab
- License: mit
- Created: 2022-01-31T22:42:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T20:52:51.000Z (10 months ago)
- Last Synced: 2024-03-29T21:38:44.946Z (10 months ago)
- Language: TypeScript
- Homepage: https://lbalab.github.io/lba-packager
- Size: 4.99 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LBA Packager
A web based [HQR files editor][lba-packager-site]:
![Screenshot](screenshot.png)
HQR ([High Quality Resource][hqr-info-url]) is a file format used by the Little Big Adventure 1 & 2 games for storing game assets.
This project is intended to be an easy to use, multi-platform modern alternative to exisiting tools such as [LBADeCOMP][lba-decomp] or [LBA Pack Editor][lba-pack-editor].
Internally, LBA Packager makes use of LBALab's [HQR Javascript library][hqr-lib-npm], to read and write HQR files.
Contributions to both this repository as well as the [library][hqr-lib-repo] are welcome!
## Getting started
Those instructions are for developpers who want to contribute to the project.
If you just want to use LBA Packager, just head to the [website][lba-packager-site] and start editing your HQR files.
### Requirements
You need the latest version of [nodejs][nodejs] installed on your computer.
Then run the following commands:
```
npm install
``````
npm start
```Browse to http://localhost:3000/
[lba-packager-site]: https://lbalab.github.io/lba-packager/
[hqr-info-url]: http://lbafileinfo.kaziq.net/index.php/High_quality_resource
[hqr-lib-npm]: https://www.npmjs.com/package/@lbalab/hqr
[hqr-lib-repo]: https://github.com/LBALab/hqr
[lba-decomp]: https://www.magicball.net/downloads/programs/development/lbadecomp_1_2
[lba-pack-editor]: http://moonbase.kaziq.net/index.php?page=d_prog
[nodejs]: https://nodejs.org/en/