Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbalab/lba-translations
Little Big Adventure Community Translations
https://github.com/lbalab/lba-translations
Last synced: 4 days ago
JSON representation
Little Big Adventure Community Translations
- Host: GitHub
- URL: https://github.com/lbalab/lba-translations
- Owner: LBALab
- Created: 2022-11-27T20:27:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T18:47:17.000Z (11 months ago)
- Last Synced: 2024-02-25T19:48:21.044Z (11 months ago)
- Language: TypeScript
- Size: 4.02 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lba-translations
Little Big Adventure Community TranslationsConvert all game translations into JSON format. It will allow the community to review the original translations and improve them.
## Usage
1. You need to own the Classic version of Little Big Adventure 1 and Little Big Adventure 2 from [itch.io](https://itch.io/s/61876/adeline-software-collection), [Steam](https://store.steampowered.com/developer/2_21) or [GOG](https://www.gog.com/en/games?developers=2-21)
2. Place the contents of the game in the `data` folder like this:
- `data/Little Big Adventure`
- `data/Little Big Adventure/Common`
- `data/Little Big Adventure/CommonClassic`
- `data/Little Big Adventure 2`
- `data/Little Big Adventure 2/Common`
- `data/Little Big Adventure 2/CommonClassic`
3. Run `npm install`
4. Run `npm start`## Notes
The original game uses a custom font for these translations with DOS encoding CP437. A new font would need to be created to support at least the ASCII 256 characters.
## Credits
Special Thanks for the community translations:
-Special Thanks to [2.21](https://www.2point21.com/) to allow us to extract the game data and allow the community to improve and translate the game into new languages.